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

<<21222324252627282930>>

  /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
CountDownLatch.java 29 * completed some action, or some action has been completed N times.
43 * until all workers have completed.
  /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)
657 * completed when the remote device is available. A
747 * <p>This is an asynchronous operation. Once service discovery is completed,
775 * <p>This function requires that service discovery has been completed
800 * <p>This function requires that service discovery has been 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 243 bool completed() const { return completed_; }
323 EXPECT_FALSE(listener_.completed());
328 EXPECT_TRUE(listener_.completed());
  /external/chromium_org/media/filters/
audio_renderer_impl.h 175 // completed.
182 // Called when the |decoder_|.Reset() has completed.
223 // After Initialize() has completed, all variables below must be accessed
  /external/chromium_org/remoting/host/setup/
daemon_controller.h 126 // the operation is completed.
136 // is invoked on the calling thread when the operation is completed.
142 // the operation is completed.
  /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 227 if (state == CACHE_FAILURE || state == CANCELLED || state == COMPLETED)
316 if (internal_state_ != COMPLETED)
408 internal_state_ = COMPLETED;
484 internal_state_ = COMPLETED;
602 // Fetch another URL now that one request has completed.
    [all...]
  /external/jpeg/
jdapistd.c 28 * jpeg_read_header must be completed before calling this.
87 * jpeg_read_header must be completed before calling this.
380 /* We do not require the whole pass to have been completed. */
  /external/kernel-headers/original/linux/
dmaengine.h 57 * @DMA_SUCCESS: transaction completed successfully
302 * @last: returns last completed cookie, can be NULL
318 * @last_complete: last know completed transaction
  /external/qemu/distrib/jpeg-6b/
jdapistd.c 28 * jpeg_read_header must be completed before calling this.
87 * jpeg_read_header must be completed before calling this.
380 /* We do not require the whole pass to have been completed. */
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
OutgoingFileTransfer.java 99 * it only returns the created stream after the negotiation has been completed.
183 "File transfer in progress or has already completed.");
440 * Once the negotiation process is completed the output stream can be
  /external/svox/pico/compat/include/
TtsEngine.h 55 // completed. // TODO reword
56 // The callback for synthesis completed takes:
110 // output yet. This will block until callbacks underway are completed.
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 79 * cb - Function to be called when EAPOL negotiation has been completed
81 * @success: Whether the authentication was completed successfully
85 * authentication has been completed. This allows the owner of the
  /art/runtime/
barrier_test.cc 136 // The total number of completed tasks should be equal to expected_total_tasks.
thread_pool.h 83 // Wait for all tasks currently on queue to get completed.
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleReliableWriteActivity.java 112 showMessage("Reliable write completed.");

Completed in 2675 milliseconds

<<21222324252627282930>>