HomeSort by relevance Sort by last modified time
    Searched refs:greater (Results 201 - 225 of 270) sorted by null

1 2 3 4 5 6 7 891011

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_function.h 223 struct greater : 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 224 struct greater : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_function.h 49 struct greater : public binary_function<_Tp, _Tp, bool> { struct in inherits:binary_function
  /external/clang/lib/Lex/
PPExpressions.cpp 429 case tok::greater: return 11;
638 case tok::greater:
  /external/clang/lib/Parse/
ParseTentative.cpp 381 (Tok.is(tok::greater) || Tok.is(tok::comma) ||
    [all...]
  /external/libpcap/
scanner.l 251 greater return GREATER;
  /external/v8/src/
math.js 145 // Make sure +0 is considered greater than -0. -0 is never a Smi, +0 can be
  /external/clang/lib/Format/
UnwrappedLineParser.cpp 709 while (!eof() && FormatTok.Tok.isNot(tok::greater));
Format.cpp     [all...]
  /external/icu4c/i18n/
coll.cpp 495 UBool Collator::greater(const UnicodeString& source, function in class:Collator
  /external/icu4c/test/intltest/
apicoll.cpp 128 // Check for a version greater than some value rather than equality
140 doAssert((col->compare("blackbird", "black-bird") == Collator::GREATER), "black-bird > blackbird comparison failed");
142 doAssert((col->compare("Hello", "hello") == Collator::GREATER), "Hello > hello comparison failed");
161 doAssert((col->compare("ab", "Aa", 2) == Collator::GREATER), "ab > Aa with length 2 comparison failed");
164 doAssert((col->compare("Hello", "hello", 5) == Collator::GREATER), "Hello > hello with length 5 comparison failed");
475 doAssert(col->greater(test1, test2), "Result should be \"abCda\" >>> \"abcda\" ");
577 == Collator::GREATER,
590 doAssert(sortk1.compareTo(sortk3) == Collator::GREATER, "Result should be \"Abcda\" >>> \"abcda\"");
593 doAssert(sortk1.compareTo(sortkEmpty) == Collator::GREATER, "Result should be \"Abcda\" >>> (empty key)");
617 doAssert(sortk4.compareTo(sortk5) == Collator::GREATER, "sortk4 >>> sortk5 Failed")
    [all...]
  /external/libvorbis/doc/
03-codebook.tex 128 7) if [current_entry] is greater than [codebook_entries] ERROR CONDITION;
188 A \varname{[codebook_lookup_type]} of greater than two is reserved
05-comment.tex 12 greater structure and machine parseability.
  /external/marisa-trie/lib/marisa/
trie-build.cc 203 std::stable_sort(wranges.begin(), wranges.end(), std::greater<WRange>());
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
trie-build.cc 212 std::stable_sort(wranges.begin(), wranges.end(), std::greater<WRange>());
  /external/valgrind/main/exp-bbv/tests/arm-linux/
ll.S 415 cmp r5,r3 @ is it greater than numerator?
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te-vfp.S     [all...]
CompilerTemplateAsm-armv7-a-neon.S     [all...]
CompilerTemplateAsm-armv7-a.S     [all...]
  /external/v8/src/ia32/
builtins-ia32.cc 758 __ j(greater, &okay); // Signed comparison.
    [all...]
  /external/v8/src/x64/
builtins-x64.cc 836 __ j(greater, &okay); // Signed comparison.
    [all...]
code-stubs-x64.cc     [all...]
  /external/llvm/lib/AsmParser/
LLLexer.cpp 243 case '>': return lltok::greater;
  /external/openfst/src/include/fst/
accumulator.h 523 std::greater<double>())
  /external/webkit/Source/WebKit/win/
WebHistory.cpp 482 // Use std::greater to sort the days in descending order (i.e., most-recent first).
483 sort(m_orderedLastVisitedDays.get(), m_orderedLastVisitedDays.get() + dateCount, greater<DATE>());
    [all...]

Completed in 759 milliseconds

1 2 3 4 5 6 7 891011