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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/content/renderer/pepper/
message_channel.h 131 DRAIN_PENDING, // Drain queue, then transition to DIRECT.
132 DRAIN_CANCELLED // Preempt drain, go back to QUEUE.
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_quarantine.h 58 Drain(c, cb);
61 void NOINLINE Drain(Cache *c, Callback cb) {
  /external/libvpx/libvpx/vp8/encoder/
lookahead.c 180 int drain)
184 if(ctx->sz && (drain || ctx->sz == ctx->max_sz - 1))
  /external/libvpx/libvpx/vp9/encoder/
vp9_lookahead.c 161 int drain) {
164 if (ctx->sz && (drain || ctx->sz == ctx->max_sz)) {
  /external/openssh/
nchan.ms 43 S2: ellipse "INPUT" "WAIT" "DRAIN"
65 S2: ellipse "OUTPUT" "WAIT" "DRAIN"
nchan2.ms 42 S2: ellipse "INPUT" "WAIT" "DRAIN"
60 S2: ellipse "OUTPUT" "WAIT" "DRAIN"
  /frameworks/ex/variablespeed/jni/
sola_time_scaler.h 100 void Drain();
130 bool draining_; // set true to drain latency
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm_ioplug.h 160 * drain; optional
162 int (*drain)(snd_pcm_ioplug_t *io); member in struct:snd_pcm_ioplug_callback
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_ioplug.h 160 * drain; optional
162 int (*drain)(snd_pcm_ioplug_t *io); member in struct:snd_pcm_ioplug_callback
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_ioplug.h 160 * drain; optional
162 int (*drain)(snd_pcm_ioplug_t *io); member in struct:snd_pcm_ioplug_callback
  /frameworks/base/core/java/android/net/http/
Connection.java 52 private static final int DRAIN = 2;
54 private static final String[] states = {"SEND", "READ", "DRAIN", "DONE"};
197 state = DRAIN;
264 case DRAIN:
268 if (state != DRAIN && pipeSize < minPipe &&
  /external/guava/guava/src/com/google/common/collect/
Queues.java 203 public static <E> int drain(BlockingQueue<E> q, Collection<? super E> buffer, int numElements, method in class:Queues
209 * the timeout arbitrarily inaccurate, given a queue that is slow to drain).
230 * Drains the queue as {@linkplain #drain(BlockingQueue, Collection, int, long, TimeUnit)},
  /libcore/luni/src/test/java/libcore/java/io/
OldObjectOutputStreamTest.java 87 public void drain() throws IOException { method in class:OldObjectOutputStreamTest.BasicObjectOutputStream
88 super.drain();
203 boos.drain();
  /external/chromium/net/http/
http_proxy_client_socket.h 112 // The size in bytes of the buffer we use to drain the response body that
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager_mac.mm 105 [pool drain];
  /external/chromium_org/net/http/
http_proxy_client_socket.h 106 // The size in bytes of the buffer we use to drain the response body that
  /external/chromium_org/net/quic/congestion_control/
leaky_bucket_test.cc 67 draining_rate = draining_rate.Scale(0.5f); // Cut drain rate in half.
  /external/chromium_org/net/websockets/
websocket_basic_handshake_stream.h 61 virtual void Drain(HttpNetworkSession* session) OVERRIDE;
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_cgl.c 77 (void) dlerror(); /*drain dlerror */
  /external/chromium_org/ui/compositor/test/
test_compositor_host_mac.mm 57 [pool_ drain];
  /external/kernel-headers/original/asm-mips/
ioctls.h 71 /* #define TIOCSETAW _IOW('t', 21, struct termios) drain output, set */
  /external/mesa3d/src/glx/apple/
apple_cgl.c 77 (void) dlerror(); /*drain dlerror */
  /external/oprofile/events/arm/xscale1/
events 19 event:0x12 counters:1,2 um:zero minimum:500 name:BCU_DRAIN : number of times the BCU queues were drained due to a Drain Write Buffer command or an I/O transaction on a non-cacheable and non-bufferable page
  /external/oprofile/events/arm/xscale2/
events 19 event:0x12 counters:1,2,3,4 um:zero minimum:500 name:BCU_DRAIN : number of times the BCU queues were drained due to a Drain Write Buffer command or an I/O transaction on a non-cacheable and non-bufferable page
  /external/qemu/slirp/
socket.h 68 #define SS_FWDRAIN 0x040 /* We received a FIN, drain data and set SS_FCANTSENDMORE */

Completed in 1101 milliseconds

1 23 4 5 6 7 8 91011>>