OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:drain
(Results
26 - 50
of
71
) sorted by null
1
2
3
/dalvik/libcore/luni/src/main/java/java/io/
ObjectOutputStream.java
430
protected void
drain
() throws IOException {
method in class:ObjectOutputStream
526
drain
();
method
674
drain
();
method
918
drain
(); // flush primitive types in the annotation
method
1246
drain
();
method
1581
drain
();
method
1698
drain
();
method
1898
drain
(); \/\/ flush primitive types in the annotation
method
[
all
...]
/external/libpcap/
pcap-snoop.c
179
* XXX - does this count *all* Snoop or
Drain
sockets,
181
* both Snoop and
Drain
statistics?
pcap-linux.c
2146
char
drain
[1];
local
[
all
...]
/external/grub/netboot/
tiara.c
149
return (0); /* should we
drain
the buffer? */
etherboot.h
245
#define AWAIT_QDRAIN 5 /*
drain
queue, process ARP requests */
/external/grub/stage2/
serial.c
175
/*
Drain
the input buffer. */
/external/webkit/WebCore/bridge/
testbindings.mm
283
[pool
drain
];
/dalvik/libcore/luni/src/test/java/tests/api/java/io/
ObjectOutputStreamTest.java
551
public void
drain
() throws IOException {
method in class:ObjectOutputStreamTest.BasicObjectOutputStream
552
super.
drain
();
768
* @tests java.io.ObjectOutputStream#
drain
()
772
method = "
drain
",
785
boos.
drain
();
[
all
...]
/external/webkit/JavaScriptCore/runtime/
Collector.cpp
789
markStack.
drain
();
1028
markStack.
drain
();
[
all
...]
/external/qemu/telephony/
remote_call.c
268
/* simply
drain
the channel */
/external/qemu/slirp/
socket.c
431
* If in
DRAIN
mode, and there's no more data, set
758
* Set write
drain
mode
/external/qemu/slirp-android/
socket.c
439
* If in
DRAIN
mode, and there's no more data, set
771
* Set write
drain
mode
/external/webkit/WebKit/mac/History/
WebHistory.mm
567
[pool
drain
];
574
[pool
drain
];
/external/kernel-headers/original/asm-arm/
tlbflush.h
366
* Clean (but don't
drain
the write buffer) if the CPU requires
/external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_audio.c
226
/* Wait for the audio to
drain
.. */
/external/webkit/WebKit/mac/Plugins/
WebPluginDatabase.mm
303
[pool
drain
];
/frameworks/base/docs/html/guide/practices/design/
seamlessness.jd
233
code</a>. To minimize the power
drain
from using the radio, be sure to handle
/system/core/init/
devices.c
597
** We
drain
any pending events from the netlink socket every time
/external/qemu/
sockets.c
1211
/* we want to
drain
the read side of the socket before closing it */
1229
/* we want to
drain
the socket before closing it */
[
all
...]
/dalvik/vm/compiler/
Compiler.c
255
/*
Drain
the work queue to free the work orders */
/external/kernel-headers/original/linux/
blkdev.h
453
*
DRAIN
: ordering by draining is enough
/external/webkit/WebKit/mac/WebCoreSupport/
WebChromeClient.mm
426
[localPool
drain
];
/external/webkit/WebKit/mac/WebView/
WebPreferences.mm
132
[pool
drain
];
[
all
...]
/hardware/ril/reference-ril/
atchannel.c
972
/* pause for a bit to let the input buffer
drain
any unmatched OK's
/packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageSummary.java
366
if (DEBUG) Log.i(TAG, "Max
drain
of " + highestDrain
Completed in 325 milliseconds
1
2
3