/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/ |
split_join_fn_imps.hpp | 113 const bool greater = Cmp_Fn::operator()(PB_DS_V2F(*(end() - 1)), local 119 if (!greater && !lesser) 124 if (greater)
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/ov_tree_map_/ |
split_join_fn_imps.hpp | 113 const bool greater = Cmp_Fn::operator()(PB_DS_V2F(*(end() - 1)), local 119 if (!greater && !lesser) 124 if (greater)
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/ov_tree_map_/ |
split_join_fn_imps.hpp | 113 const bool greater = Cmp_Fn::operator()(PB_DS_V2F(*(end() - 1)), local 119 if (!greater && !lesser) 124 if (greater)
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/ov_tree_map_/ |
split_join_fn_imps.hpp | 109 const bool greater = Cmp_Fn::operator()(PB_DS_V2F(*(end() - 1)), local 115 if (!greater && !lesser) 120 if (greater)
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/ov_tree_map_/ |
split_join_fn_imps.hpp | 113 const bool greater = Cmp_Fn::operator()(PB_DS_V2F(*(end() - 1)), local 119 if (!greater && !lesser) 124 if (greater)
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/ov_tree_map_/ |
split_join_fn_imps.hpp | 109 const bool greater = Cmp_Fn::operator()(PB_DS_V2F(*(end() - 1)), local 115 if (!greater && !lesser) 120 if (greater)
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/ov_tree_map_/ |
split_join_fn_imps.hpp | 109 const bool greater = Cmp_Fn::operator()(PB_DS_V2F(*(end() - 1)), local 115 if (!greater && !lesser) 120 if (greater)
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/ov_tree_map_/ |
split_join_fn_imps.hpp | 109 const bool greater = Cmp_Fn::operator()(PB_DS_V2F(*(end() - 1)), local 115 if (!greater && !lesser) 120 if (greater)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/centrality/ |
degree_alg.py | 47 be higher than n-1 and values of degree centrality greater than 1 81 be higher than n-1 and values of degree centrality greater than 1 119 be higher than n-1 and values of degree centrality greater than 1
|
/external/proguard/src/proguard/evaluation/value/ |
DoubleValue.java | 115 * less than, equal to, or greater than the given DoubleValue, respectively. 124 * less than, equal to, or greater than the given DoubleValue, respectively. 213 * less than, equal to, or greater than the given SpecificDoubleValue, 226 * less than, equal to, or greater than the given SpecificDoubleValue, 316 * less than, equal to, or greater than the given ParticularDoubleValue, 329 * less than, equal to, or greater than the given ParticularDoubleValue,
|
FloatValue.java | 115 * less than, equal to, or greater than the given FloatValue, respectively. 124 * less than, equal to, or greater than the given FloatValue, respectively. 213 * less than, equal to, or greater than the given SpecificFloatValue, 226 * less than, equal to, or greater than the given SpecificFloatValue, 316 * less than, equal to, or greater than the given ParticularFloatValue, 329 * less than, equal to, or greater than the given ParticularFloatValue,
|
/art/runtime/base/unix_file/ |
random_access_file.h | 25 // along with the ability to set the length of a file (smaller or greater than 48 // file's current extent, data is discarded. If this is greater than the
|
/bionic/libc/bionic/ |
__vsnprintf_chk.cpp | 45 * greater than 0. 65 * greater than 0.
|
__vsprintf_chk.cpp | 45 * greater than 0. 65 * greater than 0.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
BigIntegers.java | 65 * Return a random BigInteger not less than 'min' and not greater than 'max' 82 throw new IllegalArgumentException("'min' may not be greater than 'max'");
|
/external/e2fsprogs/lib/uuid/ |
uuid_compare.3.in | 48 Returns an integer less than, equal to, or greater than zero if 51 greater than
|
/external/google-breakpad/src/third_party/curl/ |
curlver.h | 54 and it is always a greater number in a more recent release. It makes 55 comparisons with greater than and less than work.
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/push.heap/ |
push_heap_comp.pass.cpp | 41 std::push_heap(ia, ia+i, std::greater<int>()); 42 assert(std::is_heap(ia, ia+i, std::greater<int>()));
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.merge/ |
merge_comp.pass.cpp | 45 binary_counting_predicate<std::greater<int>, int, int> pred((std::greater<int>())); 51 assert(std::is_sorted(ic, ic+2*N, std::greater<int>())); 67 std::sort(ia, ia+N, std::greater<int>()); 68 std::sort(ib, ib+N, std::greater<int>()); 69 binary_counting_predicate<std::greater<int>, int, int> pred((std::greater<int>())); 75 assert(std::is_sorted(ic, ic+2*N, std::greater<int>()));
|
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/ |
merge_pred.pass.cpp | 31 c1.merge(c2, std::greater<T>()); 44 c1.merge(c2, std::greater<T>());
|
/external/libcxx/test/std/containers/sequences/list/list.ops/ |
merge_comp.pass.cpp | 28 c1.merge(c2, std::greater<int>()); 38 c1.merge(c2, std::greater<int>());
|
sort_comp.pass.cpp | 26 c1.sort(std::greater<int>()); 34 c1.sort(std::greater<int>());
|
/external/llvm/test/CodeGen/XCore/ |
ashr.ll | 37 br i1 %1, label %greater, label %not_greater 38 greater:
|
/external/pdfium/fpdfsdk/src/javascript/ |
resource.cpp | 24 return L"The input value must be greater than or equal to %s" 27 return L"The input value must be greater than or equal to %s.";
|
/frameworks/base/media/java/android/media/ |
MediaTimeProvider.java | 31 * notification when the presentation time reaches (becomes greater) than 59 * greater than or equal to the last returned time. Don't
|