/tools/repohooks/rh/ |
D | hooks.py | 337 found = [] 340 found.append(line) 342 if not found: 361 found = [] 364 found.append(line) 366 if len(found) == 0: 369 elif len(found) > 1: 474 found = [] 477 found.append(line) 479 if not found:
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/ |
D | PsiCompilationUnit.kt | 153 var found: MutableList<String>? = null in getImportStatements() variable 156 if (found == null) { in getImportStatements() 157 found = mutableListOf() in getImportStatements() 159 found.add(name) in getImportStatements() 162 found?.let { in getImportStatements() 163 for (name in found) { in getImportStatements()
|
D | PsiTypeItem.kt | 637 var found = false in typeParameterList() variable 640 found = true in typeParameterList() 645 if (!found) { in typeParameterList()
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/ |
D | ExtraField.java | 124 List<Segment> found = in getSingleSegment() local 128 if (found.isEmpty()) { in getSingleSegment() 130 } else if (found.size() == 1) { in getSingleSegment() 131 return found.get(0); in getSingleSegment() 133 throw new IOException(found.size() + " segments with header ID " + headerId + "found"); in getSingleSegment()
|
D | ZFile.java | 578 FileUseMapEntry<StoredEntry> found = entries.get(path); in get() local 579 if (found == null) { in get() 583 return found.getStore(); in get() 631 FileUseMapEntry<?> found = map.at(start); in readData() 632 Verify.verifyNotNull(found); in readData() 636 if (!found.isFree() || found.getEnd() < end) { in readData() 637 if (found.isFree()) { in readData() 638 found = map.after(found); in readData() 639 Verify.verify(found != null && !found.isFree()); in readData() 642 Object foundEntry = found.getStore(); in readData() [all …]
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/ |
D | logserial.py | 75 found = True 79 found *= True 81 found = False 83 found = True if found == 1 else False 84 if found:
|
/tools/tradefederation/contrib/src/com/android/tradefed/ |
D | Sl4aBluetoothDiscovery.java | 113 boolean found = false; in run() 117 found = true; in run() 121 if (!found) { in run()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/result/suite/ |
D | XmlSuiteResultFormatterTest.java | 690 boolean found = false; in assertXmlContainsValue() 695 found = true; in assertXmlContainsValue() 704 found); in assertXmlContainsValue() 715 boolean found = false; in assertXmlContainsAttribute() 721 found = true; in assertXmlContainsAttribute() 730 found); in assertXmlContainsAttribute()
|
/tools/asuite/aidegen/lib/ |
D | ide_util.py | 316 found = self._get_preferred_version() 317 if found: 318 logging.debug('IDE internal installed path: %s.', found) 319 return found
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/ |
D | MethodItem.kt | 169 val found = method.findPredicateSuperMethod(predicate) in <lambda>() constant 170 if (found != null) { in <lambda>() 171 return found in <lambda>()
|
D | ModifierList.kt | 528 var found = false in writeAnnotations() variable 532 found = true in writeAnnotations() 536 if (found) { in writeAnnotations()
|
/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiScannerBssidTest.py | 232 found = False 470 found = self.check_bssid_in_found_result( 473 asserts.assert_true(found,
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | AnnotationsMerger.kt | 604 var found = false in createAnnotation() variable 620 if (!found && reflectionFields != null) { in createAnnotation() 645 found = true in createAnnotation() 649 if (!found) { in createAnnotation()
|
D | ApiLint.kt | 2111 val found = mutableMapOf<String, MethodItem>() in <lambda>() constant 2138 found[name] = method in <lambda>() 2143 for (f in found.values) { in <lambda>() 2227 var found = false in <lambda>() variable 2231 found = true in <lambda>() 2232 } else if (found) { in <lambda>()
|
/tools/dexter/testdata/expected/ |
D | hello.find_method | 1 Everything looks fine, found 10 methods.
|
D | medium.find_method | 1 Everything looks fine, found 4429 methods.
|
D | entry_hooks.find_method | 1 Everything looks fine, found 19 methods.
|
D | try_catch.find_method | 1 Everything looks fine, found 5 methods.
|
D | large.find_method | 1 Everything looks fine, found 55520 methods.
|
/tools/tradefederation/core/tests/res/testtype/ |
D | gtest_output9.txt | 1 CANNOT LINK EXECUTABLE "/data/installd_cache_test": library "liblogwrap.so" not found
|
D | python_output2.txt | 1 No handlers could be found for logger "oauth2client.contrib.multistore_file" 209 Test GetUrl when object is not found. ... ok
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/loggers/protos/ |
D | telephony_metric.proto | 8 More info can be found at:
|
/tools/tradefederation/core/atest/proto/ |
D | external_user_log.proto | 24 // not found
|
D | internal_user_log.proto | 30 // not found
|
/tools/test/connectivity/acts/tests/google/net/arduino/disconnect_wifi/ |
D | disconnect_wifi.ino | 47 Serial.println("disconnect: scanNetworks(): INFO: No networks found");
|