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

1 2 3 4 5 6 78 91011>>

  /external/icu4c/i18n/
ucal.cpp 744 UBool inclusive = (type == UCAL_TZ_TRANSITION_NEXT_INCLUSIVE || type == UCAL_TZ_TRANSITION_PREVIOUS_INCLUSIVE); local
746 btzClone->getNextTransition(base, inclusive, tzt):
747 btzClone->getPreviousTransition(base, inclusive, tzt);
anytrans.cpp 80 * The start of the run, inclusive, valid after next() returns.
91 * (inclusive) to limit (exclusive).
simpletz.cpp     [all...]
  /external/libxml2/
c14n.c 735 * process inclusive namespaces:
736 * All namespace nodes appearing on inclusive ns list are
    [all...]
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3commontreenodestream.h 100 /// Return the text of all nodes from start to stop, inclusive.
108 /// Return the text of all nodes from start to stop, inclusive, into the
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
ANTLRStringStream.js 260 * @param {Number} start the starting index of the substring (inclusive).
261 * @param {Number} stop the last index of the substring (inclusive).
  /external/chromium/chrome/browser/history/
history_querying_unittest.cc 162 // Next query a time range. The beginning should be inclusive, the ending
235 // Next query a time range. The beginning should be inclusive, the ending
query_parser.cc 337 // Just found a span between 'prev' (inclusive) and 'pos' (exclusive). It
374 // Just found a span between 'prev' (inclusive) and 'pos' (exclusive). It
  /external/guava/guava/src/com/google/common/collect/
SortedLists.java 71 // Everything between lower and upper inclusive compares at >= 0.
96 // Everything between lower and upper inclusive compares at <= 0.
  /external/icu4c/common/unicode/
usetiter.h 82 * <tt>codepointEnd</tt> contains the inclusive end of the
198 * <tt>getCodepointeEnd()</tt> inclusive.
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
BitmapText.java 243 * @param start start index to set style. inclusive.
266 * @param start start index to set style. inclusive.
  /external/kernel-headers/original/asm-arm/
cacheflush.h 106 * Start addresses are inclusive and end addresses are exclusive;
126 * - start - user start address (inclusive, page aligned)
  /external/kernel-headers/original/linux/
netfilter.h 113 /* Non-inclusive ranges: use 0/0/NULL to never get called. */
138 /* Functions to register get/setsockopt ranges (non-inclusive). You
  /external/libvorbis/doc/
05-comment.tex 78 through 0x7D, 0x3D ('=') excluded. ASCII 0x41 through 0x5A inclusive
80 0x7A inclusive (characters a-z).
v-comment.html 138 0x7D, 0x3D ('=') excluded. ASCII 0x41 through 0x5A inclusive (A-Z) is
139 to be considered equivalent to ASCII 0x61 through 0x7A inclusive
  /external/oprofile/events/i386/core_2/
unit_masks 83 0x30 prefetch: all inclusive
96 0x30 prefetch: all inclusive
  /external/skia/include/utils/
SkRandom.h 68 [min, max] inclusive.
221 [min, max] inclusive.
  /external/skia/legacy/include/core/
SkScalar.h 134 /** Returns the value pinned between 0 and max inclusive
139 /** Returns the value pinned between min and max inclusive
  /libcore/luni/src/main/java/java/net/
MulticastSocket.java 300 * Valid TTL values are between 0 and 255 inclusive.
314 * Valid TTL values are between 0 and 255 inclusive.
  /libcore/luni/src/test/java/libcore/java/nio/charset/
OldCharset_AbstractTest.java 139 // assertTrue("Decoded charactes (REPLACEed ones INCLUSIVE) must match!",
142 // assertEqualChars("Decoded charactes (REPLACEed ones INCLUSIVE) must match!",
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
StateViewPage.java 272 * corresponding to calls from (fromIndex + 1) to toIndex (inclusive).
274 * fromIndex (inclusive) to (toIndex + 1).
  /external/icu4c/common/
uniset.cpp 169 * @param start first character, inclusive, of range
170 * @param end last character, inclusive, of range
428 * inclusive
430 * inclusive, such that c < list[i]
471 * @param start first character, inclusive, of the range
472 * @param end last character, inclusive, of the range
534 * @param start first character, inclusive, of the range
535 * @param end last character, inclusive, of the range
819 * @param start first character in the set, inclusive
820 * @rparam end last character in the set, inclusive
    [all...]
  /dalvik/tools/dmtracedump/
TraceDump.c 110 "<th>Inclusive</th>\n"
365 * methods into decreasing order of inclusive elapsed time.
404 * TimedMethods into decreasing order of inclusive elapsed time.
    [all...]
  /dalvik/vm/alloc/
HeapSource.h 73 * Returns the base and inclusive max addresses of the heap source
  /development/samples/training/ContactsList/src/com/example/android/contactslist/util/
ImageCache.java 162 + "between 0.05 and 0.8 (inclusive)");

Completed in 1348 milliseconds

1 2 3 4 5 6 78 91011>>