Home
last modified time | relevance | path

Searched defs:valueOf (Results 1 – 25 of 55) sorted by relevance

123

/external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/
DUnsignedInteger.java76 public static UnsignedInteger valueOf(long value) { in valueOf() method in UnsignedInteger
88 public static UnsignedInteger valueOf(BigInteger value) { in valueOf() method in UnsignedInteger
102 public static UnsignedInteger valueOf(String string) { in valueOf() method in UnsignedInteger
113 public static UnsignedInteger valueOf(String string, int radix) { in valueOf() method in UnsignedInteger
/external/guava/guava/src/com/google/common/primitives/
DUnsignedInteger.java77 public static UnsignedInteger valueOf(long value) { in valueOf() method in UnsignedInteger
89 public static UnsignedInteger valueOf(BigInteger value) { in valueOf() method in UnsignedInteger
103 public static UnsignedInteger valueOf(String string) { in valueOf() method in UnsignedInteger
114 public static UnsignedInteger valueOf(String string, int radix) { in valueOf() method in UnsignedInteger
DUnsignedLong.java81 public static UnsignedLong valueOf(long value) { in valueOf() method in UnsignedLong
93 public static UnsignedLong valueOf(BigInteger value) { in valueOf() method in UnsignedLong
107 public static UnsignedLong valueOf(String string) { in valueOf() method in UnsignedLong
119 public static UnsignedLong valueOf(String string, int radix) { in valueOf() method in UnsignedLong
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/tlswire/handshake/
DCipherSuite.java419 public static CipherSuite valueOf(String name) { in valueOf() method in CipherSuite
426 public static CipherSuite valueOf(int code) { in valueOf() method in CipherSuite
DCompressionMethod.java31 public static CompressionMethod valueOf(int type) { in valueOf() method in CompressionMethod
/external/conscrypt/testing/src/main/java/org/conscrypt/tlswire/handshake/
DCipherSuite.java415 public static CipherSuite valueOf(String name) { in valueOf() method in CipherSuite
422 public static CipherSuite valueOf(int code) { in valueOf() method in CipherSuite
DCompressionMethod.java29 public static CompressionMethod valueOf(int type) { in valueOf() method in CompressionMethod
/external/chromium-libpac/test/js-unittest/
Db_147664838.js8 re.lastIndex = {valueOf: () => { method
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue310/
DOption.java22 public static <T> Option<T> valueOf(T v) { in valueOf() method in Option
/external/conscrypt/common/src/main/java/org/conscrypt/ct/
DDigitallySigned.java38 public static HashAlgorithm valueOf(int ord) { in valueOf() method in DigitallySigned.HashAlgorithm
54 public static SignatureAlgorithm valueOf(int ord) { in valueOf() method in DigitallySigned.SignatureAlgorithm
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ct/
DDigitallySigned.java43 public static HashAlgorithm valueOf(int ord) { in valueOf() method in DigitallySigned.HashAlgorithm
62 public static SignatureAlgorithm valueOf(int ord) { in valueOf() method in DigitallySigned.SignatureAlgorithm
/external/caliper/caliper/src/test/java/com/google/caliper/util/
DShortDurationTest.java30 @Test public void valueOf() { in valueOf() method in ShortDurationTest
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/
DIntegers.java20 public static Integer valueOf(int value) in valueOf() method in Integers
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
DIntegers.java18 public static Integer valueOf(int value) in valueOf() method in Integers
/external/guava/guava-tests/test/com/google/common/collect/
DSpecialRandom.java30 public static SpecialRandom valueOf(String s) { in valueOf() method in SpecialRandom
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/targets/
DEnumImplicitMethods.java34 public void valueOf() { in valueOf() method in EnumImplicitMethods
/external/ukey2/src/main/java/com/google/security/cryptauth/lib/securegcm/
DTransportCryptoOps.java72 public static PayloadType valueOf(SecureGcmProto.Type type) { in valueOf() method in TransportCryptoOps.PayloadType
76 public static PayloadType valueOf(int type) { in valueOf() method in TransportCryptoOps.PayloadType
/external/caliper/examples/src/main/java/examples/
DUtf8Benchmark.java74 public static MaxCodePoint valueOf(String userFriendly) { in valueOf() method in Utf8Benchmark.MaxCodePoint
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/tlswire/util/
DTlsProtocolVersion.java38 public static TlsProtocolVersion valueOf(int major, int minor) { in valueOf() method in TlsProtocolVersion
/external/conscrypt/testing/src/main/java/org/conscrypt/tlswire/util/
DTlsProtocolVersion.java36 public static TlsProtocolVersion valueOf(int major, int minor) { in valueOf() method in TlsProtocolVersion
/external/guava/guava-tests/benchmark/com/google/common/base/
DUtf8Benchmark.java70 public static MaxCodePoint valueOf(String userFriendly) { in valueOf() method in Utf8Benchmark.MaxCodePoint
/external/opencensus-java/api/src/main/java/io/opencensus/common/
DServerStatsFieldEnums.java90 public static Id valueOf(int value) { in valueOf() method in ServerStatsFieldEnums.Id
/external/v8/benchmarks/
Dbase.js57 BenchmarkResult.prototype.valueOf = function() { method in BenchmarkResult
/external/ukey2/src/main/java/com/google/security/cryptauth/lib/securemessage/
DCryptoOps.java70 public static SigType valueOf(SecureMessageProto.SigScheme sigScheme) { in valueOf() method in CryptoOps.SigType
109 public static EncType valueOf(SecureMessageProto.EncScheme encScheme) { in valueOf() method in CryptoOps.EncType
/external/crcalc/src/com/hp/creals/
DCR.java279 public static CR valueOf(BigInteger n) { in valueOf() method in CR
287 public static CR valueOf(int n) { in valueOf() method in CR
295 public static CR valueOf(long n) { in valueOf() method in CR
304 public static CR valueOf(double n) { in valueOf() method in CR
329 public static CR valueOf(float n) { in valueOf() method in CR
571 public static CR valueOf(String s, int radix) in valueOf() method in CR

123