/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
NFAConversionThread.java | 34 /** Convert all decisions i..j inclusive in a thread */
|
/external/chromium/chrome/browser/webdata/ |
logins_table.h | 76 // Removes all logins created from |delete_begin| onwards (inclusive) and
|
/external/dexmaker/src/dx/java/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)
|
/external/dexmaker/src/dx/java/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)
|
/external/guava/guava/src/com/google/common/collect/ |
EmptyContiguousSet.java | 61 @Override ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) {
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
EmptyContiguousSet.java | 59 @Override ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) {
|
ImmutableSortedMap.java | 272 ImmutableSortedMap<K, V> headMap(K toKey, boolean inclusive) { 274 if (inclusive) { 303 public ImmutableSortedMap<K, V> tailMap(K fromKey, boolean inclusive) { 305 if (!inclusive) {
|
ImmutableSortedSet.java | 317 ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) { 319 if (inclusive) { 358 ImmutableSortedSet<E> tailSet(E fromElement, boolean inclusive) { 360 if (!inclusive) {
|
/external/icu4c/i18n/unicode/ |
unirepl.h | 53 * @param start inclusive start index of text to be replaced
|
/external/iptables/extensions/ |
libxt_tcp.man | 6 name or a port number. An inclusive range can also be specified,
|
/external/jsilver/src/com/google/streamhtmlparser/impl/ |
StateTableTransition.java | 33 * the range a-z inclusive.
|
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/ |
CGS.h | 25 Obscuring code: maximum number of windows above ours (inclusive)
|
/external/webkit/Source/JavaScriptCore/wtf/url/src/ |
URLComponent.h | 41 // points. The ending point is non-inclusive.
|
/frameworks/av/libvideoeditor/osal/src/ |
M4OSA_Random.c | 64 * (inclusive) with approximately equal probability, and
|
/frameworks/base/services/java/com/android/server/firewall/ |
PortFilter.java | 34 // both bounds are inclusive
|
/libcore/luni/src/main/java/java/util/ |
NavigableMap.java | 33 * whether lower and upper bounds are inclusive versus exclusive. 307 * equal to, if {@code inclusive} is true) {@code toKey}. The returned 316 * @param inclusive {@code true} if the high endpoint 319 * (or equal to, if {@code inclusive} is true) {@code toKey} 332 NavigableMap<K,V> headMap(K toKey, boolean inclusive); 336 * equal to, if {@code inclusive} is true) {@code fromKey}. The returned 345 * @param inclusive {@code true} if the low endpoint 348 * (or equal to, if {@code inclusive} is true) {@code fromKey} 361 NavigableMap<K,V> tailMap(K fromKey, boolean inclusive);
|
/libcore/luni/src/main/java/org/w3c/dom/ |
NameList.java | 45 * valid child node indices is 0 to <code>length-1</code> inclusive.
|
/external/icu4c/common/unicode/ |
uniset.h | 37 * code points are U+0000 to U+10FFFF, inclusive. 91 * <td valign="top">The characters 'a' through 'e' inclusive, in Unicode code 363 * @param start first character, inclusive, of range 364 * @param end last character, inclusive, of range 565 * @param start first character in the set, inclusive 566 * @param end last character in the set, inclusive 759 * @param start first character, inclusive, of the range 760 * @param end last character, inclusive, of the range 796 * @param start first character, inclusive, of the range 797 * @param end last character, inclusive, of the rang [all...] |
urep.h | 97 * inclusive. 139 * inclusive.
|
/external/chromium/sdch/open-vcdiff/src/ |
testing.h | 173 // 0.0 (inclusive) and 1.0 (inclusive).
|
/external/open-vcdiff/src/ |
testing.h | 173 // 0.0 (inclusive) and 1.0 (inclusive).
|
/external/valgrind/main/drd/ |
drd_suppression.c | 87 * bytes in the range a1 .. a2 - 1 inclusive. Return false in case the range 97 * of the bytes in the range a1 .. a2 - 1 inclusive. Return false in case none
|
/frameworks/base/core/java/android/text/method/ |
WordIterator.java | 105 * Valid range for offset is [0..textLength] (note the inclusive upper bound). 135 * Valid range for offset is [0..textLength] (note the inclusive upper bound).
|
/frameworks/base/location/java/android/location/ |
Geofence.java | 41 * @param latitude latitude in degrees, between -90 and +90 inclusive 42 * @param longitude longitude in degrees, between -180 and +180 inclusive
|
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ |
TestsListActivity.java | 181 * (Re)starts the executer activity from the given test number (inclusive, 0-based). 185 * test index in mTestsList to start the tests from (inclusive, 0-based)
|