/external/chromium/third_party/libevent/test/ |
regress_dns.c | 42 #include <sys/queue.h>
|
/external/e2fsprogs/lib/ext2fs/ |
getsize.c | 37 #include <sys/queue.h> /* for LIST_HEAD */
|
/external/ipsec-tools/src/racoon/ |
handler.h | 37 #include <sys/queue.h> 343 time_t created; /* timestamp to create a queue */
|
isakmp_frag.c | 39 #include <sys/queue.h>
|
isakmp_unity.c | 39 #include <sys/queue.h>
|
sainfo.c | 39 #include <sys/queue.h>
|
schedule.c | 39 #include <sys/queue.h> 325 printf("new queue tick = %d\n", *tick);
|
/external/kernel-headers/original/linux/raid/ |
md_k.h | 226 request_queue_t *queue; /* for plugging ... */ member in struct:mddev_s
|
/external/kernel-headers/original/linux/ |
signal.h | 228 extern void flush_sigqueue(struct sigpending *queue);
|
/external/kernel-headers/original/media/ |
msm_camera.h | 176 uint16_t queue; member in struct:msm_camera_cfg_cmd
|
/frameworks/base/include/private/surfaceflinger/ |
SharedBufferStack.h | 206 status_t queue(int buf);
|
/hardware/ril/mock-ril/src/cpp/ |
experiments.cpp | 38 std::queue<int *> q;
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/ |
binary_heap_.hpp | 48 #include <queue>
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/media/ |
msm_camera.h | 119 uint16_t queue; member in struct:msm_camera_cfg_cmd
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/media/ |
msm_camera.h | 119 uint16_t queue; member in struct:msm_camera_cfg_cmd
|
/external/openssl/ssl/ |
d1_pkt.c | 208 dtls1_buffer_record(SSL *s, record_pqueue *queue, unsigned char *priority) 213 /* Limit the size of the queue to prevent DOS attacks */ 214 if (pqueue_size(queue->q) >= 100) 236 if (pqueue_insert(queue->q, item) == NULL) 261 dtls1_retrieve_buffered_record(SSL *s, record_pqueue *queue) 265 item = pqueue_pop(queue->q); [all...] |
/frameworks/base/services/java/com/android/server/ |
BackupManagerService.java | 289 ArrayList<BackupRequest> queue = new ArrayList<BackupRequest>(); local 292 // Do we have any work to do? Construct the work queue 297 queue.add(b); 302 // Start a new backup-queue journal file too 308 if (queue.size() > 0) { 314 (new PerformBackupTask(transport, queue, oldJournal)).run(); 344 HashSet<String> queue; local 346 // Snapshot the pending-init queue and work on that 348 queue = new HashSet<String>(mPendingInits); 352 (new PerformInitializeTask(queue)).run() [all...] |
/external/chromium/net/socket/ |
client_socket_pool_base.cc | 131 // InsertRequestIntoQueue inserts the request into the queue based on 444 const RequestQueue& queue = group.pending_requests; local 445 if (queue.empty())
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
queue.h | 0 // queue.h 35 // class Queue { 40 // Queue(...); 41 // // Returns the head of the queue 45 // // Removes the head of the queue 49 // // Does the queue contain no elements? 51 // // Remove all states from queue 55 // State queue types. 57 TRIVIAL_QUEUE = 0, // Single state queue 58 FIFO_QUEUE = 1, // First-in, first-out queue [all...] |
/external/webkit/WebCore/storage/ |
DatabaseTracker.cpp | 780 DEFINE_STATIC_LOCAL(NotificationQueue, queue, ()); 781 return queue;
|
/external/wpa_supplicant/ |
mlme.c | 514 int queue; 518 queue = IEEE80211_TX_QUEUE_DATA3; 523 queue = IEEE80211_TX_QUEUE_DATA1; 528 queue = IEEE80211_TX_QUEUE_DATA0; 534 queue = IEEE80211_TX_QUEUE_DATA2; 545 wpa_printf(MSG_DEBUG, "MLME: WMM queue=%d aci=%d acm=%d " 547 queue, aci, acm, params.aifs, params.cw_min, 551 if (local->hw->conf_tx(local->mdev, queue, ¶ms)) { 552 wpa_printf(MSG_DEBUG, "MLME: failed to set TX queue " 553 "parameters for queue %d", queue) [all...] |
/frameworks/base/core/java/android/os/ |
StrictMode.java | 801 MessageQueue queue = Looper.myQueue(); local 815 queue.addIdleHandler(new MessageQueue.IdleHandler() { [all...] |
/libcore/luni/src/main/java/java/util/ |
WeakHashMap.java | 70 Entry(K key, V object, ReferenceQueue<K> queue) { 71 super(key, queue);
|
/external/chromium/third_party/libevent/ |
devpoll.c | 38 #include <sys/queue.h> 144 /* Initialize the kernel queue */
|
epoll.c | 39 #include <sys/queue.h> 119 /* Initalize the kernel queue */
|