HomeSort by relevance Sort by last modified time
    Searched full:longs (Results 151 - 175 of 300) sorted by null

1 2 3 4 5 67 8 91011>>

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_wide/
Test_aput_wide.java 194 * @title Try to put long into double[]. The verifier checks that longs
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_double/
Test_div_double.java 183 * @title Types of arguments - long, double. The verifier checks that longs
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_double_2addr/
Test_div_double_2addr.java 183 * @title Types of arguments - long, double. The verifier checks that longs
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_long/
Test_div_long.java 191 * @title Types of arguments - long, double. The verifier checks that longs
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_long_2addr/
Test_div_long_2addr.java 190 * @title Types of arguments - long, double. The verifier checks that longs
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_double/
Test_rem_double.java 181 * @title Types of arguments - double, long. The verifier checks that longs
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_double_2addr/
Test_rem_double_2addr.java 181 * @title Types of arguments - double, long. The verifier checks that longs
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_long/
Test_rem_long.java 191 * @title Types of arguments - double, long. The verifier checks that longs
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_long_2addr/
Test_rem_long_2addr.java 191 * @title Types of arguments - double, long. The verifier checks that longs
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_double/
Test_sub_double.java 192 * @title Types of arguments - long, double. The verifier checks that longs
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_double_2addr/
Test_sub_double_2addr.java 191 * @title Types of arguments - long, double. The verifier checks that longs
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/ushr_long/
Test_ushr_long.java 174 * @title Types of arguments - double, int. The verifier checks that longs
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/ushr_long_2addr/
Test_ushr_long_2addr.java 175 * @title Types of arguments - double, int. The verifier checks that longs
  /external/chromium/chrome/browser/chromeos/
wm_ipc.cc 42 // XChangeProperty expects values of type 32 to be longs.
  /external/clang/test/CodeGen/
unsigned-overflow.c 2 // Verify checked operations are emitted for integers and longs.
  /external/guava/guava-tests/test/com/google/common/primitives/
UnsignedIntsTest.java 54 int cmpAsLongs = Longs.compare(a, b);
  /external/openssh/openbsd-compat/
strtoll.c 90 * digit. For instance, if the range for long longs is
  /external/openssl/crypto/asn1/
evp_asn1.c 103 unsigned char buf[32]; /* when they have 256bit longs,
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macos/
SDL_syscdrom_c.h 112 long longs[6]; member in union:CDCntrlParam::__anon13311
  /external/skia/legacy/src/utils/
SkParseColor.cpp 16 // note: little advantage to splitting chars across longs, since 3 longs at 2 unused bits each
17 // allow for one additional split char (vs. the 18 unsplit chars in the three longs)
27 // while longs don't match, march forward
  /external/skia/src/utils/
SkParseColor.cpp 16 // note: little advantage to splitting chars across longs, since 3 longs at 2 unused bits each
17 // allow for one additional split char (vs. the 18 unsplit chars in the three longs)
27 // while longs don't match, march forward
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
Instruction35c.java 149 throw new RuntimeException("The type cannot be an array of longs or doubles");
Instruction3rc.java 118 throw new RuntimeException("The type cannot be an array of longs or doubles");
Instruction5rc.java 112 throw new RuntimeException("The type cannot be an array of longs or doubles");
  /external/webkit/Source/WebCore/page/
DOMWindow.idl 113 [RequiresAllArguments] void moveBy(in float x, in float y); // FIXME: this should take longs not floats.
114 [RequiresAllArguments] void moveTo(in float x, in float y); // FIXME: this should take longs not floats.
115 [RequiresAllArguments] void resizeBy(in float x, in float y); // FIXME: this should take longs not floats.
116 [RequiresAllArguments] void resizeTo(in float width, in float height); // FIXME: this should take longs not floats.
    [all...]

Completed in 427 milliseconds

1 2 3 4 5 67 8 91011>>