Home
last modified time | relevance | path

Searched refs:cs (Results 1 – 4 of 4) sorted by relevance

/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/utils/
DCachedSupplierTest.java32 CachedSupplier<String> cs = new CachedSupplier<>(ts); in testGetsOnlyOnce() local
33 assertFalse(cs.isValid()); in testGetsOnlyOnce()
37 assertEquals("foo", cs.get()); in testGetsOnlyOnce()
39 assertTrue(cs.isValid()); in testGetsOnlyOnce()
42 assertEquals("foo", cs.get()); in testGetsOnlyOnce()
44 assertTrue(cs.isValid()); in testGetsOnlyOnce()
51 CachedSupplier<String> cs = new CachedSupplier<>(ts); in cacheCanBePreset() local
52 cs.precomputed("bar"); in cacheCanBePreset()
53 assertTrue(cs.isValid()); in cacheCanBePreset()
55 assertEquals("bar", cs.get()); in cacheCanBePreset()
[all …]
/tools/apksig/src/apksigner/java/com/android/apksigner/
DPasswordRetriever.java275 private static byte[] encodePassword(char[] pwd, Charset cs) throws IOException { in encodePassword() argument
277 cs.newEncoder() in encodePassword()
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbluetooth.proto58 // https://cs.corp.google.com/#android/system/bt/stack/include/btm_api.h&q=major_computer.
146 // https://cs.corp.google.com/#android/system/bt/stack/include/hcidefs.h&q=failed_establish.
/tools/metalava/
DREADME.md428 then this would get converted into English docs later via `macros_override.cs`.