HomeSort by relevance Sort by last modified time
    Searched full:busy (Results 151 - 175 of 1203) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/bison/lib/
spawn-pipe.h 118 * busy writing.
124 * input. But you are currently busy reading from it.
  /external/e2fsprogs/e2fsck/
mtrace.h 120 /* Heap information for a busy block. */
136 } busy; member in union:__anon10878
  /external/gemmlowp/internal/
multi_thread_gemm.h 31 // Where inline asm is allowed, we use some busy-waiting,
57 // It is nontrivial to implement a good busy-waiting without
59 // and the lowest power usage; and since the whole busy-waiting
78 // First does some busy-waiting for a fixed number of no-op cycles,
82 // The idea of doing some initial busy-waiting is to help get
84 // Busy-waiting help ensuring that if we need to wake up soon after having
100 // Then try busy-waiting.
504 // workers_ busy.
  /external/kernel-headers/original/uapi/linux/
fdreg.h 31 #define STATUS_BUSYMASK 0x0F /* drive busy mask */
32 #define STATUS_BUSY 0x10 /* FDC busy */
  /external/libnfc-nci/src/nfa/int/
nfa_rw_int.h 277 #define NFA_RW_FL_ACTIVATION_NTF_PENDING 0x08 /* Busy retrieving additional tag information */
288 tNFA_RW_MSG *p_pending_msg; /* Pending API (if busy performing presence check) */
  /external/v8/test/unittests/
cancelable-tasks-unittest.cc 37 // Simple busy wait until the main thread tried to cancel.
148 // Busy wait on result to make sure both tasks are done.
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraCaptureSessionImpl.java 69 /** Drain state transitions from BUSY -> IDLE */
79 /** Is the session in the process of aborting? Pay attention to BUSY->IDLE transitions. */
298 // The next BUSY -> IDLE set of transitions will mark the end of the abort.
545 * (BUSY -> IDLE)
548 * (ACTIVE -> BUSY -> IDLE)
646 * it's still possible to get another BUSY before the last IDLE.
704 * ACTIVE or BUSY again by itself.
734 "Camera was already closed or busy, skipping unconfigure");
  /packages/services/Telephony/src/com/android/phone/
NetworkQueryService.java 135 // do nothing if we're currently busy.
152 // This means that the RIL may still be busy after the stop
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
fdreg.h 31 #define STATUS_BUSYMASK 0x0F /* drive busy mask */
32 #define STATUS_BUSY 0x10 /* FDC busy */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fdreg.h 31 #define STATUS_BUSYMASK 0x0F /* drive busy mask */
32 #define STATUS_BUSY 0x10 /* FDC busy */
  /tools/test/connectivity/acts/tests/google/bt/car_bt/
BtCarPairedConnectDisconnectTest.py 81 # Busy loop to check if we found a matching device.
135 # Busy loop to check if we have successfully disconnected from the
  /tools/test/connectivity/acts/tests/google/tel/live/
TelLiveStressCallTest.py 134 self.log.info("The line is busy, try again")
138 False, "Re-dial {} times and still having busy signal"
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DFA.java 829 boolean _hasSynPred(DFAState d, Set<DFAState> busy) {
830 busy.add(d);
842 if ( !busy.contains(edgeTarget) && _hasSynPred(edgeTarget, busy) ) return true;
853 boolean _hasSemPred(DFAState d, Set<DFAState> busy) {
854 busy.add(d);
862 if ( !busy.contains(edgeTarget) && _hasSemPred(edgeTarget, busy) ) return true;
874 boolean _hasCycle(DFAState d, Map<DFAState, Integer> busy) {
875 busy.put(d, CYCLIC_BUSY)
    [all...]
  /external/libunwind/src/ia64/
Gscript.c 52 .busy = AO_TS_INITIALIZER
105 if (!spin_trylock_irqsave (&cache->busy, *saved_maskp))
113 if (AO_test_and_set (&cache->busy) == AO_TS_SET)
140 spin_unlock_irqrestore (&cache->busy, *saved_maskp);
143 AO_CLEAR (&cache->busy);
726 return ret; /* cache is busy */
757 return -UNW_ENOINFO; /* cache is busy */
  /frameworks/base/core/jni/
android_database_SQLiteConnection.cpp 47 /* Busy timeout in milliseconds.
52 * In ordinary usage, busy timeouts are quite rare. Most databases only ever
54 * WAL, a timeout could occur if one connection is busy performing an auto-checkpoint
55 * operation. The busy timeout needs to be long enough to tolerate slow I/O write
147 // Set the default busy handler to retry automatically before returning SQLITE_BUSY.
150 throw_sqlite3_exception(env, db, "Could not set busy timeout");
734 ALOGE("Bailing on database busy retry");
    [all...]
  /external/libpcap/msdos/
pktdrvr.c 802 PUBLIC void PktQueueBusy (BOOL busy)
804 *rxOutOfsFp = busy ? (*rxInOfsFp + sizeof(RX_ELEMENT)) : *rxInOfsFp;
857 PUBLIC void PktQueueBusy (BOOL busy)
863 if (busy)
923 PUBLIC void PktQueueBusy (BOOL busy)
929 if (busy)
983 PUBLIC void PktQueueBusy (BOOL busy)
985 rxOutOfs = busy ? (rxInOfs + sizeof(RX_ELEMENT)) : rxInOfs;
    [all...]
  /bionic/libc/kernel/uapi/scsi/fc/
fc_fs.h 89 #define FC_RCTL_NAMES_INIT {[FC_RCTL_DD_UNCAT] = "uncat",[FC_RCTL_DD_SOL_DATA] = "sol data",[FC_RCTL_DD_UNSOL_CTL] = "unsol ctl",[FC_RCTL_DD_SOL_CTL] = "sol ctl/reply",[FC_RCTL_DD_UNSOL_DATA] = "unsol data",[FC_RCTL_DD_DATA_DESC] = "data desc",[FC_RCTL_DD_UNSOL_CMD] = "unsol cmd",[FC_RCTL_DD_CMD_STATUS] = "cmd status",[FC_RCTL_ELS_REQ] = "ELS req",[FC_RCTL_ELS_REP] = "ELS rep",[FC_RCTL_ELS4_REQ] = "FC-4 ELS req",[FC_RCTL_ELS4_REP] = "FC-4 ELS rep",[FC_RCTL_BA_NOP] = "BLS NOP",[FC_RCTL_BA_ABTS] = "BLS abort",[FC_RCTL_BA_RMC] = "BLS remove connection",[FC_RCTL_BA_ACC] = "BLS accept",[FC_RCTL_BA_RJT] = "BLS reject",[FC_RCTL_BA_PRMT] = "BLS dedicated connection preempted",[FC_RCTL_ACK_1] = "LC ACK_1",[FC_RCTL_ACK_0] = "LC ACK_0",[FC_RCTL_P_RJT] = "LC port reject",[FC_RCTL_F_RJT] = "LC fabric reject",[FC_RCTL_P_BSY] = "LC port busy",[FC_RCTL_F_BSY] = "LC fabric busy to data frame",[FC_RCTL_F_BSYL] = "LC fabric busy to link control frame",[FC_RCTL_LCR] = "LC link credit reset",[FC_RCTL_END] = "LC end", \
  /external/autotest/client/cros/cellular/pseudomodem/
pm_errors.py 41 BUSY = 3
50 self.BUSY : '.Busy',
  /frameworks/base/telephony/java/com/android/ims/
ImsReasonInfo.java 71 // Call busy
130 // 486 : Busy Here
131 // 600 : Busy Everywhere
  /packages/services/Telephony/src/com/android/phone/settings/fdn/
EditFdnContactScreen.java 190 * Allow the menu to be opened ONLY if we're not busy.
358 // indicate we are busy.
423 // is entered, and if we're not busy.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libnsl-2.11.1.so 
libnsl.so 
libnsl.so.1 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libnsl-2.15.so 
libnsl.so 

Completed in 1789 milliseconds

1 2 3 4 5 67 8 91011>>