Home
last modified time | relevance | path

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

123

/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/
DSourceFile.kt65 var found: MutableList<String>? = null in classes() variable
68 if (found == null) { in classes()
69 found = mutableListOf() in classes()
71 found.add(name) in classes()
78 found?.let { in classes()
79 for (name in found) { in classes()
/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.java579 FileUseMapEntry<StoredEntry> found = entries.get(path); in get() local
580 if (found == null) { in get()
584 return found.getStore(); in get()
632 FileUseMapEntry<?> found = map.at(start); in readData()
633 Verify.verifyNotNull(found); in readData()
637 if (!found.isFree() || found.getEnd() < end) { in readData()
638 if (found.isFree()) { in readData()
639 found = map.after(found); in readData()
640 Verify.verify(found != null && !found.isFree()); in readData()
643 Object foundEntry = found.getStore(); in readData()
[all …]
/tools/metalava/metalava-model-text/src/main/java/com/android/tools/metalava/model/text/
DTextCodebase.kt153 allClassesByName[name]?.let { found -> in <lambda>() method
154 return found in <lambda>()
162 externalClassesByName[name]?.let { found -> in <lambda>() method
163 return found in <lambda>()
/tools/repohooks/rh/
Dhooks.py469 found = []
472 found.append(line)
474 if not found:
495 found = []
498 found.append(line)
500 if not found:
505 elif len(found) > 1:
610 found = []
613 found.append(line)
615 if not found:
[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.java112 boolean found = false; in run()
116 found = true; in run()
120 if (!found) { in run()
/tools/tradefederation/core/javatests/com/android/tradefed/util/
DClangProfileIndexerTest.java150 boolean found = false; in checkListContainsSuffixes()
153 found = true; in checkListContainsSuffixes()
158 if (!found) { in checkListContainsSuffixes()
DZipUtilFuncTest.java174 boolean found = false; in validateCentralDirectoryInfos()
179 found = true; in validateCentralDirectoryInfos()
183 Assert.assertTrue(found); in validateCentralDirectoryInfos()
/tools/dexter/testdata/expected/
Dmedium.find_method1 Everything looks fine, found 4429 methods.
Dtry_catch.find_method1 Everything looks fine, found 5 methods.
Dlarge.find_method1 Everything looks fine, found 55520 methods.
Dentry_hooks.find_method1 Everything looks fine, found 19 methods.
Dhello.find_method1 Everything looks fine, found 10 methods.
/tools/tradefederation/core/javatests/res/testtype/
Dgtest_output9.txt1 CANNOT LINK EXECUTABLE "/data/installd_cache_test": library "liblogwrap.so" not found
Drust_output4.txt1 …ystore2_test/x86_64/keystore2_test": library "libkeystore2_crypto.so" not found: needed by main ex…
/tools/asuite/aidegen/lib/
Dide_util.py558 found = self._get_preferred_version()
559 if found:
560 logging.debug('IDE internal installed path: %s.', found)
561 return found
849 found = self._get_preferred_version()
850 if found:
851 logging.debug('IDE internal installed path: %s.', found)
852 return found
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/rust/
DRustBinaryTest.java142 boolean found = false; in doRunAllTestsInSubdirectory()
146 found = true; in doRunAllTestsInSubdirectory()
149 return found; in doRunAllTestsInSubdirectory()
/tools/ndkports/buildSrc/src/test/kotlin/com/android/ndkports/
DNdkVersionTest.kt73 fun `fails if not found`() { in fails if not found()
/tools/security/remote_provisioning/attestation_testing/
DREADME7 Any failures found during execution will be printed to the terminal in the format of:
/tools/metalava/metalava-model-source/src/main/java/com/android/tools/metalava/model/source/
DSourceSet.kt142 val found = dirToRootCache[parent.path] in extractRoots() constant
143 if (found != null) { in extractRoots()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/loggers/protos/
Dtelephony_stress_metric.proto8 More info can be found at:
Dtelephony_metric.proto8 More info can be found at:
/tools/netsim/rust/proto/
DCMakeLists.txt13 # Set CMake executable filepath because it's not found by cmake Rust crate. From
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/loggers/protos/
Dpower_metric.proto7 More info can be found at:

123