Home
last modified time | relevance | path

Searched refs:found (Results 1 – 25 of 50) sorted by relevance

12

/tools/repohooks/rh/
Dhooks.py337 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/
DPsiCompilationUnit.kt153 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()
DPsiTypeItem.kt637 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/
DExtraField.java124 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()
DZFile.java578 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/
Dlogserial.py75 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/
DSl4aBluetoothDiscovery.java113 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/
DXmlSuiteResultFormatterTest.java690 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/
Dide_util.py316 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/
DMethodItem.kt169 val found = method.findPredicateSuperMethod(predicate) in <lambda>() constant
170 if (found != null) { in <lambda>()
171 return found in <lambda>()
DModifierList.kt528 var found = false in writeAnnotations() variable
532 found = true in writeAnnotations()
536 if (found) { in writeAnnotations()
/tools/test/connectivity/acts/tests/google/wifi/
DWifiScannerBssidTest.py232 found = False
470 found = self.check_bssid_in_found_result(
473 asserts.assert_true(found,
/tools/metalava/src/main/java/com/android/tools/metalava/
DAnnotationsMerger.kt604 var found = false in createAnnotation() variable
620 if (!found && reflectionFields != null) { in createAnnotation()
645 found = true in createAnnotation()
649 if (!found) { in createAnnotation()
DApiLint.kt2111 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/
Dhello.find_method1 Everything looks fine, found 10 methods.
Dmedium.find_method1 Everything looks fine, found 4429 methods.
Dentry_hooks.find_method1 Everything looks fine, found 19 methods.
Dtry_catch.find_method1 Everything looks fine, found 5 methods.
Dlarge.find_method1 Everything looks fine, found 55520 methods.
/tools/tradefederation/core/tests/res/testtype/
Dgtest_output9.txt1 CANNOT LINK EXECUTABLE "/data/installd_cache_test": library "liblogwrap.so" not found
Dpython_output2.txt1 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/
Dtelephony_metric.proto8 More info can be found at:
/tools/tradefederation/core/atest/proto/
Dexternal_user_log.proto24 // not found
Dinternal_user_log.proto30 // not found
/tools/test/connectivity/acts/tests/google/net/arduino/disconnect_wifi/
Ddisconnect_wifi.ino47 Serial.println("disconnect: scanNetworks(): INFO: No networks found");

12