/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | GoogleBenchmarkTest.java | 142 private void doRunAllTestsInSubdirectory(String root, ITestDevice testDevice, in doRunAllTestsInSubdirectory() argument 144 if (testDevice.isDirectory(root)) { in doRunAllTestsInSubdirectory() 146 for (String child : testDevice.getChildren(root)) { in doRunAllTestsInSubdirectory() 147 doRunAllTestsInSubdirectory(root + "/" + child, testDevice, listener); in doRunAllTestsInSubdirectory() 152 String rootEntry = root.substring(root.lastIndexOf("/") + 1); in doRunAllTestsInSubdirectory() 156 testDevice.executeShellCommand(String.format("chmod 755 %s", root)); in doRunAllTestsInSubdirectory() 157 if (shouldSkipFile(root)) { in doRunAllTestsInSubdirectory() 163 int numTests = countExpectedTests(testDevice, root); in doRunAllTestsInSubdirectory() 174 String cmd = String.format("%s %s", root, GBENCHMARK_JSON_OUTPUT_FORMAT); in doRunAllTestsInSubdirectory()
|
D | GTest.java | 443 String root, ITestDevice testDevice, ITestInvocationListener listener) in doRunAllTestsInSubdirectory() argument 445 if (testDevice.isDirectory(root)) { in doRunAllTestsInSubdirectory() 447 for (String child : testDevice.getChildren(root)) { in doRunAllTestsInSubdirectory() 448 doRunAllTestsInSubdirectory(root + "/" + child, testDevice, listener); in doRunAllTestsInSubdirectory() 452 IShellOutputReceiver resultParser = createResultParser(getFileName(root), listener); in doRunAllTestsInSubdirectory() 453 if (shouldSkipFile(root)) { in doRunAllTestsInSubdirectory() 456 String flags = getAllGTestFlags(root); in doRunAllTestsInSubdirectory() 457 CLog.i("Running gtest %s %s on %s", root, flags, testDevice.getSerialNumber()); in doRunAllTestsInSubdirectory() 459 runTestXml(testDevice, root, flags, listener); in doRunAllTestsInSubdirectory() 461 runTest(testDevice, resultParser, root, flags); in doRunAllTestsInSubdirectory()
|
/tools/test/connectivity/acts/framework/tests/ |
D | acts_import_unit_test.py | 79 for root, _, files in os.walk(acts_path): 81 full_path = os.path.join(root, f) 85 path = os.path.relpath(os.path.join(root, f), os.getcwd())
|
/tools/apkzlib/src/test/resources/testData/packaging/ |
D | root | 1 A text file in the root.
|
/tools/dexter/dexter/ |
D | dexter_tests.py | 17 data_root = args.root or 'tools/dexter/testdata' 21 if args.root is None:
|
/tools/tradefederation/core/prod-tests/src/com/android/performance/tests/ |
D | GeekbenchTest.java | 162 JSONObject root = new JSONObject(tokener); in parseResultJSON() local 163 String overallScore = root.getString("score"); in parseResultJSON() 166 String overallScoreMulticore = root.getString("multicore_score"); in parseResultJSON() 170 JSONArray arr = root.getJSONArray("sections"); in parseResultJSON()
|
/tools/tradefederation/core/atest/docs/ |
D | developer_workflow.md | 56 (path relative to android repo root) 71 atest root dir: `./run_atest_unittests.sh`. Alternatively, you can 84 to android repo root). 120 (from android repo root) 129 (path relative to android repo root) 146 (path relative to android repo root)
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | TestMapping.java | 109 JSONObject root = new JSONObject(tokener); in TestMapping() local 110 Iterator<String> testGroups = (Iterator<String>) root.keys(); in TestMapping() 115 JSONArray arr = root.getJSONArray(group); in TestMapping()
|
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/ |
D | ZipToolsTest.java | 108 StoredEntry root = zfile.get(name); in assertFileInZip() local 109 assertNotNull(root); in assertFileInZip() 111 InputStream is = root.open(); in assertFileInZip()
|
/tools/tradefederation/core/src/com/android/tradefed/config/ |
D | ConfigurationFactory.java | 287 private String getAbsolutePath(String root, String name) throws ConfigurationException { in getAbsolutePath() argument 290 if (root == null) { in getAbsolutePath() 293 root = System.getProperty("user.dir"); in getAbsolutePath() 295 file = new File(root, name); in getAbsolutePath()
|
/tools/tradefederation/core/atest/ |
D | README.md | 28 From the root of the android source checkout, run the following command: 178 1. run module from android \<repo root>: `atest cts/tests/jank` 179 2. from android \<repo root>/cts/tests/jank: `atest .` 183 From android \<repo root>: 187 From android \<repo root>: 253 2. From android \<repo root>:<br/>
|
/tools/test/connectivity/acts/tests/google/bt/pts/instructions/ |
D | MCAP_PTS_INSTRUCTIONS | 23 From AOSP root, assuming your target is already built. 26 adb root
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | wifi_power_test_utils.py | 221 ad.adb.root() 229 ad.adb.root()
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | adb.py | 143 self.root()
|
D | android_device.py | 584 self.adb.root()
|
/tools/tradefederation/core/ |
D | Android.mk | 94 -hdf book.root toc \
|
/tools/repohooks/ |
D | README.md | 83 * `REPO_PATH`: The path to the project relative to the root. 109 * `${REPO_ROOT}`: The absolute path of the root of the repo checkout. 210 # Or paths relative to the repo root.
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | StubDevice.java | 621 public boolean root() in root() method in StubDevice
|
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v1/ |
D | V1SchemeVerifier.java | 797 X509Certificate root = leaf; in getCertificateChain() local 798 while (!root.getSubjectDN().equals(root.getIssuerDN())) { in getCertificateChain() 799 Principal targetDn = root.getIssuerDN(); in getCertificateChain() 807 root = unusedCert; in getCertificateChain()
|
/tools/test/connectivity/acts/framework/acts/test_utils/power/ |
D | PowerBaseTest.py | 495 self.dut.adb.root()
|
/tools/metalava/gradle/wrapper/ |
D | gradle-wrapper.jar | ... .util.List topLevelDirs
java.io.File root
public volatile synthetic java.lang.Object call ( ... |
/tools/tradefederation/core/res/jacoco/ |
D | jacocoant.jar | META-INF/MANIFEST.MF
META-INF/MTNMINDS.SF
META-INF/MTNMINDS ... |
/tools/external/fat32lib/ |
D | NOTICE | 67 …ction must be optional: if the application does not supply it, the square root function must still…
|