/external/stlport/test/unit/ |
mvctor_declaration_test.cpp | 22 #include <queue> 260 //queue: 261 CPPUNIT_ASSERT( is_movable(queue<char>()) ); 262 CPPUNIT_ASSERT( is_movable(queue<specially_allocated_struct>()) ); 264 CPPUNIT_ASSERT( is_move_complete(queue<char>()) ); 265 CPPUNIT_ASSERT( !is_move_complete(queue<specially_allocated_struct>()) ); 267 CPPUNIT_ASSERT( !is_move_complete(queue<char>()) );
|
swap_test.cpp | 4 #include <queue> 90 queue<Obj> v1; 91 queue<Obj> v2; 108 swap( v1, v2 ); // this shouldn't try make it as v1.swap( v2 ), no queue::swap method!
|
/frameworks/base/core/java/android/os/ |
Handler.java | 28 * queue. When you create a new Handler, it is bound to the thread / 29 * message queue of the thread that is creating it -- from that point on, 30 * it will deliver messages and runnables to that message queue and execute 31 * them as they come out of the message queue. 42 * you to enqueue Runnable objects to be called by the message queue when 49 * allow the item to be processed as soon as the message queue is ready 56 * running a message queue that takes care of managing the top-level 62 * in the Handler's message queue and processed when appropriate. 104 * Default constructor associates this handler with the queue for the 129 * Constructor associates this handler with the queue for th 454 MessageQueue queue = mQueue; local 482 MessageQueue queue = mQueue; local [all...] |
/frameworks/base/native/include/android/ |
input.h | 633 * Input queue 635 * An input queue is the facility through which you retrieve input 642 * Add this input queue to a looper for processing. See 645 void AInputQueue_attachLooper(AInputQueue* queue, ALooper* looper, 649 * Remove the input queue from the looper it is currently attached to. 651 void AInputQueue_detachLooper(AInputQueue* queue); 655 * input queue. Returns 1 if the queue has events; 0 if 658 int32_t AInputQueue_hasEvents(AInputQueue* queue); 661 * Returns the next available event from the queue. Returns a negativ [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
mvctor_declaration_test.cpp | 22 #include <queue> 260 //queue: 261 CPPUNIT_ASSERT( is_movable(queue<char>()) ); 262 CPPUNIT_ASSERT( is_movable(queue<specially_allocated_struct>()) ); 264 CPPUNIT_ASSERT( is_move_complete(queue<char>()) ); 265 CPPUNIT_ASSERT( !is_move_complete(queue<specially_allocated_struct>()) ); 267 CPPUNIT_ASSERT( !is_move_complete(queue<char>()) );
|
swap_test.cpp | 4 #include <queue> 90 queue<Obj> v1; 91 queue<Obj> v2; 108 swap( v1, v2 ); // this shouldn't try make it as v1.swap( v2 ), no queue::swap method!
|
/ndk/tests/device/test-stlport/unit/ |
mvctor_declaration_test.cpp | 22 #include <queue> 260 //queue: 261 CPPUNIT_ASSERT( is_movable(queue<char>()) ); 262 CPPUNIT_ASSERT( is_movable(queue<specially_allocated_struct>()) ); 264 CPPUNIT_ASSERT( is_move_complete(queue<char>()) ); 265 CPPUNIT_ASSERT( !is_move_complete(queue<specially_allocated_struct>()) ); 267 CPPUNIT_ASSERT( !is_move_complete(queue<char>()) );
|
swap_test.cpp | 4 #include <queue> 90 queue<Obj> v1; 91 queue<Obj> v2; 108 swap( v1, v2 ); // this shouldn't try make it as v1.swap( v2 ), no queue::swap method!
|
/frameworks/base/media/libstagefright/rtsp/ |
AMPEG4AudioAssembler.cpp | 415 List<sp<ABuffer> > *queue = source->queue(); local 417 if (queue->empty()) { 422 List<sp<ABuffer> >::iterator it = queue->begin(); 423 while (it != queue->end()) { 428 it = queue->erase(it); 431 if (queue->empty()) { 436 sp<ABuffer> buffer = *queue->begin(); 459 queue->erase(queue->begin()) [all...] |
ARTPSource.h | 44 List<sp<ABuffer> > *queue() { return &mQueue; } function in struct:android::ARTPSource
|
/system/core/logcat/ |
logcat.cpp | 62 queued_entry_t* queue; member in struct:log_device_t 69 queue = NULL; 75 if (this->queue == NULL) { 76 this->queue = entry; 78 queued_entry_t** e = &this->queue; 213 if (dev->queue != NULL && (*firstdev == NULL || cmp(dev->queue, (*firstdev)->queue) < 0)) { 235 queued_entry_t* entry = dev->queue; 236 dev->queue = entry->next [all...] |
/frameworks/base/tests/CoreTests/android/core/ |
HeapTest.java | 297 ReferenceQueue<Object> queue) { 300 refs[i] = new PhantomReference<Object>(objects[i], queue); 305 ReferenceQueue<T> queue) { 309 * the queue are marked as enqueued. Once we 310 * pull them off the queue, they will no longer 325 /* Make sure that all of the references on the queue 329 while ((ref = (PhantomReference<T>) queue.poll()) != null) { 340 "unexpected ref on queue"); 383 ReferenceQueue<Object> queue = new ReferenceQueue<Object>(); local 388 makeRefs(objects, refs, queue); [all...] |
/external/emma/tools/java/com/vladium/tools/ |
ClassDep.java | 125 final LinkedList /* class VM name:String */ queue = new LinkedList (); local 128 queue.add (Descriptors.javaNameToVMName (m_rootSet [i])); 134 while (! queue.isEmpty ()) 136 final String classVMName = (String) queue.removeFirst (); 173 queue.addLast (classDepVMName);
|
/development/host/windows/usb/legacy/driver/ |
android_usb_device_object.h | 242 @param queue[in] A handle to the framework queue object that is associated
247 static void EvtIoReadEntry(WDFQUEUE queue,
256 @param queue[in] A handle to the framework queue object that is associated
261 static void EvtIoWriteEntry(WDFQUEUE queue,
270 @param queue[in] A handle to the framework queue object that is associated
280 static void EvtIoDeviceControlEntry(WDFQUEUE queue,
350 /** \brief Creates default request queue for this device. [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
seq_event.h | 91 /** Set tick queue position; event data type = #snd_seq_ev_queue_control_t */ 93 /** Set real-time queue position; event data type = #snd_seq_ev_queue_control_t */ 101 /** Queue timer skew; event data type = #snd_seq_ev_queue_control_t */ 399 /** Queue skew values */ 405 /** queue timer control */ 407 unsigned char queue; /**< affected queue */ member in struct:snd_seq_ev_queue_control 413 snd_seq_queue_skew_t skew; /**< queue skew */ 426 unsigned char queue; /**< schedule queue */ member in struct:snd_seq_event 438 snd_seq_ev_queue_control_t queue; \/**< queue control *\/ member in union:snd_seq_event::__anon14051 [all...] |
/external/webkit/WebKitTools/DumpRenderTree/qt/ |
LayoutTestControllerQt.cpp | 120 WorkQueue::shared()->setFrozen(true); // first complete load freezes the queue for the rest of this test 221 WorkQueue::shared()->queue(new BackItem(howFarBackward, m_drt->webPage())); 227 WorkQueue::shared()->queue(new ForwardItem(howFarForward, m_drt->webPage())); 235 WorkQueue::shared()->queue(new LoadItem(absoluteUrl, target, m_drt->webPage())); 241 WorkQueue::shared()->queue(new ReloadItem(m_drt->webPage())); 247 WorkQueue::shared()->queue(new LoadingScriptItem(script, m_drt->webPage())); 253 WorkQueue::shared()->queue(new NonLoadingScriptItem(script, m_drt->webPage()));
|
/frameworks/base/core/java/android/app/ |
NativeActivity.java | 86 private native int loadNativeCode(String path, String funcname, MessageQueue queue, 316 public void onInputQueueCreated(InputQueue queue) { 318 mCurInputQueue = queue; 319 onInputChannelCreatedNative(mNativeHandle, queue.getInputChannel()); 323 public void onInputQueueDestroyed(InputQueue queue) { 326 onInputChannelDestroyedNative(mNativeHandle, queue.getInputChannel());
|
/external/blktrace/ |
btrace.spec | 26 device io queue. This is valuable for diagnosing and fixing
|
/packages/apps/Email/src/org/apache/commons/io/ |
FileCleaningTracker.java | 45 * Queue of <code>Tracker</code> instances being watched.
239 * @param queue the queue on to which the tracker will be pushed, not null
241 Tracker(String path, FileDeleteStrategy deleteStrategy, Object marker, ReferenceQueue queue) {
242 super(marker, queue);
|
/external/chromium/base/ |
message_loop.h | 8 #include <queue> 301 class TaskQueue : public std::queue<PendingTask> { 303 void Swap(TaskQueue* queue) { 304 c.swap(queue->c); // Calls std::deque::swap 370 // Post a task to our incomming queue. 394 // this queue is only accessed (push/pop) by our current thread. 400 // A queue of non-nestable tasks that we had to defer because when it came
|
/external/chromium/third_party/libevent/sample/ |
time-test.c | 14 #include <sys/queue.h>
|
/external/ipsec-tools/src/racoon/ |
var.h | 97 #include <sys/queue.h>
|
/external/webkit/WebKit/android/jni/ |
WebIconDatabase.cpp | 116 // Swap the notifications queue 117 Vector<WebCore::String> queue; local 119 queue.swap(mNotifications); 123 // Swap the clients queue 127 for (unsigned i = 0; i < queue.size(); ++i) { 129 clients[j]->didAddIconForPageUrl(queue[i]);
|
/hardware/ril/mock-ril/src/cpp/ |
worker.h | 20 #include <queue> 100 * 3) Call Add, passing a pointer which is added to a queue
|
/external/webkit/WebKit/win/ |
WebIconDatabase.cpp | 376 Vector<String> queue; local 379 queue.swap(m_sharedWebIconDatabase->m_notificationQueue); 383 for (unsigned i = 0; i < queue.size(); ++i) { 384 if (queue[i].isNull()) 387 postDidAddIconNotification(queue[i], m_sharedWebIconDatabase);
|