/external/selinux/policycoreutils/mcstrans/share/examples/pipes/setrans.d/ |
pipes.conf | 1 ModifierGroup=Pipes 3 Suffix=Pipes Only 4 Suffix=Pipes
|
/external/compiler-rt/test/tsan/ |
fd_close_norace2.cc | 6 int pipes[2]; variable 10 while (read(pipes[0], &x, 1) != 1) { 12 close(pipes[0]); 13 close(pipes[1]); 18 if (pipe(pipes)) 23 while (write(pipes[1], &t, 1) != 1) {
|
/external/selinux/policycoreutils/mcstrans/share/examples/pipes/ |
pipes.test | 1 Restricted Handle Via Iron Pipes Only==s2:c102,c200.c511 2 Restricted Handle Via Copper Pipes Only==s2:c103,c200.c511 3 Restricted Handle Via Plastic Pipes Only==s2:c101,c200.c511 4 Restricted Handle Via Galvanized Pipes Only==s2:c104,c200.c511 5 Restricted Handle Via Plastic,Iron,Copper Pipes Only==s2:c101.c103,c200.c511 6 Restricted Handle Via Iron,Plastic,Copper Pipes Only=s2:c101.c103,c200.c511
|
setrans.conf | 20 Include=/etc/selinux/mls/setrans.d/pipes.conf
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_pipes.py | 1 import pipes 8 raise unittest.SkipTest('pipes module only works on posix') 21 t = pipes.Template() 22 t.append(s_command, pipes.STDIN_STDOUT) 32 t = pipes.Template() 33 t.append(s_command + ' < $IN > $OUT', pipes.FILEIN_FILEOUT) 41 t = pipes.Template() 42 t.append(s_command + ' < $IN', pipes.FILEIN_STDOUT) 53 t=pipes.Template() 63 t=pipes.Template( [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_pipes.py | 1 import pipes 8 raise unittest.SkipTest('pipes module only works on posix') 21 t = pipes.Template() 22 t.append(s_command, pipes.STDIN_STDOUT) 32 t = pipes.Template() 33 t.append(s_command + ' < $IN > $OUT', pipes.FILEIN_FILEOUT) 41 t = pipes.Template() 42 t.append(s_command + ' < $IN', pipes.FILEIN_STDOUT) 53 t=pipes.Template() 63 t=pipes.Template( [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_pipes.py | 1 import pipes 8 raise unittest.SkipTest('pipes module only works on posix') 21 t = pipes.Template() 22 t.append(s_command, pipes.STDIN_STDOUT) 32 t = pipes.Template() 33 t.append(s_command + ' < $IN > $OUT', pipes.FILEIN_FILEOUT) 41 t = pipes.Template() 42 t.append(s_command + ' < $IN', pipes.FILEIN_STDOUT) 53 t=pipes.Template() 63 t=pipes.Template( [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_pipes.py | 1 import pipes 8 raise unittest.SkipTest('pipes module only works on posix') 21 t = pipes.Template() 22 t.append(s_command, pipes.STDIN_STDOUT) 32 t = pipes.Template() 33 t.append(s_command + ' < $IN > $OUT', pipes.FILEIN_FILEOUT) 41 t = pipes.Template() 42 t.append(s_command + ' < $IN', pipes.FILEIN_STDOUT) 53 t=pipes.Template() 63 t=pipes.Template( [all...] |
/external/mesa3d/src/gallium/targets/gbm/ |
Makefile | 27 GBM_EXTRA_TARGETS = pipes 28 GBM_EXTRA_INSTALL = install-pipes 29 GBM_EXTRA_CLEAN = clean-pipes 36 pipes: 38 install-pipes: 40 clean-pipes:
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completion2.xml | 3 <!-- Test multiple pipes in the flag value -->
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
toaiff.py | 16 import pipes 23 t = pipes.Template() 33 t = pipes.Template() 37 t = pipes.Template() 41 t = pipes.Template() 45 t = pipes.Template() 49 t = pipes.Template() 53 t = pipes.Template() 57 uncompress = pipes.Template()
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
toaiff.py | 16 import pipes 23 t = pipes.Template() 33 t = pipes.Template() 37 t = pipes.Template() 41 t = pipes.Template() 45 t = pipes.Template() 49 t = pipes.Template() 53 t = pipes.Template() 57 uncompress = pipes.Template()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
toaiff.py | 16 import pipes 23 t = pipes.Template() 33 t = pipes.Template() 37 t = pipes.Template() 41 t = pipes.Template() 45 t = pipes.Template() 49 t = pipes.Template() 53 t = pipes.Template() 57 uncompress = pipes.Template()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
toaiff.py | 16 import pipes 23 t = pipes.Template() 33 t = pipes.Template() 37 t = pipes.Template() 41 t = pipes.Template() 45 t = pipes.Template() 49 t = pipes.Template() 53 t = pipes.Template() 57 uncompress = pipes.Template()
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/usb/ |
vstusb.h | 25 * In general, vstusb supports standard bulk usb pipes. It supports multiple 26 * devices and multiple pipes per device. 32 * interface with ioctl configured pipes and timeouts. 42 * Changing read/write timeouts or pipes takes effect on next read/write.
|
/external/libnfc-nxp/src/ |
phHciNfc_Pipe.h | 87 /* Pipes for Configuring the RF Readers */ 93 /* Pipes for configuring the Card Emulation */ 100 /* Pipes for Peer to Peer Communication */ 109 /* Clearing all the created Pipes */ 124 * \brief Creates the Pipes of all the Supported Gates . 126 * This function Creates the pipes for all the supported gates 138 * \brief Deletes the Pipes of all the Supported Gates . 140 * This function Deletes the pipes for all the supported gates 151 * \brief Updates the Information of Pipes of all the Supported Gates . 249 * \brief Creates and Update the Pipes during the Sessio [all...] |
/external/llvm/tools/lli/Unix/ |
RPCChannel.inc | 39 // Create two pipes. 48 // Close the parent ends of the pipes 52 // Use our pipes as stdin and stdout 70 // Close the child ends of the pipes 74 // Store the parent ends of the pipes 82 // Store the parent ends of the pipes
|
/external/autotest/client/site_tests/security_ptraceRestrictions/src/ |
thread-prctl.c | 47 int pipes[2]; variable 78 close(pipes[1]); 82 saw = read(pipes[0], buf, 3); 124 close(pipes[0]); 157 write(pipes[1], "ok\n", 3); 220 if (pipe(pipes)<0) { 249 /* Leave the pipes for the tracee and tracer. */ 250 close(pipes[0]); 251 close(pipes[1]);
|
/hardware/qcom/display/msm8084/liboverlay/ |
Android.mk | 21 pipes/overlayGenPipe.cpp
|
/hardware/qcom/display/msm8226/liboverlay/ |
Android.mk | 20 pipes/overlayGenPipe.cpp
|
/hardware/qcom/display/msm8909/liboverlay/ |
Android.mk | 21 pipes/overlayGenPipe.cpp
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_mdpcomp.h | 117 /* No of pipes needed for Framebuffer */ 119 /* calculates pipes needed for the panel */ 125 /* configures MPD pipes */ 132 /* allocate MDP pipes from overlay */ 160 /* gets available pipes for mdp comp */ 190 /* configure's overlay pipes for the frame */ 194 /* allocates pipes to selected candidates */ 217 /* configure's overlay pipes for the frame */ 221 /* allocates pipes to selected candidates */
|
/hardware/qcom/display/msm8960/liboverlay/ |
Android.mk | 19 pipes/overlayGenPipe.cpp
|
/hardware/qcom/display/msm8994/liboverlay/ |
Android.mk | 23 pipes/overlayGenPipe.cpp
|
/external/clang/test/Misc/ |
dev-fd-fs.c | 4 // Check reading from named pipes. We cat the input here instead of redirecting 13 // Check writing to /dev/fd named pipes. We use cat here as before to ensure we
|