/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
oom.h | 6 /* inclusive */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
oom.h | 6 /* inclusive */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
oom.h | 6 /* inclusive */
|
/external/kernel-headers/original/linux/netfilter_ipv4/ |
ipt_iprange.h | 10 /* Inclusive: network order. */
|
ip_nat.h | 35 /* Inclusive: network order. */ 38 /* Inclusive: network order */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv4/ |
ipt_iprange.h | 12 /* Inclusive: network order. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv4/ |
ipt_iprange.h | 12 /* Inclusive: network order. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv4/ |
ipt_iprange.h | 12 /* Inclusive: network order. */
|
/external/clang/test/Sema/ |
attr-regparm.c | 5 __attribute((regparm(-1))) int x2(void); // expected-error{{'regparm' parameter must be between 0 and 3 inclusive}} 6 __attribute((regparm(5))) int x3(void); // expected-error{{'regparm' parameter must be between 0 and 3 inclusive}}
|
/external/iptables/include/net/netfilter/ |
nf_nat.h | 38 /* Inclusive: network order. */ 41 /* Inclusive: network order */
|
/external/oprofile/module/ |
op_util.h | 18 // returns non-zero on failure, inclusive
|
/external/guava/guava/src/com/google/common/collect/ |
BoundType.java | 36 * The endpoint value <i>is</i> considered part of the set ("inclusive"). 43 static BoundType forBoolean(boolean inclusive) { 44 return inclusive ? CLOSED : OPEN;
|
ContiguousSet.java | 46 @Override ContiguousSet<C> headSet(C toElement, boolean inclusive) { 47 return headSetImpl(checkNotNull(toElement), inclusive); 69 @Override ContiguousSet<C> tailSet(C fromElement, boolean inclusive){ 70 return tailSetImpl(checkNotNull(fromElement), inclusive); 76 /*@Override*/ abstract ContiguousSet<C> headSetImpl(C toElement, boolean inclusive); 81 /*@Override*/ abstract ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive);
|
/frameworks/compile/mclinker/unittests/ |
BinTreeTest.cpp | 130 m_pTestee->join<InputTree::Inclusive>(pos,a); 131 pos.move<InputTree::Inclusive>(); 133 m_pTestee->join<InputTree::Inclusive>(pos,9); 134 pos.move<InputTree::Inclusive>(); 136 m_pTestee->join<InputTree::Inclusive>(pos,7); 159 m_pTestee->join<InputTree::Inclusive>(pos,0); 160 pos.move<InputTree::Inclusive>(); 189 m_pTestee->join<InputTree::Inclusive>(pos,0); 205 m_pTestee->join<InputTree::Inclusive>(pos,a); 206 pos.move<InputTree::Inclusive>(); [all...] |
InputTreeTest.cpp | 109 m_pTestee->insert<InputTree::Inclusive>(node, *input); 116 m_pTestee->insert<InputTree::Inclusive>(node, *input); 156 m_pTestee->insert<InputTree::Inclusive>(node, *input); 157 node.move<InputTree::Inclusive>(); 161 m_pTestee->enterGroup<InputTree::Inclusive>(node); 162 node.move<InputTree::Inclusive>(); 165 m_pTestee->insert<InputTree::Inclusive>(node, *input);
|
/external/bison/lib/ |
bitrotate.h | 34 63 inclusive. */ 43 63 inclusive.*/ 53 31 inclusive. */ 62 31 inclusive.*/ 71 (CHAR_BIT * sizeof (size_t) - 1) inclusive. */ 80 (CHAR_BIT * sizeof (size_t) - 1) inclusive. */ 89 15 inclusive, but on most relevant targets N can also be 0 and 16 100 inclusive, but on most relevant targets N can also be 0 and 16 111 inclusive, but on most relevant targets N can also be 0 and 8 122 inclusive, but on most relevant targets N can also be 0 and [all...] |
/external/llvm/test/CodeGen/Mips/ |
inlineasm-cnstrnt-bad-N.ll | 3 ;immediate in the range of -65535 to -1 (inclusive).
|
inlineasm-cnstrnt-bad-P.ll | 3 ; A constant in the range of 1 to 655535 inclusive.
|
/external/icu4c/test/intltest/ |
tzrulets.h | 45 UDate start, UDate end, UBool inclusive); 47 UDate start, UDate end, UBool inclusive);
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
NavigableMapTestSuiteBuilder.java | 62 derivedSuites.add(createSubmapSuite(parentBuilder, Bound.NO_BOUND, Bound.INCLUSIVE)); 65 derivedSuites.add(createSubmapSuite(parentBuilder, Bound.EXCLUSIVE, Bound.INCLUSIVE)); 66 derivedSuites.add(createSubmapSuite(parentBuilder, Bound.INCLUSIVE, Bound.NO_BOUND)); 67 derivedSuites.add(createSubmapSuite(parentBuilder, Bound.INCLUSIVE, Bound.EXCLUSIVE)); 68 derivedSuites.add(createSubmapSuite(parentBuilder, Bound.INCLUSIVE, Bound.INCLUSIVE)); 97 INCLUSIVE, 122 // derive values for inclusive filtering from the input samples 163 } else if (from == Bound.NO_BOUND && to == Bound.INCLUSIVE) { 169 } else if (from == Bound.EXCLUSIVE && to == Bound.INCLUSIVE) { [all...] |
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
SortedMultisetTestSuiteBuilder.java | 93 INCLUSIVE, EXCLUSIVE, NO_BOUND; 108 Bound.INCLUSIVE)); 114 Bound.INCLUSIVE)); 115 derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.INCLUSIVE, 117 derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.INCLUSIVE, 119 derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.INCLUSIVE, 120 Bound.INCLUSIVE)); 182 if (from == Bound.INCLUSIVE) { 189 if (to == Bound.INCLUSIVE) {
|
/external/icu4c/i18n/ |
zrule.cpp | 129 int32_t prevDSTSavings, UBool inclusive, UDate& result) { 130 return ((InitialTimeZoneRule*)rule)->InitialTimeZoneRule::getNextStart(base, prevRawOffset, prevDSTSavings, inclusive, result); 135 int32_t prevDSTSavings, UBool inclusive, UDate& result) { 136 return ((InitialTimeZoneRule*)rule)->InitialTimeZoneRule::getPreviousStart(base, prevRawOffset, prevDSTSavings, inclusive, result);
|
/external/skia/include/gpu/ |
GrSurface.h | 68 * @param left left edge of the rectangle to read (inclusive) 69 * @param top top edge of the rectangle to read (inclusive) 90 * @param left left edge of the rectangle to write (inclusive) 91 * @param top top edge of the rectangle to write (inclusive)
|
/external/icu4c/i18n/unicode/ |
basictz.h | 45 * @param inclusive Whether the base time is inclusive or not. 50 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/ = 0; 55 * @param inclusive Whether the base time is inclusive or not. 60 virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/ = 0; 68 * @param start The start time of the evaluated time range (inclusive) 69 * @param end The end time of the evaluated time range (inclusive)
|
/external/iptables/extensions/ |
libipt_SNAT.man | 11 which can specify a single new source IP address, an inclusive range 18 mapped to other ports below 512: those between 512 and 1023 inclusive
|