HomeSort by relevance Sort by last modified time
    Searched full:pipes (Results 76 - 100 of 555) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_popen2.py 45 # When the test runs, there shouldn't be any open pipes
46 self.assertFalse(popen2._active, "Active pipes when test starts" +
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_poll.py 52 raise RuntimeError, "no pipes ready for writing"
59 raise RuntimeError, "no pipes ready for reading"
test_popen2.py 45 # When the test runs, there shouldn't be any open pipes
46 self.assertFalse(popen2._active, "Active pipes when test starts" +
  /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/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_hci.c 475 * and will remove pipes connected to DH even before DH is enabled, So DH will update NFCC
476 * control block by removing all dynamic pipes connected to UICC1 */
505 ** all pipes connected to UICC1
539 /* Update number of pipes after removing pipes connected to UICC1 */
  /external/chromium_org/build/android/buildbot/
bb_run_bot.py 11 import pipes namespace
42 diff.append('- %s=%s' % (key, pipes.quote(d1[key])))
44 diff.append('+ %s=%s' % (key, pipes.quote(d2[key])))
  /external/chromium_org/mojo/system/
remote_message_pipe_posix_unittest.cc 175 // Connect message pipes. MP 0, port 1 will be attached to channel 0 and
266 // Connect message pipes as in the |Basic| test.
382 // Connect message pipes. MP 0, port 1 will be attached to channel 0 and
data_pipe.h 21 // |DataPipe| is a base class for secondary objects implementing data pipes,
proxy_message_pipe_endpoint.cc 75 // TODO(vtl): Support sending handles over OS pipes.
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_fbupdate.cpp 73 ALOGE("%s: No pipes available to configure framebuffer",
177 ALOGE("%s: No pipes available to configure framebuffer",
184 ALOGE("%s: No pipes available to configure framebuffer",
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_fbupdate.cpp 94 ALOGE("%s: No pipes available to configure framebuffer",
214 ALOGE("%s: No pipes available to configure framebuffer",
222 ALOGE("%s: No pipes available to configure framebuffer",
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_fbupdate.cpp 73 ALOGE("%s: No pipes available to configure framebuffer",
177 ALOGE("%s: No pipes available to configure framebuffer",
184 ALOGE("%s: No pipes available to configure framebuffer",
  /development/samples/ApiDemos/src/com/example/android/apis/content/
FileProvider.java 118 // Start a new thread that pipes the stream data back to the caller.
  /external/chromium/base/
sync_socket_win.cc 16 // This prefix used to be appended to pipe names for pipes
  /external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/
mali_parser.js 108 this.addArithCounter('mali_hwc_ARITH_WORDS', 'Instructions (/Pipes)');
110 'Reg scheduling stalls (/Pipes)');
112 'L0 cache miss stalls (/Pipes)');
114 'Frag dep check failures (/Pipes)');
  /external/chromium_org/components/nacl/broker/
nacl_broker_listener.cc 56 // service pipes.
  /external/dropbear/
channel.h 95 int sepfds; /* Whether this channel has seperate pipes for in/out or not */
  /external/libnfc-nci/src/nfa/int/
nfa_hci_int.h 41 #define NFA_MAX_PIPES_IN_GENERIC_GATE 0x0F /* Maximum pipes that can be created on a generic pipe */
55 #define NFA_HCI_STATE_REMOVE_GATE 0x05 /* Removing all pipes prior to removing the gate */
56 #define NFA_HCI_STATE_APP_DEREGISTER 0x06 /* Removing all pipes and gates prior to deregistering the app */
294 tNFA_HCI_API_GET_APP_GATE_PIPE get_gate_pipe_list; /* Get the list of gates and pipes created for the application */
  /external/libnfc-nxp/src/
phHciNfc_LinkMgmt.h 99 * The phHciNfc_LinkMgmt_Release function closes the opened pipes between
phHciNfc_AdminMgmt.c 97 /* Max number of pipes that can be created on the Device */
194 * all the required pipes and sets the Session ID
301 /* TODO: Implement the Clear UICC PIPES Using
522 * \brief Creates the Card Emulation Gate Pipes .
756 /* The Static Pipes cannot be Deleted */
    [all...]
  /external/markdown/markdown/extensions/
tables.py 35 # Get format type (bordered by pipes or not)
  /external/qemu/hw/
goldfish_trace.h 74 /* Next, QEMUD fast pipes */
  /hardware/qcom/display/msm8960/libqdutils/
mdp_version.cpp 76 ALOGE("Error retrieving MDP revision and pipes info");
  /hardware/qcom/display/msm8974/liboverlay/
overlay.cpp 31 #include "pipes/overlayGenPipe.h"
68 //Forces UNSET on pipes, flushes rotator memory and session, closes
232 // Clears any VG pipes allocated to the fb devices
354 snprintf(str_pipes, 64, "Pipes=%d\n\n", totalPipes);
  /hardware/qcom/display/msm8x26/libqdutils/
mdp_version.cpp 76 ALOGE("Error retrieving MDP revision and pipes info");

Completed in 1006 milliseconds

1 2 34 5 6 7 8 91011>>