Home
last modified time | relevance | path

Searched refs:cached (Results 1 – 9 of 9) sorted by relevance

/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/utils/
DCachedSupplier.java52 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/
DCommandResult.java63 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/
DTextTypeParserCacheTest.kt119 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/
DHermeticMemoryTest.java240 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/
Dbuild_event_stream.proto383 // 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/
DExtractAnnotations.kt229 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/
DBazelTestTest.java1069 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/
Dinternal_config.proto85 // Path of a file where Oauth2 credential data will be cached.
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DDeviceManagerTest.java1130 private void setDeviceDescriptorExpectation(boolean cached) { in setDeviceDescriptorExpectation() argument
1153 if (cached) { in setDeviceDescriptorExpectation()