HomeSort by relevance Sort by last modified time
    Searched full:range (Results 751 - 775 of 3739) sorted by null

<<31323334353637383940>>

  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_static_range/d/
T_invoke_static_range_24.d 56 invoke-static/range {v7}, dot/junit/opcodes/invoke_static_range/d/TTestInterface/test()V
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_super_range/d/
T_invoke_super_range_24.d 56 invoke-super/range {v7}, dot/junit/opcodes/invoke_super_range/d/TTestInterface/test()V
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_virtual_range/d/
T_invoke_virtual_range_2.d 72 invoke-virtual/range {v0..v10}, dot.junit.opcodes.invoke_virtual_range.d.T_invoke_virtual_range_2/test(IIIIIIIIII)I
  /dalvik/docs/opcodes/
opcode-10-return-wide.html 84 following the invoke-kind or invoke-kind/range instruction that caused
  /dalvik/dx/src/com/android/dx/rop/code/
TranslationAdvice.java 44 * specified opcode to be in order and contiguous (eg, for an invoke-range)
  /dalvik/dx/src/com/android/dx/rop/cst/
CstByte.java 45 * @param value the value, which must be in range for a {@code byte}
CstChar.java 45 * @param value the value, which must be in range for a {@code char}
CstShort.java 46 * @param value the value, which must be in range for a {@code short}
  /dalvik/libcore/luni/src/main/java/java/io/
StreamTokenizer.java 495 * Specifies that the characters in the range from {@code low} to {@code hi}
501 * the first character in the range of ordinary characters.
503 * the last character in the range of ordinary characters.
630 * Specifies that the characters in the range from {@code low} to {@code hi}
634 * the first character in the range of whitespace characters.
636 * the last character in the range of whitespace characters.
651 * Specifies that the characters in the range from {@code low} to {@code hi}
656 * the first character in the range of word characters.
658 * the last character in the range of word characters.
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
CharacterImplTest.java 37 // test the cache range
  /dalvik/libcore/text/src/main/java/org/apache/harmony/text/internal/nls/
messages.properties 28 text.0A=Invalid substring range
  /dalvik/vm/mterp/armv5te/
OP_INVOKE_SUPER.S 7 * for: invoke-super, invoke-super/range
  /dalvik/vm/mterp/x86/
OP_INVOKE_DIRECT.S 12 * for: invoke-direct, invoke-direct/range
OP_INVOKE_SUPER.S 7 * for: invoke-super, invoke-super/range
OP_INVOKE_VIRTUAL.S 9 * for: invoke-virtual, invoke-virtual/range
  /device/htc/dream-sapphire/
device_dream_sapphire.mk 37 # but none are in range.
  /external/bluetooth/glib/glib/
grand.h 42 * The range functions return a value in the intervall [begin, end).
  /external/clearsilver/imd/
imdm.py 74 for x in range(len(images)):
83 for i in range(1,3):
92 for i in range(1,3):
125 for a_col in range(columns):
  /external/clearsilver/util/regex/
regex.h 123 /* If this bit is set, then an ending range point collating higher
124 than the starting range point, as in [z-a], is invalid.
125 If not set, then when ending range point collates higher than the
126 starting range point, the range is ignored. */
268 REG_ERANGE, /* Invalid range end. */
429 compiled into BUFFER. Start searching at position START, for RANGE
435 int length, int start, int range, struct re_registers *regs));
443 int start, int range, struct re_registers *regs, int stop));
  /external/dropbear/libtomcrypt/src/pk/asn1/der/short_integer/
der_encode_short_integer.c 22 Store a short integer in the range (0,2^32-1)
  /external/dropbear/libtommath/
bn_mp_dr_reduce.c 30 * Input x must be in the range 0 <= x <= (n-1)**2
bn_mp_toradix_n.c 29 /* check range of the maxlen, radix */
  /external/e2fsprogs/lib/ext2fs/
icount.c 333 float range; local
368 range = 0;
370 range = 1;
372 range = ((float) (ino - lowval)) /
374 if (range > 0.9)
375 range = 0.9;
376 if (range < 0.1)
377 range = 0.1;
379 mid = low + ((int) (range * (high-low)));
  /external/easymock/src/org/easymock/internal/
UnorderedBehavior.java 35 Range count) {
  /external/elfutils/libdw/
libdw.h 81 /* One address range record. */
401 /* Return one of the address range entries. */
404 /* Return information in address range record. */
408 /* Get address range which includes given address. */

Completed in 210 milliseconds

<<31323334353637383940>>