HomeSort by relevance Sort by last modified time
    Searched full:xffffffffffffffffl (Results 51 - 75 of 150) sorted by null

1 23 4 5 6

  /art/test/645-checker-abs-simd/src/
Main.java 324 xd[7] = Double.longBitsToDouble(0xffffffffffffffffL);
  /art/test/660-checker-simd-sad-long/src/
Main.java 180 0xffffffff80000000L, 0xffffffff80000001L, 0xffffffffffffffffL
  /cts/tests/tests/graphics/src/android/graphics/cts/
Color_ColorLongTest.java 89 colorSpace(0xffffffffffffffffL);
  /cts/tests/tests/widget/src/android/widget/cts/
ExpandableListViewTest.java 477 assertEquals(0xffffffffffffffffL,
  /external/protobuf/csharp/src/Google.Protobuf.Test/
CodedOutputStreamTest.cs 241 Assert.AreEqual(0xFFFFFFFFFFFFFFFFL,
CodedInputStreamTest.cs 226 Assert.AreEqual(unchecked((long) 0x8000000000000000L), CodedInputStream.DecodeZigZag64(0xFFFFFFFFFFFFFFFFL));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
py2_test_grammar.py 62 x = 0xffffffffffffffffL
63 x = 0xffffffffffffffffl
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_grammar.py 57 x = 0xffffffffffffffffL
58 x = 0xffffffffffffffffl
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
py2_test_grammar.py 62 x = 0xffffffffffffffffL
63 x = 0xffffffffffffffffl
  /external/python/cpython2/Lib/test/
test_grammar.py 57 x = 0xffffffffffffffffL
58 x = 0xffffffffffffffffl
    [all...]
  /external/python/cpython3/Lib/lib2to3/tests/data/
py2_test_grammar.py 62 x = 0xffffffffffffffffL
63 x = 0xffffffffffffffffl
  /external/v8/src/arm64/
constants-arm64.h 62 const int64_t kXRegMask = 0xffffffffffffffffL;
64 const int64_t kDRegMask = 0xffffffffffffffffL;
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
LongTest.java 852 assertEquals(0x8000000000000000L, Long.highestOneBit(0xFFFFFFFFFFFFFFFFL));
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_grammar.py 57 x = 0xffffffffffffffffL
58 x = 0xffffffffffffffffl
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_grammar.py 57 x = 0xffffffffffffffffL
58 x = 0xffffffffffffffffl
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 62 x = 0xffffffffffffffffL
63 x = 0xffffffffffffffffl
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_grammar.py 57 x = 0xffffffffffffffffL
58 x = 0xffffffffffffffffl
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 62 x = 0xffffffffffffffffL
63 x = 0xffffffffffffffffl
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_grammar.py 57 x = 0xffffffffffffffffL
58 x = 0xffffffffffffffffl
  /art/test/082-inline-execute/src/
Main.java     [all...]
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
CodedInputStreamTest.java 312 CodedInputStream.decodeZigZag64(0xFFFFFFFFFFFFFFFFL));
CodedOutputStreamTest.java 291 assertEquals(0xFFFFFFFFFFFFFFFFL, CodedOutputStream.encodeZigZag64(0x8000000000000000L));
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/dexbacked/
BaseDexReaderTest.java 344 performSizedLongTest(0xffffffffffffffffL, new byte[]{(byte)0xff});
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
DexDataWriterTest.java 298 testWriteEncodedLongHelper(0xffffffffffffffffL, 0xff);
  /frameworks/support/slices/builders/api/
current.txt 89 field public static final long INFINITY = -1L; // 0xffffffffffffffffL

Completed in 2553 milliseconds

1 23 4 5 6