/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/make.heap/ |
make_heap_comp.pass.cpp | 38 std::make_heap(ia, ia+N, std::greater<int>()); 39 assert(std::is_heap(ia, ia+N, std::greater<int>()));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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>()));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/ |
merge_pred.pass.cpp | 31 c1.merge(c2, std::greater<T>()); 44 c1.merge(c2, std::greater<T>());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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>());
|
/packages/inputmethods/LatinIME/java/res/values/ |
config-auto-correction-thresholds.xml | 26 <!-- Modest : Suggestion whose normalized score is greater than this value 31 <!-- Very Aggressive : Suggestion whose normalized score is greater than this value
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/ |
DatabaseAsserts.java | 82 * Asserts that a contact id was deleted, has a delete log, and that log has a timestamp greater 86 * @param start The timestamp that the delete log should be greater than.
|
/bionic/libc/tzcode/ |
difftime.c | 22 ** if the minuend is greater than or equal to the subtrahend.
|
/cts/tools/signature-tools/src/signature/model/ |
IApi.java | 51 * elements are visible. Only elements with a visibility greater or equal
|
/development/samples/SampleSyncAdapter/res/xml/ |
syncadapter.xml | 29 uploading, so the contacts on SDK 11 and greater are editable.
|
/development/samples/SampleSyncAdapter/res/xml-v11/ |
syncadapter.xml | 24 See xml/syncadapter.xml for greater details, but this version of
|
/external/apache-http/src/org/apache/commons/codec/ |
overview.html | 23 This library requires a JRE version of 1.2.2 or greater.
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/ |
killthread.py | 27 # """if it returns a number greater than one, you're in trouble,
|
/external/compiler-rt/lib/builtins/arm/ |
gedf2vfp.S | 26 movge r0, #1 // set result register to 1 if greater than or equal
|
gesf2vfp.S | 26 movge r0, #1 // set result register to 1 if greater than or equal
|
/external/easymock/src/org/easymock/ |
LogicalOperator.java | 42 GREATER(">") {
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
CenterCrop.java | 10 * greater than the given height or vice versa, and then crop the larger dimension to match the given dimension.
|
/external/hamcrest/library/src/org/hamcrest/number/ |
OrderingComparisons.java | 20 return describedAs("a value greater than or equal to %0",
|
/external/icu/icu4c/source/test/intltest/ |
encoll.cpp | 135 Collator::LESS, /*Collator::GREATER,*/ 137 Collator::GREATER, 138 Collator::GREATER, 143 Collator::LESS, /*Collator::GREATER,*/ /* 10 */ 144 Collator::GREATER, 148 Collator::GREATER, 149 Collator::GREATER, 150 Collator::GREATER, 157 Collator::GREATER, 158 Collator::GREATER, [all...] |
/external/jetty/src/resources/org/eclipse/jetty/server/session/jmx/ |
AbstractSessionManager-mbean.properties | 4 maxCookieAge: if greater than zero, the time in seconds a session cookie will last for
|
/external/libpng/ |
TODO | 21 Use greater precision when changing to linear gamma for compositing against
|
/external/libxml2/test/schemas/ |
any6_1.xsd | 10 The problem appears when the maxOccurs of <bar> is greater than
|
/external/llvm/lib/Target/X86/ |
X86InstrCMovSetCC.td | 99 defm SETAE : SETCC<0x93, "setae", X86_COND_AE>; // unsigned greater or equal 103 defm SETA : SETCC<0x97, "seta", X86_COND_A>; // unsigned greater than 109 defm SETGE : SETCC<0x9D, "setge", X86_COND_GE>; // signed greater or equal 111 defm SETG : SETCC<0x9F, "setg", X86_COND_G>; // signed greater than
|
/external/llvm/test/Transforms/InstCombine/ |
stack-overalign.ll | 12 ; alignments when they are greater than they need to be. Or, codegen
|
/external/selinux/libselinux/man/man3/ |
selinux_file_context_cmp.3 | 33 is greater than
|