HomeSort by relevance Sort by last modified time
    Searched full:pipes (Results 26 - 50 of 531) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/qemu/android/
opengles.h 55 /* set to TRUE if you want to use fast GLES pipes, 0 if you want to
62 * For UNIX and Win32 pipes it is the full pathname of the pipe.
  /hardware/libhardware/include/hardware/
qemu_pipe.h 45 * ENOSYS -> fast pipes not available in this system.
50 * You should be able to open several pipes to the same pipe service,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
popen2.py 1 """Spawn a command with pipes to its stdin, stdout, and optionally stderr.
6 and popen3(cmd) which return two or three pipes to the spawned command.
146 'bufsize' is specified, it sets the buffer size for the I/O pipes. The
156 'bufsize' is specified, it sets the buffer size for the I/O pipes. The
166 'bufsize' is specified, it sets the buffer size for the I/O pipes. The
176 'bufsize' is specified, it sets the buffer size for the I/O pipes. The
186 'bufsize' is specified, it sets the buffer size for the I/O pipes. The
196 'bufsize' is specified, it sets the buffer size for the I/O pipes. The
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
popen2.py 1 """Spawn a command with pipes to its stdin, stdout, and optionally stderr.
6 and popen3(cmd) which return two or three pipes to the spawned command.
146 'bufsize' is specified, it sets the buffer size for the I/O pipes. The
156 'bufsize' is specified, it sets the buffer size for the I/O pipes. The
166 'bufsize' is specified, it sets the buffer size for the I/O pipes. The
176 'bufsize' is specified, it sets the buffer size for the I/O pipes. The
186 'bufsize' is specified, it sets the buffer size for the I/O pipes. The
196 'bufsize' is specified, it sets the buffer size for the I/O pipes. The
  /external/bison/djgpp/
subpipe.h 1 /* Subprocesses with pipes.
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_process_launcher_win.cc 79 // Timeout for the IO pipes.
98 // Create the pipes to read and write from.
156 LOG(ERROR) << "Failed to connect IO pipes when starting "
162 // able to connect IO pipes.
native_process_launcher.h 51 // closing IO pipes).
  /external/chromium_org/chrome_frame/
crash_server_init.h 10 // Possible names for Pipes:
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
templite.py 146 `expr` can have pipes and dots to indicate data access and filtering.
150 pipes = expr.split("|")
151 value = self.evaluate(pipes[0])
152 for func in pipes[1:]:
  /external/chromium_org/tools/gyp/test/mac/
gyptest-app-error.py 36 # Ninja pipes stderr of subprocesses to stdout.
  /external/compiler-rt/lib/asan/scripts/
symbolize.py 16 pipes = {} variable
78 if not pipes.has_key(binary):
79 pipes[binary] = subprocess.Popen(["addr2line", "-i", "-f", "-e", binary],
81 p = pipes[binary]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_uevents.cpp 118 //Force composition to give up resources like pipes and
158 //Since external didnt have any pipes, force primary to give up
159 //its pipes; we don't allow inter-mixer pipe transfers.
168 //At this point external has all the pipes it would need.
  /external/libnfc-nci/src/nfa/include/
nfa_hci_api.h 44 #define NFA_HCI_GET_GATE_PIPE_LIST_EVT 0x02 /* Retrieved gates,pipes assoc. to application */
94 UINT8 num_pipes; /* Number of dynamic pipes exist for the application */
108 UINT8 num_pipes; /* Number of dynamic pipes exist for the application */
112 UINT8 num_uicc_created_pipes; /* Number of pipes created by UICC host */
293 ** session information including allocated gates, created pipes
294 ** and pipes states will be returned as part of tNFA_HCI_REGISTER data.
307 ** the application and list of dynamic pipes created for the
310 ** gates to the application and list of pipes created by the
326 ** after deleting all the pipes owned by the app and deallocating
368 ** volatile memory and all the associated pipes are delete
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_texture_desc.c 323 * GPU Pipes 4x4 mode 8x8 mode
336 * With 2 pipes and an image of size 8xY, where Y >= 1,
344 * With 4 pipes and an image of size 8xY, where Y >= 4,
359 unsigned i, pipes; local
362 pipes = screen->info.r300_num_z_pipes;
364 pipes = screen->info.r300_num_gb_pipes;
382 zmask_blocks_x_per_dw[pipes-1] * zcompsize,
383 zmask_blocks_y_per_dw[pipes-1] * zcompsize);
387 zcomp_numdw <= screen->caps.zmask_ram * pipes) {
392 util_align_npot(stride, zmask_blocks_x_per_dw[pipes-1] * zcompsize)
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_texture_desc.c 323 * GPU Pipes 4x4 mode 8x8 mode
336 * With 2 pipes and an image of size 8xY, where Y >= 1,
344 * With 4 pipes and an image of size 8xY, where Y >= 4,
359 unsigned i, pipes; local
362 pipes = screen->info.r300_num_z_pipes;
364 pipes = screen->info.r300_num_gb_pipes;
382 zmask_blocks_x_per_dw[pipes-1] * zcompsize,
383 zmask_blocks_y_per_dw[pipes-1] * zcompsize);
387 zcomp_numdw <= screen->caps.zmask_ram * pipes) {
392 util_align_npot(stride, zmask_blocks_x_per_dw[pipes-1] * zcompsize)
    [all...]
  /hardware/qcom/display/msm8974/liboverlay/
overlay.h 56 /* Marks the beginning of a drawing round, resets usage bits on pipes
85 /* Returns available ("unallocated") pipes for a display's mixer */
95 /* Reset usage and allocation bits on all pipes for given display */
97 /* Marks the display, whose pipes need to be forcibaly configured */
100 /* Closes open pipes, called during startup */
117 /* Just like a Facebook for pipes, but much less profile info */
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_utils.c 115 ** Description Find the the first gate control block with no pipes
140 ** Description Count the number of pipes on the given gate
142 ** Returns the number of pipes on the gate
166 ** Description Count the number of opened pipes on the given gate
168 ** Returns the number of pipes in OPENED state on the gate
616 /* Loop through all pipes looking for the owner */
651 /* Loop through all pipes looking for the owner */
683 /* Loop through all pipes looking for the owner */
784 /* Loop through all pipes looking for the owner */
859 ** Description remove all the pipes that are connected to a specific hos
    [all...]
  /device/generic/goldfish/libqemu/
test_host_2.c 17 /* This program is used to test the QEMUD fast pipes.
18 * See external/qemu/docs/ANDROID-QEMUD-PIPES.TXT for details.
  /external/chromium_org/build/android/buildbot/
bb_utils.py 8 import pipes namespace
31 return ' '.join(map(pipes.quote, command))
  /external/chromium_org/build/android/gyp/util/
build_utils.py 8 import pipes namespace
100 copyable_command = ' '.join(map(pipes.quote, args))
  /external/chromium_org/build/android/pylib/
cmd_helper.py 9 import pipes namespace
78 args_repr = ' '.join(map(pipes.quote, args))
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
subprocess.h 88 // The file handles for our end of the child's pipes. We close each and
96 // The file descriptors for our end of the child's pipes. We close each and
  /external/protobuf/src/google/protobuf/compiler/
subprocess.h 87 // The file handles for our end of the child's pipes. We close each and
95 // The file descriptors for our end of the child's pipes. We close each and
  /hardware/qcom/display/msm8960/liboverlay/
overlay.h 46 /* Marks the beginning of a drawing round, resets usage bits on pipes
73 /* Closes open pipes, called during startup */
77 /* Returns available ("unallocated") pipes for a display */
95 /* Just like a Facebook for pipes, but much less profile info */
  /hardware/qcom/display/msm8x26/liboverlay/
overlay.h 46 /* Marks the beginning of a drawing round, resets usage bits on pipes
73 /* Closes open pipes, called during startup */
77 /* Returns available ("unallocated") pipes for a display */
95 /* Just like a Facebook for pipes, but much less profile info */

Completed in 1424 milliseconds

12 3 4 5 6 7 8 91011>>