Searched refs:tokens (Results 1 – 18 of 18) sorted by relevance
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:" and40 tokens[3][-1] == ":"):41 return True, tokens[3][:-1], tokens[4], timestamp58 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 …]
107 tokens = line.strip().rstrip("\n").split()108 if len(tokens) > 0 and not tokens[0].startswith("#"):110 property_dict[tokens[0]] = tokens111 elif len(tokens) >= 4 and tokens[2] == "exact":112 property_dict[tokens[0]] = tokens
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
585 tokens = re.split("_|-", model)586 for t in tokens:
657 String[] tokens = requirement.split(">="); in isPipModuleInstalled() local658 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]);
103 tokens = line.split(" tcp:")104 if len(tokens) != 3:106 used_ports.append(int(tokens[1]))
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()
116 String[] tokens = newReadPrint.split("\\s+"); in run() local117 if (tokens.length >= 4) { in run()118 String level = tokens[3]; in run()119 switch (tokens[3]) { in run()
129 self.tokens = [133 self.tokens.remove('error')134 self.tokens.remove('ignore')
350 Set<String> tokens = moduleDef.getTokens(); in addModuleDef() local351 if (tokens != null && !tokens.isEmpty()) { in addModuleDef()521 Set<String> tokens = mDeviceTokens.get(serial); in getModules() local522 if (tokens != null && !tokens.isEmpty()) { in getModules()526 if (tokens.equals(def.getTokens())) { in getModules()
369 private void checkTokens(String configName, List<String> tokens) throws ConfigurationException { in checkTokens() argument370 if (tokens == null) { in checkTokens()373 for (String token : tokens) { in checkTokens()
4 filter ReplaceTokens, tokens: [
198 Set<String> tokens = deviceTokens.get(SERIAL3); in testInitialization() local199 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() local260 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()
70 "-Wno-extra-tokens",
210 filter(ReplaceTokens, tokens: [PROJECT_ID: projectId])
META-INF/ META-INF/MANIFEST.MF com/android/compatibility/common/ ...