HomeSort by relevance Sort by last modified time
    Searched full:less (Results 51 - 75 of 8160) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/v8/test/mjsunit/tools/
tickprocessor-test.gc-state 19 Callers occupying less than 2.0% are not shown.
  /packages/apps/Camera2/src/com/android/camera/util/
MotionEventHelper.java 11 // less memory.
  /external/chromium_org/sandbox/linux/seccomp-bpf/
basicblock.h 18 // Our implementation of the code generator uses a "Less" operator to
23 class Less {
25 Less(const T& data,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.set.operations/includes/
includes_comp.pass.cpp 37 assert(std::includes(Iter1(ia), Iter1(ia), Iter2(ib), Iter2(ib), std::less<int>()));
38 assert(!std::includes(Iter1(ia), Iter1(ia), Iter2(ib), Iter2(ib+1), std::less<int>()));
39 assert(std::includes(Iter1(ia), Iter1(ia+1), Iter2(ib), Iter2(ib), std::less<int>()));
40 assert(std::includes(Iter1(ia), Iter1(ia+sa), Iter2(ia), Iter2(ia+sa), std::less<int>()));
42 assert(std::includes(Iter1(ia), Iter1(ia+sa), Iter2(ib), Iter2(ib+sb), std::less<int>()));
43 assert(!std::includes(Iter1(ib), Iter1(ib+sb), Iter2(ia), Iter2(ia+sa), std::less<int>()));
45 assert(std::includes(Iter1(ia), Iter1(ia+2), Iter2(ic), Iter2(ic+2), std::less<int>()));
46 assert(!std::includes(Iter1(ia), Iter1(ia+2), Iter2(ib), Iter2(ib+2), std::less<int>()));
48 assert(std::includes(Iter1(ia), Iter1(ia+sa), Iter2(id), Iter2(id+1), std::less<int>()));
49 assert(std::includes(Iter1(ia), Iter1(ia+sa), Iter2(id), Iter2(id+2), std::less<int>()))
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
jacoll.cpp 57 Collator::LESS,
58 Collator::EQUAL, //Collator::LESS, /* Katakanas and Hiraganas are equal on tertiary level(ICU 2.0)*/
59 Collator::LESS,
60 Collator::GREATER, // Collator::LESS, /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU 2.0)*/
61 Collator::LESS,
62 Collator::LESS, //Collator::GREATER /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU 2.0)*//* 6 */
124 doTest(myCollation, testBaseCases[i], testBaseCases[i + 1], Collator::LESS);
134 Collator::LESS);
147 doTest(myCollation, testSmallLargeCases[i], testSmallLargeCases[i + 1], Collator::LESS);
161 Collator::LESS);
    [all...]
escoll.cpp 71 Collator::LESS,
72 Collator::LESS,
74 Collator::LESS,
75 Collator::LESS,
77 Collator::LESS,
79 Collator::LESS,
  /external/icu4c/test/intltest/
jacoll.cpp 57 Collator::LESS,
58 Collator::EQUAL, //Collator::LESS, /* Katakanas and Hiraganas are equal on tertiary level(ICU 2.0)*/
59 Collator::LESS,
60 Collator::GREATER, // Collator::LESS, /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU 2.0)*/
61 Collator::LESS,
62 Collator::LESS, //Collator::GREATER /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU 2.0)*//* 6 */
124 doTest(myCollation, testBaseCases[i], testBaseCases[i + 1], Collator::LESS);
134 Collator::LESS);
147 doTest(myCollation, testSmallLargeCases[i], testSmallLargeCases[i + 1], Collator::LESS);
161 Collator::LESS);
    [all...]
escoll.cpp 71 Collator::LESS,
72 Collator::LESS,
74 Collator::LESS,
75 Collator::LESS,
77 Collator::LESS,
79 Collator::LESS,
  /external/chromium_org/third_party/icu/source/data/unidata/
BidiMirroring.txt 50 003C; 003E # LESS-THAN SIGN
86 2264; 2265 # LESS-THAN OR EQUAL TO
88 2266; 2267 # LESS-THAN OVER EQUAL TO
90 2268; 2269 # [BEST FIT] LESS-THAN BUT NOT EQUAL TO
92 226A; 226B # MUCH LESS-THAN
94 226E; 226F # [BEST FIT] NOT LESS-THAN
96 2270; 2271 # [BEST FIT] NEITHER LESS-THAN NOR EQUAL TO
98 2272; 2273 # [BEST FIT] LESS-THAN OR EQUIVALENT TO
100 2274; 2275 # [BEST FIT] NEITHER LESS-THAN NOR EQUIVALENT TO
102 2276; 2277 # LESS-THAN OR GREATER-THA
    [all...]
  /external/harfbuzz/contrib/tables/
BidiMirroring.txt 41 003C; 003E # LESS-THAN SIGN
77 2264; 2265 # LESS-THAN OR EQUAL TO
79 2266; 2267 # LESS-THAN OVER EQUAL TO
81 2268; 2269 # [BEST FIT] LESS-THAN BUT NOT EQUAL TO
83 226A; 226B # MUCH LESS-THAN
85 226E; 226F # [BEST FIT] NOT LESS-THAN
87 2270; 2271 # [BEST FIT] NEITHER LESS-THAN NOR EQUAL TO
89 2272; 2273 # [BEST FIT] LESS-THAN OR EQUIVALENT TO
91 2274; 2275 # [BEST FIT] NEITHER LESS-THAN NOR EQUIVALENT TO
93 2276; 2277 # LESS-THAN OR GREATER-THA
    [all...]
  /external/stlport/stlport/stl/
_function_base.h 70 struct less : public binary_function<_Tp,_Tp,bool> struct in inherits:binary_function,__stlport_class
72 /* less is the default template parameter for many STL containers, to fully use
73 * the move constructor feature we need to know that the default less is just a
76 , public __stlport_class<less<_Tp> >
82 void _M_swap_workaround(less<_Tp>& __x) {}
88 struct __type_traits<less<_Tp> > {
90 typedef typename _IsSTLportClass<less<_Tp> >::_Ret _STLportLess;
92 enum { _Is = _IsSTLportClass<less<_Tp> >::_Is };
106 less<_Tp> __less(_Tp* ) { return less<_Tp>();
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 70 struct less : public binary_function<_Tp,_Tp,bool> struct in inherits:binary_function,__stlport_class
72 /* less is the default template parameter for many STL containers, to fully use
73 * the move constructor feature we need to know that the default less is just a
76 , public __stlport_class<less<_Tp> >
82 void _M_swap_workaround(less<_Tp>& __x) {}
88 struct __type_traits<less<_Tp> > {
90 typedef typename _IsSTLportClass<less<_Tp> >::_Ret _STLportLess;
92 enum { _Is = _IsSTLportClass<less<_Tp> >::_Is };
106 less<_Tp> __less(_Tp* ) { return less<_Tp>();
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 70 struct less : public binary_function<_Tp,_Tp,bool> struct in inherits:binary_function,__stlport_class
72 /* less is the default template parameter for many STL containers, to fully use
73 * the move constructor feature we need to know that the default less is just a
76 , public __stlport_class<less<_Tp> >
82 void _M_swap_workaround(less<_Tp>& __x) {}
88 struct __type_traits<less<_Tp> > {
90 typedef typename _IsSTLportClass<less<_Tp> >::_Ret _STLportLess;
92 enum { _Is = _IsSTLportClass<less<_Tp> >::_Is };
106 less<_Tp> __less(_Tp* ) { return less<_Tp>();
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 70 struct less : public binary_function<_Tp,_Tp,bool> struct in inherits:binary_function,__stlport_class
72 /* less is the default template parameter for many STL containers, to fully use
73 * the move constructor feature we need to know that the default less is just a
76 , public __stlport_class<less<_Tp> >
82 void _M_swap_workaround(less<_Tp>& __x) {}
88 struct __type_traits<less<_Tp> > {
90 typedef typename _IsSTLportClass<less<_Tp> >::_Ret _STLportLess;
92 enum { _Is = _IsSTLportClass<less<_Tp> >::_Is };
106 less<_Tp> __less(_Tp* ) { return less<_Tp>();
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 70 struct less : public binary_function<_Tp,_Tp,bool> struct in inherits:binary_function,__stlport_class
72 /* less is the default template parameter for many STL containers, to fully use
73 * the move constructor feature we need to know that the default less is just a
76 , public __stlport_class<less<_Tp> >
82 void _M_swap_workaround(less<_Tp>& __x) {}
88 struct __type_traits<less<_Tp> > {
90 typedef typename _IsSTLportClass<less<_Tp> >::_Ret _STLportLess;
92 enum { _Is = _IsSTLportClass<less<_Tp> >::_Is };
106 less<_Tp> __less(_Tp* ) { return less<_Tp>();
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 70 struct less : public binary_function<_Tp,_Tp,bool> struct in inherits:binary_function,__stlport_class
72 /* less is the default template parameter for many STL containers, to fully use
73 * the move constructor feature we need to know that the default less is just a
76 , public __stlport_class<less<_Tp> >
82 void _M_swap_workaround(less<_Tp>& __x) {}
88 struct __type_traits<less<_Tp> > {
90 typedef typename _IsSTLportClass<less<_Tp> >::_Ret _STLportLess;
92 enum { _Is = _IsSTLportClass<less<_Tp> >::_Is };
106 less<_Tp> __less(_Tp* ) { return less<_Tp>();
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_function_base.h 70 struct less : public binary_function<_Tp,_Tp,bool> struct in inherits:binary_function,__stlport_class
72 /* less is the default template parameter for many STL containers, to fully use
73 * the move constructor feature we need to know that the default less is just a
76 , public __stlport_class<less<_Tp> >
82 void _M_swap_workaround(less<_Tp>& __x) {}
88 struct __type_traits<less<_Tp> > {
90 typedef typename _IsSTLportClass<less<_Tp> >::_Ret _STLportLess;
92 enum { _Is = _IsSTLportClass<less<_Tp> >::_Is };
106 less<_Tp> __less(_Tp* ) { return less<_Tp>();
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPtrRecorder.cpp 21 bool SkPtrSet::Less(const Pair& a, const Pair& b) {
34 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair));
50 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair));
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
NumberParseException.java 28 // This generally indicates the string passed in had less than 3 digits in it. More
33 // stripped from the number, had less digits than any valid phone number (including country
36 // This indicates the string, after any country code has been stripped, had less digits than any
  /external/linux-tools-perf/util/
pager.c 15 * Work around bug in "less" by not starting it until we
24 setenv("LESS", "FRSX", 0);
65 pager = "less";
  /external/skia/src/core/
SkPtrRecorder.cpp 21 bool SkPtrSet::Less(const Pair& a, const Pair& b) {
34 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair));
50 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair));
  /external/bison/lib/
c-strcase.h 39 /* Compare strings S1 and S2, ignoring case, returning less than, equal to or
40 greater than zero if S1 is lexicographically less than, equal to or greater
45 returning less than, equal to or greater than zero if S1 is
46 lexicographically less than, equal to or greater than S2. */
  /external/chromium/net/tools/flip_server/
split.h 14 // Yea, this could be done with less code duplication using
  /external/chromium_org/chrome/browser/resources/safe_browsing/
malware_block_v2.js 29 if ($('see-less-text').hidden) {
31 $('see-less-text').hidden = false;
36 $('see-less-text').hidden = true;
53 $('see-less-text').hidden = true;
  /external/chromium_org/net/tools/balsa/
split.h 13 // Yea, this could be done with less code duplication using

Completed in 485 milliseconds

1 23 4 5 6 7 8 91011>>