Home
last modified time | relevance | path

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

12

/development/ide/emacs/
Dandroid-compile.el49 (defun android-makefile-exists-p (directory)
52 (or (file-exists-p (concat directory "Android.mk"))
53 (file-exists-p (concat directory "Makefile"))))
/development/samples/SkeletonApp/
Dreadme.txt5 This directory contains the full implementation of a basic application for
23 Under this directory is the Java source for for your application.
36 Under this directory are the resources for your application.
41 The res/layout/ directory contains XML files describing user interface
50 The res/drawable/ directory contains images and other things that can be
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DDiskLruCache.java154 private final File directory; field in DiskLruCache
288 private DiskLruCache(File directory, int appVersion, int valueCount, long maxSize) { in DiskLruCache() argument
289 this.directory = directory; in DiskLruCache()
291 this.journalFile = new File(directory, JOURNAL_FILE); in DiskLruCache()
292 this.journalFileTmp = new File(directory, JOURNAL_FILE_TMP); in DiskLruCache()
307 public static DiskLruCache open(File directory, int appVersion, int valueCount, long maxSize) in open() argument
317 DiskLruCache cache = new DiskLruCache(directory, appVersion, valueCount, maxSize); in open()
333 directory.mkdirs(); in open()
334 cache = new DiskLruCache(directory, appVersion, valueCount, maxSize); in open()
545 return directory; in getDirectory()
[all …]
/development/tools/labpretest/
DREADME31 sub directory. If you are setting this up with only the script, create a tools
32 sub directory and put adb and fastboot in it and make sure they are executable.
37 1) Create a new sub directory using the result of "fastboot getvar product".
38 2) Copy a build image to the new sub directory in our format.
40 3) Copy a boot image to the new sub directory in our format.
42 4) Copy a radio image to the new sub directory in our format.
/development/tools/idegen/
DREADME18 From the project's root directory...
45 From the project's root directory...
51 3) Import the project root directory into your Eclipse workspace. If you
62 "excluded-paths" file in the project's root directory. For example, you
69 create a file named "path-precedence" in your project's root directory.
71 path (relative to the project's root directory). If a given source root's
Dexcluded-paths9 # directory and add their own excludes to slim down their build.
62 # This directory contains only an R.java file which is the same as the one in
/development/host/windows/usb/winusb/
DBUILDME.TXT15 In order to build a directory with a SOURCES file you will need to install
34 "cd" back into this directory, and execute "build -cbeEIFZ" to clean and rebuild
38 this directory, as this depends on the AdbWinApi.lib import library.
/development/host/windows/usb/adb_winapi_test/
DBUILDME.TXT15 In order to build a directory with a SOURCES file you will need to install
34 "cd" back into this directory, and execute "build -cbeEIFZ" to clean and rebuild
38 this directory, as this depends on the AdbWinApi.lib import library.
/development/ndk/samples/module-exports/
DREADME.TXT6 'foo' exports its include directory and a linker flag
/development/samples/training/ads-and-ux/
DReadMe.txt5 JAR files and put them under the libs directory.
/development/host/windows/usb/api/
DBUILDME.TXT15 In order to build a directory with a SOURCES file you will need to install
34 "cd" back into this directory, and execute "build -cbeEIFZ" to clean and rebuild
/development/python-packages/
D.gitignore35 pip-delete-this-directory.txt
/development/samples/JetBoy/
DJETBOY_content_README.txt5 1. Open a command prompt and go to the directory where the JetCreator tool is located.
/development/tools/idegen/src/
DConfiguration.java114 private static void traverse(File directory, Set<File> sourceRoots, in traverse() argument
126 File[] files = directory.listFiles(); in traverse()
/development/samples/browseable/NfcProvisioning/src/com.example.android.nfcprovisioning/
DProvisioningValuesLoader.java99 File directory = Environment.getExternalStorageDirectory(); in loadFromDisk() local
100 File file = new File(directory, FILENAME); in loadFromDisk()
/development/python-packages/adb/
Ddevice.py388 def sync(self, directory=None): argument
390 if directory is not None:
391 cmd.append(directory)
/development/samples/training/testingfun/
Dgradlew.bat41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
/development/samples/devbytes/telephony/SmsSampleProject/
Dgradlew.bat41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
/development/samples/SupportLeanbackShowcase/
Dgradlew.bat41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
/development/perftests/panorama/feature_mos/doc/
Dfeature_mos_API_doxyfile39 # where doxygen was started. If left blank the current directory will be used.
44 # 4096 sub-directories (in 2 levels) under the output directory of each output
47 # source files, where putting all generated files in the same directory would
124 # If left blank the directory from which doxygen is run is used as the
491 # then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
644 # subdirectory from a directory tree whose root is specified with the INPUT tag.
836 # the style sheet file to the HTML output directory, so don't put your own
837 # stylesheet in the HTML output directory as well, or it will be erased!
859 # HTML output directory. Running make will produce the docset in that
860 # directory and running "make install" will install the docset in
[all …]
/development/perftests/panorama/feature_stab/doc/
Ddbreg_API_doxyfile39 # where doxygen was started. If left blank the current directory will be used.
44 # 4096 sub-directories (in 2 levels) under the output directory of each output
47 # source files, where putting all generated files in the same directory would
124 # If left blank the directory from which doxygen is run is used as the
491 # then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
644 # subdirectory from a directory tree whose root is specified with the INPUT tag.
836 # the style sheet file to the HTML output directory, so don't put your own
837 # stylesheet in the HTML output directory as well, or it will be erased!
859 # HTML output directory. Running make will produce the docset in that
860 # directory and running "make install" will install the docset in
[all …]
/development/tools/mkstubs/
DREADME.txt83 given as ~/somedir/myfinal.jar, there will be a directory created at
/development/ndk/platforms/
DREADME.CRT.TXT1 This directory contains the sources of the C runtime object files
/development/build/
Dsdk.atree264 # Note: Some samples reference a shared "common" directory. In the future
/development/sdk/
Dsdk_files_NOTICE.txt1 Notices for files contained in the tools directory:
3683 location (such as a relevant directory) where a user would be likely
8130 * the apps directory (application code) you must include an acknowledgement:
10482 have its own individual LICENSE.TXT file in the directory in which it appears.
11419 have its own individual LICENSE.TXT file in the directory in which it appears.
11720 * the apps directory (application code) you must include an acknowledgement:
11822 have its own individual LICENSE.TXT file in the directory in which it appears.
12952 have its own individual LICENSE.TXT file in the directory in which it appears.
13024 have its own individual LICENSE.TXT file in the directory in which it appears.
13679 have its own individual LICENSE.TXT file in the directory in which it appears.

12