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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/ARCMT/
atautorelease-3.m 7 - drain;
26 [chunkPool drain];
27 [pool drain];
39 [chunkPool drain];
40 [pool drain];
atautorelease-2.m 7 - drain;
26 [chunkPool drain];
27 [pool drain];
atautorelease.m 17 [pool drain];
19 [pool drain];
36 [pool2 drain];
59 [pool drain];
cxx-rewrite.mm 17 [pool drain];
32 [pool drain];
atautorelease-2.m.result 7 - drain;
atautorelease-3.m.result 7 - drain;
atautorelease-check.m 64 - (void)drain;
81 [chunkPool drain];
82 [pool drain];
  /external/chromium/base/mac/
scoped_nsautorelease_pool.mm 20 [autorelease_pool_ drain];
26 [autorelease_pool_ drain];
scoped_nsautorelease_pool.h 23 // instantiated and sends it a -drain message when destroyed. This allows an
  /external/chromium_org/base/mac/
scoped_nsautorelease_pool.mm 20 [autorelease_pool_ drain];
26 [autorelease_pool_ drain];
  /frameworks/base/docs/html/training/
best-background.jd 8 application's performance and minimize its drain on the battery.</p>
  /external/clang/test/SemaObjC/
ivar-access-package.m 16 - drain;
45 [pool drain];
  /external/guava/guava-tests/test/com/google/common/collect/
QueuesTest.java 71 private static <T> int drain(BlockingQueue<T> q, Collection<? super T> buffer, int maxElements, method in class:QueuesTest
74 ? Queues.drain(q, buffer, maxElements, timeout, unit)
94 int elements = drain(q, buf, 100, Long.MAX_VALUE, TimeUnit.NANOSECONDS, interruptibly);
109 assertEquals(0, Queues.drain(q, ImmutableList.of(), 1, 10, TimeUnit.MILLISECONDS));
117 int drained = drain(q, Lists.newArrayList(), 2, 10, TimeUnit.MILLISECONDS, interruptibly);
138 // asking to drain zero elements
139 assertEquals(0, drain(q, ImmutableList.of(), 0, 10, TimeUnit.MILLISECONDS, interruptibly));
163 int elements = Queues.drain(q, buf, -1, Long.MAX_VALUE, TimeUnit.NANOSECONDS);
169 Queues.drain(q, buf, 1, Long.MAX_VALUE, TimeUnit.NANOSECONDS);
181 Queues.drain(q, ImmutableList.of(), 100, Long.MAX_VALUE, TimeUnit.NANOSECONDS)
    [all...]
  /external/chromium_org/third_party/skia/src/views/unix/
skia_unix.cpp 24 // drain any events that occurred before gWindow was assigned.
  /external/libvpx/libvpx/vp8/encoder/
lookahead.h 73 * \param[in] drain Flag indicating the buffer should be drained
76 * \retval NULL, if drain set and queue is empty
77 * \retval NULL, if drain not set and queue not of the configured depth
82 int drain);
  /external/libvpx/libvpx/vp9/encoder/
vp9_lookahead.h 70 * \param[in] drain Flag indicating the buffer should be drained
73 * \retval NULL, if drain set and queue is empty
74 * \retval NULL, if drain not set and queue not of the configured depth
77 int drain);
  /external/skia/src/views/unix/
skia_unix.cpp 24 // drain any events that occurred before gWindow was assigned.
  /external/clang/test/Analysis/
uninit-ps-rdar6145427.m 25 @interface NSAutoreleasePool : NSObject {} - (void)drain; @end
37 [pool drain];
PR2599.m 37 - (void)drain;
61 [pool drain];
  /external/iproute2/man/man8/
routel.8 18 The routef script does not take any arguments and will simply flush the routing table down the drain. Beware! This means deleting all routes which will make your network unusable!
  /external/chromium_org/third_party/WebKit/ManualTests/
input-starved-by-timers.html 38 setTimeout("multiplyFactor = 0; log('Finishing. Started to drain timers.');", 10000);
45 will start drain the timers so the UI becomes responsive again in a few seconds.
  /external/chromium_org/third_party/WebKit/Source/wtf/
AutodrainedPoolMac.mm 45 [m_pool drain];
51 [m_pool drain];
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
macdevicemanagermm.mm 90 [pool drain];
99 [pool drain];
135 [pool drain];
  /external/chromium_org/content/public/test/
test_browser_thread_bundle.h 14 // The TestBrowserThreadBundle will attempt to drain the MessageLoop on
15 // destruction. Sometimes a test needs to drain currently enqueued tasks
  /cts/tests/tests/net/src/android/net/rtp/cts/
AudioGroupTest.java 84 private void drain(DatagramSocket socket) throws Exception { method in class:AudioGroupTest
88 // Drain the socket by retrieving all the packets queued on it.
106 drain(mSocketA);
108 drain(mSocketB);

Completed in 272 milliseconds

1 2 3 4 5 6 7 8 91011>>