Searched refs:cs (Results 1 – 7 of 7) 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 …]
128 CarrierSettings cs = mcs.getSetting(i);129 if (cs.getCanonicalName().equals(name)) {130 return cs;182 for (CarrierSettings cs : base.getSettingList()) {184 CarrierSettings.Builder merged = applyDeviceOverlayToCarrierSettings(overlay, cs);
343 CarrierSettings.Builder cs = CarrierSettings.newBuilder().setCanonicalName(cname); in convert() local345 cs.setConfigs(sortConfig(tier1Configs.get(cname)).toBuilder().build()); in convert()347 cs.setVersion(version); in convert()348 TextFormat.printUnicode(cs.build(), bw); in convert()
275 private static byte[] encodePassword(char[] pwd, Charset cs) throws IOException { in encodePassword() argument277 cs.newEncoder() in encodePassword()
77 // https://cs.corp.google.com/#android/system/bt/stack/include/btm_api.h&q=major_computer.
455 converted into English docs later via `macros_override.cs`.
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...