HomeSort by relevance Sort by last modified time
    Searched full:greater (Results 1 - 25 of 3025) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
namespace.cpp 75 struct greater {}; struct in namespace:PR6620::numeric::op
78 extern op::greater const greater;
84 op::greater const greater = op::greater(); member in class:PR6620::numeric::__anon5771::op
89 { numeric::greater(l, r); }
  /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>()));
  /ndk/tests/device/test-gnustl-full/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>()));
  /ndk/tests/device/test-stlport/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>()));
  /external/markdown/MarkdownTest/Tests_2004/
Backslash escapes.text 23 Greater-than: \>
59 Greater-than: \>
94 Greater-than: `\>`
  /external/markdown/tests/markdown-test/
backlash-escapes.txt 23 Greater-than: \>
59 Greater-than: \>
94 Greater-than: `\>`
  /external/iptables/include/linux/netfilter_ipv4/
ipt_ttl.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/valgrind/main/exp-sgcheck/tests/
filter_add 7 # Anonymise "before" distances (if greater than 9 bytes)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv4/
ipt_ttl.h 11 IPT_TTL_GT, /* greater than */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv6/
ip6t_hl.h 12 IP6T_HL_GT, /* greater than */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv4/
ipt_ttl.h 11 IPT_TTL_GT, /* greater than */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv6/
ip6t_hl.h 12 IP6T_HL_GT, /* greater than */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv4/
ipt_ttl.h 11 IPT_TTL_GT, /* greater than */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv6/
ip6t_hl.h 12 IP6T_HL_GT, /* greater than */
  /external/compiler-rt/BlocksRuntime/tests/
rettypepromotion.c 23 enum { LESS = -1, EQUAL, GREATER };
32 if (random()) return GREATER;
  /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/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
HillHeightMap.java 70 * if size of the terrain is not greater that zero, or number of
71 * iterations is not greater that zero
78 "Either size of the terrain is not greater that zero, "
79 + "or number of iterations is not greater that zero, "
80 + "or minimum or maximum radius are not greater than zero, "
81 + "or minimum radius is greater than maximum radius, "
108 * if size of the terrain is not greater that zero, or number of
109 * iterations is not greater that zero
217 * if iterations if not greater than zero
222 "Number of iterations is not greater than zero");
    [all...]
  /external/markdown/MarkdownTest/Tests_2007/
Backslash escapes.text 23 Greater-than: \>
59 Greater-than: \>
94 Greater-than: `\>`

Completed in 3437 milliseconds

1 2 3 4 5 6 7 8 91011>>