- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 13 for Adam (0.17 sec)
-
.mailmap
Adam Murdoch <adam@gradle.com> <Adam@Adam-PC.(none)> Adam Murdoch <adam@gradle.com> <******@****.***> Adam Murdoch <adam@gradle.com> <adam******@****.***> Adam Murdoch <adam@gradle.com> <adam@gradle.biz> Adrian Kelly <******@****.***> <******@****.***> Benjamin Muschko <******@****.***> <******@****.***> Cedric Champeau <******@****.***> Cedric Champeau <******@****.***> <******@****.***>
Plain Text - Registered: 2023-11-29 11:36 - Last Modified: 2017-10-03 06:34 - 3.3K bytes - Viewed (0) -
guava-tests/test/com/google/common/cache/CacheBuilderSpecTest.java
import java.util.concurrent.TimeUnit; import junit.framework.TestCase; /** * Tests CacheBuilderSpec. TODO(user): tests of a few invalid input conditions, boundary * conditions. * * @author Adam Winer */ public class CacheBuilderSpecTest extends TestCase { public void testParse_empty() { CacheBuilderSpec spec = parse(""); assertNull(spec.initialCapacity); assertNull(spec.maximumSize);
Java - Registered: 2023-12-01 12:43 - Last Modified: 2023-09-06 17:04 - 19.2K bytes - Viewed (0) -
api/go1.4.txt
pkg crypto, const SHA3_256 Hash pkg crypto, const SHA3_384 = 12 pkg crypto, const SHA3_384 Hash pkg crypto, const SHA3_512 = 13 pkg crypto, const SHA3_512 Hash # CL 114680043 crypto: add Signer, Adam Langley <******@****.***> pkg crypto, method (Hash) HashFunc() Hash pkg crypto, type Signer interface { Public, Sign } pkg crypto, type Signer interface, Public() PublicKey
Plain Text - Registered: 2023-11-28 11:13 - Last Modified: 2014-12-12 03:01 - 34K bytes - Viewed (0) -
android/guava/src/com/google/common/cache/CacheBuilderSpec.java
* * <p>A new {@code CacheBuilder} can be instantiated from a {@code CacheBuilderSpec} using {@link * CacheBuilder#from(CacheBuilderSpec)} or {@link CacheBuilder#from(String)}. * * @author Adam Winer * @since 12.0 */ @SuppressWarnings("GoodTime") // lots of violations (nanosecond math) @GwtIncompatible @ElementTypesAreNonnullByDefault public final class CacheBuilderSpec { /** Parses a single value. */
Java - Registered: 2023-12-01 12:43 - Last Modified: 2022-08-22 14:27 - 18.1K bytes - Viewed (0) -
guava/src/com/google/common/hash/BloomFilterStrategies.java
* @author Kurt Alfred Kluever */ @ElementTypesAreNonnullByDefault enum BloomFilterStrategies implements BloomFilter.Strategy { /** * See "Less Hashing, Same Performance: Building a Better Bloom Filter" by Adam Kirsch and Michael * Mitzenmacher. The paper argues that this trick doesn't significantly deteriorate the * performance of a Bloom filter (yet only needs two 32bit hash functions). */ MURMUR128_MITZ_32() {
Java - Registered: 2023-10-20 12:43 - Last Modified: 2022-10-10 19:45 - 10.7K bytes - Viewed (0) -
android/guava/src/com/google/common/hash/BloomFilterStrategies.java
* @author Kurt Alfred Kluever */ @ElementTypesAreNonnullByDefault enum BloomFilterStrategies implements BloomFilter.Strategy { /** * See "Less Hashing, Same Performance: Building a Better Bloom Filter" by Adam Kirsch and Michael * Mitzenmacher. The paper argues that this trick doesn't significantly deteriorate the * performance of a Bloom filter (yet only needs two 32bit hash functions). */ MURMUR128_MITZ_32() {
Java - Registered: 2023-12-01 12:43 - Last Modified: 2022-10-10 19:45 - 10.7K bytes - Viewed (0) -
guava/src/com/google/common/cache/CacheBuilderSpec.java
* * <p>A new {@code CacheBuilder} can be instantiated from a {@code CacheBuilderSpec} using {@link * CacheBuilder#from(CacheBuilderSpec)} or {@link CacheBuilder#from(String)}. * * @author Adam Winer * @since 12.0 */ @SuppressWarnings("GoodTime") // lots of violations (nanosecond math) @GwtIncompatible @ElementTypesAreNonnullByDefault public final class CacheBuilderSpec { /** Parses a single value. */
Java - Registered: 2023-11-24 12:43 - Last Modified: 2022-08-22 14:27 - 18.1K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/cache/CacheBuilderSpecTest.java
import java.util.concurrent.TimeUnit; import junit.framework.TestCase; /** * Tests CacheBuilderSpec. TODO(user): tests of a few invalid input conditions, boundary * conditions. * * @author Adam Winer */ public class CacheBuilderSpecTest extends TestCase { public void testParse_empty() { CacheBuilderSpec spec = parse(""); assertNull(spec.initialCapacity); assertNull(spec.maximumSize);
Java - Registered: 2023-12-01 12:43 - Last Modified: 2023-09-06 17:04 - 19.2K bytes - Viewed (0) -
okhttp/src/jvmMain/kotlin/okhttp3/CertificatePinner.kt
* authorities either known or unknown to the application's user. * This class currently pins a certificate's Subject Public Key Info as described on * [Adam Langley's Weblog][langley]. Pins are either base64 SHA-256 hashes as in * [HTTP Public Key Pinning (HPKP)][rfc_7469] or SHA-1 base64 hashes as in Chromium's * [static certificates][static_certificates]. *
Plain Text - Registered: 2023-12-01 11:42 - Last Modified: 2021-12-16 08:22 - 14.1K bytes - Viewed (0) -
okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat
hb.cldmail.ru // Mail Transfer Platform : https://www.neupeer.com // Submitted by Li Hui <******@****.***> cn.vu // Maze Play: https://www.mazeplay.com // Submitted by Adam Humpherys <adam@mws.dev> mazeplay.com // mcpe.me : https://mcpe.me // Submitted by Noa Heyl <******@****.***> mcpe.me // McHost : https://mchost.ru
Plain Text - Registered: 2023-12-01 11:42 - Last Modified: 2023-04-22 14:54 - 240.3K bytes - Viewed (4)