Searched refs:cs (Results 1 – 4 of 4) sorted by relevance
32 CachedSupplier<String> cs = new CachedSupplier<>(ts); in testGetsOnlyOnce() local33 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() local52 cs.precomputed("bar"); in cacheCanBePreset()53 assertTrue(cs.isValid()); in cacheCanBePreset()55 assertEquals("bar", cs.get()); in cacheCanBePreset()[all …]
275 private static byte[] encodePassword(char[] pwd, Charset cs) throws IOException { in encodePassword() argument277 cs.newEncoder() in encodePassword()
58 // 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.
428 then this would get converted into English docs later via `macros_override.cs`.