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

1 2 3 45 6 7 8 91011

  /ndk/tests/device/test-stlport/unit/
alg_test.cpp 54 c = min('a', 'z', greater<char>());
56 i = max(4, 7, greater<int>());
163 slist<int>::iterator slit = search_n(slint.begin(), slint.end(), 2, 1, greater<int>());
173 list<int>::iterator lit = search_n(lint.begin(), lint.end(), 3, 2, greater<int>());
183 deque<int>::iterator dit = search_n(dint.begin(), dint.end(), 4, 3, greater<int>());
  /external/eigen/Eigen/src/Eigen2Support/
Cwise.h 123 template<typename OtherDerived> const EIGEN_CWISE_BINOP_RETURN_TYPE(std::greater)
142 const EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE(std::greater)
  /external/eigen/Eigen/src/plugins/
ArrayCwiseUnaryOps.h 200 EIGEN_MAKE_SCALAR_CWISE_UNARY_OP(operator>, std::greater)
ArrayCwiseBinaryOps.h 86 EIGEN_MAKE_CWISE_BINARY_OP(operator>,std::greater)
  /external/llvm/lib/TableGen/
TGLexer.h 39 less, greater, // < > enumerator in enum:llvm::tgtok::TokKind
  /ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.sorting/alg.lex.comparison/
lexicographical_compare_comp.pass.cpp 32 typedef std::greater<int> C;
  /ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.sorting/alg.sort/partial.sort/
partial_sort_comp.pass.cpp 42 std::partial_sort(array, array+M, array+N, std::greater<int>());
  /ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.sorting/alg.sort/partial.sort.copy/
partial_sort_copy_comp.pass.cpp 38 std::greater<int>());
  /external/clang/lib/Lex/
TokenConcatenation.cpp 82 TokenInfo[tok::greater ] |= aci_custom_firstchar;
108 TokenInfo[tok::greater ] |= aci_avoid_equal; // >=
259 case tok::greater: // >>, >>=
  /external/stlport/test/unit/
merge_test.cpp 85 merge(v1.begin(), v1.end(), v2.begin(), v2.end(), result.begin(), greater<int>() );
  /external/v8/src/mips/
constants-mips.h 446 greater = 15,
466 gt = greater,
497 return greater;
498 case greater:
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_characterdatadeletedataexceedslength.js 79 "deleteData(offset,count) method is greater than the
88 is greater than the length of the character data(35).
hc_characterdataindexsizeerrdeletedataoffsetgreater.js 80 is greater that the number of characters in the string.
85 desired exception since the offset is greater than the
hc_characterdataindexsizeerrinsertdataoffsetgreater.js 80 is greater than the number of characters in the string.
85 the desired exception since the offset is greater than
hc_characterdataindexsizeerrreplacedataoffsetgreater.js 80 is greater than the length of the string.
86 desired exception since the offset is greater than the
hc_characterdataindexsizeerrsubstringoffsetgreater.js 80 is greater than the number of characters in the string.
85 desired exception since the offsets value is greater
hc_characterdatareplacedataexceedslengthofarg.js 81 of the arg string is greater than the specified offset.
88 specified string is greater that the specified offset.
hc_textindexsizeerroffsetoutofbounds.js 80 greater than the number of characters in the Text node.
85 is a greater than the number of characters in the Text
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLTableSectionElement27.js 79 if the specified index is greater than the number of rows.
83 a INDEX_SIZE_ERR DOMException since the index is greater than the
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_characterdatadeletedataexceedslength.js 79 "deleteData(offset,count) method is greater than the
88 is greater than the length of the character data(35).
hc_characterdataindexsizeerrdeletedataoffsetgreater.js 80 is greater that the number of characters in the string.
85 desired exception since the offset is greater than the
hc_characterdataindexsizeerrinsertdataoffsetgreater.js 80 is greater than the number of characters in the string.
85 the desired exception since the offset is greater than
hc_characterdataindexsizeerrreplacedataoffsetgreater.js 80 is greater than the length of the string.
86 desired exception since the offset is greater than the
hc_characterdataindexsizeerrsubstringoffsetgreater.js 80 is greater than the number of characters in the string.
85 desired exception since the offsets value is greater
hc_characterdatareplacedataexceedslengthofarg.js 81 of the arg string is greater than the specified offset.
88 specified string is greater that the specified offset.

Completed in 599 milliseconds

1 2 3 45 6 7 8 91011