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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/net/websockets/
websocket_frame_parser.cc 83 // Drain unnecessary data. TODO(yutak): Remove copy. (but how?)
websocket_basic_handshake_stream.cc 241 void WebSocketBasicHandshakeStream::Drain(HttpNetworkSession* session) {
  /external/clang/test/Analysis/Inputs/
system-header-simulator-objc.h 77 - (void)drain;
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
ConnectorAdapter.java 141 throw new RuntimeException( "Interrupted while waiting for queue to drain", e );
  /external/llvm/lib/CodeGen/
ProcessImplicitDefs.cpp 165 // Drain the WorkList to recursively process any new implicit defs.
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
LocalizedNameResolver.java 108 // Drain comments and whitespace
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/
Base64InputStream.java 84 // No more input - just return, let outputBuffer drain out, and be done
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ExternalSource.java 125 // Drain comments and whitespace
  /packages/inputmethods/LatinIME/java/res/values/
themes-common.xml 85 <!-- Remove animations for now because it could drain a non-negligible amount of battery while typing.
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoPriorityResolver.java 133 // Drain comments and whitespace
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 837 Drain(allocator);
864 Drain(allocator, class_id);
868 void Drain(SizeClassAllocator *allocator) {
872 Drain(allocator, class_id);
908 NOINLINE void Drain(SizeClassAllocator *allocator, uptr class_id) {
    [all...]
  /external/chromium/base/
message_pump_glib_unittest.cc 378 // Drain the events
409 // Drain the events
  /external/chromium_org/base/message_loop/
message_pump_glib_unittest.cc 391 // Drain the events
424 // Drain the events
  /external/chromium_org/remoting/host/win/
wts_session_process_delegate.cc 223 // Drain the completion queue to make sure all job object notifications have
450 // Drain the completion queue to make sure all job object notification have
  /external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
AppRTCDemoActivity.java 447 // answer, so drain candidates.
456 // Sent our answer and set it as local description; drain
  /external/chromium_org/third_party/libjingle/source/talk/examples/ios/AppRTCDemo/
APPRTCAppDelegate.m 401 [self displayLogMessage:@"SDP onSuccess() - possibly drain candidates"];
405 [self displayLogMessage:@"SDP onSuccess - drain candidates"];
  /external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp 23 // - There is not a corresponding -release/-drain in the same scope
76 &pass.Ctx.Idents.get("drain"));
  /external/libpcap/
pcap-snoop.c 179 * XXX - does this count *all* Snoop or Drain sockets,
181 * both Snoop and Drain statistics?
  /external/openssh/
nchan.c 87 static char *ostates[] = { "open", "drain", "wait_ieof", "closed" };
88 static char *istates[] = { "open", "drain", "wait_oclose", "closed" };
  /external/tinycompress/
compress.c 515 return oops(compress, errno, "cannot drain the stream");
527 return oops(compress, errno, "cannot drain the stream\n");
  /frameworks/base/docs/html/training/scheduling/
alarms.jd 87 them at the same time. This reduces the drain on the battery.</li>
216 them at the same time. This reduces the drain on the battery.</p>
  /libcore/luni/src/main/java/java/io/
ObjectOutputStream.java 378 protected void drain() throws IOException { method in class:ObjectOutputStream
461 drain(); method
570 drain(); method
795 drain(); // flush primitive types in the annotation method
1069 drain(); method
1398 drain(); method
1514 drain(); method
1710 drain(); \/\/ flush primitive types in the annotation method
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
BlockingQueue.java 305 * thrown. Attempts to drain a queue to itself result in
329 * thrown. Attempts to drain a queue to itself result in
  /external/chromium_org/chrome/browser/component_updater/test/
crx_downloader_unittest.cc 126 // Since some tests need to drain currently enqueued tasks such as network
  /external/chromium_org/content/common/gpu/media/
dxva_video_decode_accelerator.h 89 // start of stream, end of stream, flush, drain the decoder, etc.

Completed in 1064 milliseconds

1 2 3 45 6 7 8 91011>>