HomeSort by relevance Sort by last modified time
    Searched full:queued (Results 1 - 25 of 393) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/storage/
multiple-transactions-expected.txt 1 This is a test to see if the database API allows multiple transactions to be queued on the same database at once:
multiple-transactions.html 25 var db = openDatabase("MultipleTransactionsTest", "1.0", "Test to make sure multiple transactions can be queued at once for an HTML5 database", 32768);
51 This is a test to see if the database API allows multiple transactions to be queued on the same database at once:<br>
  /external/kernel-headers/original/linux/
errno.h 24 #define EIOCBQUEUED 529 /* iocb queued, will get completion event */
25 #define EIOCBRETRY 530 /* iocb queued, will trigger a retry */
  /development/tools/axl/
chewie.py 52 # thread, queued, opened, send, sent, reading, read, uri, server, y
56 queued = Queue()
95 queued.add(url, time)
104 qtime = queued.get(url)
122 queued.add(record[7], record[1])
158 thread, queued, opened, send, sent, reading, read, uri, server, y = val
  /hardware/ti/wlan/wl1271/utils/
queue.c 58 TI_UINT32 uNodeHeaderOffset; /* Offset of NodeHeader field from the entry of the queued item */
133 * \param uNodeHeaderOffset - Offset of NodeHeader field from the entry of the queued item.
171 * \note The queue's owner should first free the queued items!
227 * \param hItem - Handle to queued item
228 * \return TI_OK if item was queued, or TI_NOK if not queued due to overflow
330 * \param hItem - Handle to queued item
331 * \return TI_OK if item was queued, or TI_NOK if not queued due to overflow
  /system/wlan/ti/wilink_6_1/utils/
queue.c 58 TI_UINT32 uNodeHeaderOffset; /* Offset of NodeHeader field from the entry of the queued item */
133 * \param uNodeHeaderOffset - Offset of NodeHeader field from the entry of the queued item.
171 * \note The queue's owner should first free the queued items!
224 * \param hItem - Handle to queued item
225 * \return TI_OK if item was queued, or TI_NOK if not queued due to overflow
324 * \param hItem - Handle to queued item
325 * \return TI_OK if item was queued, or TI_NOK if not queued due to overflow
  /external/iptables/libipq/
ipq_create_handle.3 48 parameter is used to specify the protocol of the packets to be queued.
50 only one protocol may be queued at a time for a handle.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
librt-2.7.so 
librt.so 
librt.so.1 
  /frameworks/base/libs/surfaceflinger_client/
SharedBufferStack.cpp 200 "%s[ head=%2d, available=%2d, queued=%2d ] "
202 prefix, stack.head, stack.available, stack.queued,
272 android_atomic_inc(&stack.queued);
305 // Decrement the number of queued buffers
306 int32_t queued;
308 queued = stack.queued;
309 if (queued == 0) {
312 } while (android_atomic_cmpxchg(queued, queued-1, &stack.queued))
    [all...]
  /external/nist-sip/java/javax/sip/message/
Response.java 9 int QUEUED = 182;
  /external/qemu/
qemu-aio.h 25 * if at least one queued request was handled. */
  /external/qemu/slirp/
if.h 35 extern int if_queued; /* Number of packets queued so far */
socket.h 46 int so_queued; /* Number of packets queued from this socket */
47 int so_nqueued; /* Number of packets queued in a row
  /external/qemu/slirp-android/
if.h 35 extern int if_queued; /* Number of packets queued so far */
socket.h 47 int so_queued; /* Number of packets queued from this socket */
48 int so_nqueued; /* Number of packets queued in a row
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mqueue.h 30 long int mq_curmsgs; /* Number of messages currently queued. */
  /external/blktrace/doc/
blktrace.tex 163 Reads Queued: 0, 0KiB Writes Queued: 7, 128KiB
170 Reads Queued: 0, 0KiB Writes Queued: 1, 28KiB
177 Reads Queued: 0, 0KiB Writes Queued: 11, 168KiB
299 Reads Queued: 0, 0KiB Writes Queued: 9, 5,520KiB
305 Reads Queued: 2,411, 38,576KiB Writes Queued: 769, 425,408Ki
    [all...]
  /external/chromium/net/base/
test_completion_callback_unittest.cc 118 bool queued = boss.DoSomething(&callback); local
119 EXPECT_EQ(queued, true);
  /frameworks/base/core/java/android/webkit/
ByteArrayBuilder.java 117 // Process any queued references and remove them from the pool.
121 // The first item may have been queued after processPoolLocked
  /libcore/luni/src/main/java/javax/net/
ServerSocketFactory.java 79 * configures its maximum of queued connections.
91 * specified port and configures its maximum of queued connections.
  /packages/providers/DownloadProvider/ui/res/values-en-rGB/
strings.xml 25 <string name="download_queued" msgid="104973307780629904">"Queued"</string>
32 <string name="dialog_queued_body" msgid="2506935748423351902">"This file is queued for future download."</string>
  /system/extras/ext4_utils/
backed_block.c 49 /* Optimization: blocks are mostly queued in sequence, so save the
102 /* Iterates over the queued data blocks, calling data_func for each contiguous
  /external/iptables/include/libipq/
ip_queue_64.h 12 u_int64_t packet_id; /* ID of queued packet */

Completed in 340 milliseconds

1 2 3 4 5 6 7 8 91011>>