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

1 2

  /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 52 SizeType = UnsignedLong;
113 case UnsignedLong: return "long unsigned int";
136 case UnsignedLong: return "UL";
154 case UnsignedLong: return "l";
172 case UnsignedLong: return getLongWidth();
187 return IsSigned ? SignedLong : UnsignedLong;
202 return IsSigned ? SignedLong : UnsignedLong;
241 case UnsignedLong: return getLongAlign();
261 case UnsignedLong:
298 SizeType = Is32BitArch ? UnsignedInt : UnsignedLong;
    [all...]
Targets.cpp     [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,
  /external/guava/guava-testlib/src/com/google/common/testing/
ArbitraryInstances.java 72 import com.google.common.primitives.UnsignedLong;
183 .put(UnsignedLong.class, UnsignedLong.ZERO)
FreshValueGenerator.java 67 import com.google.common.primitives.UnsignedLong;
371 @Generates private UnsignedLong freshUnsignedLong() {
372 return UnsignedLong.fromLongBits(freshLong());
  /external/clang/include/clang/Basic/
TargetInfo.h 119 UnsignedLong,
239 return UnsignedLong;
  /external/guava/guava-testlib/test/com/google/common/testing/
ArbitraryInstancesTest.java 58 import com.google.common.primitives.UnsignedLong;
150 assertEquals(UnsignedLong.ZERO, ArbitraryInstances.get(UnsignedLong.class));
FreshValueGeneratorTest.java 63 import com.google.common.primitives.UnsignedLong;
131 UnsignedInteger.class, UnsignedLong.class,
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 755 DefineExactWidthIntType(TargetInfo::UnsignedLong, TI, Builder);
756 DefineExactWidthIntTypeSize(TargetInfo::UnsignedLong, TI, Builder);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
guava-17.0.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/misc/common/android-support-test/
espresso-core.jar 
  /prebuilts/misc/common/guava/
guava-15.0.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 

Completed in 332 milliseconds

1 2