/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/ |
D | SourceFile.kt | 65 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/ |
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 | 579 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/ |
D | TextCodebase.kt | 153 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/ |
D | hooks.py | 469 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/ |
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 | 112 boolean found = false; in run() 116 found = true; in run() 120 if (!found) { in run()
|
/tools/tradefederation/core/javatests/com/android/tradefed/util/ |
D | ClangProfileIndexerTest.java | 150 boolean found = false; in checkListContainsSuffixes() 153 found = true; in checkListContainsSuffixes() 158 if (!found) { in checkListContainsSuffixes()
|
D | ZipUtilFuncTest.java | 174 boolean found = false; in validateCentralDirectoryInfos() 179 found = true; in validateCentralDirectoryInfos() 183 Assert.assertTrue(found); in validateCentralDirectoryInfos()
|
/tools/dexter/testdata/expected/ |
D | medium.find_method | 1 Everything looks fine, found 4429 methods.
|
D | try_catch.find_method | 1 Everything looks fine, found 5 methods.
|
D | large.find_method | 1 Everything looks fine, found 55520 methods.
|
D | entry_hooks.find_method | 1 Everything looks fine, found 19 methods.
|
D | hello.find_method | 1 Everything looks fine, found 10 methods.
|
/tools/tradefederation/core/javatests/res/testtype/ |
D | gtest_output9.txt | 1 CANNOT LINK EXECUTABLE "/data/installd_cache_test": library "liblogwrap.so" not found
|
D | rust_output4.txt | 1 …ystore2_test/x86_64/keystore2_test": library "libkeystore2_crypto.so" not found: needed by main ex…
|
/tools/asuite/aidegen/lib/ |
D | ide_util.py | 558 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/ |
D | RustBinaryTest.java | 142 boolean found = false; in doRunAllTestsInSubdirectory() 146 found = true; in doRunAllTestsInSubdirectory() 149 return found; in doRunAllTestsInSubdirectory()
|
/tools/ndkports/buildSrc/src/test/kotlin/com/android/ndkports/ |
D | NdkVersionTest.kt | 73 fun `fails if not found`() { in fails if not found()
|
/tools/security/remote_provisioning/attestation_testing/ |
D | README | 7 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/ |
D | SourceSet.kt | 142 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/ |
D | telephony_stress_metric.proto | 8 More info can be found at:
|
D | telephony_metric.proto | 8 More info can be found at:
|
/tools/netsim/rust/proto/ |
D | CMakeLists.txt | 13 # 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/ |
D | power_metric.proto | 7 More info can be found at:
|