HomeSort by relevance Sort by last modified time
    Searched full:inclusive (Results 76 - 100 of 824) sorted by null

1 2 34 5 6 7 8 91011>>

  /libcore/luni/src/main/java/org/w3c/dom/
NodeList.java 37 * is 0 to <code>length-1</code> inclusive.
  /external/chromium/chrome/browser/resources/gpu_internals/
sorted_array_utils.js 58 * mapWidthFn the width. Intersection is lower-inclusive, e.g. [lo,lo+w).
107 * @param {number} The low value for the search, inclusive.
108 * @param {number} loVal The high value for the search, non inclusive.
  /external/chromium-trace/trace-viewer/src/
sorted_array_utils.js 58 * mapWidthFn the width. Intersection is lower-inclusive, e.g. [lo,lo+w).
107 * @param {number} The low value for the search, inclusive.
108 * @param {number} loVal The high value for the search, non inclusive.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_DequantTables_s.s 59 ;// for values of QP from 0 to 51 (inclusive).
75 ;// for values of QP from 0 to 51 (inclusive).
91 ;// for values of QP from 0 to 51 (inclusive).
armVCM4P10_QuantTables_s.s 26 ;// for values of iQP from 0 to 51 (inclusive).
42 ;// for values of iQP from 0 to 51 (inclusive).
58 ;// for values of iQP from 0 to 51 (inclusive).
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_DequantTables_s.s 59 ;// for values of QP from 0 to 51 (inclusive).
75 ;// for values of QP from 0 to 51 (inclusive).
91 ;// for values of QP from 0 to 51 (inclusive).
armVCM4P10_QuantTables_s.s 26 ;// for values of iQP from 0 to 51 (inclusive).
42 ;// for values of iQP from 0 to 51 (inclusive).
58 ;// for values of iQP from 0 to 51 (inclusive).
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
armVCM4P10_DequantTables_s.S 43 ;// for values of QP from 0 to 51 (inclusive).
59 ;// for values of QP from 0 to 51 (inclusive).
75 ;// for values of QP from 0 to 51 (inclusive).
armVCM4P10_QuantTables_s.S 20 ;// for values of iQP from 0 to 51 (inclusive).
37 ;// for values of iQP from 0 to 51 (inclusive).
53 ;// for values of iQP from 0 to 51 (inclusive).
  /dalvik/dexgen/src/com/android/dexgen/rop/
ByteCatchList.java 81 * @param startPc {@code >= 0;} the start pc (inclusive) of the handler's range
224 /** {@code >= 0;} the start pc (inclusive) of the handler's range */
240 * @param startPc {@code >= 0;} the start pc (inclusive) of the
269 * Gets the start pc (inclusive) of the handler's range.
271 * @return {@code >= 0;} the start pc (inclusive) of the handler's range.
  /dalvik/dx/src/com/android/dx/cf/code/
ByteCatchList.java 81 * @param startPc {@code >= 0;} the start pc (inclusive) of the handler's range
224 /** {@code >= 0;} the start pc (inclusive) of the handler's range */
240 * @param startPc {@code >= 0;} the start pc (inclusive) of the
269 * Gets the start pc (inclusive) of the handler's range.
271 * @return {@code >= 0;} the start pc (inclusive) of the handler's range.
  /external/icu4c/common/unicode/
rep.h 46 * start offset is inclusive, and the limit offset is exclusive.
90 * inclusive
104 * inclusive
136 * @param start the beginning index, inclusive; <code>0 <= start
162 * @param start the beginning index, inclusive; <code>0 <= start <=
uset.h 258 * start..end, inclusive. If <code>start > end</code>
260 * @param start first character of the range, inclusive
261 * @param end last character of the range, inclusive
385 * @param start first character in the set, inclusive
386 * @param end last character in the set, inclusive
552 * @param start the first character of the range to add, inclusive
553 * @param end the last character of the range to add, inclusive
599 * @param start the first character of the range to remove, inclusive
600 * @param end the last character of the range to remove, inclusive
640 * @param start first character, inclusive, of range to be retaine
    [all...]
  /libcore/luni/src/main/java/java/util/
Arrays.java 173 * in the range specified by fromIndex (inclusive) and toIndex (exclusive).
178 * @param startIndex the inclusive start index.
223 * in the range specified by fromIndex (inclusive) and toIndex (exclusive).
228 * @param startIndex the inclusive start index.
273 * in the range specified by fromIndex (inclusive) and toIndex (exclusive).
278 * @param startIndex the inclusive start index.
334 * in the range specified by fromIndex (inclusive) and toIndex (exclusive).
339 * @param startIndex the inclusive start index.
395 * in the range specified by fromIndex (inclusive) and toIndex (exclusive).
400 * @param startIndex the inclusive start index
    [all...]
  /external/icu4c/i18n/
olsontz.h 232 * @param inclusive Whether the base time is inclusive or not.
236 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/;
242 * @param inclusive Whether the base time is inclusive or not.
246 virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/;
vzone.h 301 * @param inclusive Whether the base time is inclusive or not.
306 vzone_getNextTransition(VZone* zone, UDate base, UBool inclusive, ZTrans* result);
312 * @param inclusive Whether the base time is inclusive or not.
317 vzone_getPreviousTransition(VZone* zone, UDate base, UBool inclusive, ZTrans* result);
  /frameworks/base/docs/html/tools/debugging/
debugging-tracing.jd 58 are reused in a round-robin fashion starting with the methods that have the most inclusive time).
72 in a method. The table shows both the inclusive and exclusive times (as well as the percentage of
73 the total time). Exclusive time is the time spent in the method. Inclusive time is the time spent
200 <li><code>&lt;inc-ms&gt;</code> -- Inclusive elapsed time (milliseconds spent in method,
257 <td>Minimum threshold for including child nodes in the graph (child's inclusive time as a
258 percentage of parent inclusive time). If this option is not used, the default threshold
  /external/guava/guava/src/com/google/common/collect/
Ranges.java 127 * upper}, where each endpoint may be either inclusive (closed) or exclusive
165 * either inclusive (closed) or exclusive (open).
196 * Returns a range from the given endpoint, which may be either inclusive
  /frameworks/compile/mclinker/include/mcld/
InputTree.h 85 Inclusive = TreeIteratorBase::Leftward,
124 proxy::hook<Inclusive>(pFrom.m_pNode, pTo.m_pNode);
128 pNode.move<Inclusive>();
  /libcore/luni/src/main/java/java/net/
InetSocketAddress.java 49 * 65535 inclusive.
61 * inclusive. If {@code address} is {@code null} this socket is bound to the
82 * inclusive.
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
StdCatchBuilder.java 269 * @param start {@code non-null;} the start block for the range (inclusive)
270 * @param end {@code non-null;} the start block for the range (also inclusive)
295 * @param start {@code non-null;} the start block for the range (inclusive)
296 * @param end {@code non-null;} the start block for the range (also inclusive)
  /dalvik/dexgen/src/com/android/dexgen/util/
ByteArray.java 33 /** {@code >= 0}; start index of the slice (inclusive) */
44 * @param start {@code >= 0;} start index of the slice (inclusive)
91 * @param start {@code >= 0;} start index of the slice (inclusive)
218 * @param s start offset (inclusive)
  /dalvik/dx/src/com/android/dx/dex/code/
StdCatchBuilder.java 269 * @param start {@code non-null;} the start block for the range (inclusive)
270 * @param end {@code non-null;} the start block for the range (also inclusive)
295 * @param start {@code non-null;} the start block for the range (inclusive)
296 * @param end {@code non-null;} the start block for the range (also inclusive)
  /dalvik/dx/src/com/android/dx/util/
ByteArray.java 33 /** {@code >= 0}; start index of the slice (inclusive) */
44 * @param start {@code >= 0;} start index of the slice (inclusive)
91 * @param start {@code >= 0;} start index of the slice (inclusive)
218 * @param s start offset (inclusive)
  /dalvik/vm/
Dalvik.h 18 * All-inclusive internal header file. Include this to get everything useful.

Completed in 874 milliseconds

1 2 34 5 6 7 8 91011>>