/tools/tradefederation/contrib/tests/src/com/android/performance/tests/ |
D | InodeopBenchmarkTestTest.java | 77 String directory = null; in testBuildInodeopCommandEmpty() local 86 directory, in testBuildInodeopCommandEmpty() 99 String directory = null; in testBuildInodeopCommandWorkload() local 108 directory, in testBuildInodeopCommandWorkload() 121 String directory = "/test_dir"; in testBuildInodeopCommandDirectory() local 130 directory, in testBuildInodeopCommandDirectory() 143 String directory = null; in testBuildInodeopCommandFromDirectory() local 152 directory, in testBuildInodeopCommandFromDirectory() 165 String directory = null; in testBuildInodeopCommandToDirectory() local 174 directory, in testBuildInodeopCommandToDirectory() [all …]
|
/tools/tradefederation/core/javatests/res/testtype/ |
D | python_output4.txt | 11 Pull a randomly generated directory of files from the device. ... ok 17 Pull a randomly generated directory of files from the device. ... ok 19 Pull a directory of files from the device to a nonexistent path. ... ok 21 Pull a directory into a symlink to a directory. ... ok 23 Pull a directory into a colliding symlink to directory. ... ok 25 Pull a directory containing an empty directory from the device. ... ok 30 Push a randomly generated directory of files to the device. ... ok 40 Sync a host directory to a specific path. ... ok 44 Sync a host directory to the data partition. ... ok 48 Pull a randomly generated directory of files from the device. ... ok [all …]
|
/tools/security/fuzzing/llm/xz_fuzzer/ |
D | make_corpus.py | 5 def create_valid_xz_files(directory, num_files=10): argument 8 file_path = os.path.join(directory, f'valid_file_{i}.xz') 13 def create_malformed_xz_files(directory, num_files=10): argument 15 valid_file_path = random.choice(os.listdir(directory)) 16 with open(os.path.join(directory, valid_file_path), 'rb') as f: 21 with open(os.path.join(directory, f'malformed_file_{i}.xz'), 'wb') as f:
|
/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/tradefederation/core/common_util/com/android/tradefed/cache/ |
D | MerkleTree.java | 34 public static MerkleTree buildFromDir(File directory) throws IOException { in buildFromDir() argument 35 if (!directory.exists() || !directory.isDirectory()) { in buildFromDir() 42 TreeSet<File> files = new TreeSet(Arrays.asList(directory.listFiles())); in buildFromDir() 61 directory.getName(), DigestCalculator.compute(rootBuilder.build())); in buildFromDir()
|
/tools/carrier_settings/bin/ |
D | README.md | 2 on Android 11 code base and dropped to this directory. This is to workaround 14 2. Copy the generated binary to this directory: 16 cp out/host/linux-x86/bin/update_apn <path/to/this/directory> 17 cp out/host/linux-x86/bin/update_carrier_data <path/to/this/directory>
|
/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 | 152 void installApksRecursively(File directory, ITestDevice device) in installApksRecursively() argument 154 if (directory == null || !directory.isDirectory()) { in installApksRecursively() 157 CLog.d("Installing all apks found in dir %s ...", directory.getAbsolutePath()); in installApksRecursively() 158 File[] files = directory.listFiles(); in installApksRecursively()
|
D | AllTestAppsInstallSetup.java | 120 void installApksRecursively(File directory, ITestDevice device) in installApksRecursively() argument 122 if (directory == null || !directory.isDirectory()) { in installApksRecursively() 128 CLog.d("Installing all apks found in dir %s ...", directory.getAbsolutePath()); in installApksRecursively() 129 File[] files = directory.listFiles(); in installApksRecursively()
|
/tools/tradefederation/contrib/src/com/android/performance/ |
D | InodeopBenchmarkTest.java | 56 private String directory = null; field in InodeopBenchmarkTest 97 directory, in runInodeopBenchmark() 173 String directory, in buildInodeopCommand() argument 183 if (directory != null) { in buildInodeopCommand() 185 sb.append(directory); in buildInodeopCommand()
|
/tools/aadevtools/validation/ |
D | README.md | 11 1. Prepare a new app release in a directory, a device under test reachable 24 2. batch_install_app.sh: find & install all APKs in a given directory to 33 directory against those on a device via adb. To use:
|
/tools/aadevtools/dev/resource/ |
D | sysui_gcar_android10-qpr3-release_android11-release.txt | 20 Working directory: /sdb/android/aosp-master/frameworks/base 100 Working directory: /sdb/android/aosp-master/packages/apps/Car/Notification 155 Working directory: /sdb/android/aosp-master/packages/services/Car 164 Working directory: /sdb/android/aosp-master/packages/services/Car 170 Working directory: /sdb/android/aosp-master/packages/services/Car 176 Working directory: /sdb/android/aosp-master/packages/services/Car 187 Working directory: /sdb/android/aosp-master/frameworks/base 220 Working directory: /sdb/android/aosp-master/packages/apps/Car/Notification
|
/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()
|
/tools/treble/split/ |
D | README.md | 33 # Change to the directory where you ran the full build. 59 1. Initialize a new repo directory using the steps in 73 1. Find the dependency source project in your full-manifest repo directory. 77 directory specifies a project that should be included in the split 86 full-manifest directory. Remember to pass the path of your config XML to the 97 - Use an external directory diffing tool on the output directories for each
|
/tools/ndkports/buildSrc/src/main/kotlin/com/android/ndkports/ |
D | PrefabPackageBuilder.kt | 65 private val directory: File, constant in com.android.ndkports.PrefabPackageBuilder 112 directory.resolve("$abi/lib/$libName") in installLibForAbi() 167 directory.resolve("${Abi.Arm}/include") in build()
|
/tools/test/connectivity/acts_tests/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/security/gdb/gdb_json_printer/ |
D | README.md | 4 …init, replace the path <path_to_gdb_json_printer> by the actual path of gdb_json_printer directory. 6 First, in the gdb_json_printer directory, compile each example program with O0 optimization 15 second, run gdb in the gdb_json_printer directory:
|
/tools/ndkports/googletest/ |
D | build.gradle.kts | 48 fun findTests(directory: File) = directory.listFiles()!!.filter { in <lambda>()
|
/tools/netsim/ui/ |
D | README.md | 7 This directory contains the Web UI for netsim. 15 Firstly, you must enter the ui directory and run npm install.
|
/tools/security/remote_provisioning/hwtrust/ |
D | .gitignore | 1 # Cargo's default output directory.
|
/tools/asuite/aidegen/test_data/Android/Sdk/platforms/android-28/ |
D | .gitignore | 1 # Ignore everything in this directory
|
/tools/metalava/metalava-model-psi/src/test/java/com/android/tools/metalava/model/psi/ |
D | PsiSourceParserTest.kt | 77 directory: File, in <lambda>() 87 createSourceSet(sources, directory), in <lambda>()
|
/tools/netsim/testing/netsim-grpc/src/netsim_grpc/proto/ |
D | README.md | 1 This directory contains the proto-generated python files for netsim frontend gRPC service.
|
/tools/tradefederation/core/clearcut_client/ |
D | README.md | 5 This directory should only contain classes related to clearcut.
|
/tools/tradefederation/core/test_observatory/ |
D | README.md | 5 This directory should only contain classes related to Tradefed Observatory.
|