Searched refs:Pipe (Results 1 - 19 of 19) sorted by relevance

/external/qemu/hw/android/goldfish/
H A Dpipe.c95 APANIC("Pipe service name too long: '%s'", pipeName);
130 typedef struct Pipe { struct
131 struct Pipe* next;
132 struct Pipe* next_waked;
141 } Pipe; typedef in typeref:struct:Pipe
144 static void* pipeConnector_new(Pipe* pipe);
146 static Pipe*
149 Pipe* pipe;
155 static Pipe*
158 Pipe* pip
[all...]
/external/chromium_org/native_client_sdk/src/build_tools/tests/
H A Dtest_server.py14 parent_conn, child_conn = multiprocessing.Pipe()
/external/chromium_org/third_party/skia/tests/
H A DPipeTest.cpp44 DEF_TEST(Pipe, reporter) {
/external/clang/lib/Driver/
H A DInputInfo.h33 Pipe enumerator in enum:clang::driver::InputInfo::Class
/external/skia/tests/
H A DPipeTest.cpp44 DEF_TEST(Pipe, reporter) {
/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h49 Pipe, PipePipe, Caret, enumerator in enum:llvm::AsmToken::TokenKind
/external/qemu/android/
H A Dhw-qemud.c612 * messages from the channel id (see qemud_multiplexer_serial_recv()). Pipe
633 /* Pipe descriptor. */
674 /* Pipe-specific fields. */
678 } Pipe; member in union:QemudClient::__anon29138
811 QemudPipeMessage** msg_list = &c->ProtocolSelector.Pipe.messages;
866 c->ProtocolSelector.Pipe.qemud_pipe->client = NULL;
913 c->ProtocolSelector.Pipe.messages = NULL;
914 c->ProtocolSelector.Pipe.qemud_pipe = NULL;
1611 QemudPipeMessage** ins_at = &client->ProtocolSelector.Pipe.messages;
1627 goldfish_pipe_wake(client->ProtocolSelector.Pipe
[all...]
/external/clang/lib/Basic/
H A DDiagnostic.cpp712 const char *Pipe = ScanFormat(Argument, Argument + ArgumentLen, '|'); local
713 const char *FirstDollar = ScanFormat(Argument, Pipe, '$');
714 const char *SecondDollar = ScanFormat(FirstDollar + 1, Pipe, '$');
721 FormatDiagnostic(SecondDollar + 1, Pipe, OutStr);
843 const char *Pipe = ScanFormat(Argument, ArgumentEnd, '|'); local
857 FormatDiagnostic(Pipe + 1, ArgumentEnd, OutStr);
897 FormatDiagnostic(SecondDollar + 1, Pipe, OutStr);
/external/chromium_org/native_client_sdk/src/tools/
H A Dhttpd.py79 parent_conn, child_conn = multiprocessing.Pipe()
/external/chromium_org/tools/usb_gadget/
H A Dlinux_gadgetfs.py239 pipe_r, pipe_w = multiprocessing.Pipe(False)
/external/oprofile/events/mips/74K/
H A Devents48 event:0x1e counters:0,2 um:zero minimum:500 name:FSB_FULL_STALLS : 30-0 Pipe stall cycles due to FSB full
49 event:0x1f counters:0,2 um:zero minimum:500 name:LDQ_FULL_STALLS : 31-0 Pipe stall cycles due to LDQ full
50 event:0x20 counters:0,2 um:zero minimum:500 name:WBB_FULL_STALLS : 32-0 Pipe stall cycles due to WBB full
/external/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp548 return AsmToken(AsmToken::Pipe, StringRef(TokStart, 1));
H A DAsmParser.cpp1095 case AsmToken::Pipe:
1876 case AsmToken::Pipe:
/external/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp300 case AsmToken::Pipe: Out->os() << "Pipe"; break;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1177 case AsmToken::Pipe: SM.onOr(); break;
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 3044 milliseconds