Searched defs:busy (Results 1 - 21 of 21) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
H A DBusyHandler.java4 * Callback interface for SQLite's user defined busy handler.
19 public boolean busy(String table, int count); method in interface:BusyHandler
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
H A Dcpp.h64 unsigned busy:1; member in struct:MacroSymbol
/external/skia/src/gpu/
H A DGrPlotMgr.h41 char* busy = fBusy; local
44 if (!*busy) {
45 *busy = true;
49 busy++;
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_profile_queue.c47 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/e2fsprogs/e2fsck/
H A Dmtrace.h120 /* Heap information for a busy block. */
136 } busy; member in union:__anon5137
/external/webrtc/src/system_wrappers/source/
H A Dcpu_linux.cc66 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, argument
147 busy = luser + lnice + lsystem;
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble_int.h157 BOOLEAN busy; member in struct:__anon1009
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCConnection.java90 public boolean busy(String table, int count) { method in class:JDBCConnection
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DDFA.java829 boolean _hasSynPred(DFAState d, Set<DFAState> busy) { argument
830 busy.add(d);
842 if ( !busy.contains(edgeTarget) && _hasSynPred(edgeTarget, busy) ) return true;
853 boolean _hasSemPred(DFAState d, Set<DFAState> busy) { argument
854 busy.add(d);
862 if ( !busy.contains(edgeTarget) && _hasSemPred(edgeTarget, busy) ) return true;
874 boolean _hasCycle(DFAState d, Map<DFAState, Integer> busy) { argument
875 busy
[all...]
/external/valgrind/main/coregrind/m_gdbserver/
H A Dm_gdbserver.c680 /* busy > 0 when gdbserver is currently being called.
681 busy is used to to avoid vgdb invoking gdbserver
683 static volatile int busy = 0; variable
687 busy++;
705 busy--;
748 "busy %d vgdb_interrupted_tid %d\n",
749 busy, vgdb_interrupted_tid);
774 if (busy) {
825 busy++;
834 busy
[all...]
/external/llvm/include/llvm/Support/
H A Dsystem_error.h881 busy = 170, // ERROR_BUSY, enumerator in enum:llvm::windows_error::_
/external/kernel-headers/original/asm-arm/arch/
H A Dmux.h144 unsigned char busy; member in struct:pin_config
/external/kernel-headers/original/linux/
H A Dblkdev.h307 struct request **tag_index; /* map of busy tags */
308 unsigned long *tag_map; /* bit map of free/busy tags */
309 struct list_head busy_list; /* fifo list of busy tags */
310 int busy; /* current depth */ member in struct:blk_queue_tag
738 #define blk_queue_tag_depth(q) ((q)->queue_tags->busy)
739 #define blk_queue_tag_queue(q) ((q)->queue_tags->busy < (q)->queue_tags->max_depth)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/sqlite/dist/orig/
H A Dsqlite3.c2408 ** ^If the busy callback is NULL, then [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED]
2409 ** is returned immediately upon encountering the lock. ^If the busy callback
2412 ** ^The first argument to the busy handler is a copy of the void* pointer which
2414 ** the busy handler callback is the number of times that the busy handler has
2416 ** busy callback returns 0, then no additional attempts are made to
2421 ** The presence of a busy handler does not guarantee that it will be invoked
2422 ** when there is lock contention. ^If SQLite determines that invoking the busy
2424 ** or [SQLITE_IOERR_BLOCKED] instead of invoking the busy handler.
2431 ** invoke the busy handler
9741 u8 busy; /* TRUE if currently initializing */ member in struct:sqlite3::sqlite3InitInfo
[all...]
/external/sqlite/dist/
H A Dsqlite3.c2408 ** ^If the busy callback is NULL, then [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED]
2409 ** is returned immediately upon encountering the lock. ^If the busy callback
2412 ** ^The first argument to the busy handler is a copy of the void* pointer which
2414 ** the busy handler callback is the number of times that the busy handler has
2416 ** busy callback returns 0, then no additional attempts are made to
2421 ** The presence of a busy handler does not guarantee that it will be invoked
2422 ** when there is lock contention. ^If SQLite determines that invoking the busy
2424 ** or [SQLITE_IOERR_BLOCKED] instead of invoking the busy handler.
2431 ** invoke the busy handler
9741 u8 busy; /* TRUE if currently initializing */ member in struct:sqlite3::sqlite3InitInfo
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 1087 milliseconds