Home
last modified time | relevance | path

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

123

/tools/treble/build/
DREADME.md52 ### 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/
DCentralDirectory.java229 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()
DZFile.java607 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/
DREADME.md7 The code for the Trebuchet library can be found in the `core/` directory.
15directory that is a member of the PATH system variable. If you wish to use Gradle, you can use th…
19directory 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/
DInstallAllTestZipAppsSetup.java142 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()
DAllTestAppsInstallSetup.java109 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/
DREADME.md3 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/
Dandroid_device.py970 directory, argument
975 cmd = "find %s -type f" % directory
989 self.log.debug("Find files in directory %s: %s", directory, files)
/tools/apksig/etc/
Dapksigner.bat19 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/
DREADME.md3 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/
DFatLfnDirectoryEntry.java49 FatLfnDirectory parent, boolean directory) { in FatLfnDirectoryEntry() argument
57 this.realEntry = FatDirectoryEntry.create(directory); in FatLfnDirectoryEntry()
DFatDirectoryEntry.java188 public static FatDirectoryEntry create(boolean directory) { in create() argument
191 if (directory) { in create()
/tools/test/connectivity/acts/framework/acts/libs/logging/
Dlog_stream.py365 directory = self.__get_current_output_dir(
368 handler = creator(os.path.join(directory, base_name))
/tools/test/connectivity/acts/
DREADME.md10 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/
Ddeveloper_workflow.md60 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/
Ddeveloper_workflow.md60 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/
Dplugin.proto92 // 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/
DSuiteModuleLoader.java424 File directory, String suitePrefix, String pattern) { in getModuleNamesMatching() argument
425 List<File> extraTestCasesDirs = Arrays.asList(directory); in getModuleNamesMatching()
/tools/repohooks/
DREADME.md79 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/
DREADME.md5 This directory should only contain classes related to clearcut.
/tools/test/connectivity/wts-acts/
DREADME1 Note that this directory contains additional files to be packaged specifically
/tools/tradefederation/core/common_util/
DREADME.md5 This directory should contain classes that are:
/tools/tradefederation/core/device_build_interfaces/
DREADME.md6 This directory should only contain classes related to our
/tools/trebuchet/trebuchet/viewer/src/main/kotlin/traceviewer/ui/components/
DChooseTrace.kt34 val file = File(fd.directory, filename) in selectFile()
/tools/tradefederation/core/test_framework/
DREADME.md8 This directory should contain classes that are:

123