Home
last modified time | relevance | path

Searched refs:directory (Results 1 – 25 of 175) sorted by relevance

1234567

/frameworks/base/tools/obbtool/
Dmkobb.sh169 -d) directory=$2; shift 2;;
180 if [ "${directory}x" = "x" -o ! -d "${directory}" ]; then \
214 block_count=`du -s --apparent-size --block-size=512 ${directory} | awk '{ print $1; }'`
216 echo "ERROR: Couldn't read size of input directory ${directory}"
256 ${RSYNCBIN} -av --no-owner --no-group ${directory}/ ${temp_mount}/
/frameworks/compile/slang/
DRSCCOptions.td38 def I : JoinedOrSeparate<["-"], "I">, MetaVarName<"<directory>">,
39 HelpText<"Add directory to include search path">;
40 def _I : Separate<["-", "--"], "include-path">, MetaVarName<"<directory>">, Alias<I>;
46 def o : Separate<["-"], "o">, MetaVarName<"<directory>">,
47 HelpText<"Specify output directory">;
73 MetaVarName<"<directory>">,
74 HelpText<"Base directory for output reflected Java files">;
107 def output_dep_dir : Separate<["-"], "output-dep-dir">, MetaVarName<"<directory>">,
108 HelpText<"Specify output directory for dependencies output">;
/frameworks/base/core/java/android/net/http/
DHttpResponseCache.java159 private HttpResponseCache(File directory, long maxSize) throws IOException { in HttpResponseCache() argument
160 this.delegate = new libcore.net.http.HttpResponseCache(directory, maxSize); in HttpResponseCache()
183 public static HttpResponseCache install(File directory, long maxSize) throws IOException { in install() argument
188 if (installedCache.getDirectory().equals(directory) in install()
197 HttpResponseCache result = new HttpResponseCache(directory, maxSize); in install()
/frameworks/base/packages/DefaultContainerService/jni/
Dcom_android_defcontainer_MeasurementUtils.cpp32 static jlong native_measureDirectory(JNIEnv* env, jobject clazz, jstring directory) { in native_measureDirectory() argument
35 const char* path = env->GetStringUTFChars(directory, NULL); in native_measureDirectory()
48 env->ReleaseStringUTFChars(directory, path); in native_measureDirectory()
/frameworks/compile/libbcc/tests/debuginfo/
DREADME4 This directory contains integration tests for debug information in libbcc.
35 In addition, you need a build of gdbserver available in the prebuilt directory.
40 output directory. If you wish to use different versions of these tools,
52 To execute all the tests from this directory, use the llvm-lit tool:
56 The tool can be run from any directory.
62 To add new tests, just add a .c, .cpp, or .rs file to a test directory with
/frameworks/base/docs/html/training/basics/data-storage/
Dfiles.jd76 only if you save them in the directory from {@link android.content.Context#getExternalFilesDir
127 write files in its internal storage directory.</p>
135 <p>When saving a file to internal storage, you can acquire the appropriate directory as a
140 <dd>Returns a {@link java.io.File} representing an internal directory for your app.</dd>
142 <dd>Returns a {@link java.io.File} representing an internal directory for your app's temporary
151 of the above methods that specifies your internal storage directory. For example:</p>
159 that writes to a file in your internal directory. For example, here's
179 in your app's internal cache directory:</p>
195 Your app's internal storage directory is specified
254 all files in your app's external private directory.
[all …]
/frameworks/base/docs/html/sdk/installing/
Dindex.jd24 refer to the SDK directory later, when setting up the ADT plugin and when using
46 into a directory named <code>android-sdk-mac_x86</code>. Move it to an appropriate location on your…
47 such as a "Development" directory in your home directory.
49 <p>Make a note of the name and location of the SDK directory on your system&mdash;you will need to
50 refer to the SDK directory later, when setting up the ADT plugin and when using
70 into a directory named <code>android-sdk-linux_x86</code>. Move it to an appropriate location on yo…
71 such as a "Development" directory in your home directory.
73 <p>Make a note of the name and location of the SDK directory on your system&mdash;you will need to
74 refer to the SDK directory later, when setting up the ADT plugin and when using
Dbundle.jd18 such as a "Development" directory in your home directory.</li>
19 <li>Open the {@code adt-bundle-&lt;os_platform>/eclipse/} directory and launch
28 from the {@code adt-bundle-&lt;os_platform>} directory. If you move the {@code eclipse}
29 or {@code sdk} directory, ADT will not be able to locate the SDK and you'll
/frameworks/base/docs/html/tools/help/
Djobb.jd19 jobb [-d &lt;directory&gt;][-o &lt;filename&gt;][-pn &lt;package&gt;][-pv &lt;version&gt;] \
47 <td>{@code -d &lt;directory&gt;}</td>
48 <td>Set the input directory for creating an OBB file, or the output directory when extracting
50 directory and all its sub-directories are included in the OBB file system.
85 specify the output directory for the contents using the {@code -d &lt;directory&gt;}
89 {@code -d &lt;directory&gt;} parameter to get a listing of the directories inside the file,
/frameworks/base/docs/html/guide/topics/resources/
Doverview.jd28 project's {@code res/} directory, using various sub-directories that group resources by type and
53 append an appropriate configuration qualifier to the directory name.</li>
57 layout is saved in the {@code res/layout/} directory, you might specify a different layout to
59 directory. Android automatically applies the appropriate resources by matching the
60 device's current configuration to your resource directory names.</p>
92 assets/} directory. This should only be necessary if you need direct access to original files and
93 directories by name. Files saved in the {@code assets/} directory will not be given a resource
95 query data in the {@code assets/} directory like an ordinary file system, search through the
96 directory and
99 (such as a video or audio file), then you should save files into the {@code res/raw/} directory and
/frameworks/compile/slang/lit-tests/
DREADME4 This directory contains tests for Slang that use the 'llvm-lit' testing tool.
31 To execute all the tests from this directory, use the Android llvm-lit tool
35 The tool can be run from any directory.
41 To add new tests, just add .rs files to a test directory with similar
/frameworks/base/docs/downloads/
DREADME1 Files in this directory are not hosted on developer.android.com.
3 This directory serves as a "master" repository for various
/frameworks/base/docs/html/shareables/
DREADME.txt3 All URLS pointing to this directory redirect to a corresponding location
6 This directory was originally created for downloadable items such as ZIP files,
/frameworks/compile/libbcc/tests/debuginfo/target-tests/
Dlit.cfg22 # android_sdk - Path to the android SDK directory
26 # If the user is running an individual tests directory, we have to load
48 # Output directory in the android source tree
61 lit.fatal("Android SDK directory " + config.sdk_dir + " does " \
83 lit.note('using GDB plugin directory: %r' % config.gdb_plugin_directory)
/frameworks/base/core/java/com/android/internal/app/
DIMediaContainerService.aidl35 long calculateDirectorySize(in String directory); in calculateDirectorySize() argument
38 void clearDirectory(in String directory); in clearDirectory() argument
/frameworks/base/media/java/android/media/
DMiniThumbFile.java105 File directory = new File(path).getParentFile(); in miniThumbDataFile() local
106 if (!directory.isDirectory()) { in miniThumbDataFile()
107 if (!directory.mkdirs()) { in miniThumbDataFile()
109 + directory.toString()); in miniThumbDataFile()
/frameworks/base/docs/html/reference/renderscript/
Ddoxygen.css524 .directory {
530 .directory h3 {
544 .directory h3.swap {
549 .directory h3.swap span {
554 .directory > h3 {
558 .directory p {
563 .directory div {
568 .directory img {
574 .directory-alt {
579 .directory-alt h3 {
[all …]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
DVideoEditorHelper.java445 public boolean deleteProject(File directory) { in deleteProject() argument
447 directory.toString()); in deleteProject()
448 if (directory.isDirectory()) { in deleteProject()
449 String[] filesInDirecory = directory.list(); in deleteProject()
451 boolean success = deleteProject(new File(directory, in deleteProject()
458 return directory.delete(); in deleteProject()
/frameworks/base/core/tests/overlaytests/
DREADME8 cannot handle reboots. As a workaround, this directory contains a shell
12 in this directory should be moved to core/tests/coretests. Also, by
/frameworks/base/data/sounds/
DREADME.txt4 which installs the appropriate assets into the destination directory.
9 in directory SOUND_EFFECTS_PATH.
/frameworks/base/docs/html/tools/devices/
Dmanaging-avds-cmdline.jd93 the <code>&lt;sdk&gt;/tools/</code> directory, if needed.</p>
183 <p>When you create an AVD, the <code>android</code> tool creates a dedicated directory for it
184 on your development computer. The directory contains the AVD configuration file,
186 associated with the device. Note that the directory does not contain a system
191 root of the <code>.android/avd/</code> directory on your computer. The file specifies the
192 location of the AVD directory and always remains at the root the .android
193 directory.</p>
195 <p>By default, the <code>android</code> tool creates the AVD directory inside
199 If you want to use a custom location for the AVD directory, you
205 <p>If the .android directory is hosted on a network drive, we recommend using
[all …]
/frameworks/base/docs/html/training/basics/supporting-devices/
Dlanguages.jd29 in an external file. Android makes this easy with a resources directory in each Android
34 Android Project</a>), the tools create a <code>res/</code> directory in the top level of
35 the project. Within this <code>res/</code> directory are subdirectories for various resource
44 directory name. For example, <code>values-es/</code> is the directory containing simple
/frameworks/base/core/java/android/webkit/
DPluginManager.java153 String directory = pkgInfo.applicationInfo.dataDir + "/lib"; in getPluginDirectories() local
159 directory = PLUGIN_SYSTEM_LIB + pkgInfo.packageName; in getPluginDirectories()
201 directories.add(directory); in getPluginDirectories()
/frameworks/base/docs/html/guide/topics/data/
Ddata-storage.jd192 compile time, save the file in your project <code>res/raw/</code> directory. You can open it with
203 java.io.File} that represents the internal directory where your application should save
217 <dd>Gets the absolute path to the filesystem directory where your internal files are saved.</dd>
219 <dd>Creates (or opens an existing) directory within your internal storage space.</dd>
284 java.io.File} that represents the external storage directory where you should save your
288 the root of your application's file directory). This method will create the
289 appropriate directory if necessary. By specifying the type of directory, you
292 application, this directory and all its contents will be deleted.</p>
297 following directory:</p>
303 uninstall your application, this directory and all its contents will be deleted.</p>
[all …]
/frameworks/base/docs/html/tools/samples/
Dindex.jd14 directory.</li>
15 <li>On Mac or Linux, open a terminal to the {@code tools/} directory in the

1234567