HomeSort by relevance Sort by last modified time
    Searched full:pending (Results 276 - 300 of 1403) sorted by null

<<11121314151617181920>>

  /hardware/ti/wlan/wl1271/TWD/MacServices/
MeasurementSrv.h 58 #define MSR_SRV_WAITING_CHANNEL_LOAD_RESULTS 0x01 /* channel load results are still pending */
59 #define MSR_SRV_WAITING_NOISE_HIST_RESULTS 0x02 /* noise histogram results are still pending */
166 * currently pending (noise histogram and/or
  /hardware/ti/wlan/wl1271/Txn/
WspiBusDrv.c 73 TI_STATUS eCurrTxnStatus; /* COMPLETE, PENDING or ERROR */
274 * \return COMPLETE if Txn completed in this context, PENDING if not, ERROR if failed
324 /* return transaction status - COMPLETE, PENDING or ERROR */
  /packages/apps/Mms/src/com/android/mms/ui/
MessageItem.java 57 public enum DeliveryStatus { NONE, INFO, FAILED, PENDING, RECEIVED }
115 // Pending
116 mDeliveryStatus = DeliveryStatus.PENDING;
  /packages/apps/Tag/src/com/android/apps/tag/
TagViewer.java 126 // activity with the pending intent. Since we don't know what do display here
136 PendingIntent pending = getPendingIntent(); local
137 pending.cancel();
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/
ProgressDialog.java 61 /** Close pending. Close button clicked or thread finished but there were some
172 * Sets the mode to cancel pending.
174 * cancel operation is pending.
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/
MacServices.c 251 RETURN: TI_STATUS - OK / PENDING / NOK.
279 RETURN: TI_STATUS - OK / PENDING / NOK.
302 RETURN: TI_STATUS - OK / PENDING / NOK.
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/MeasurementSRV/
MeasurementSrv.h 62 #define MSR_SRV_WAITING_CHANNEL_LOAD_RESULTS 0x01 /* channel load results are still pending */
63 #define MSR_SRV_WAITING_NOISE_HIST_RESULTS 0x02 /* noise histogram results are still pending */
168 * currently pending (noise histogram and/or
  /system/wlan/ti/wilink_6_1/TWD/MacServices/
MeasurementSrv.h 58 #define MSR_SRV_WAITING_CHANNEL_LOAD_RESULTS 0x01 /* channel load results are still pending */
59 #define MSR_SRV_WAITING_NOISE_HIST_RESULTS 0x02 /* noise histogram results are still pending */
166 * currently pending (noise histogram and/or
  /system/wlan/ti/wilink_6_1/Txn/
WspiBusDrv.c 73 TI_STATUS eCurrTxnStatus; /* COMPLETE, PENDING or ERROR */
274 * \return COMPLETE if Txn completed in this context, PENDING if not, ERROR if failed
324 /* return transaction status - COMPLETE, PENDING or ERROR */
  /bootable/bootloader/legacy/include/msm7k/
gpio.h 98 /* same pin map as above, 1=interrupt pending */
  /dalvik/vm/
Sync.h 93 * If the unlock failed, an exception will be pending.
  /dalvik/vm/alloc/
HeapInternal.h 40 * is not the list of pending finalizations, but of objects that
  /dalvik/vm/mterp/
NOTES.txt 57 exception pending, are not interesting because the return value is ignored.
  /development/host/windows/usb/api/
adb_io_completion.h 76 and the operation is still pending, the method returns false and
adb_legacy_io_completion.h 79 and the operation is still pending, the method returns false and
  /development/samples/ApiDemos/src/com/example/android/apis/app/
TextToSpeechActivity.java 132 TextToSpeech.QUEUE_FLUSH, // Drop all pending entries in the playback queue.
  /external/apache-http/src/org/apache/http/
HttpServerConnection.java 90 * Sends all pending buffered data over this connection.
  /external/bluetooth/bluez/audio/
gsta2dpsink.c 90 GstState current, pending; local
92 gst_element_get_state(GST_ELEMENT(self), &current, &pending, 0); local
93 if (pending == GST_STATE_VOID_PENDING)
96 return pending;
  /external/chromium/net/proxy/
mock_proxy_resolver.h 19 // user must call Request::CompleteNow() on a pending request to signal it.
  /external/dbus/dbus/
dbus-test.c 177 run_data_test ("pending-call", specific_test, _dbus_pending_call_test, test_data_dir);
  /external/grub/netboot/
ni5010.c 188 outb(RS_VALID_BITS, EDLC_RCLR); /* Clear all pending Rcv interrupts */
204 outb(0xFF, EDLC_XCLR); /* Clear all pending Xmt interrupts */
205 outb(0xFF, EDLC_RCLR); /* Clear all pending Rcv interrupts */
257 outb(0xFF, EDLC_RCLR); /* Clear out pending rcv interrupts */
  /external/guava/src/com/google/common/io/
LineBuffer.java 36 /** Whether a line ending with a CR is pending processing. */
  /external/kernel-headers/original/asm-arm/
thread_info.h 128 * TIF_SIGPENDING - signal pending
  /external/kernel-headers/original/asm-x86/
i387_32.h 66 is pending. Clear the x87 state here by setting it to fixed
ptrace.h 135 EF_VIP = 0x00100000, /* virtual interrupt pending */

Completed in 1369 milliseconds

<<11121314151617181920>>