Home
last modified time | relevance | path

Searched refs:UnsignedLong (Results 1 – 22 of 22) sorted by relevance

/external/guava/guava-tests/test/com/google/common/primitives/
DUnsignedLongTest.java65 UnsignedLongs.toString(value), value, UnsignedLong.fromLongBits(value).longValue()); in testAsUnsignedAndLongValueAreInverses()
75 UnsignedLong.fromLongBits(value).bigIntegerValue()); in testAsUnsignedBigIntegerValue()
83 assertEquals(value, UnsignedLong.valueOf(value).longValue()); in testValueOfLong()
93 BigInteger max = UnsignedLong.MAX_VALUE.bigIntegerValue(); in testValueOfBigInteger()
98 assertEquals(big, UnsignedLong.valueOf(big).bigIntegerValue()); in testValueOfBigInteger()
108 UnsignedLong unsignedValue = UnsignedLong.fromLongBits(value); in testToString()
117 UnsignedLong value = UnsignedLong.fromLongBits(l); in testToStringRadix()
127 UnsignedLong value = UnsignedLong.fromLongBits(l); in testToStringRadixQuick()
135 UnsignedLong unsignedValue = UnsignedLong.fromLongBits(value); in testFloatValue()
142 UnsignedLong unsignedValue = UnsignedLong.fromLongBits(value); in testDoubleValue()
[all …]
/external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/
DUnsignedLongTest.java61 UnsignedLongs.toString(value), value, UnsignedLong.fromLongBits(value).longValue()); in testAsUnsignedAndLongValueAreInverses()
71 UnsignedLong.fromLongBits(value).bigIntegerValue()); in testAsUnsignedBigIntegerValue()
79 assertEquals(value, UnsignedLong.valueOf(value).longValue()); in testValueOfLong()
89 BigInteger max = UnsignedLong.MAX_VALUE.bigIntegerValue(); in testValueOfBigInteger()
94 assertEquals(big, UnsignedLong.valueOf(big).bigIntegerValue()); in testValueOfBigInteger()
104 UnsignedLong unsignedValue = UnsignedLong.fromLongBits(value); in testToString()
113 UnsignedLong value = UnsignedLong.fromLongBits(l); in testToStringRadixQuick()
121 UnsignedLong unsignedValue = UnsignedLong.fromLongBits(value); in testFloatValue()
128 UnsignedLong unsignedValue = UnsignedLong.fromLongBits(value); in testDoubleValue()
136 UnsignedLong aUnsigned = UnsignedLong.fromLongBits(a); in testPlus()
[all …]
/external/guava/guava/src/com/google/common/primitives/
DUnsignedLong.java43 public final class UnsignedLong extends Number implements Comparable<UnsignedLong>, Serializable { class
47 public static final UnsignedLong ZERO = new UnsignedLong(0);
48 public static final UnsignedLong ONE = new UnsignedLong(1);
49 public static final UnsignedLong MAX_VALUE = new UnsignedLong(-1L);
53 private UnsignedLong(long value) { in UnsignedLong() method in UnsignedLong
70 public static UnsignedLong fromLongBits(long bits) { in fromLongBits()
72 return new UnsignedLong(bits); in fromLongBits()
81 public static UnsignedLong valueOf(long value) { in valueOf()
93 public static UnsignedLong valueOf(BigInteger value) { in valueOf()
107 public static UnsignedLong valueOf(String string) { in valueOf()
[all …]
/external/guava/guava-gwt/src/com/google/common/primitives/
DUnsignedLong_CustomFieldSerializer.java28 UnsignedLong instance) {} in deserialize()
30 public static UnsignedLong instantiate(SerializationStreamReader reader) in instantiate()
32 return UnsignedLong.fromLongBits(reader.readLong()); in instantiate()
36 UnsignedLong instance) throws SerializationException { in serialize()
/external/clang/lib/Basic/
DTargetInfo.cpp57 SizeType = UnsignedLong; in TargetInfo()
120 case UnsignedLong: return "long unsigned int"; in getTypeName()
143 case UnsignedLong: return "UL"; in getTypeConstantSuffix()
161 case UnsignedLong: return "l"; in getTypeFormatModifier()
179 case UnsignedLong: return getLongWidth(); in getTypeWidth()
194 return IsSigned ? SignedLong : UnsignedLong; in getIntTypeByWidth()
209 return IsSigned ? SignedLong : UnsignedLong; in getLeastIntTypeByWidth()
250 case UnsignedLong: return getLongAlign(); in getTypeAlign()
270 case UnsignedLong: in isTypeSigned()
311 SizeType = Is32BitArch ? UnsignedInt : UnsignedLong; in adjust()
DTargets.cpp407 this->SizeType = TargetInfo::UnsignedLong; in HaikuTargetInfo()
1900 SizeType = TargetInfo::UnsignedLong; in NVPTX64TargetInfo()
4067 SizeType = UnsignedLong; in OpenBSDI386TargetInfo()
4077 SizeType = UnsignedLong; in BitrigI386TargetInfo()
4095 SizeType = UnsignedLong; in DarwinI386TargetInfo()
4299 SizeType = UnsignedLong; in RTEMSX86_32TargetInfo()
4325 SizeType = IsX32 ? UnsignedInt : UnsignedLong; in X86_64TargetInfo()
4634 SizeType = UnsignedLong; in setABIAAPCS()
4698 SizeType = UnsignedLong; in setABIAPCS()
6615 SizeType = UnsignedLong; in SparcV8TargetInfo()
[all …]
/external/opencensus-java/contrib/http_util/src/test/java/io/opencensus/contrib/http/util/
DCloudTraceFormatTest.java26 import com.google.common.primitives.UnsignedLong;
54 private static final String SPAN_ID_BASE10 = UnsignedLong.valueOf(SPAN_ID_BASE16, 16).toString();
56 private static final String SPAN_ID_BASE10_MAX_UNSIGNED_LONG = UnsignedLong.MAX_VALUE.toString();
58 UnsignedLong.MAX_VALUE.toString(16);
/external/guava/guava-testlib/test/com/google/common/testing/anotherpackage/
DForwardingWrapperTesterTest.java28 import com.google.common.primitives.UnsignedLong;
354 Pattern pattern, UnsignedInteger ui, UnsignedLong ul, StringBuilder sb, in foo()
369 Pattern pattern, UnsignedInteger ui, UnsignedLong ul, StringBuilder sb, in foo()
/external/guava/guava-testlib/src/com/google/common/testing/
DArbitraryInstances.java78 import com.google.common.primitives.UnsignedLong;
197 .put(UnsignedLong.class, UnsignedLong.ZERO)
DFreshValueGenerator.java67 import com.google.common.primitives.UnsignedLong;
373 @Generates private UnsignedLong freshUnsignedLong() { in freshUnsignedLong()
374 return UnsignedLong.fromLongBits(freshLong()); in freshUnsignedLong()
/external/guava/guava-testlib/test/com/google/common/testing/
DArbitraryInstancesTest.java61 import com.google.common.primitives.UnsignedLong;
159 assertEquals(UnsignedLong.ZERO, ArbitraryInstances.get(UnsignedLong.class)); in testGet_primitives()
DFreshValueGeneratorTest.java63 import com.google.common.primitives.UnsignedLong;
133 UnsignedInteger.class, UnsignedLong.class, in testFreshInstance()
/external/clang/include/clang/Basic/
DTargetInfo.h133 UnsignedLong, enumerator
257 return UnsignedLong; in getCorrespondingUnsignedType()
/external/clang/lib/Frontend/
DInitPreprocessor.cpp800 DefineExactWidthIntType(TargetInfo::UnsignedLong, TI, Builder); in InitializePredefinedMacros()
801 DefineExactWidthIntTypeSize(TargetInfo::UnsignedLong, TI, Builder); in InitializePredefinedMacros()
/external/clang/lib/AST/
DASTContext.cpp6703 case TargetInfo::UnsignedLong: return UnsignedLongTy; in getFromTargetType()
/external/owasp/sanitizer/distrib/lib/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/owasp/sanitizer/lib/guava-libraries/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/guice/lib/
Dguava-19.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/cldr/tools/java/libs/
Dguava.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/conscrypt/benchmark-android/
Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...
/external/error_prone/error_prone/
Derror_prone_core-2.3.2-with-dependencies.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...
/external/dagger2/lib/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...