/test/vts/script/ |
D | test_time_breakdown.py | 26 tokens = line.split() 28 if len(tokens) < 4: 32 date_time_str = "%s-%s %s" % (THIS_YEAR, tokens[0], tokens[1]) 39 if (len(tokens[2]) > 2 and tokens[2] == "D/ModuleDef:" and 40 tokens[3][-1] == ":"): 41 return True, tokens[3][:-1], tokens[4], timestamp 58 tokens = line.split() 61 if len(tokens) < 7: 65 if len(tokens[0]) > 2 and tokens[0][0] == "[" and tokens[0][-1] == "]": 66 test_module_name = tokens[0][1:-1] [all …]
|
/test/vts-testcase/security/system_property/ |
D | VtsTrebleSysPropTest.py | 107 tokens = line.strip().rstrip("\n").split() 108 if len(tokens) > 0 and not tokens[0].startswith("#"): 110 property_dict[tokens[0]] = tokens 111 elif len(tokens) >= 4 and tokens[2] == "exact": 112 property_dict[tokens[0]] = tokens
|
/test/vts/runners/host/ |
D | config_parser.py | 161 tokens = item.split(':') 162 if len(tokens) > 2: 164 if len(tokens) == 1: 166 test_cls_name = tokens[0] 169 elif len(tokens) == 2: 172 test_cls_name, test_case_names = tokens
|
D | utils.py | 585 tokens = re.split("_|-", model) 586 for t in tokens:
|
/test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/ |
D | VtsPythonVirtualenvPreparer.java | 657 String[] tokens = requirement.split(">="); in isPipModuleInstalled() local 658 if (tokens.length != 2) { in isPipModuleInstalled() 661 name = tokens[0]; in isPipModuleInstalled() 662 version = tokens[1]; in isPipModuleInstalled() 736 String[] tokens = line.split("\\s+"); 737 if (tokens.length != 2) { 741 pipInstallList.put(tokens[0], tokens[1]);
|
/test/vts/harnesses/tradefed/src/com/android/tradefed/util/ |
D | ProcessHelper.java | 116 String[] tokens = newReadPrint.split("\\s+"); in run() local 117 if (tokens.length >= 4) { in run() 118 String level = tokens[3]; in run() 119 switch (tokens[3]) { in run()
|
/test/vts/utils/python/controllers/ |
D | adb.py | 103 tokens = line.split(" tcp:") 104 if len(tokens) != 3: 106 used_ports.append(int(tokens[1]))
|
D | android_device.py | 166 tokens = line.strip().split('\t') 167 if len(tokens) == 2 and tokens[1] == key: 168 results.append(tokens[0]) 482 tokens = lines[0].split(' ') 483 if len(tokens) > 1: 484 return tokens[1].lower()
|
/test/vts-testcase/kernel/api/proc/ |
D | KernelProcFileTestBase.py | 129 self.tokens = [ 133 self.tokens.remove('error') 134 self.tokens.remove('ignore')
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/ |
D | ModuleRepo.java | 350 Set<String> tokens = moduleDef.getTokens(); in addModuleDef() local 351 if (tokens != null && !tokens.isEmpty()) { in addModuleDef() 521 Set<String> tokens = mDeviceTokens.get(serial); in getModules() local 522 if (tokens != null && !tokens.isEmpty()) { in getModules() 526 if (tokens.equals(def.getTokens())) { in getModules()
|
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/ |
D | CtsConfigLoadingTest.java | 369 private void checkTokens(String configName, List<String> tokens) throws ConfigurationException { in checkTokens() argument 370 if (tokens == null) { in checkTokens() 373 for (String token : tokens) { in checkTokens()
|
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/ |
D | ModuleRepoTest.java | 198 Set<String> tokens = deviceTokens.get(SERIAL3); in testInitialization() local 199 assertEquals("Wrong number of tokens", 1, tokens.size()); in testInitialization() 200 assertTrue("Unexpected device token", tokens.contains(FOOBAR_TOKEN)); in testInitialization() 259 List<String> tokens = new ArrayList<>(); in testGetModules_TokenModules_multiDevices() local 260 tokens.add(String.format("%s:%s", SERIAL1, FOOBAR_TOKEN)); in testGetModules_TokenModules_multiDevices() 261 tokens.add(String.format("%s:%s", SERIAL2, "foobar2")); in testGetModules_TokenModules_multiDevices() 262 mRepo.initialize(2, null, mTestsDir, ABIS, tokens, TEST_ARGS, MODULE_ARGS, in testGetModules_TokenModules_multiDevices()
|
/test/vti/dashboard/gradle/ |
D | profile_default.gradle | 4 filter ReplaceTokens, tokens: [
|
D | profile_staging.gradle | 4 filter ReplaceTokens, tokens: [
|
D | profile_prod.gradle | 4 filter ReplaceTokens, tokens: [
|
/test/vts-testcase/fuzz/iface_fuzzer/ |
D | Android.bp | 70 "-Wno-extra-tokens",
|
/test/vti/dashboard/ |
D | build.gradle | 210 filter(ReplaceTokens, tokens: [PROJECT_ID: projectId])
|
/test/suite_harness/tools/dex-tools/dex/ |
D | classes.out.dex | 141374 private java.util.ArrayList tokens 141691 private java.util.ArrayList tokens
|