HomeSort by relevance Sort by last modified time
    Searched refs:UnsignedLong (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/
UnsignedLongTest.java 25 * Tests for {@code UnsignedLong}.
61 UnsignedLongs.toString(value), value, UnsignedLong.fromLongBits(value).longValue());
71 UnsignedLong.fromLongBits(value).bigIntegerValue());
79 assertEquals(value, UnsignedLong.valueOf(value).longValue());
89 BigInteger max = UnsignedLong.MAX_VALUE.bigIntegerValue();
94 assertEquals(big, UnsignedLong.valueOf(big).bigIntegerValue());
104 UnsignedLong unsignedValue = UnsignedLong.fromLongBits(value);
113 UnsignedLong value = UnsignedLong.fromLongBits(l)
    [all...]
  /external/guava/guava/src/com/google/common/primitives/
UnsignedLong.java 43 public final class UnsignedLong extends Number implements Comparable<UnsignedLong>, Serializable {
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) {
58 * Returns an {@code UnsignedLong} corresponding to a given bit representation
    [all...]
  /external/guava/guava-tests/test/com/google/common/primitives/
UnsignedLongTest.java 29 * Tests for {@code UnsignedLong}.
65 UnsignedLongs.toString(value), value, UnsignedLong.fromLongBits(value).longValue());
75 UnsignedLong.fromLongBits(value).bigIntegerValue());
83 assertEquals(value, UnsignedLong.valueOf(value).longValue());
93 BigInteger max = UnsignedLong.MAX_VALUE.bigIntegerValue();
98 assertEquals(big, UnsignedLong.valueOf(big).bigIntegerValue());
108 UnsignedLong unsignedValue = UnsignedLong.fromLongBits(value);
117 UnsignedLong value = UnsignedLong.fromLongBits(l)
    [all...]
  /external/guava/guava-gwt/src/com/google/common/primitives/
UnsignedLong_CustomFieldSerializer.java 22 * This class implements the GWT serialization of {@code UnsignedLong}.
28 UnsignedLong instance) {}
30 public static UnsignedLong instantiate(SerializationStreamReader reader)
32 return UnsignedLong.fromLongBits(reader.readLong());
36 UnsignedLong instance) throws SerializationException {
  /external/clang/lib/Basic/
TargetInfo.cpp 57 SizeType = UnsignedLong;
120 case UnsignedLong: return "long unsigned int";
143 case UnsignedLong: return "UL";
161 case UnsignedLong: return "l";
179 case UnsignedLong: return getLongWidth();
194 return IsSigned ? SignedLong : UnsignedLong;
209 return IsSigned ? SignedLong : UnsignedLong;
250 case UnsignedLong: return getLongAlign();
270 case UnsignedLong:
311 SizeType = Is32BitArch ? UnsignedInt : UnsignedLong;
    [all...]
  /external/guava/guava-testlib/test/com/google/common/testing/anotherpackage/
ForwardingWrapperTesterTest.java 28 import com.google.common.primitives.UnsignedLong;
354 Pattern pattern, UnsignedInteger ui, UnsignedLong ul, StringBuilder sb,
369 Pattern pattern, UnsignedInteger ui, UnsignedLong ul, StringBuilder sb,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
TargetInfo.h 137 UnsignedLong,
236 case UnsignedLong:
278 return UnsignedLong;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
TargetInfo.h 137 UnsignedLong,
236 case UnsignedLong:
278 return UnsignedLong;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
TargetInfo.h 137 UnsignedLong,
236 case UnsignedLong:
278 return UnsignedLong;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
TargetInfo.h 137 UnsignedLong,
236 case UnsignedLong:
278 return UnsignedLong;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
TargetInfo.h 137 UnsignedLong,
236 case UnsignedLong:
278 return UnsignedLong;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
TargetInfo.h 137 UnsignedLong,
236 case UnsignedLong:
278 return UnsignedLong;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
TargetInfo.h 137 UnsignedLong,
236 case UnsignedLong:
278 return UnsignedLong;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
TargetInfo.h 137 UnsignedLong,
236 case UnsignedLong:
278 return UnsignedLong;
    [all...]
  /external/guava/guava-testlib/src/com/google/common/testing/
ArbitraryInstances.java 78 import com.google.common.primitives.UnsignedLong;
197 .put(UnsignedLong.class, UnsignedLong.ZERO)
FreshValueGenerator.java 67 import com.google.common.primitives.UnsignedLong;
373 @Generates private UnsignedLong freshUnsignedLong() {
374 return UnsignedLong.fromLongBits(freshLong());
  /external/clang/include/clang/Basic/
TargetInfo.h 133 UnsignedLong,
257 return UnsignedLong;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 135 UnsignedLong,
259 return UnsignedLong;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
TargetInfo.h 135 UnsignedLong,
259 return UnsignedLong;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
TargetInfo.h 135 UnsignedLong,
259 return UnsignedLong;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 135 UnsignedLong,
259 return UnsignedLong;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
TargetInfo.h 135 UnsignedLong,
259 return UnsignedLong;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
TargetInfo.h 135 UnsignedLong,
259 return UnsignedLong;
    [all...]
  /external/guava/guava-testlib/test/com/google/common/testing/
ArbitraryInstancesTest.java 61 import com.google.common.primitives.UnsignedLong;
159 assertEquals(UnsignedLong.ZERO, ArbitraryInstances.get(UnsignedLong.class));
  /external/clang/lib/Frontend/
InitPreprocessor.cpp     [all...]

Completed in 336 milliseconds

1 2 3