Home
last modified time | relevance | path

Searched refs:root (Results 1 – 23 of 23) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/testtype/
DGoogleBenchmarkTest.java142 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()
DGTest.java443 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/
Dacts_import_unit_test.py79 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/
Droot1 A text file in the root.
/tools/dexter/dexter/
Ddexter_tests.py17 data_root = args.root or 'tools/dexter/testdata'
21 if args.root is None:
/tools/tradefederation/core/prod-tests/src/com/android/performance/tests/
DGeekbenchTest.java162 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/
Ddeveloper_workflow.md56 (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/
DTestMapping.java109 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/
DZipToolsTest.java108 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/
DConfigurationFactory.java287 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/
DREADME.md28 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 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;From android \<repo root>:
187 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;From android \<repo root>:
253 2. From android \<repo root>:<br/>
/tools/test/connectivity/acts/tests/google/bt/pts/instructions/
DMCAP_PTS_INSTRUCTIONS23 From AOSP root, assuming your target is already built.
26 adb root
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_power_test_utils.py221 ad.adb.root()
229 ad.adb.root()
/tools/test/connectivity/acts/framework/acts/controllers/
Dadb.py143 self.root()
Dandroid_device.py584 self.adb.root()
/tools/tradefederation/core/
DAndroid.mk94 -hdf book.root toc \
/tools/repohooks/
DREADME.md83 * `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/
DStubDevice.java621 public boolean root() in root() method in StubDevice
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v1/
DV1SchemeVerifier.java797 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/
DPowerBaseTest.py495 self.dut.adb.root()
/tools/metalava/gradle/wrapper/
Dgradle-wrapper.jar ... .util.List topLevelDirs java.io.File root public volatile synthetic java.lang.Object call ( ...
/tools/tradefederation/core/res/jacoco/
Djacocoant.jarMETA-INF/MANIFEST.MF META-INF/MTNMINDS.SF META-INF/MTNMINDS ...
/tools/external/fat32lib/
DNOTICE67 …ction must be optional: if the application does not supply it, the square root function must still…