HomeSort by relevance Sort by last modified time
    Searched refs:pipes (Results 26 - 36 of 36) sorted by null

12

  /external/qemu/hw/
goldfish_pipe.c 949 /* the list of all pipes */
950 Pipe* pipes; member in struct:PipeDevice
952 /* the list of signalled pipes */
967 Pipe** lookup = pipe_list_findp_channel(&dev->pipes, dev->channel);
991 pipe->next = dev->pipes;
992 dev->pipes = pipe;
1202 for ( pipe = dev->pipes; pipe; pipe = pipe->next )
1208 for ( pipe = dev->pipes; pipe; pipe = pipe->next ) {
1238 pipe->next = dev->pipes;
1239 dev->pipes = pipe
    [all...]
  /external/oprofile/events/mips/20K/
events 8 event:0x2 counters:0 um:zero minimum:500 name:FETCH_GROUPS : Fetch groups entering CPU execution pipes
  /external/chromium_org/build/
gyp_chromium 13 import pipes namespace
301 os.environ['GYP_DEFINES'] = ' '.join('%s=%s' % (k, pipes.quote(str(v)))
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java 2522 ParcelFileDescriptor[] pipes = null; local
2979 ParcelFileDescriptor[] pipes = null; local
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
server_process.py 39 # the win32 select API, it only works on sockets, and not on the named pipes
52 import pipes namespace
54 _quote_cmd = lambda cmdline: ' '.join(pipes.quote(arg) for arg in cmdline)
263 # stdout and stderr pipes will be closed.
389 # read any remaining data on the pipes and return it.
  /external/oprofile/events/mips/25K/
events 15 event:0x9 counters:0,1 um:zero minimum:500 name:FETCH_GROUPS_IN_PIPE : Fetch groups entering CPU execution pipes
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
IOBinding.py 10 import pipes namespace
507 command = command % pipes.quote(filename)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
IOBinding.py 10 import pipes namespace
507 command = command % pipes.quote(filename)
  /external/chromium_org/remoting/tools/
me2me_virtual_host.py 22 import pipes namespace
517 return ["/bin/sh", "-c", pipes.quote(startup_file)]
    [all...]
  /external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php     [all...]
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]

Completed in 817 milliseconds

12