/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/token/ |
ANTLRCommonTokenTest.m | 53 ANTLRStringStream *stream = [[ANTLRStringStream newANTLRStringStream:@"this||is||a||double||piped||separated||csv"] retain]; 65 ANTLRStringStream *stream = [[ANTLRStringStream newANTLRStringStream:@"this||is||a||double||piped||separated||csv"] retain]; 90 ANTLRStringStream *stream = [[ANTLRStringStream newANTLRStringStream:@"this||is||a||double||piped||separated||csv"] retain];
|
/libcore/luni/src/main/java/java/io/ |
PipedOutputStream.java | 22 * data back and forth, one creates a piped output stream and the other one 23 * creates a piped input stream. 48 * the piped input stream to connect to. 78 * the piped input stream to connect to.
|
PipedWriter.java | 24 * data back and forth, one creates a piped writer and the other creates a piped
|
PipedInputStream.java | 25 * pass data back and forth, one creates a piped output stream and the other one 26 * creates a piped input stream. 91 * the piped output stream to connect to.
|
PipedReader.java | 25 * data back and forth, one creates a piped writer and the other creates a piped
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/tree/ |
ANTLRCommonTreeTest.m | 39 ANTLRStringStream *stream = [ANTLRStringStream newANTLRStringStream:@"this||is||a||double||piped||separated||csv"]; 69 ANTLRStringStream *stream = [ANTLRStringStream newANTLRStringStream:@"this||is||a||double||piped||separated||csv"]; 89 ANTLRStringStream *stream = [ANTLRStringStream newANTLRStringStream:@"this||is||a||double||piped||separated||csv"]; 135 ANTLRStringStream *stream = [ANTLRStringStream newANTLRStringStream:@"this||is||a||double||piped||separated||csv"]; 149 ANTLRStringStream *stream = [ANTLRStringStream newANTLRStringStream:@"this||is||a||double||piped||separated||csv"]; 171 ANTLRStringStream *stream = [ANTLRStringStream newANTLRStringStream:@"this||is||a||double||piped||separated||csv"]; 201 ANTLRStringStream *stream = [ANTLRStringStream newANTLRStringStream:@"this||is||a||double||piped||separated||csv"]; 251 ANTLRStringStream *stream = [ANTLRStringStream newANTLRStringStream:@"this||is||a||double||piped||separated||csv"]; 277 ANTLRStringStream *stream = [ANTLRStringStream newANTLRStringStream:@"this||is||a||double||piped||separated||csv"]; 298 ANTLRStringStream *stream = [ANTLRStringStream newANTLRStringStream:@"this||is||a||double||piped||separated||csv"] [all...] |
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
DefaultVideoPosterRequestHandler.java | 34 // valid bitmap bounce on to the worker thread pool to compress it into the piped
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
arec.c | 55 static int piped = 0; variable 337 if (!piped) { 367 if (!piped) { 397 piped = 1; 434 piped = 1;
|
aplay.c | 51 static int piped = 0; variable 338 if (data_sz && !piped) { 351 if (data_sz && !piped) { 443 if (data_sz && !piped) { 457 if (data_sz && !piped) { 479 piped = 1; 507 piped = 1;
|
/external/chromium_org/content/browser/ |
browser_thread_unittest.cc | 108 // MessageLoopProxy test. This just makes sure we get piped through at all.
|
/external/chromium_org/ppapi/native_client/tests/nacl_browser/postmessage_redir/ |
pm_redir_test.html | 42 ('A merry little surge of electricity piped by automatic'
|
pm_redir_test.cc | 88 "A merry little surge of electricity piped by automatic alarm...\n",
|
/external/chromium_org/third_party/codesighs/ |
nm_wrap_osx.pl | 72 # we expect the input to have been piped through c++filt to
|
/external/clang/include/clang/Driver/ |
Job.h | 43 /// either a piped job or a job list.
|
/external/e2fsprogs/misc/ |
e2image.8.in | 37 will be sent to standard output, so that the output can be piped to
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
PipedInputStreamTest.java | 145 // piped input thread is terminated without closing
|
/external/linux-tools-perf/Documentation/ |
perf-script.txt | 56 piped to the stdin of the report script, using the '-o -' and '-i -'
|
/external/chromium_org/third_party/skia/src/ports/ |
SkFontConfigInterface_direct.cpp | 465 // "good enough" for us. Otherwise, we can return NULL which gets piped up 626 // "good enough" for us. Otherwise, we can return NULL which gets piped up
|
/external/skia/src/ports/ |
SkFontConfigInterface_direct.cpp | 465 // "good enough" for us. Otherwise, we can return NULL which gets piped up 626 // "good enough" for us. Otherwise, we can return NULL which gets piped up
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
command_line_interface.h | 146 // descriptor.proto). This is piped to the plugin's stdin. The set will
|
/external/protobuf/src/google/protobuf/compiler/ |
command_line_interface.h | 133 // descriptor.proto). This is piped to the plugin's stdin. The set will
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/ |
MediaSource.java | 93 /** Volume control. Currently sound is piped directly to the speakers, so
|
/external/iproute2/doc/ |
ss.sgml | 509 and then doing full dump of the table piped to wc and measuring
|
/external/jpeg/ |
cjpeg.c | 58 * 1) assume we can fseek() the input file (fails for piped input);
|
/external/llvm/docs/CommandGuide/ |
FileCheck.rst | 98 see how the file is piped into ``llvm-as``, then ``llc``, and the machine code
|