/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/ |
D | PsiSourceFileItem.kt | 179 var found: MutableList<String>? = null in getImportStatements() variable 182 if (found == null) { in getImportStatements() 183 found = mutableListOf() in getImportStatements() 185 found.add(name) in getImportStatements() 188 found?.let { in getImportStatements() 189 for (name in found) { in getImportStatements()
|
D | PsiTypeItem.kt | 674 var found = false in typeParameterList() variable 677 found = true in typeParameterList() 682 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 | 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/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/asuite/aidegen/lib/ |
D | ide_util.py | 556 found = self._get_preferred_version() 557 if found: 558 logging.debug('IDE internal installed path: %s.', found) 559 return found 847 found = self._get_preferred_version() 848 if found: 849 logging.debug('IDE internal installed path: %s.', found) 850 return found
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/ |
D | TextTypeItem.kt | 313 var found = false in markRecent() variable 317 found = true in markRecent() 323 if (!found) { in markRecent()
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/ |
D | MethodItem.kt | 177 val found = method.findPredicateSuperMethod(predicate) in <lambda>() constant 178 if (found != null) { in <lambda>() 179 return found in <lambda>()
|
D | ModifierList.kt | 508 var found = false in <lambda>() variable 512 found = true in <lambda>() 516 if (found) { in <lambda>()
|
/tools/test/connectivity/acts_tests/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 | 612 var found = false in <lambda>() variable 628 if (!found && reflectionFields != null) { in <lambda>() 653 found = true in <lambda>() 657 if (!found) { in <lambda>()
|
D | ApiLint.kt | 1876 val found = mutableMapOf<String, MethodItem>() in <lambda>() constant 1903 found[name] = method in <lambda>() 1908 for (f in found.values) { in <lambda>() 1966 var found = false in <lambda>() variable 1970 found = true in <lambda>() 1971 } else if (found) { in <lambda>()
|
/tools/apksig/etc/ |
D | apksigner.bat | 19 REM Locate apksigner.jar in the directory where apksigner.bat was found and start it. 33 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
|
/tools/external_updater/ |
D | README.md | 31 repository. The full definition can be found 93 new version is found. The tool will download the tarball and overwrite the
|
/tools/dexter/testdata/expected/ |
D | try_catch.find_method | 1 Everything looks fine, found 5 methods.
|
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 | large.find_method | 1 Everything looks fine, found 55520 methods.
|
/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/ndkports/buildSrc/src/test/kotlin/com/android/ndkports/ |
D | NdkVersionTest.kt | 73 fun `fails if not found`() { in fails if not found()
|
/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/test/connectivity/acts_tests/acts_contrib/test_utils/power/loggers/protos/ |
D | power_metric.proto | 7 More info can be found at:
|
/tools/carrier_settings/ |
D | README | 3 AOSP default carrier configs can be found in packages/apps/CarrierConfig,
|