/external/stlport/test/unit/ |
heap_test.cpp | 57 make_heap(numbers, numbers + 6, greater<int>()); 60 pop_heap(numbers, numbers + 6, greater<int>()); 62 pop_heap(numbers, numbers + 5, greater<int>()); 64 pop_heap(numbers, numbers + 4, greater<int>()); 66 pop_heap(numbers, numbers + 3, greater<int>()); 68 pop_heap(numbers, numbers + 2, greater<int>()); 97 make_heap(v.begin(), v.end(), greater<int>()); 100 push_heap(v.begin(), v.end(), greater<int>()); 102 sort_heap(v.begin(), v.end(), greater<int>());
|
bnegate_test.cpp | 34 sort(array, array + 4, binary_negate<greater<int> >(greater<int>())); 43 sort(array, array + 4, not2(greater<int>()));
|
perm_test.cpp | 98 prev_permutation(v1.begin(), v1.end(), greater<int>()); 102 prev_permutation(v1.begin(), v1.end(), greater<int>()); 106 prev_permutation(v1.begin(), v1.end(), greater<int>()); 110 prev_permutation(v1.begin(), v1.end(), greater<int>()); 114 prev_permutation(v1.begin(), v1.end(), greater<int>()); 118 prev_permutation(v1.begin(), v1.end(), greater<int>()); 122 prev_permutation(v1.begin(), v1.end(), greater<int>()); 126 prev_permutation(v1.begin(), v1.end(), greater<int>()); 130 prev_permutation(v1.begin(), v1.end(), greater<int>());
|
greater_test.cpp | 34 sort(array, array + 4, greater<int>() );
|
lexcmp_test.cpp | 46 bool before = lexicographical_compare(n1, n1 + size, n2, n2 + size, greater<char>());
|
/external/iptables/include/linux/netfilter_ipv4/ |
ipt_2ttl.h | 11 IPT_TTL_GT, /* greater than */
|
/external/iptables/include/linux/netfilter_ipv6/ |
ip6t_hl_.h | 12 IP6T_HL_GT, /* greater than */
|
/external/kernel-headers/original/asm-arm/ |
shmparam.h | 6 * or page size, whichever is greater since the cache aliases
|
/external/kernel-headers/original/linux/netfilter_ipv6/ |
ip6t_hl.h | 12 IP6T_HL_GT, /* greater than */
|
/external/iptables/extensions/ |
libip6t_hl.man | 10 Matches if Hop Limit is greater than \fIvalue\fP.
|
libipt_ttl.man | 7 Matches if TTL is greater than the given TTL value.
|
/external/icu4c/data/unidata/ |
BidiMirroring.txt | 42 003E; 003C # GREATER-THAN SIGN 78 2265; 2264 # GREATER-THAN OR EQUAL TO 80 2267; 2266 # GREATER-THAN OVER EQUAL TO 82 2269; 2268 # [BEST FIT] GREATER-THAN BUT NOT EQUAL TO 84 226B; 226A # MUCH GREATER-THAN 86 226F; 226E # [BEST FIT] NOT GREATER-THAN 88 2271; 2270 # [BEST FIT] NEITHER GREATER-THAN NOR EQUAL TO 90 2273; 2272 # [BEST FIT] GREATER-THAN OR EQUIVALENT TO 92 2275; 2274 # [BEST FIT] NEITHER GREATER-THAN NOR EQUIVALENT TO 93 2276; 2277 # LESS-THAN OR GREATER-THA [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/params/ |
RC5Parameters.java | 17 throw new IllegalArgumentException("RC5 key length can be no greater than 255");
|
/external/dbus/doc/ |
introspect.dtd | 3 GNU GPL version 2 (or greater) and AFL 1.1 (or greater) -->
|
/external/dropbear/libtommath/ |
bn_mp_add.c | 35 /* subtract the one with the greater magnitude from */ 37 /* the sign of the one with the greater magnitude. */
|
/external/icu4c/test/intltest/ |
decoll.cpp | 90 { Collator::GREATER, Collator::GREATER }, 91 { Collator::GREATER, Collator::GREATER }, 92 { Collator::GREATER, Collator::GREATER }, 96 { Collator::EQUAL, Collator::GREATER }, 99 { Collator::EQUAL, Collator::GREATER }
|
allcoll.cpp | 51 Collator::LESS, /*Collator::GREATER,*/ 57 Collator::GREATER, 58 Collator::GREATER, 60 Collator::GREATER, 62 Collator::GREATER, 63 Collator::GREATER,
|
frcoll.cpp | 80 Collator::LESS, /*Collator::GREATER,*/ 82 Collator::GREATER, 83 Collator::GREATER, 85 Collator::GREATER, 86 Collator::LESS, /*Collator::GREATER,*/ 87 Collator::GREATER, 179 expected = Collator::GREATER;
|
/external/kernel-headers/original/linux/ |
delay.h | 15 * Using udelay() for intervals greater than a few milliseconds can 17 * mdelay() provides a wrapper to prevent this. For delays greater
|
/frameworks/base/core/tests/coretests/src/android/view/ |
ViewGroupChildrenTest.java | 73 // 24 should be greater than ViewGroup.ARRAY_CAPACITY_INCREMENT 91 // 24 should be greater than ViewGroup.ARRAY_CAPACITY_INCREMENT 109 // 24 should be greater than ViewGroup.ARRAY_CAPACITY_INCREMENT 139 // 24 should be greater than ViewGroup.ARRAY_CAPACITY_INCREMENT 160 // 24 should be greater than ViewGroup.ARRAY_CAPACITY_INCREMENT 181 // 24 should be greater than ViewGroup.ARRAY_CAPACITY_INCREMENT 203 // 24 should be greater than ViewGroup.ARRAY_CAPACITY_INCREMENT 224 // 24 should be greater than ViewGroup.ARRAY_CAPACITY_INCREMENT 243 // 24 should be greater than ViewGroup.ARRAY_CAPACITY_INCREMENT
|
/dalvik/vm/compiler/template/armv5te-vfp/ |
TEMPLATE_CMPL_DOUBLE_VFP.S | 30 movgt r0, #1 @ (greater than) r0<- 1
|
TEMPLATE_CMPL_FLOAT_VFP.S | 30 movgt r0, #1 @ (greater than) r0<- 1
|
/external/oprofile/libop/ |
op_parse_event.h | 36 * A fatal error occur if number of events is greater than max_events.
|
/dalvik/libcore/nio_char/src/main/java/org/apache/harmony/niochar/internal/nls/ |
messages.properties | 18 niochar.01=averageCharsPerByte is greater than maxCharsPerByte 20 niochar.03=averageBytesPerChar is greater than maxBytesPerChar.
|
/dalvik/libcore/nio/src/main/java/java/nio/ |
Buffer.java | 28 * negative and not greater than the limit.</li> 32 * and not greater than capacity.</li> 34 * position later. Mark may not be negative and no greater than position.</li> 61 * Limit must be no less than zero and no greater than <code>capacity</code>. 68 * greater than <code>position</code>. 74 * and no greater than <code>limit</code>. 212 * is set and is greater than the new limit, then it is cleared. 215 * the new limit, must not be negative and not greater than 259 * If the mark is set and it is greater than the new position, then it is 263 * the new position, must be not negative and not greater tha [all...] |