Home
last modified time | relevance | path

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

12

/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/src/com/android/tradefed/targetprep/
DAllTestAppsInstallSetup.java97 void installApksRecursively(File directory, ITestDevice device) in installApksRecursively() argument
99 if (directory == null || !directory.isDirectory()) { in installApksRecursively()
102 CLog.d("Installing all apks found in dir %s ...", directory.getAbsolutePath()); in installApksRecursively()
103 File[] files = directory.listFiles(); in installApksRecursively()
DInstallAllTestZipAppsSetup.java134 void installApksRecursively(File directory, ITestDevice device) in installApksRecursively() argument
136 if (directory == null || !directory.isDirectory()) { in installApksRecursively()
139 CLog.d("Installing all apks found in dir %s ...", directory.getAbsolutePath()); in installApksRecursively()
140 File[] files = directory.listFiles(); in installApksRecursively()
/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.java606 CentralDirectory directory = directoryEntry.getStore(); in readData() local
607 assert directory != null; in readData()
611 for (StoredEntry entry : directory.getEntries().values()) { in readData()
857 CentralDirectory directory = in readCentralDirectory() local
866 directory); in readCentralDirectory()
1472 CentralDirectory directory = directoryEntry.getStore(); in computeEocd() local
1473 assert directory != null; in computeEocd()
1477 Verify.verify(directory.getEntries().size() == entries.size()); in computeEocd()
/tools/tradefederation/contrib/src/com/android/performance/tests/
DFioBenchmarkTest.java607 String directory; in addSimpleTest() local
614 directory = mInternalTestDir; in addSimpleTest()
619 directory = mExternalTestDir; in addSimpleTest()
624 f.mFileName = new File(directory, fileName).getAbsolutePath(); in addSimpleTest()
630 j.mParameters.put("directory", directory); in addSimpleTest()
672 String directory; in addStorageTest() local
680 directory = mInternalTestDir; in addStorageTest()
686 directory = mExternalTestDir; in addStorageTest()
692 f.mFileName = new File(directory, fileName).getAbsolutePath(); in addStorageTest()
698 j.mParameters.put("directory", directory); in addStorageTest()
/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/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/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/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFatDirectoryEntry.java188 public static FatDirectoryEntry create(boolean directory) { in create() argument
191 if (directory) { in create()
DFatLfnDirectoryEntry.java49 FatLfnDirectory parent, boolean directory) { in FatLfnDirectoryEntry() argument
57 this.realEntry = FatDirectoryEntry.create(directory); in FatLfnDirectoryEntry()
/tools/test/connectivity/acts/framework/acts/libs/logging/
Dlog_stream.py369 directory = self.__get_current_output_dir(
372 handler = creator(os.path.join(directory, base_name))
/tools/test/connectivity/wts-acts/
DREADME1 Note that this directory contains additional files to be packaged specifically
/tools/trebuchet/trebuchet/viewer/src/main/kotlin/traceviewer/ui/components/
DChooseTrace.kt34 val file = File(fd.directory, filename) in selectFile()
/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
D.gitignore36 pip-delete-this-directory.txt
/tools/trebuchet/scripts/
DREADME.md1 This directory contains scripts for automating various tasks.
/tools/test/connectivity/acts/framework/acts/test_utils/tel/loggers/protos/
Dtelephony_metric.proto3 directory:
/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/test/connectivity/tools/
D.gitignore36 pip-delete-this-directory.txt
/tools/test/graphicsbenchmark/
DREADME28 This will create a gamecore.zip in the 'dist' directory.
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DSuiteModuleLoader.java330 File directory, String suitePrefix, String pattern) { in getModuleNamesMatching() argument
331 List<File> extraTestCasesDirs = Arrays.asList(directory); in getModuleNamesMatching()
/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/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py961 directory, argument
966 cmd = "find %s -type f" % directory
979 self.log.debug("Find files in directory %s: %s", directory, files)
/tools/metalava/
Dgradlew.bat41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%

12