HomeSort by relevance Sort by last modified time
    Searched full:long1 (Results 1 - 25 of 28) sorted by null

1 2

  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/
JavaBeanWithNullValues.java 26 private Long long1; field in class:JavaBeanWithNullValues
68 return long1;
71 public void setLong1(Long long1) {
72 this.long1 = long1;
  /libcore/benchmarks/src/benchmarks/regression/
StringEqualsBenchmark.java 29 private final String long1 = "Ahead-of-time compilation is possible as the compiler may just" field in class:StringEqualsBenchmark
105 { long1, new String(long1) },
107 { long1 + "fun!", long1 + "----" },
109 { long1 + long1, long1 + long1 },
111 { long1 + "123456789", long1 + "12345678" }
    [all...]
  /external/llvm/test/ExecutionEngine/MCJIT/
test-setcond-int.ll 6 %long1 = add i64 0, 0 ; <i64> [#uses=6]
62 %test43 = icmp eq i64 %long1, %long2 ; <i1> [#uses=0]
63 %test44 = icmp sge i64 %long1, %long2 ; <i1> [#uses=0]
64 %test45 = icmp sgt i64 %long1, %long2 ; <i1> [#uses=0]
65 %test46 = icmp sle i64 %long1, %long2 ; <i1> [#uses=0]
66 %test47 = icmp slt i64 %long1, %long2 ; <i1> [#uses=0]
67 %test48 = icmp ne i64 %long1, %long2 ; <i1> [#uses=0]
  /external/llvm/test/ExecutionEngine/OrcMCJIT/
test-setcond-int.ll 6 %long1 = add i64 0, 0 ; <i64> [#uses=6]
62 %test43 = icmp eq i64 %long1, %long2 ; <i1> [#uses=0]
63 %test44 = icmp sge i64 %long1, %long2 ; <i1> [#uses=0]
64 %test45 = icmp sgt i64 %long1, %long2 ; <i1> [#uses=0]
65 %test46 = icmp sle i64 %long1, %long2 ; <i1> [#uses=0]
66 %test47 = icmp slt i64 %long1, %long2 ; <i1> [#uses=0]
67 %test48 = icmp ne i64 %long1, %long2 ; <i1> [#uses=0]
  /external/llvm/test/ExecutionEngine/
test-interp-vec-setcond-int.ll 6 %long1 = add <2 x i64> <i64 0, i64 0>, <i64 0, i64 0>
62 %test43 = icmp eq <2 x i64> %long1, %long2
63 %test44 = icmp sge <2 x i64> %long1, %long2
64 %test45 = icmp sgt <2 x i64> %long1, %long2
65 %test46 = icmp sle <2 x i64> %long1, %long2
66 %test47 = icmp slt <2 x i64> %long1, %long2
67 %test48 = icmp ne <2 x i64> %long1, %long2
  /frameworks/base/core/java/android/view/
IAssetAtlas.aidl 49 * long1: x position
  /libcore/ojluni/src/main/java/java/nio/
Bits.java 411 private static byte long1(long x) { method in class:Bits
426 bb._put(bi + 1, long1(x));
437 _put(a + 1, long1(x));
448 bb._put(bi + 6, long1(x));
459 _put(a + 6, long1(x));
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
ScrollPaneTest.java 80 table.add(new Label(i + "tres long0 long1 long2 long3 long4 long5 long6 long7 long8 long9 long10 long11 long12", skin));
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigDecimalTest.java 400 BigDecimal long1 = new BigDecimal(value2.negate(), 0); local
401 assertTrue("the long value of 12334560000 is not 12334560000", long1
403 long1 = new BigDecimal(-1345.348E-123D);
404 assertTrue("the long value of -1345.348E-123D is not zero", long1
406 long1 = new BigDecimal("31323423423419083091823091283933");
411 long1.longValue() == -5251313250005125155L);
    [all...]
  /art/test/045-reflect-array/src/
Main.java 156 throw new RuntimeException("long1 failed");
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pickle.py 159 LONG1 = '\x8a' # push long from < 256 bytes
466 self.write(LONG1 + chr(n) + bytes)
945 dispatch[LONG1] = load_long1
    [all...]
pickletools.py 640 raise ValueError("not enough data in stream to read long1")
643 long1 = ArgumentDescriptor( variable
644 name="long1",
686 as a shortcut for the long 0L, although LONG1 should really be used
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pickle.py 159 LONG1 = '\x8a' # push long from < 256 bytes
466 self.write(LONG1 + chr(n) + bytes)
945 dispatch[LONG1] = load_long1
    [all...]
pickletools.py 640 raise ValueError("not enough data in stream to read long1")
643 long1 = ArgumentDescriptor( variable
644 name="long1",
686 as a shortcut for the long 0L, although LONG1 should really be used
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickle.py 159 LONG1 = '\x8a' # push long from < 256 bytes
466 self.write(LONG1 + chr(n) + bytes)
945 dispatch[LONG1] = load_long1
    [all...]
pickletools.py 640 raise ValueError("not enough data in stream to read long1")
643 long1 = ArgumentDescriptor( variable
644 name="long1",
686 as a shortcut for the long 0L, although LONG1 should really be used
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickle.py 159 LONG1 = '\x8a' # push long from < 256 bytes
466 self.write(LONG1 + chr(n) + bytes)
945 dispatch[LONG1] = load_long1
    [all...]
pickletools.py 640 raise ValueError("not enough data in stream to read long1")
643 long1 = ArgumentDescriptor( variable
644 name="long1",
686 as a shortcut for the long 0L, although LONG1 should really be used
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
pickletester.py 353 8: \x8a LONG1 1L
691 self.assertEqual(opcode_in_pickle(pickle.LONG1, s), proto >= 2)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
pickletester.py 353 8: \x8a LONG1 1L
691 self.assertEqual(opcode_in_pickle(pickle.LONG1, s), proto >= 2)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
pickletester.py 353 8: \x8a LONG1 1L
691 self.assertEqual(opcode_in_pickle(pickle.LONG1, s), proto >= 2)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
pickletester.py 353 8: \x8a LONG1 1L
691 self.assertEqual(opcode_in_pickle(pickle.LONG1, s), proto >= 2)
    [all...]
  /frameworks/base/services/core/java/com/android/server/
AssetAtlasService.java 120 // long1: x position
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Rops.java     [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
Rops.java     [all...]

Completed in 3461 milliseconds

1 2