HomeSort by relevance Sort by last modified time
    Searched refs:UnsignedLong (Results 1 - 25 of 38) 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 55 SizeType = UnsignedLong;
117 case UnsignedLong: return "long unsigned int";
140 case UnsignedLong: return "UL";
158 case UnsignedLong: return "l";
176 case UnsignedLong: return getLongWidth();
191 return IsSigned ? SignedLong : UnsignedLong;
206 return IsSigned ? SignedLong : UnsignedLong;
245 case UnsignedLong: return getLongAlign();
265 case UnsignedLong:
302 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 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 126 UnsignedLong,
246 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));
FreshValueGeneratorTest.java 63 import com.google.common.primitives.UnsignedLong;
133 UnsignedInteger.class, UnsignedLong.class,
    [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 767 DefineExactWidthIntType(TargetInfo::UnsignedLong, TI, Builder);
768 DefineExactWidthIntTypeSize(TargetInfo::UnsignedLong, TI, Builder)
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /external/guice/lib/
guava-16.0.1.jar 
  /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/guava/
guava-15.0.jar 
  /prebuilts/tools/common/google-java-format/
google-java-format-1.0-all-deps.jar 

Completed in 741 milliseconds

1 2