Home
last modified time | relevance | path

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

123

/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiSourceFileItem.kt179 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()
DPsiTypeItem.kt674 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/
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/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/asuite/aidegen/lib/
Dide_util.py556 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/
DTextTypeItem.kt313 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/
DMethodItem.kt177 val found = method.findPredicateSuperMethod(predicate) in <lambda>() constant
178 if (found != null) { in <lambda>()
179 return found in <lambda>()
DModifierList.kt508 var found = false in <lambda>() variable
512 found = true in <lambda>()
516 if (found) { in <lambda>()
/tools/test/connectivity/acts_tests/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.kt612 var found = false in <lambda>() variable
628 if (!found && reflectionFields != null) { in <lambda>()
653 found = true in <lambda>()
657 if (!found) { in <lambda>()
DApiLint.kt1876 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/
Dapksigner.bat19 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/
DREADME.md31 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/
Dtry_catch.find_method1 Everything looks fine, found 5 methods.
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.
Dlarge.find_method1 Everything looks fine, found 55520 methods.
/tools/security/remote_provisioning/attestation_testing/
DREADME7 Any failures found during execution will be printed to the terminal in the format of:
/tools/ndkports/buildSrc/src/test/kotlin/com/android/ndkports/
DNdkVersionTest.kt73 fun `fails if not found`() { in fails if not found()
/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/test/connectivity/acts_tests/acts_contrib/test_utils/power/loggers/protos/
Dpower_metric.proto7 More info can be found at:
/tools/carrier_settings/
DREADME3 AOSP default carrier configs can be found in packages/apps/CarrierConfig,

123