HomeSort by relevance Sort by last modified time
    Searched full:completed (Results 1626 - 1650 of 3541) sorted by null

<<61626364656667686970>>

  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
drive_banners.js 30 this.directoryModel_.addEventListener('scan-completed', handler);
31 this.directoryModel_.addEventListener('rescan-completed', handler);
370 // 'rescan-completed' event arrives shortly with non-empty file list.
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.h 394 // |completed| is true if the drag operation completed successfully, false if
399 bool completed);
  /external/chromium_org/content/browser/download/
save_file_manager.cc 256 // The IO thread will call this when saving is completed or it got error when
402 // sent from the UI thread, the saving job may have already completed and
417 // If the data comes from the net IO thread and hasn't completed
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.h 93 // This is called when painting of the page is completed.
96 // This is called when compositor painting of the page is completed.
102 // This is called loading the page has completed.
    [all...]
  /external/chromium_org/google_apis/drive/
base_requests.h 187 // Invoked from derived classes when ProcessURLFetchResults() is completed.
277 // Called when ParseJsonOnBlockingPool() is completed.
389 // Called when ParseJson() is completed.
  /external/chromium_org/net/disk_cache/
sparse_control.cc 118 bool completed; local
119 if (!file->Read(buffer_.get(), len, file_offset, this, &completed))
122 if (completed)
  /external/chromium_org/net/disk_cache/v3/
sparse_control_v3.cc 118 bool completed; local
119 if (!file->Read(buffer_.get(), len, file_offset, this, &completed))
122 if (completed)
  /external/chromium_org/third_party/icu/source/test/threadtest/
threadtest.cpp 180 unsigned int fCycles; // Number of cycles completed.
429 // display "+" if all threads have completed at least one loop
514 // Tally up the total number of cycles completed by each of the threads.
  /external/icu4c/test/threadtest/
threadtest.cpp 181 unsigned int fCycles; // Number of cycles completed.
430 // display "+" if all threads have completed at least one loop
515 // Tally up the total number of cycles completed by each of the threads.
  /external/qemu/proxy/
proxy_http_rewriter.c 852 D("%s: body completed by close (%lld bytes)",
867 D("%s: chunk completed (%lld bytes)",
881 D("%s: body completed (%lld bytes)",
    [all...]
  /external/smack/src/org/xbill/DNS/
Cache.java 602 boolean completed = false;
631 completed = true;
673 if (!completed) {
  /frameworks/base/core/java/android/print/
PrintManager.java 85 * completed}, {@link PrintJobInfo#STATE_FAILED failed}, and {@link
87 * system spooler until they are handled which is they are cancelled or completed.
88 * Active print jobs, ones that are not cancelled or completed, are considered failed
    [all...]
  /frameworks/base/docs/html/reference/com/google/android/gms/plus/
PlusClient.OnAccessRevokedListener.html 702 <p itemprop="articleBody">Listener interface for when the token revocation request has completed.</p>
780 request has completed.</div>
857 request has completed. The current <code><a href="/reference/com/google/android/gms/plus/PlusClient.html">PlusClient</a></code> will be disconnected when this
  /frameworks/native/opengl/tests/hwc/
hwcStress.cpp 383 // framework operation has completed. For now, just wait
510 testPrintI("==== Completed pass: %u", pass);
523 testPrintI("Successfully completed %u passes", pass - startPass);
  /libcore/luni/src/main/java/java/nio/channels/
SocketChannel.java 265 * the read is completed and will then contend for the ability to read.
302 * the read is completed and will then contend for the ability to read.
366 * the write is completed and then contend for the ability to write.
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_link.c 287 ** are completed.
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
sslsecur.c 133 SSL_TRC(3, ("%d: SSL[%d]: handshake is completed", SSL_GETPID(), ss->fd));
468 ** already completed the handshake. */
535 ** handshake has been completed. When the handshake is completed, we will
1094 SSL_TRC(5, ("%d: SSL[%d]: secure connect completed, rv == %d",
    [all...]
  /external/chromium_org/webkit/browser/quota/
quota_manager.cc 436 virtual void Completed() OVERRIDE {
498 virtual void Completed() OVERRIDE {
574 virtual void Completed() OVERRIDE {
647 virtual void Completed() OVERRIDE {
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_peap.c 553 "- EAP-TLV/Phase2 Completed");
789 "Phase 2 has been completed");
925 * been completed. */
931 "completed successfully");
939 "authentication completed");
    [all...]
eap_ttls.c 313 wpa_printf(MSG_DEBUG, "EAP-TTLS: Start TNC after completed "
1079 * completed MSCHAPV2.
1140 wpa_printf(MSG_DEBUG, "EAP-TTLS: Start TNC after completed "
    [all...]
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_le.c 225 ** Description BTA HH register with BTA GATTC completed
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service.cc 272 // completed, it means sync was not properly configured, so we manually
313 // If sync setup has completed we always start the backend. If the user is in
316 // but we haven't completed sync setup, we try to start sync anyway, since
321 // we haven't completed sync setup and the user is in the process of setting
335 // We haven't completed sync setup. Start immediately if the user explicitly
    [all...]
  /external/chromium_org/net/socket/
ssl_client_socket_unittest.cc 266 // will not be returned until that asynchronous read has completed and Read()
276 // will not be returned until that asynchronous write has completed and
341 // underlying transport has completed.
347 // underlying transport has completed.
423 // has completed.
447 // May have completed synchronously.
466 // transport completed, so run the user's callback immediately.
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_MifareStdMap.c     [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_api.h 2020 tBTM_MIP_PKTS_COMPL completed; member in union:__anon1037
    [all...]

Completed in 1296 milliseconds

<<61626364656667686970>>