Searched refs:PIPE (Results 1 – 17 of 17) sorted by relevance
36 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument38 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument
73 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument75 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument
4 from subprocess import Popen, PIPE8 …return [o for o in Popen(['clang', option], stderr=PIPE).stderr.readlines() if "unknown argument" …
66 stdin=subprocess.PIPE,67 stdout=subprocess.PIPE,68 stderr=subprocess.PIPE,
120 stdout=subprocess.PIPE,121 stderr=subprocess.PIPE,
95 p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
22 P_SIGNUM(PIPE); in syscall_arg__scnprintf_signum()
147 - "pipe" PIPE reset153 - "pipe_sticky" PIPE sticky reset162 - "pipe" PIPE reset
38 plane -> PIPE{RGBn,VGn} \51 plane -> PIPE{RGBn,VIGn} \
34 from subprocess import call, Popen, PIPE301 lf = Popen('dmesg', stdout=PIPE).stdout750 call(sysvals.blexec, stderr=PIPE, stdout=PIPE,
62 from subprocess import call, Popen, PIPE397 fp = Popen('dmesg', stdout=PIPE).stdout412 fp = Popen('dmesg', stdout=PIPE).stdout2346 process = Popen(c, shell=True, stdout=PIPE)
55 - utmi-mode : controls the source of UTMI/PIPE status for VBUS and OTG ID.
127 reg = PIPE ## a ## TRN; \ in usbhsp_pipe_trn_set()163 reg = PIPE ## a ## TRE; \ in usbhsp_pipe_tre_set()
131 stdout=subprocess.PIPE,132 stderr=subprocess.PIPE,
55 SRI(DMIF_BUFFER_CONTROL, PIPE, id)
94 proc = subprocess.Popen(cmd, shell=shell, stdout=subprocess.PIPE,95 stderr=subprocess.PIPE)
1018 stdout=subprocess.PIPE)