HomeSort by relevance Sort by last modified time
    Searched full:completed (Results 626 - 650 of 3418) sorted by null

<<21222324252627282930>>

  /frameworks/base/core/java/android/print/
PrintJob.java 135 * Gets whether this print job is completed. Such a print job
139 * @return Whether the print job is completed.
  /frameworks/base/docs/html/training/in-app-billing/
list-iab-products.jd 45 <li>Once you have completed the form, activate the product so that your application can purchase it. <p class="note"><strong>Warning:</strong> It may take up to 2-3 hours after uploading the APK for Google Play to recognize your updated APK version. If you try to test your application before your uploaded APK is recognized by Google Play, your application will receive a ?purchase cancelled? response with an error message ?This version of the application is not enabled for In-app Billing.?</p></li>
55 <li>Finally, the {@code QueryInventoryFinishedListener} argument specifies a listener is notified when the query operation has completed and handles the query response.</li>
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
AsyncRunner.java 135 if (mLogVerbose) Log.v(TAG, "Completed post-execute.");
210 * been completed. Calling stop will close the filter graph. */
  /frameworks/compile/slang/
slang_backend.h 126 // (e.g. struct, union, enum, class) is completed. This allows the client to
133 // completed.
  /frameworks/native/include/media/hardware/
HDCPAPI.h 34 // initialization has either been successfully completed,
36 // SKE and any authentication with repeaters completed) or failed.
  /frameworks/wilhelm/src/android/
android_GenericMediaPlayer.h 42 // completed successfully, or false if it completed unsuccessfully
  /hardware/samsung_slsi/exynos5/libsecurepath/
tlc_communication.cpp 116 LOG_I("mcNotify is completed\n");
126 LOG_I("mcWaitNotification is completed");
  /ndk/sources/android/support/tests/minitest/
minitest.cc 205 printf("--- TESTS COMPLETED ---\n");
206 printf("tests completed: %d\n", num_tests);
  /external/chromium_org/chrome/test/reliability/
automated_ui_tests.h 153 // can't be completed until it is dismissed.
158 // the test can't be completed until it is dismissed.
169 // the test can't be completed until it is dismissed.
180 // the test can't be completed until it is dismissed.
278 // command_completed - True if all actions in the command were completed
  /external/libnfc-nci/src/nfa/rw/
nfa_rw_act.c 189 NFA_TRACE_DEBUG3("NDEF Detection completed: cur_size=%i, max_size=%i, flags=0x%x",
657 case RW_T1T_PRESENCE_CHECK_EVT: /* Presence check completed */
725 case RW_T2T_READ_CPLT_EVT: /* Read completed */
732 case RW_T2T_WRITE_CPLT_EVT: /* Write completed */
738 case RW_T2T_SELECT_CPLT_EVT: /* Sector select completed */
765 case RW_T2T_NDEF_READ_EVT: /* NDEF read completed */
822 case RW_T2T_PRESENCE_CHECK_EVT: /* Presence check completed */
864 case RW_T3T_UPDATE_CPLT_EVT: /* Write completed */
881 case RW_T3T_CHECK_CPLT_EVT: /* Read completed */
    [all...]
  /external/llvm/utils/lit/lit/
main.py 26 self.completed = 0
31 self.completed += 1
50 self.completed += 1
52 self.progressBar.update(float(self.completed)/self.numTests,
62 self.completed, self.numTests))
  /external/wpa_supplicant_8/src/crypto/
tls.h 216 * tls_connection_established - Has the TLS connection been completed?
219 * Returns: 1 if TLS connection has been completed, 0 if not.
351 * completed successfully.
386 * This function is used after TLS handshake has been completed successfully to
401 * This function is used after TLS handshake has been completed successfully to
  /libcore/luni/src/main/java/java/util/concurrent/
FutureTask.java 15 * retrieved when the computation has completed; the {@code get}
16 * methods will block if the computation has not yet completed. Once
17 * the computation has completed, the computation cannot be restarted
82 * Returns result or throws exception for completed task.
84 * @param s completed state value
  /external/libusb/libusb/
io.c 86 * completed and you can parse the results.
109 * inside libusb_bulk_transfer() until the transaction has completed. If it
135 * call with the results of the transaction when it has completed.
294 * When a transfer has completed (i.e. the callback function has been invoked),
298 * It is undefined behaviour to free a transfer which has not completed.
315 * the ability to cancel transfers which have not yet completed. This is
324 * has completed will result in undefined behaviour.
393 * Even though control endpoints do not halt, a completed control transfer
448 * completed normally, status will have value
452 * indicate COMPLETED even if some or all of the packets failed. Refer t
    [all...]
  /development/host/windows/usb/api/
adb_api.h 153 created to track the result of that I/O when it gets completed. Clients
591 until the operation has been completed. If this parameter is false
594 @return true if I/O has been completed or false on failure or if request
595 is not yet completed. If false is returned GetLastError() provides
597 ERROR_IO_INCOMPLETE it means that I/O is not yet completed.
604 /** \brief Checks if overlapped I/O has been completed.
608 @return true if I/O has been completed or false if it's still
  /external/chromium_org/base/threading/
sequenced_worker_pool_unittest.cc 131 // the completed vector, and then returns a copy.
481 // The kNumWorkerThread items should have completed, in no particular order.
587 // The kNumWorkerThread items should have completed, plus the BLOCK_SHUTDOWN
626 // The task should not have completed yet.
652 // return until these tasks have completed.
676 // No tasks should have completed yet.
682 // Shutdown should not return until all of the tasks have completed.
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothGatt.java 73 /** A GATT operation completed successfully */
283 * Remote search has been completed.
524 * Prepared write transaction completed (or aborted)
656 * completed when the remote device is available. A
811 * <p>This is an asynchronous operation. Once service discovery is completed,
    [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_utils.c 71 GAP_TRACE_EVENT0(" GAP Discovery Successfully Completed");
199 /* If this code is reached, the process has completed so call the appl's callback with results */
259 /* If this code is reached, the process has completed so call the appl's callback with results */
  /external/chromium/net/websockets/
websocket_job.cc 273 // handshake message is completed.
350 // handshake message is completed.
364 // handshake message is completed.
  /external/chromium_org/chrome/browser/storage_monitor/
image_capture_device_manager_unittest.mm 244 bool completed() const { return completed_; }
327 EXPECT_FALSE(listener_.completed());
332 EXPECT_TRUE(listener_.completed());
  /external/chromium_org/content/public/browser/
navigation_entry.h 171 // completed. (A navigation can be completed more than once if the
176 // - this navigation hasn't completed yet;
  /external/chromium_org/net/base/
file_stream.h 116 // read has completed.
156 // the write has completed.
199 // the write has completed.
  /external/chromium_org/ppapi/thunk/
enter.cc 74 // know it will be completed asynchronously. So by this point it should be
99 // The function completed synchronously.
106 // the callback as completed so that it won't be issued later.
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringBuilder.cpp 115 // or m_buffer, neither will be reassigned until the copy has completed).
129 // or m_buffer, neither will be reassigned until the copy has completed).
143 // from either m_string or m_buffer, neither will be reassigned until the copy has completed).
  /external/chromium_org/webkit/browser/appcache/
appcache_update_job.cc 225 if (state == CACHE_FAILURE || state == CANCELLED || state == COMPLETED)
309 if (internal_state_ != COMPLETED)
401 internal_state_ = COMPLETED;
477 internal_state_ = COMPLETED;
596 // Fetch another URL now that one request has completed.
    [all...]

Completed in 3811 milliseconds

<<21222324252627282930>>