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

<<21222324252627282930>>

  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_interface_range/d/
T_invoke_interface_range_17.d 55 invoke-interface/range {v0..v1}, dot/junit/opcodes/invoke_interface_range/ITest/test(I)I
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_static_range/d/
T_invoke_static_range_4.d 70 invoke-static/range {v1..v10}, dot.junit.opcodes.invoke_static_range.d.T_invoke_static_range_4/test(IIIIIIIIII)I
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_super_range/d/
T_invoke_super_range_14.d 36 invoke-super/range {v3..v5}, dot/junit/opcodes/invoke_super_range/d/T_invoke_super_range_14/testArgsOrder(II)I
  /dalvik/docs/opcodes/
opcode-11-return-object.html 81 following the invoke-kind or invoke-kind/range instruction that caused
  /dalvik/dx/src/com/android/dx/util/
Bits.java 144 * specified range.
147 * @param start {@code >= 0;} index of the first bit in the range (inclusive)
148 * @param end {@code >= 0;} index of the last bit in the range (exclusive)
150 * the indicated range
  /dalvik/dx/tests/096-dex-giant-catch/
run 17 # Write out a file with a really huge catch range.
  /dalvik/libcore/luni/src/main/java/java/lang/
ArrayIndexOutOfBoundsException.java 47 // K0052=Array index out of range\: {0}
  /dalvik/libcore/luni/src/main/java/java/net/
InetSocketAddress.java 39 * no specified address. The range for valid port numbers is between 0 and
51 * {@code address}. The range for valid port numbers is between 0 and 65535
76 * {@code null}. The range for valid port numbers is between 0 and 65535
132 * not in the range between 0 and 65535.
  /dalvik/libcore/luni/src/main/java/java/util/
DualPivotQuicksort.java 76 * Sorts the specified range of the array into ascending order. The range
79 * the range to be sorted is empty (and the call is a no-op).
94 * Sorts the specified range of the array into ascending order. This
96 * {@code right} index is inclusive, and it does no range checking
120 * Sorts the specified range of the array into ascending order by the
354 * Sorts the specified range of the array into ascending order. The range
357 * the range to be sorted is empty (and the call is a no-op).
372 * Sorts the specified range of the array into ascending order. Thi
    [all...]
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/nls/
messages.properties 28 luni.0B=Array index out of range: {0}
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/
SneakyThrow.java 24 * throwables that are of a known range of types.
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/
DOMImplementationList.java 38 * The number of <code>DOMImplementation</code>s in the list. The range
DOMStringList.java 37 * The number of <code>DOMString</code>s in the list. The range of valid
NodeList.java 36 * The number of nodes in the list. The range of valid child node indices
  /dalvik/libcore-disabled/sound/src/main/java/javax/sound/midi/
ShortMessage.java 211 // sound.05=command out of range: {0}
218 // sound.06=channel out of range: {0}
228 // sound.07=data1 out of range: {0}
232 // sound.08=data2 out of range: {0}
  /dalvik/vm/analysis/
ReduceConstants.h 45 int origCount; /* original size; describes range of entries in map */
  /dalvik/vm/mterp/armv5te/
OP_INVOKE_DIRECT.S 12 * for: invoke-direct, invoke-direct/range
OP_INVOKE_VIRTUAL.S 8 * for: invoke-virtual, invoke-virtual/range
  /dalvik/vm/mterp/x86-atom/
OP_PACKED_SWITCH.S 25 * value in a particular integral range, or fall through to
  /external/dropbear/libtommath/
bn_mp_radix_size.c 33 /* make sure the radix is in range */
bn_mp_toradix.c 26 /* check range of the radix */
  /external/elfutils/libdw/
dwarf_getabbrevattr.c 49 /* If both values are zero the index is out of range. */
  /external/freetype/src/autofit/
afindic.c 86 AF_UNIRANGE_REC( 0x0900UL, 0x0DFFUL), /* Indic Range */
  /external/guava/src/com/google/common/primitives/
SignedBytes.java 42 * @param value any value in the range of the {@code byte} type
49 checkArgument(result == value, "Out of range: %s", value);
57 * @return the same value cast to {@code byte} if it is in the range of the
81 return a - b; // safe due to restricted range
  /external/iproute2/tc/
m_estimator.c 56 fprintf(stderr, "Error: estimator parameters are out of range.\n");

Completed in 58 milliseconds

<<21222324252627282930>>