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

1 23 4 5

  /external/chromium_org/tools/traceline/traceline/
assembler.h 79 less = 12, enumerator in enum:Condition
  /external/mesa3d/src/glsl/
lower_variable_index_to_cond_assign.cpp 303 ir_expression *less = local
307 ir_if *if_less = new(this->mem_ctx) ir_if(less);
  /external/regex-re2/util/
sparse_array.h 156 // sort(arr.begin(), arr.end(), arr.less);
157 static bool less(const IndexValue& a, const IndexValue& b);
446 template<typename Value> bool SparseArray<Value>::less(const IndexValue& a, function in class:re2::SparseArray
  /external/skia/src/gpu/gl/
GrGpuGL_program.cpp 34 return GrGLProgramDesc::Less(desc, entry->fProgram->getDesc());
39 return GrGLProgramDesc::Less(entry->fProgram->getDesc(), desc);
88 ProgDescLess less; local
89 return SkTSearch(fEntries, fCount, desc, sizeof(Entry*), less);
181 SkASSERT(GrGLProgramDesc::Less(a, b));
182 SkASSERT(!GrGLProgramDesc::Less(b, a));
  /external/stlport/test/unit/
set_test.cpp 58 set<int, less<int> > s;
70 typedef set<int, less<int> > int_set;
96 set<int, less<int> > s;
214 struct less<SetTestClass> { struct in namespace:std
285 typedef set<int, less<int>, StackAllocator<int> > SetInt;
286 less<int> intLess;
  /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...]
  /ndk/sources/host-tools/make-3.81/
commands.c 49 char *at, *percent, *star, *less;
114 less = "";
118 less = dep_name (d);
125 less = at;
132 DEFINE_VARIABLE ("<", 1, less);
164 qmark_len = plus_len + 1; /* Will be this or less. */
48 char *at, *percent, *star, *less; local
  /ndk/tests/device/test-gnustl-full/unit/
set_test.cpp 58 set<int, less<int> > s;
70 typedef set<int, less<int> > int_set;
96 set<int, less<int> > s;
214 struct less<SetTestClass> { struct in namespace:std
285 typedef set<int, less<int>, StackAllocator<int> > SetInt;
286 less<int> intLess;
  /ndk/tests/device/test-stlport/unit/
set_test.cpp 58 set<int, less<int> > s;
70 typedef set<int, less<int> > int_set;
96 set<int, less<int> > s;
214 struct less<SetTestClass> { struct in namespace:std
285 typedef set<int, less<int>, StackAllocator<int> > SetInt;
286 less<int> intLess;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
stl_function.h 232 struct less : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_function.h 231 struct less : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_function.h 231 struct less : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 226 struct less : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 226 struct less : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 226 struct less : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_function.h 226 struct less : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_function.h 232 struct less : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_function.h 233 struct less : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_function.h 232 struct less : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_function.h 233 struct less : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_function.h 231 struct less : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_function.h 325 struct less;
363 struct less : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
433 struct less<void> struct
  /external/llvm/lib/TableGen/
TGLexer.h 39 less, greater, // < > enumerator in enum:llvm::tgtok::TokKind
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
queue.h 240 // Given a vector that maps from states to weights and a Less
246 typedef L Less;
250 StateWeightCompare(const vector<Weight>* weights, const L &less)
251 : weights_(weights), less_(less) {}
529 NaturalLess<Weight> *less = 0; local
532 less = new NaturalLess<Weight>;
533 comp = new Compare(distance, *less);
538 SccQueueType(fst, scc_, &queue_types, filter, less, &all_trivial,
545 delete less;
554 delete less;
    [all...]
  /external/stlport/stlport/stl/pointers/
_set.h 36 _STLP_EXPORT template struct _STLP_CLASS_DECLSPEC less<void*>; variable in typeref:struct:_STLP_CLASS_DECLSPEC
44 _STLP_EXPORT_TEMPLATE_CLASS _DbgCompare<void*, less<void*> >;
46 _STLP_EXPORT_TEMPLATE_CLASS _Rb_tree<void*, _DbgCompare<void*, less<void*> >, void*, _Identity<void*>,
50 _STLP_EXPORT_TEMPLATE_CLASS _Rb_tree<void*, less<void*>, void*, _Identity<void*>,
55 template <class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less<_Key>),
302 template <class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less<_Key>),

Completed in 693 milliseconds

1 23 4 5