Searched refs:cached (Results 1 – 9 of 9) sorted by relevance
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/utils/ |
D | CachedSupplier.java | 52 private T cached; field in CachedSupplier 81 cached = supplier.get(); in get() 85 return cached; in get() 92 cached = null; in reset() 106 cached = t; in precomputed()
|
/tools/tradefederation/core/common_util/com/android/tradefed/util/ |
D | CommandResult.java | 63 public void setCached(boolean cached) { in setCached() argument 64 mCached = cached; in setCached()
|
/tools/metalava/metalava-model-text/src/test/java/com/android/tools/metalava/model/text/ |
D | TextTypeParserCacheTest.kt | 119 fun `Test empty scope is cached`() { in <lambda>() 129 fun `Test non-type parameter based type in a non-empty scope is cached`() { in <lambda>() 139 fun `Test type that references a type parameter is cached`() { in <lambda>()
|
/tools/tradefederation/contrib/src/com/android/performance/tests/ |
D | HermeticMemoryTest.java | 240 long cached = 0; in parseProcInfo() local 254 cached = Long.parseLong(dataSplit[1]); in parseProcInfo() 260 mMetrics.put("System_Framework_Apps", String.valueOf((memTotal - (memFree + cached)))); in parseProcInfo()
|
/tools/asuite/atest/bazel/runner/src/main/protobuf/ |
D | build_event_stream.proto | 383 // where a cached copy of the entity to be fetched was used. 636 // Note: for cached test results, this is time can be before the start of the 645 // Note: for cached test results, this is time can be before the start of the 649 // Time the test took to run. For locally cached results, this is the time 650 // the cached invocation took when it was invoked. 657 // Time the test took to run. For locally cached results, this is the time 658 // the cached invocation took when it was invoked. 739 // Total number of cached test actions 913 // were cached. See BuildGraphMetrics below if you need that. 979 // actions that were cached locally (via the action cache) or remotely (via [all …]
|
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/ |
D | ExtractAnnotations.kt | 229 val cached = classToAnnotationHolder[className] in <lambda>() constant 230 if (cached != null) { in <lambda>() 231 addItem(item, cached) in <lambda>()
|
/tools/asuite/atest/bazel/runner/tests/src/com/android/tradefed/testtype/bazel/ |
D | BazelTestTest.java | 1069 void writeSingleTestResultEvent(File outputsZipFile, Path bepFile, boolean cached) 1072 outputsZipFile, bepFile, cached, BuildEventStreamProtos.TestStatus.PASSED); 1085 boolean cached, 1106 .setCachedRemotely(cached)
|
/tools/acloud/internal/proto/ |
D | internal_config.proto | 85 // Path of a file where Oauth2 credential data will be cached.
|
/tools/tradefederation/core/javatests/com/android/tradefed/device/ |
D | DeviceManagerTest.java | 1130 private void setDeviceDescriptorExpectation(boolean cached) { in setDeviceDescriptorExpectation() argument 1153 if (cached) { in setDeviceDescriptorExpectation()
|