/external/guava/guava/src/com/google/common/collect/ |
EmptyContiguousSet.java | 61 @Override ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) {
|
ImmutableSortedMap.java | 654 ImmutableSortedMap<K, V> headMap(K toKey, boolean inclusive){ 656 if (inclusive) { 666 * whose keys ranges from {@code fromKey}, inclusive, to {@code toKey}, 705 ImmutableSortedMap<K, V> tailMap(K fromKey, boolean inclusive) { 707 if (inclusive) {
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
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/valgrind/main/callgrind/ |
callgrind_annotate.in | 155 # Inclusive statistics (with subroutine events) 156 my $inclusive = 0; 158 # Inclusive totals for each function, for overall summary. 213 --inclusive=yes|no add subroutine costs to functions calls [no] 279 # --inclusive=yes|no 280 } elsif ($arg =~ /^--inclusive=(yes|no)$/) { 281 $inclusive = 1 if ($1 eq "yes"); 282 $inclusive = 0 if ($1 eq "no"); 567 # inclusive costs 573 if ($inclusive) { [all...] |
/libcore/luni/src/main/java/java/util/ |
TreeMap.java | 698 Bound fromBound = fromInclusive ? INCLUSIVE : EXCLUSIVE; 699 Bound toBound = toInclusive ? INCLUSIVE : EXCLUSIVE; 704 return new BoundedMap(true, fromInclusive, INCLUSIVE, toExclusive, EXCLUSIVE); 707 public NavigableMap<K, V> headMap(K to, boolean inclusive) { 708 Bound toBound = inclusive ? INCLUSIVE : EXCLUSIVE; 716 public NavigableMap<K, V> tailMap(K from, boolean inclusive) { 717 Bound fromBound = inclusive ? INCLUSIVE : EXCLUSIVE; 722 return new BoundedMap(true, fromInclusive, INCLUSIVE, null, NO_BOUND) [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...] |
simpletz.cpp | [all...] |
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);
|
vtzone.cpp | [all...] |
/external/icu4c/i18n/unicode/ |
vtzone.h | 317 * @param inclusive Whether the base time is inclusive or not. 322 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/; 327 * @param inclusive Whether the base time is inclusive or not. 332 virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/;
|
simpletz.h | [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
ConcurrentSkipListMap.java | [all...] |
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
domstringlistgetlength01.js | 79 The range of valid child node indices is 0 to length-1 inclusive.
|
/dalvik/vm/arch/arm/ |
CallOldABI.S | 126 @ inclusive and get the right set of args.
|
/external/libvorbis/doc/ |
05-comment.tex | 78 through 0x7D, 0x3D ('=') excluded. ASCII 0x41 through 0x5A inclusive 80 0x7A inclusive (characters a-z).
|
04-codec.tex | 359 \item window from range 0 ... \varname{[left_window_start]}-1 inclusive is zero 363 inclusive is one\item for \varname{[i]} in range \varname{[right_window_start]} ... \varname{[right_window_end]}-1, window(\varname{[i]}) = $\sin(\frac{\pi}{2} * \sin^2($ (\varname{[i]}-\varname{[right_window_start]}+0.5) / \varname{[right_n]} $ * \frac{\pi}{2} + \frac{\pi}{2})$ ) 597 center (element windowsize/2-1, inclusive) of the current window.
|
/external/icu4c/test/intltest/ |
tzrulets.cpp | 689 // Ascending/inclusive 693 // Descending/inclusive [all...] |
/prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/ |
guava-14.0.jar | |
/external/oprofile/events/i386/atom/ |
unit_masks | 112 0x60 all All inclusive
|
/external/webkit/Tools/Scripts/webkitpy/thirdparty/ |
BeautifulSoup.py | [all...] |
/prebuilts/devtools/tools/lib/ |
guava-13.0.1.jar | |
/prebuilts/tools/common/guava-tools/ |
guava-13.0.1.jar | |
/prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/ |
guava-13.0.1.jar | |
/external/v8/src/ |
messages.js | 457 * inclusive). Default is the number of lines in the script 594 * start : position of start of source context (inclusive) 595 * end : position of end of source context (not inclusive) [all...] |