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

1 2 3 4 56 7 8 91011>>

  /libcore/benchmarks/src/benchmarks/regression/
CharsetBenchmark.java 75 * Unicode code points between U+0000 and U+007f inclusive are identical to US-ASCII, while
76 * U+0000 to U+00ff inclusive are identical to ISO-8859-1.
  /libcore/luni/src/main/java/java/net/
SocketOptions.java 42 * <p>Valid values for this option are in the range 0 to 65535 inclusive. (Larger
108 * inclusive.
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentNavigableMap.java 39 ConcurrentNavigableMap<K,V> headMap(K toKey, boolean inclusive);
47 ConcurrentNavigableMap<K,V> tailMap(K fromKey, boolean inclusive);
  /libcore/luni/src/test/java/libcore/java/nio/charset/
OldCharset_SingleByteAbstractTest.java 75 // assertTrue("Decoded charactes (REPLACEed ones INCLUSIVE) must match!",
78 // assertEqualChars("Decoded charactes (REPLACEed ones INCLUSIVE) must match!",
  /external/valgrind/main/callgrind/docs/
cl-manual.xml 70 this builds up a picture of so called <emphasis>inclusive</emphasis>
74 <para>As an example, the inclusive cost of
79 objects, the inclusive cost of <function>main</function>
141 <para><option>--inclusive=yes</option>: Instead of using
143 inclusive cost.</para>
155 cost, gives the total inclusive cost of the function.</para>
399 analysis of your code harder. This is because inclusive costs
401 inclusive cost, i.e. self cost of a function plus inclusive cost
405 and skips visualization of any inclusive cost for calls insid
    [all...]
  /external/icu4c/i18n/
olsontz.cpp 863 OlsonTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/ {
871 if (inclusive && base == firstFinalTZTransition->getTime()) {
876 //return finalZone->getNextTransition(base, inclusive, result);
877 return finalZoneWithStartYear->getNextTransition(base, inclusive, result);
    [all...]
  /external/icu4c/common/
util.h 37 * @param radix a radix from 2 to 36 inclusive.
68 * @param start the beginning index, inclusive; <code>0 <= start
95 * inclusive, and the rightmost index will be exclusive. That is,
  /dalvik/libdex/
DexOptData.cpp 28 * pointer into the given memory range (from start inclusive to end
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
TokenStream.as 54 /** Return the text of all tokens from start to stop, inclusive.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ITokenStream.cs 73 * Return the text of all tokens from start to stop, inclusive.
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ITokenStream.cs 77 * Return the text of all tokens from start to stop, inclusive.
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
TokenStream.java 61 /** Return the text of all tokens from start to stop, inclusive.
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTokenStream.h 46 /** Return the text of all tokens from start to stop, inclusive.
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTokenStream.h 46 /** Return the text of all tokens from start to stop, inclusive.
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTokenStream.h 46 /** Return the text of all tokens from start to stop, inclusive.
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTokenStream.h 46 /** Return the text of all tokens from start to stop, inclusive.
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeListBase.java 76 * is 0 to <code>length-1</code> inclusive.
  /external/chromium/base/
atomicops_internals_x86_gcc.cc 75 // so we test only for Rev E, which is family 15, model 32..63 inclusive.
  /external/chromium/net/websockets/
websocket_handshake.h 93 // between min and max (inclusive).
  /external/guava/guava/src/com/google/common/base/
Ascii.java 335 * relationship shall be: FS is the most inclusive, then GS, then RS,
336 * and US is least inclusive. (The content and length of a File, Group,
451 * between {@code 'a'} and {@code 'z'} inclusive. All others (including non-ASCII characters)
460 * between {@code 'A'} and {@code 'Z'} inclusive. All others (including non-ASCII characters)
  /external/icu4c/common/unicode/
symtable.h 83 * @param ch a 32-bit code point from 0 to 0x10FFFF inclusive.
  /external/iptables/extensions/
libxt_conntrack.man 36 (inclusive)
libxt_hashlimit.man 30 subject to hashlimit. \fIprefix\fP must be between (inclusive) 0 and 32. Note
  /external/llvm/utils/testgen/
mc-bundling-x86-gen.py 7 # size in the inclusive range [1, bundle_size] is inserted. An appropriate CHECK
  /external/skia/legacy/include/core/
SkRandom.h 53 [min, max] inclusive.

Completed in 971 milliseconds

1 2 3 4 56 7 8 91011>>