/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.min.max/ |
max_element_comp.pass.cpp | 27 Iter i = std::max_element(first, last, std::greater<int>()); 31 assert(!std::greater<int>()(*i, *j)); 74 test_eq0(a, a+N, std::greater<int>());
|
min_element_comp.pass.cpp | 27 Iter i = std::min_element(first, last, std::greater<int>()); 31 assert(!std::greater<int>()(*j, *i)); 74 test_eq0(a, a+N, std::greater<int>());
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_bugzilla/ |
_README.txt | 12 UpdateBugStateTask requires JDK 1.4 or greater.
|
/external/jemalloc/test/unit/ |
stats.c | 60 "allocated should be greater than zero"); 113 "nmadvise should be no greater than purged"); 174 "allocated should be greater than zero"); 176 "nmalloc should be no greater than zero"); 180 "nrequests should be greater than zero"); 218 "allocated should be greater than zero"); 220 "nmalloc should be greater than zero"); 224 "nrequests should be greater than zero"); 260 "allocated should be greater than zero"); 262 "nmalloc should be greater than zero") [all...] |
/external/libcxx/test/std/utilities/function.objects/comparisons/ |
transparent.pass.cpp | 48 static_assert ( !is_transparent<std::greater<int>>::value, "" ); 49 static_assert ( !is_transparent<std::greater<std::string>>::value, "" ); 50 static_assert ( is_transparent<std::greater<void>>::value, "" ); 51 static_assert ( is_transparent<std::greater<>>::value, "" );
|
/external/llvm/test/CodeGen/Generic/ |
invalid-memcpy.ll | 4 ; greater than the alignment guaranteed for Qux or C.0.1173), but it
|
/external/llvm/test/Object/ |
yaml2obj-elf-section-invalid-size.yaml | 23 # CHECK: YAML:17:5: error: Section size must be greater or equal to the content size
|
/frameworks/base/docs/html/training/efficient-downloads/ |
connectivity_patterns.jd | 17 <li><a href="#Bandwidth">Use greater bandwidth to download more data less often</a></li> 32 <p>In most cases a Wi-Fi radio will offer greater bandwidth at a significantly lower battery cost. As a result, you should endeavor to perform data transfers when connected over Wi-Fi whenever possible.</p> 36 <h2 id="Bandwidth">Use Greater Bandwidth to Download More Data Less Often</h2> 40 <p>This means that while the underlying radio state machine varies based on the radio technology, generally speaking the relative battery impact of the state change tail-time is greater for higher bandwidth radios.</p>
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.merge/ |
inplace_merge_comp.pass.cpp | 44 std::sort(ia, ia+M, std::greater<int>()); 45 std::sort(ia+M, ia+N, std::greater<int>()); 46 std::inplace_merge(Iter(ia), Iter(ia+M), Iter(ia+N), std::greater<int>()); 51 assert(std::is_sorted(ia, ia+N, std::greater<int>()));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/comparisons/ |
transparent.pass.cpp | 48 static_assert ( !is_transparent<std::greater<int>>::value, "" ); 49 static_assert ( !is_transparent<std::greater<std::string>>::value, "" ); 50 static_assert ( is_transparent<std::greater<void>>::value, "" ); 51 static_assert ( is_transparent<std::greater<>>::value, "" );
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
comparison.hpp | 20 #include <boost/mpl/greater.hpp>
|
/ndk/tests/device/test-gnustl-full/unit/ |
greater_test.cpp | 34 sort(array, array + 4, greater<int>() );
|
lexcmp_test.cpp | 46 bool before = lexicographical_compare(n1, n1 + size, n2, n2 + size, greater<char>());
|
/ndk/tests/device/test-stlport/unit/ |
greater_test.cpp | 34 sort(array, array + 4, greater<int>() );
|
lexcmp_test.cpp | 46 bool before = lexicographical_compare(n1, n1 + size, n2, n2 + size, greater<char>());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
animator1-expected-completion59.txt | 7 android:repeatMode : Defines the animation behavior when it reaches the end and the repeat count is greater than 0 or infinite. [enum]
|
/external/icu/icu4c/source/i18n/unicode/ |
uldnames.h | 129 * greater than maxResultSize, the returned name will be truncated. 149 * greater than maxResultSize, the returned name will be truncated. 167 * greater than maxResultSize, the returned name will be truncated. 185 * greater than maxResultSize, the returned name will be truncated. 203 * greater than maxResultSize, the returned name will be truncated. 221 * greater than maxResultSize, the returned name will be truncated. 239 * greater than maxResultSize, the returned name will be truncated. 258 * greater than maxResultSize, the returned name will be truncated.
|
/external/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/ |
ctor_comp_container.pass.cpp | 31 std::priority_queue<int, std::vector<int>, std::greater<int> > q(std::greater<int>(), v);
|
ctor_iter_iter_comp.pass.cpp | 23 std::priority_queue<int, std::vector<int>, std::greater<int> > 24 q(a, an, std::greater<int>());
|
/frameworks/base/core/java/android/text/ |
TextDirectionHeuristic.java | 28 * @param count the length to check, must not be negative and not greater than 40 * @param count the length to check, must not be negative and not greater than
|
/frameworks/support/v4/java/android/support/v4/text/ |
TextDirectionHeuristicCompat.java | 28 * @param count the length to check, must not be negative and not greater than 40 * @param count the length to check, must not be negative and not greater than
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/ |
ctor_comp_container.pass.cpp | 31 std::priority_queue<int, std::vector<int>, std::greater<int> > q(std::greater<int>(), v);
|
ctor_iter_iter_comp.pass.cpp | 23 std::priority_queue<int, std::vector<int>, std::greater<int> > 24 q(a, an, std::greater<int>());
|
/external/icu/icu4c/source/test/intltest/ |
allcoll.cpp | 51 Collator::LESS, /*Collator::GREATER,*/ 57 Collator::GREATER, 58 Collator::GREATER, 60 Collator::GREATER, 62 Collator::GREATER, 63 Collator::GREATER,
|
frcoll.cpp | 80 Collator::LESS, /*Collator::GREATER,*/ 82 Collator::GREATER, 83 Collator::GREATER, 85 Collator::GREATER, 86 Collator::LESS, /*Collator::GREATER,*/ 87 Collator::GREATER, 179 expected = Collator::GREATER;
|