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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/none/tests/s390x/
cgij.stdout.exp 7 less or equal
8 less or equal
10 less than
13 less or equal
14 less or equal
16 less than
cgrj.stdout.exp 7 less or equal
8 less or equal
10 less than
13 less or equal
14 less or equal
16 less than
cij.stdout.exp 7 less or equal
8 less or equal
10 less than
13 less or equal
14 less or equal
16 less than
clgij.stdout.exp 7 less or equal
8 less or equal
10 less than
13 less or equal
14 less or equal
16 less than
clgrj.stdout.exp 7 less or equal
8 less or equal
10 less than
13 less or equal
14 less or equal
16 less than
clij.stdout.exp 7 less or equal
8 less or equal
10 less than
13 less or equal
14 less or equal
16 less than
clrj.stdout.exp 7 less or equal
8 less or equal
10 less than
13 less or equal
14 less or equal
16 less than
crj.stdout.exp 7 less or equal
8 less or equal
10 less than
13 less or equal
14 less or equal
16 less than
  /external/chromium_org/content/browser/
storage_partition_impl_map_unittest.cc 13 // Test that the Less comparison function is implemented properly to uniquely
31 StoragePartitionImplMap::StoragePartitionConfigLess less; local
34 EXPECT_TRUE(less(c1, c3));
35 EXPECT_TRUE(less(c1, c4));
36 EXPECT_TRUE(less(c3, c4));
37 EXPECT_TRUE(less(c4, c5));
38 EXPECT_TRUE(less(c4, c8));
39 EXPECT_TRUE(less(c6, c4));
40 EXPECT_TRUE(less(c6, c7));
41 EXPECT_TRUE(less(c8, c9))
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
p5.cpp 3 alignas(1) int n1; // expected-error {{requested alignment is less than minimum alignment of 4 for type 'int'}}
4 alignas(1) alignas(2) int n2; // expected-error {{less than minimum alignment}}
6 alignas(1) alignas(2) alignas(0) int n4; // expected-error {{less than minimum alignment}}
9 alignas(1) int n7 alignas(2), // expected-error {{less than minimum alignment}}
13 enum alignas(1) E1 {}; // expected-error {{requested alignment is less than minimum alignment of 4 for type 'E1'}}
16 enum alignas(4) E4 { e4 = 1ull << 33 }; // expected-error {{requested alignment is less than minimum alignment of 8 for type 'E4'}}
21 struct alignas(2) S2 { // expected-error {{requested alignment is less than minimum alignment of 4 for type 'S2'}}
24 struct alignas(2) S3 { // expected-error {{requested alignment is less than minimum alignment of 8 for type 'S3'}}
27 struct alignas(2) S4 : S1 { // expected-error {{requested alignment is less than minimum alignment of 8 for type 'S4'}}
30 alignas(2) S1 s1; // expected-error {{requested alignment is less than minimum alignment of 8 for type 'S1'}
    [all...]
  /external/llvm/test/MC/Disassembler/X86/
invalid-cmp-imm.txt 3 # This instruction would decode as cmpordps if the immediate byte was less than 8.
5 # This instruction would decode as cmpordpd if the immediate byte was less than 8.
7 # This instruction would decode as cmpordss if the immediate byte was less than 8.
9 # This instruction would decode as cmpordsd if the immediate byte was less than 8.
  /external/chromium_org/third_party/icu/source/test/intltest/
allcoll.cpp 50 Collator::LESS,
51 Collator::LESS, /*Collator::GREATER,*/
52 Collator::LESS,
53 Collator::LESS,
54 Collator::LESS,
55 Collator::LESS,
56 Collator::LESS,
59 Collator::LESS, /* 10 */
61 Collator::LESS,
64 Collator::LESS,
    [all...]
  /external/icu4c/test/intltest/
allcoll.cpp 50 Collator::LESS,
51 Collator::LESS, /*Collator::GREATER,*/
52 Collator::LESS,
53 Collator::LESS,
54 Collator::LESS,
55 Collator::LESS,
56 Collator::LESS,
59 Collator::LESS, /* 10 */
61 Collator::LESS,
64 Collator::LESS,
    [all...]
  /external/llvm/test/Transforms/IndVarSimplify/
2009-04-27-Floating.ll 14 %less = fcmp olt float %nexti, 2.0
15 br i1 %less, label %loop_body, label %done
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
less.hpp 13 // $Id: less.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
17 #define AUX778076_OP_NAME less
  /external/stlport/doc/
pointer_specialization.txt 34 class _Compare = less<_Tp>,
63 class set<_Tp*, less<_Tp*>, _Alloc>
66 is the Standard less struct. The underlying container would be:
68 set<void*, less<void*>, _VoidAlloc>
71 specialized the less struct for any pointer type even the basic one.
74 the less<void*> functor. The less specialization issue also show that
77 set<void*, less<void*>, _VoidAlloc>
83 where __less would be equivalent to the standard less functor but
87 need to be able to detect the less specialization. The partial se
    [all...]
  /libcore/luni/src/main/java/java/util/
DualPivotQuicksort.java 45 * If the length of an array to be sorted is less than this
166 int less = left + 1; // The index of first element of center part local
181 * less k great
185 * all in (left, less) < pivot1
186 * pivot1 <= all in [less, k) <= pivot2
192 for (int k = less; k <= great; k++) {
195 if (k != less) {
196 a[k] = a[less];
197 a[less] = ak;
199 less++
444 int less = left + 1; \/\/ The index of first element of center part local
739 int less = left + 1; \/\/ The index of first element of center part local
1032 int less = left + 1; \/\/ The index of first element of center part local
1327 int less = left + 1; \/\/ The index of first element of center part local
1700 int less = left + 1; \/\/ The index of first element of center part local
2073 int less = left + 1; \/\/ The index of first element of center part local
    [all...]
  /dalvik/dx/tests/112-dex-return-jsr-result/
info.txt 1 This test checks to make sure a result returned more-or-less directly
  /external/chromium_org/third_party/WebKit/ManualTests/
mutation-observer-leaks-nodes.html 13 <p>Number of leaked nodes reported by DRT should be less than 100</p>
  /external/chromium_org/third_party/skia/include/core/
SkTSearch.h 34 // The most general form of SkTSearch takes an array of T and a key of type K. A functor, less, is
38 template <typename T, typename K, typename LESS>
39 int SkTSearch(const T base[], int count, const K& key, size_t elemSize, LESS& less)
55 if (less(*elem, key))
62 if (less(*elem, key)) {
65 } else if (less(key, *elem)) {
71 // Adapts a less-than function to a functor.
72 template <typename T, bool (LESS)(const T&, const T&)> struct SkTLessFunctionToFunctorAdaptor {
73 bool operator()(const T& a, const T& b) { return LESS(a, b);
    [all...]
  /external/iptables/include/linux/netfilter_ipv4/
ipt_ttl.h 10 IPT_TTL_LT, /* less than */
  /external/iptables/include/linux/netfilter_ipv6/
ip6t_hl.h 11 IP6T_HL_LT, /* less than */
  /external/kernel-headers/original/linux/netfilter_ipv6/
ip6t_hl.h 11 IP6T_HL_LT, /* less than */
  /external/llvm/test/CodeGen/Generic/
ConstantExprLowering.ll 12 br i1 %t1, label %less, label %not_less
14 less: ; preds = %entry
17 not_less: ; preds = %less, %entry
18 %t2 = phi i32 [ sub (i32 ptrtoint (i32* @XA to i32), i32 ptrtoint (i32* @XB to i32)), %less ], [ sub (i32 ptrtoint (i32* @XA to i32), i32 ptrtoint (i32* @XB to i32)), %entry ] ; <i32> [#uses=1]
  /external/mockito/src/org/mockito/internal/util/
RemoveFirstLine.java 11 * @return less first line

Completed in 315 milliseconds

1 2 3 4 5 6 7 8 91011>>