HomeSort by relevance Sort by last modified time
    Searched defs:pipe (Results 1 - 25 of 371) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/bionic/
pipe.cpp 31 int pipe(int pipefd[2]) { function
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
pipe.c 8 int pipe(int pipefds[2]) { function
  /external/bison/lib/
unistd--.h 26 #undef pipe macro
27 #define pipe pipe_safer macro
  /external/chromium_org/mojo/public/cpp/application/
connect.h 15 MessagePipe pipe; local
16 ptr->Bind(pipe.handle0.Pass());
17 service_provider->ConnectToService(Interface::Name_, pipe.handle1.Pass());
application_connection.h 50 MessagePipe pipe; local
51 ptr->Bind(pipe.handle0.Pass());
53 pipe.handle1.Pass());
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
id_context.h 31 #include "pipe/p_state.h"
32 #include "pipe/p_context.h"
38 struct pipe_context *pipe; member in struct:identity_context
43 identity_context_create(struct pipe_screen *screen, struct pipe_context *pipe);
47 identity_context(struct pipe_context *pipe)
49 return (struct identity_context *)pipe;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
tr_context.h 32 #include "pipe/p_compiler.h"
34 #include "pipe/p_context.h"
49 struct pipe_context *pipe; member in struct:trace_context
54 trace_context(struct pipe_context *pipe)
56 assert(pipe);
57 return (struct trace_context *)pipe;
63 struct pipe_context *pipe);
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_texturebarrier.c 39 #include "pipe/p_context.h"
40 #include "pipe/p_defines.h"
51 struct pipe_context *pipe = st_context(ctx)->pipe; local
53 pipe->texture_barrier(pipe);
st_cb_condrender.c 39 #include "pipe/p_context.h"
40 #include "pipe/p_defines.h"
56 struct pipe_context *pipe = st->pipe; local
82 pipe->render_condition(pipe, stq->pq, m);
93 struct pipe_context *pipe = st->pipe; local
98 pipe->render_condition(pipe, NULL, 0)
    [all...]
  /external/mesa3d/src/gallium/drivers/identity/
id_context.h 31 #include "pipe/p_state.h"
32 #include "pipe/p_context.h"
38 struct pipe_context *pipe; member in struct:identity_context
43 identity_context_create(struct pipe_screen *screen, struct pipe_context *pipe);
47 identity_context(struct pipe_context *pipe)
49 return (struct identity_context *)pipe;
  /external/mesa3d/src/gallium/drivers/trace/
tr_context.h 32 #include "pipe/p_compiler.h"
34 #include "pipe/p_context.h"
49 struct pipe_context *pipe; member in struct:trace_context
54 trace_context(struct pipe_context *pipe)
56 assert(pipe);
57 return (struct trace_context *)pipe;
63 struct pipe_context *pipe);
  /external/mesa3d/src/mesa/state_tracker/
st_cb_texturebarrier.c 39 #include "pipe/p_context.h"
40 #include "pipe/p_defines.h"
51 struct pipe_context *pipe = st_context(ctx)->pipe; local
53 pipe->texture_barrier(pipe);
st_cb_condrender.c 39 #include "pipe/p_context.h"
40 #include "pipe/p_defines.h"
56 struct pipe_context *pipe = st->pipe; local
82 pipe->render_condition(pipe, stq->pq, m);
93 struct pipe_context *pipe = st->pipe; local
98 pipe->render_condition(pipe, NULL, 0)
    [all...]
  /external/chromium_org/sandbox/win/src/
named_pipe_policy.cc 16 // Creates a named pipe and duplicates the handle to 'target_process'. The
23 HANDLE pipe = ::CreateNamedPipeW(pipe_name, open_mode, pipe_mode, local
27 if (INVALID_HANDLE_VALUE == pipe)
28 return pipe;
31 if (!::DuplicateHandle(::GetCurrentProcess(), pipe,
51 PolicyRule pipe(ASK_BROKER);
52 if (!pipe.AddStringMatch(IF, NameBased::NAME, name, CASE_INSENSITIVE)) {
55 if (!policy->AddRule(IPC_CREATENAMEDPIPEW_TAG, &pipe)) {
69 HANDLE* pipe) {
70 // The only action supported is ASK_BROKER which means create the pipe
    [all...]
named_pipe_interception.cc 23 HANDLE pipe = orig_CreateNamedPipeW(pipe_name, open_mode, pipe_mode, local
27 if (INVALID_HANDLE_VALUE != pipe)
28 return pipe;
  /external/clang/test/CodeGen/
2008-07-31-asm-labels.c 2 // RUN: not grep "@pipe()" %t
7 // RUN: not grep "@pipe()" %t
11 void pipe() asm("_thisIsNotAPipe");
14 pipe();
17 void pipe(int);
20 pipe(1);
24 void pipe(int arg) { function
  /external/chromium_org/mojo/apps/js/test/
handle_unittest.cc 63 mojo::MessagePipe pipe; local
64 TestHandleWrapper wrapper(pipe.handle0.release().value());
80 mojo::MessagePipe pipe; local
81 TestHandleWrapper wrapper(pipe.handle0.release().value());
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
glhd_context.h 33 #include "pipe/p_state.h"
34 #include "pipe/p_context.h"
42 struct pipe_context *pipe; member in struct:galahad_context
47 galahad_context_create(struct pipe_screen *screen, struct pipe_context *pipe);
51 galahad_context(struct pipe_context *pipe)
53 return (struct galahad_context *)pipe;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_stateobj_tex.h 5 #include "pipe/p_state.h"
19 struct pipe_sampler_view pipe; member in struct:nv50_tic_entry
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
api_context.c 33 #include "pipe/p_context.h"
34 #include "pipe/p_screen.h"
53 struct pipe_context *pipe; local
58 pipe = ctx->pipe;
59 pipe->flush(pipe, NULL);
68 struct pipe_context *pipe; local
73 pipe = ctx->pipe;
    [all...]
  /external/mesa3d/src/gallium/drivers/galahad/
glhd_context.h 33 #include "pipe/p_state.h"
34 #include "pipe/p_context.h"
42 struct pipe_context *pipe; member in struct:galahad_context
47 galahad_context_create(struct pipe_screen *screen, struct pipe_context *pipe);
51 galahad_context(struct pipe_context *pipe)
53 return (struct galahad_context *)pipe;
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_stateobj_tex.h 5 #include "pipe/p_state.h"
19 struct pipe_sampler_view pipe; member in struct:nv50_tic_entry
  /external/mesa3d/src/gallium/state_trackers/vega/
api_context.c 33 #include "pipe/p_context.h"
34 #include "pipe/p_screen.h"
53 struct pipe_context *pipe; local
58 pipe = ctx->pipe;
59 pipe->flush(pipe, NULL);
68 struct pipe_context *pipe; local
73 pipe = ctx->pipe;
    [all...]
  /external/chromium_org/content/public/common/
service_registry.h 55 mojo::MessagePipe pipe; local
56 ptr->Bind(pipe.handle0.Pass());
57 ConnectToRemoteService(Interface::Name_, pipe.handle1.Pass());
  /external/chromium_org/content/renderer/mojo/
service_registry_js_wrapper.cc 40 mojo::MessagePipe pipe; local
43 pipe.handle0.Pass());
44 return pipe.handle1.release();

Completed in 615 milliseconds

1 2 3 4 5 6 7 8 91011>>