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

1 2 3 4 5 6 7 891011>>

  /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
  /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 67 * Asserts that a contact id was deleted, has a delete log, and that log has a timestamp greater
71 * @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/bluetooth/bluedroid/bta/pb/
bta_pbs_int.h 36 #define BTA_PBS_MAX_AUTH_KEY_SIZE 16 /* Must not be greater than OBX_MAX_AUTH_KEY_SIZE */
  /external/chromium_org/base/process/
process_iterator.cc 44 // Now if the length of input process name is greater than 15, only save the
  /external/chromium_org/build/config/mac/
mac_sdk.gni 10 # the end. If empty, the path to the lowest version greater than or equal to
  /external/chromium_org/cc/base/
rolling_time_delta_history.h 28 // Returns the smallest sample that is greater than or equal to the specified
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_stats.h 28 // don't know of their greater place in Chrome.
  /external/chromium_org/chrome/renderer/safe_browsing/
features.h 99 // Set if the number of "other" host tokens for a URL is greater than one.
103 // Set if the number of "other" host tokens for a URL is greater than three.
152 // Set if the number of <script> elements in the page is greater than 1.
154 // Set if the number of <script> elements in the page is greater than 6.
  /external/chromium_org/chrome/test/chromedriver/chrome/
javascript_dialog_manager.h 43 // The queue of unhandled dialogs. This may be greater than 1 in rare
  /external/chromium_org/components/metrics/
persisted_logs.h 46 // at least |min_log_bytes| bytes of logs, whichever is greater.
110 // of logs, whichever is greater, when writing to disk. These apply after
111 // skipping logs greater than |max_log_size_|.
115 // Logs greater than this size will not be written to disk.
  /external/chromium_org/extensions/renderer/
extensions_renderer_client.h 26 // Must be greater than 0. See blink::WebFrame::executeScriptInIsolatedWorld
  /external/chromium_org/media/base/
pipeline_status.h 15 // Logged to UMA, so never reuse a value, always add new/greater ones!
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/
index.html 40 PNaCl is only available on Chrome 31 or greater.
  /external/chromium_org/net/tools/quic/
quic_client_session.h 49 // crypto stream. If the handshake has completed then this is one greater

Completed in 1363 milliseconds

1 2 3 4 5 6 7 891011>>