/external/guava/src/com/google/common/io/ |
ByteProcessor.java | 35 * (inclusive).
|
/external/iptables/extensions/ |
libipt_conntrack.man | 49 or range of values (inclusive)
|
libip6t_tcp.man | 6 name or a port number. An inclusive range can also be specified,
|
libipt_tcp.man | 6 name or a port number. An inclusive range can also be specified,
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/ |
Duration.java | 49 * @param timeInterval Between 1 and 255 inclusive.
|
/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 | 253 * start..end, inclusive. If <code>start > end</code> 255 * @param start first character of the range, inclusive 256 * @param end last character of the range, inclusive 361 * @param start first character in the set, inclusive 362 * @param end last character in the set, inclusive 528 * @param start the first character of the range to add, inclusive 529 * @param end the last character of the range to add, inclusive 575 * @param start the first character of the range to remove, inclusive 576 * @param end the last character of the range to remove, inclusive 616 * @param start first character, inclusive, of range to be retaine [all...] |
uniset.h | 36 * code points are U+0000 to U+10FFFF, inclusive. 90 * <td valign="top">The characters 'a' through 'e' inclusive, in Unicode code 362 * @param start first character, inclusive, of range 363 * @param end last character, inclusive, of range 562 * @param start first character in the set, inclusive 563 * @param end last character in the set, inclusive 754 * @param start first character, inclusive, of the range 755 * @param end last character, inclusive, of the range 791 * @param start first character, inclusive, of the range 792 * @param end last character, inclusive, of the rang [all...] |
urep.h | 97 * inclusive. 139 * inclusive.
|
/external/icu4c/i18n/ |
olsontz.h | 54 * Otherwise each transtion indicates a time after which (inclusive) 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*/;
|
olsontz.cpp | 816 OlsonTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/ { 824 if (inclusive && base == firstFinalTZTransition->getTime()) { 829 //return finalZone->getNextTransition(base, inclusive, result); 830 return finalZoneWithStartYear->getNextTransition(base, inclusive, result); 842 if (base > t || (!inclusive && base == t)) { [all...] |
/frameworks/base/docs/html/guide/developing/tools/ |
traceview.jd | 119 with the methods that have the most inclusive time). The thin lines underneath 128 both the inclusive and exclusive times (as well as the percentage of the total 129 time). Exclusive time is the time spent in the method. Inclusive time is the 274 <li><code><inc-ms></code> -- Inclusive elapsed time (milliseconds spent in method, including all child methods)</li> 314 <td>Minimum threshold for including child nodes in the graph (child's inclusive 315 time as a percentage of parent inclusive time). If this option is not used,
|
/dalvik/libcore/luni/src/main/java/java/net/ |
InetSocketAddress.java | 40 * 65535 inclusive. 52 * inclusive. If {@code address} is {@code null} this socket is bound to the 77 * 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/libcore/xml/src/main/java/org/w3c/dom/ |
NameList.java | 45 * valid child node indices is 0 to <code>length-1</code> inclusive.
|
/dalvik/vm/ |
Dalvik.h | 18 * All-inclusive internal header file. Include this to get everything useful.
|
/external/icu4c/i18n/unicode/ |
unirepl.h | 53 * @param start inclusive start index of text to be replaced
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
CGS.h | 25 Obscuring code: maximum number of windows above ours (inclusive)
|
/frameworks/base/awt/javax/imageio/metadata/ |
IIOMetadataFormatImpl.java | 276 * the flag which indicates whether the minValue is inclusive. 278 * the flag which indicates whether the maxValue is inclusive. 517 * the flag which indicates whether the minValue is inclusive. 519 * the flag which indicates whether the maxValue is inclusive. 887 * The min inclusive. 892 * The max inclusive. 946 * The min inclusive. 951 * The max inclusive. [all...] |
/frameworks/base/telephony/java/android/telephony/cdma/ |
CdmaCellLocation.java | 36 * to 1296000, both values inclusive (corresponding to a range of -90 44 * to 2592000, both values inclusive (corresponding to a range of -180
|
/external/guava/src/com/google/common/base/ |
Preconditions.java | 263 * inclusive, to {@code size}, exclusive. 280 * inclusive, to {@code size}, exclusive. 312 * to {@code size}, inclusive. 329 * to {@code size}, inclusive. 362 * position index may range from zero to {@code size}, inclusive.
|
/frameworks/base/core/java/android/widget/ |
NumberPicker.java | 255 * @param start the start of the range (inclusive) 256 * @param end the end of the range (inclusive) 267 * @param start the start of the range (inclusive) 268 * @param end the end of the range (inclusive) 282 * @param current the current value the start of the range (inclusive)
|
/packages/apps/Mms/src/com/android/mms/ui/ |
NumberPicker.java | 253 * @param start the start of the range (inclusive) 254 * @param end the end of the range (inclusive) 265 * @param start the start of the range (inclusive) 266 * @param end the end of the range (inclusive) 280 * @param current the current value the start of the range (inclusive)
|