/external/javasqlite/src/main/java/SQLite/ |
BusyHandler.java | 4 * Callback interface for SQLite's user defined busy handler. 19 public boolean busy(String table, int count); method in interface:BusyHandler
|
/external/skia/src/gpu/ |
GrPlotMgr.h | 41 char* busy = fBusy; local 44 if (!*busy) { 45 *busy = true; 49 busy++;
|
/external/qemu-pc-bios/bochs/bios/ |
notes | 24 * drive sets the busy bit in Status Reg to 1 28 > Drive also sets the busy bit in the Status register to 0. 35 the busy bit to 0, and generates an interrupt. 37 the data, the drive sets the data-request bit and the busy bit to 0. 40 and the busy bit to 1. When each subsequent sector is ready to be 41 transferred, the drive sets the data-request bit to 1, the busy bit to 0, 43 the drive sets the data-request bit and busy bit to 0.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
workstealing.h | 123 thread_index_t busy = 0; local 138 # pragma omp parallel shared(busy) num_threads(num_threads) 175 ++busy; 203 while (busy > 0) 206 # pragma omp flush(busy) 231 # pragma omp flush(busy) 239 --busy; 249 # pragma omp flush(busy) 255 while (busy > 0 259 if (busy == 0 [all...] |
/external/webrtc/src/system_wrappers/source/ |
cpu_linux.h | 34 int GetData(long long& busy, long long& idle, long long*& busyArray,
|
cpu_linux.cc | 66 long long busy = 0; local 68 if (GetData(busy, idle, m_busyArray, m_idleArray) != 0) 71 long long deltaBusy = busy - m_oldBusyTime; 73 m_oldBusyTime = busy; 110 int CpuLinux::GetData(long long& busy, long long& idle, long long*& busyArray, 147 busy = luser + lnice + lsystem;
|
/external/bluetooth/bluedroid/btif/src/ |
btif_profile_queue.c | 47 uint16_t busy; member in struct:connect_node_tag 100 /* If the queue is currently busy, we return success anyway, 102 if (p_head->busy != FALSE) 105 p_head->busy = TRUE; 152 ** Description Clear the queue's busy status and advance to the next
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/ |
cpp.h | 64 unsigned busy:1; member in struct:MacroSymbol
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
seq_instr.h | 43 int busy; /* not useable */ member in struct:snd_seq_kinstr
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
seq_instr.h | 43 int busy; /* not useable */ member in struct:snd_seq_kinstr
|
/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/valgrind/main/helgrind/tests/ |
bar_bad.stderr.exp | 53 with error code 16 (EBUSY: Device or resource busy)
|
/external/bluetooth/bluedroid/stack/btm/ |
btm_ble_addr.c | 224 p_mgnt_cb->busy = FALSE; 329 if ( !p_mgnt_cb->busy) 332 p_mgnt_cb->busy = TRUE;
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
JDBCStatement.java | 96 int busy = 0; local 121 conn.busy3(conn.db, ++busy)) { 130 int ms = 20 + busy * 10;
|
/frameworks/base/core/jni/ |
android_media_AudioRecord.cpp | 60 bool busy; member in struct:audiorecord_callback_cookie 102 callbackInfo->busy = true; 137 callbackInfo->busy = false; 234 lpCallbackData->busy = false; 340 while (lpCookie->busy) {
|
/development/ndk/platforms/android-3/include/linux/ |
blkdev.h | 274 int busy; member in struct:blk_queue_tag 440 #define blk_queue_tag_depth(q) ((q)->queue_tags->busy) 441 #define blk_queue_tag_queue(q) ((q)->queue_tags->busy < (q)->queue_tags->max_depth)
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
blkdev.h | 274 int busy; member in struct:blk_queue_tag 440 #define blk_queue_tag_depth(q) ((q)->queue_tags->busy) 441 #define blk_queue_tag_queue(q) ((q)->queue_tags->busy < (q)->queue_tags->max_depth)
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
blkdev.h | 274 int busy; member in struct:blk_queue_tag 440 #define blk_queue_tag_depth(q) ((q)->queue_tags->busy) 441 #define blk_queue_tag_queue(q) ((q)->queue_tags->busy < (q)->queue_tags->max_depth)
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
blkdev.h | 274 int busy; member in struct:blk_queue_tag 440 #define blk_queue_tag_depth(q) ((q)->queue_tags->busy) 441 #define blk_queue_tag_queue(q) ((q)->queue_tags->busy < (q)->queue_tags->max_depth)
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
blkdev.h | 274 int busy; member in struct:blk_queue_tag 440 #define blk_queue_tag_depth(q) ((q)->queue_tags->busy) 441 #define blk_queue_tag_queue(q) ((q)->queue_tags->busy < (q)->queue_tags->max_depth)
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/ |
blkdev.h | 274 int busy; member in struct:blk_queue_tag 440 #define blk_queue_tag_depth(q) ((q)->queue_tags->busy) 441 #define blk_queue_tag_queue(q) ((q)->queue_tags->busy < (q)->queue_tags->max_depth)
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
blkdev.h | 274 int busy; member in struct:blk_queue_tag 440 #define blk_queue_tag_depth(q) ((q)->queue_tags->busy) 441 #define blk_queue_tag_queue(q) ((q)->queue_tags->busy < (q)->queue_tags->max_depth)
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/ |
blkdev.h | 274 int busy; member in struct:blk_queue_tag 440 #define blk_queue_tag_depth(q) ((q)->queue_tags->busy) 441 #define blk_queue_tag_queue(q) ((q)->queue_tags->busy < (q)->queue_tags->max_depth)
|
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/ |
blkdev.h | 274 int busy; member in struct:blk_queue_tag 440 #define blk_queue_tag_depth(q) ((q)->queue_tags->busy) 441 #define blk_queue_tag_queue(q) ((q)->queue_tags->busy < (q)->queue_tags->max_depth)
|
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/ |
blkdev.h | 274 int busy; member in struct:blk_queue_tag 440 #define blk_queue_tag_depth(q) ((q)->queue_tags->busy) 441 #define blk_queue_tag_queue(q) ((q)->queue_tags->busy < (q)->queue_tags->max_depth)
|