/tools/treble/build/ |
D | README.md | 52 ### Root directory 56 All projects in the root directory that are not in the overlays 57 directory are shared among all Android targets. 59 ### Overlays directory 64 directory can be mounted at the root directory to support different targets. 66 ### Build out directory
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/ |
D | CentralDirectory.java | 229 CentralDirectory directory = new CentralDirectory(file); in makeFromData() local 233 directory.readEntry(bytes); in makeFromData() 246 return directory; in makeFromData() 260 CentralDirectory directory = new CentralDirectory(file); in makeFromEntries() local 264 !directory.entries.containsKey(cdr.getName()), in makeFromEntries() 266 directory.entries.put(cdr.getName(), entry); in makeFromEntries() 269 return directory; in makeFromEntries()
|
D | ZFile.java | 607 CentralDirectory directory = directoryEntry.getStore(); in readData() local 608 assert directory != null; in readData() 612 for (StoredEntry entry : directory.getEntries().values()) { in readData() 858 CentralDirectory directory = in readCentralDirectory() local 867 directory); in readCentralDirectory() 1473 CentralDirectory directory = directoryEntry.getStore(); in computeEocd() local 1474 assert directory != null; in computeEocd() 1478 Verify.verify(directory.getEntries().size() == entries.size()); in computeEocd()
|
/tools/trebuchet/ |
D | README.md | 7 The code for the Trebuchet library can be found in the `core/` directory. 15 …directory that is a member of the PATH system variable. If you wish to use Gradle, you can use th… 19 …directory that is a member of the PATH system variable. If you wish to use Gradle, you can use th… 23 The `scripts/` directory contains a shell script called `run-startup.sh`, which will start a trace,…
|
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/ |
D | InstallAllTestZipAppsSetup.java | 142 void installApksRecursively(File directory, ITestDevice device) in installApksRecursively() argument 144 if (directory == null || !directory.isDirectory()) { in installApksRecursively() 147 CLog.d("Installing all apks found in dir %s ...", directory.getAbsolutePath()); in installApksRecursively() 148 File[] files = directory.listFiles(); in installApksRecursively()
|
D | AllTestAppsInstallSetup.java | 109 void installApksRecursively(File directory, ITestDevice device) in installApksRecursively() argument 111 if (directory == null || !directory.isDirectory()) { in installApksRecursively() 117 CLog.d("Installing all apks found in dir %s ...", directory.getAbsolutePath()); in installApksRecursively() 118 File[] files = directory.listFiles(); in installApksRecursively()
|
/tools/test/connectivity/acts/tests/google/wifi/aware/ |
D | README.md | 3 This directory contains ACTS/sl4a test scripts to verify and characterize 33 directory which lists all tests in the directory. E.g. to execute all functional 40 the *config* sub-directory. The configurations simply use all connected
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | android_device.py | 970 directory, argument 975 cmd = "find %s -type f" % directory 989 self.log.debug("Find files in directory %s: %s", directory, files)
|
/tools/apksig/etc/ |
D | apksigner.bat | 19 REM Locate apksigner.jar in the directory where apksigner.bat was found and start it. 22 REM and set up progdir to be the fully-qualified pathname of its directory.
|
/tools/test/connectivity/acts/tests/google/wifi/rtt/ |
D | README.md | 3 This directory contains ACTS/sl4a test scripts to verify and characterize 41 the *config* sub-directory. The configuration simply uses all connected
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
D | FatLfnDirectoryEntry.java | 49 FatLfnDirectory parent, boolean directory) { in FatLfnDirectoryEntry() argument 57 this.realEntry = FatDirectoryEntry.create(directory); in FatLfnDirectoryEntry()
|
D | FatDirectoryEntry.java | 188 public static FatDirectoryEntry create(boolean directory) { in create() argument 191 if (directory) { in create()
|
/tools/test/connectivity/acts/framework/acts/libs/logging/ |
D | log_stream.py | 365 directory = self.__get_current_output_dir( 368 handler = creator(os.path.join(directory, base_name))
|
/tools/test/connectivity/acts/ |
D | README.md | 10 Included in the tests/google directory are a bundle of tests, many of which can 104 Each specifies the hardware, services, the path to the logs directory, and
|
/tools/tradefederation/core/atest/docs/ |
D | developer_workflow.md | 60 Test files go in the same directory as the file being tested. The test 64 `cli_translator_unittests.py` in the same directory.
|
/tools/asuite/atest/docs/ |
D | developer_workflow.md | 60 Test files go in the same directory as the file being tested. The test 64 `cli_translator_unittests.py` in the same directory.
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/ |
D | plugin.proto | 92 // The file name, relative to the output directory. The name must not 94 // the file cannot lie outside the output directory). "/" must be used as
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/ |
D | SuiteModuleLoader.java | 424 File directory, String suitePrefix, String pattern) { in getModuleNamesMatching() argument 425 List<File> extraTestCasesDirs = Arrays.asList(directory); in getModuleNamesMatching()
|
/tools/repohooks/ |
D | README.md | 79 Hooks are executed in the top directory of the git repository. All paths should 279 * `pylint` should support per-directory pylintrc files.
|
/tools/tradefederation/core/clearcut_client/ |
D | README.md | 5 This directory should only contain classes related to clearcut.
|
/tools/test/connectivity/wts-acts/ |
D | README | 1 Note that this directory contains additional files to be packaged specifically
|
/tools/tradefederation/core/common_util/ |
D | README.md | 5 This directory should contain classes that are:
|
/tools/tradefederation/core/device_build_interfaces/ |
D | README.md | 6 This directory should only contain classes related to our
|
/tools/trebuchet/trebuchet/viewer/src/main/kotlin/traceviewer/ui/components/ |
D | ChooseTrace.kt | 34 val file = File(fd.directory, filename) in selectFile()
|
/tools/tradefederation/core/test_framework/ |
D | README.md | 8 This directory should contain classes that are:
|