/development/tools/otagui/ |
D | README.md | 9 First, download the AOSP codebase and set up the environment variable in the root directory: 16 Then, in this directory, please use `npm build` to install the dependencies. 18 Create a `target` directory to store the target files and a `output` directory
|
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/ |
D | DiskLruCache.java | 154 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/samples/SkeletonApp/ |
D | readme.txt | 5 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/tools/labpretest/ |
D | README | 31 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/ |
D | README | 20 From the project's root directory... 47 From the project's root directory... 53 3) Import the project root directory into your Eclipse workspace. If you 64 "excluded-paths" file in the project's root directory or your vendor 65 directory. For example, you might exclude all apps except the Browser in your 71 create a file named "path-precedence" in your project's root directory. 73 path (relative to the project's root directory). If a given source root's
|
D | excluded-paths | 9 # directory or their vendor directory and add their own excludes to slim 63 # This directory contains only an R.java file which is the same as the one in
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/ |
D | unix.go | 39 func FindFnamesInDir(directory string, filenames ...string) []string { 42 findProjectsCmd := fmt.Sprintf("find %s | grep %s", directory, filename)
|
/development/ide/clion/ |
D | CMakeLists.txt | 1 # Will add_directory the given path only if the directory exists. If the directory doesn't exist,
|
/development/tools/privapp_permissions/ |
D | privapp_permissions.py | 376 def _check_dir(self, directory): argument 384 + '/' + directory): 386 '%s does not exist' % directory) 389 self.adb.call('shell ls %s' % directory) 393 'device "%s".' % (directory, self.adb.serial)) 679 def list_xml_files(directory): argument 686 for dirName, subdirList, file_list in os.walk(directory): 777 for directory in temp_dirs: 778 shutil.rmtree(directory, ignore_errors=True)
|
/development/host/windows/usb/winusb/ |
D | BUILDME.TXT | 15 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/ |
D | BUILDME.TXT | 15 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/build/ |
D | README.md | 3 This directory contains configuration for building Android SDK. The root
|
/development/tools/line_endings/ |
D | Android.bp | 3 // Copies files into the directory structure described by a manifest
|
/development/samples/training/ads-and-ux/ |
D | ReadMe.txt | 5 JAR files and put them under the libs directory.
|
/development/host/windows/usb/api/ |
D | BUILDME.TXT | 15 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/gki/kmi_abi_chk/ |
D | README | 25 Note that kmi_sym_list-7618735.inc included in the current directory is a 32 2021-07 and later builds is included under prebuilts/ directory.
|
/development/samples/JetBoy/ |
D | JETBOY_content_README.txt | 5 1. Open a command prompt and go to the directory where the JetCreator tool is located.
|
/development/samples/browseable/NfcProvisioning/src/com.example.android.nfcprovisioning/ |
D | ProvisioningValuesLoader.java | 99 File directory = Environment.getExternalStorageDirectory(); in loadFromDisk() local 100 File file = new File(directory, FILENAME); in loadFromDisk()
|
/development/tools/idegen/src/ |
D | Configuration.java | 132 private static void traverse(File directory, Set<File> sourceRoots, in traverse() argument 144 File[] files = directory.listFiles(); in traverse()
|
/development/python-packages/adb/ |
D | .gitignore | 36 pip-delete-this-directory.txt
|
/development/tools/ota_analysis/src/views/ |
D | Demo.vue | 48 // this directory: /public/files
|
/development/python-packages/adb/adb/ |
D | __init__.py | 405 def sync(self, directory: str | None = None) -> str: 407 if directory is not None: 408 cmd.append(directory)
|
/development/tools/checkcolor/ |
D | build.gradle | 10 * The OUT_DIR is a temporary directory you can use to put things during the build.
|
/development/tools/repo_diff/ |
D | repo_diff_trees.py | 75 def get_revision_diff_stats(directory, rev_a, rev_b): argument 94 ['-C', directory, 'diff', '--shortstat', rev_a, rev_b])
|
/development/python-packages/ |
D | .gitignore | 37 pip-delete-this-directory.txt
|