HomeSort by relevance Sort by last modified time
    Searched full:greater (Results 26 - 50 of 4344) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/markdown/tests/markdown-test/
backlash-escapes.txt 23 Greater-than: \>
59 Greater-than: \>
94 Greater-than: `\>`
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.min.max/
minmax_init_list_comp.pass.cpp 23 assert((std::minmax({1, 2, 3}, std::greater<int>()) == std::pair<int, int>(3, 1)));
24 assert((std::minmax({1, 3, 2}, std::greater<int>()) == std::pair<int, int>(3, 1)));
25 assert((std::minmax({2, 1, 3}, std::greater<int>()) == std::pair<int, int>(3, 1)));
26 assert((std::minmax({2, 3, 1}, std::greater<int>()) == std::pair<int, int>(3, 1)));
27 assert((std::minmax({3, 1, 2}, std::greater<int>()) == std::pair<int, int>(3, 1)));
28 assert((std::minmax({3, 2, 1}, std::greater<int>()) == std::pair<int, int>(3, 1)));
31 static_assert((std::minmax({1, 2, 3}, std::greater<int>()) == std::pair<int, int>(3, 1)), "");
32 static_assert((std::minmax({1, 3, 2}, std::greater<int>()) == std::pair<int, int>(3, 1)), "");
33 static_assert((std::minmax({2, 1, 3}, std::greater<int>()) == std::pair<int, int>(3, 1)), "");
34 static_assert((std::minmax({2, 3, 1}, std::greater<int>()) == std::pair<int, int>(3, 1)), "")
    [all...]
max_comp.pass.cpp 33 test(x, y, std::greater<int>(), x);
34 test(y, x, std::greater<int>(), y);
39 test(x, y, std::greater<int>(), x);
40 test(y, x, std::greater<int>(), x);
45 test(x, y, std::greater<int>(), y);
46 test(y, x, std::greater<int>(), y);
52 static_assert(std::max(x, y, std::greater<int>()) == y, "" );
53 static_assert(std::max(y, x, std::greater<int>()) == y, "" );
min_comp.pass.cpp 33 test(x, y, std::greater<int>(), x);
34 test(y, x, std::greater<int>(), y);
39 test(x, y, std::greater<int>(), y);
40 test(y, x, std::greater<int>(), y);
45 test(x, y, std::greater<int>(), x);
46 test(y, x, std::greater<int>(), x);
52 static_assert(std::min(x, y, std::greater<int>()) == x, "" );
53 static_assert(std::min(y, x, std::greater<int>()) == x, "" );
  /ndk/tests/device/test-gnustl-full/unit/
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/
bnegate_test.cpp 34 sort(array, array + 4, binary_negate<greater<int> >(greater<int>()));
43 sort(array, array + 4, not2(greater<int>()));
  /external/hamcrest/library/src/org/hamcrest/number/
IsGreaterThan.java 9 * Is the value less than or greater than another {@link java.lang.Comparable} value?
23 description.appendText("a value greater than ");
  /external/libcxx/test/std/algorithms/alg.sorting/alg.min.max/
max_comp.pass.cpp 33 test(x, y, std::greater<int>(), x);
34 test(y, x, std::greater<int>(), y);
39 test(x, y, std::greater<int>(), x);
40 test(y, x, std::greater<int>(), x);
45 test(x, y, std::greater<int>(), y);
46 test(y, x, std::greater<int>(), y);
52 static_assert(std::max(x, y, std::greater<int>()) == y, "" );
53 static_assert(std::max(y, x, std::greater<int>()) == y, "" );
min_comp.pass.cpp 33 test(x, y, std::greater<int>(), x);
34 test(y, x, std::greater<int>(), y);
39 test(x, y, std::greater<int>(), y);
40 test(y, x, std::greater<int>(), y);
45 test(x, y, std::greater<int>(), x);
46 test(y, x, std::greater<int>(), x);
52 static_assert(std::min(x, y, std::greater<int>()) == x, "" );
53 static_assert(std::min(y, x, std::greater<int>()) == x, "" );
minmax_init_list_comp.pass.cpp 41 assert((std::minmax({1, 2, 3}, std::greater<int>()) == std::pair<int, int>(3, 1)));
42 assert((std::minmax({1, 3, 2}, std::greater<int>()) == std::pair<int, int>(3, 1)));
43 assert((std::minmax({2, 1, 3}, std::greater<int>()) == std::pair<int, int>(3, 1)));
44 assert((std::minmax({2, 3, 1}, std::greater<int>()) == std::pair<int, int>(3, 1)));
45 assert((std::minmax({3, 1, 2}, std::greater<int>()) == std::pair<int, int>(3, 1)));
46 assert((std::minmax({3, 2, 1}, std::greater<int>()) == std::pair<int, int>(3, 1)));
49 binary_counting_predicate<std::greater<int>, int, int> pred ((std::greater<int>()));
68 static_assert((std::minmax({1, 2, 3}, std::greater<int>()) == std::pair<int, int>(3, 1)), "");
69 static_assert((std::minmax({1, 3, 2}, std::greater<int>()) == std::pair<int, int>(3, 1)), "")
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
greater.hpp 13 // $Id: greater.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
17 #define AUX778076_OP_NAME greater
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
TestSortedSetGenerator.java 39 * Returns an element less than the {@link #samples()} but greater than
45 * Returns an element greater than the {@link #samples()} but less than
51 * Returns an element greater than the {@link #samples()} and greater than
  /external/iptables/include/linux/netfilter_ipv4/
ipt_ttl.h 13 IPT_TTL_GT, /* greater than */
  /external/iptables/include/linux/netfilter_ipv6/
ip6t_hl.h 14 IP6T_HL_GT, /* greater than */
  /external/kernel-headers/original/uapi/linux/netfilter_ipv4/
ipt_ttl.h 13 IPT_TTL_GT, /* greater than */
  /external/kernel-headers/original/uapi/linux/netfilter_ipv6/
ip6t_hl.h 14 IP6T_HL_GT, /* greater than */
  /external/libxml2/result/schemas/
element-minmax-err_0_0.err 1 ./test/schemas/element-minmax-err_0.xsd:6: element element: Schemas parser error : Element '{http://www.w3.org/2001/XMLSchema}element', attribute 'maxOccurs': The value must be greater than or equal to 1.
  /external/valgrind/exp-sgcheck/tests/
filter_add 7 # Anonymise "before" distances (if greater than 9 bytes)
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
greater.hpp 9 // Preprocessed version of "boost/mpl/greater.hpp" header
67 struct greater struct in namespace:boost::mpl
74 BOOST_MPL_AUX_LAMBDA_SUPPORT(2, greater, (N1, N2))
78 BOOST_MPL_AUX_NA_SPEC2(2, 2, greater)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter_ipv4/
ipt_ttl.h 11 IPT_TTL_GT, /* greater than */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter_ipv6/
ip6t_hl.h 12 IP6T_HL_GT, /* greater than */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_ipv4/
ipt_ttl.h 13 IPT_TTL_GT, /* greater than */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_ipv6/
ip6t_hl.h 14 IP6T_HL_GT, /* greater than */
  /external/libcxx/test/std/utilities/function.objects/comparisons/
greater.pass.cpp 12 // greater
20 typedef std::greater<int> F;
29 typedef std::greater<> F2;
39 constexpr bool foo = std::greater<int> () (36, 36);
42 constexpr bool bar = std::greater<> () (36.0, 36);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/comparisons/
greater.pass.cpp 12 // greater
20 typedef std::greater<int> F;
27 typedef std::greater<> F2;
37 constexpr bool foo = std::greater<int> () (36, 36);
40 constexpr bool bar = std::greater<> () (36.0, 36);

Completed in 394 milliseconds

12 3 4 5 6 7 8 91011>>