OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pipe
(Results
501 - 525
of
1632
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/openfst/src/include/fst/script/
info-impl.h
232
void PrintFstInfo(const FstInfo<A> &fstinfo, bool
pipe
= false) {
233
ostream &os =
pipe
? cerr : cout;
/external/protobuf/gtest/test/
gtest_test_utils.py
223
stderr = subprocess.
PIPE
226
stdout=subprocess.
PIPE
, stderr=stderr,
/external/qemu/android/
adb-qemud.c
57
/* QEMUD client
pipe
for this client. */
66
/* QEMUD client
pipe
for this client. */
/external/qemu/
cpus.c
122
/* Drain the notify
pipe
*/
134
err =
pipe
(fds);
/external/webkit/Tools/Scripts/webkitpy/common/system/
executive_unittest.py
149
process = subprocess.Popen(never_ending_command(), stdout=subprocess.
PIPE
)
180
process = subprocess.Popen(never_ending_command(), stdout=subprocess.
PIPE
)
/frameworks/base/core/java/android/content/
ContentProvider.java
[
all
...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Thread.c
157
OMX_PRBUFFER2(pComponentPrivate->dbg, "filled_inpBuf_Q
pipe
is set\n");
181
OMX_PRCOMM2(pComponentPrivate->dbg, "CMD
pipe
is set in Component Thread\n");
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h
401
/*The
Pipe
to send empty output buffers to component*/
403
/*The
pipe
for sending Filled Input buffers to component*/
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_CompThread.c
89
* ComponentThread() thread polling for messages and data in
pipe
231
"Error from Component Thread while processing Command
Pipe
.\n");
/libcore/luni/src/main/java/libcore/io/
ForwardingOs.java
89
public FileDescriptor[]
pipe
() throws ErrnoException { return os.
pipe
(); }
method in class:ForwardingOs
/prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/lib/
libc.so
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
G726DecTest.c
512
printf("[G726TEST] - failure to open WRITE
pipe
\n");
515
printf("[G726TEST] - opened WRITE
pipe
\n");
519
printf("[G726TEST] - failure to open READ
pipe
\n");
523
printf("[G726TEST] - opened READ
pipe
\n");
544
/* Create a
pipe
used to queue data from the callback. */
545
retval =
pipe
(IpBuf_Pipe);
547
printf( "Error:Fill Data
Pipe
failed to open\n");
551
retval =
pipe
(OpBuf_Pipe);
553
printf( "Error:Empty Data
Pipe
failed to open\n");
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c
735
VIDENCTEST_DPRINT ("Error while closing data
pipe
\n");
741
VIDENCTEST_DPRINT ("Error while closing data
pipe
\n");
747
VIDENCTEST_DPRINT ("Error while closing data
pipe
\n");
753
VIDENCTEST_DPRINT ("Error while closing data
pipe
\n");
759
VIDENCTEST_DPRINT ("Error while closing data
pipe
\n");
765
VIDENCTEST_DPRINT ("Error while closing data
pipe
\n");
[
all
...]
/bionic/libc/include/
unistd.h
116
extern int
pipe
(int *);
/bionic/libc/unistd/
popen.c
70
if (
pipe
(pdes) < 0) {
/bootable/recovery/updater/
updater.c
59
// Set up the
pipe
for sending commands back to the parent process.
/dalvik/vm/jdwp/
JdwpSocket.cpp
381
if (
pipe
(netState->wakePipe) < 0) {
382
ALOGE("
pipe
failed");
472
if (
pipe
(netState->wakePipe) < 0) {
473
ALOGE("
pipe
failed");
/development/host/windows/usb/api/
adb_legacy_interface.cpp
52
// Lets collect device, interface and
pipe
information
adb_legacy_interface.h
127
@param[in] endpoint_id Endpoint (
pipe
) address on the device.
/development/host/windows/usb/winusb/
adb_winusb_endpoint_object.h
130
global per endpoint (
pipe
). I.e. once set, it will be used against
/development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.functions.txt
637
pipe
/development/ndk/platforms/android-3/include/
unistd.h
111
extern int
pipe
(int *);
/development/ndk/platforms/android-5/arch-arm/symbols/
libc.so.functions.txt
672
pipe
Completed in 569 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>