/external/chromium_org/tools/win/split_link/ |
D | graph_dependencies.py | 21 popen = subprocess.Popen( 24 popen.communicate() 25 if popen.returncode != 0: 26 return popen.returncode 28 popen = subprocess.Popen( 33 out, _ = popen.communicate() 34 if popen.returncode != 0: 35 return popen.returncode
|
D | split_link.py | 187 popen = subprocess.Popen([link_exe, '@' + rspfile], stdout=subprocess.PIPE) 188 stdout, _ = popen.communicate() 189 if index == 0 and popen.returncode == 0 and intermediate_manifest: 195 return stdout, popen.returncode, output_name 201 popen = subprocess.Popen( 203 stdout, _ = popen.communicate()
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
D | win_tool.py | 211 popen = subprocess.Popen(args, shell=True, env=env, 213 out, _ = popen.communicate() 217 return popen.returncode 243 popen = subprocess.Popen(args, shell=True, env=env, 245 out, _ = popen.communicate() 257 return popen.returncode 265 popen = subprocess.Popen(args, shell=True, env=env, 267 out, _ = popen.communicate() 274 return popen.returncode 280 popen = subprocess.Popen(args, shell=True, env=env, [all …]
|
/external/chromium_org/build/ |
D | extract_from_cab.py | 16 popen = subprocess.Popen(args, stdout=subprocess.PIPE) 17 out, _ = popen.communicate() 18 if popen.returncode: 21 return popen.returncode
|
/external/chromium_org/build/android/pylib/utils/ |
D | emulator.py | 239 self.popen = None 364 self.popen = subprocess.Popen(args=emulator_command, 411 self.popen.poll() 412 if self.popen.returncode != None: 428 if self.popen: 429 self.popen.poll() 430 if self.popen.returncode == None: 431 self.popen.kill() 432 self.popen = None
|
/external/chromium_org/tools/git/ |
D | mass-rename.py | 26 popen = subprocess.Popen('git diff --cached --raw -M', 28 out, _ = popen.communicate() 29 if popen.returncode != 0:
|
/external/chromium_org/base/allocator/ |
D | prep_libc.py | 25 popen = subprocess.Popen( 27 out, _ = popen.communicate() 31 return popen.returncode
|
/external/chromium_org/remoting/tools/ |
D | zip2msi.py | 182 popen = subprocess.Popen( 184 out, _ = popen.communicate() 185 if popen.returncode: 189 print '%s returned %d' % (args[0], popen.returncode) 190 return popen.returncode
|
/external/lldb/test/benchmarks/disassembly/ |
D | TestDoAttachThenDisassembly.py | 37 popen = subprocess.Popen([exe, self.lldbOption], 40 print "pid of spawned process: %d" % popen.pid 45 process = target.AttachToProcessWithID(listener, popen.pid, error)
|
/external/lldb/test/functionalities/process_attach/ |
D | TestProcessAttach.py | 52 popen = self.spawnSubprocess(exe) 55 self.runCmd("process attach -p " + str(popen.pid)) 69 popen = self.spawnSubprocess(exe)
|
/external/bison/lib/ |
D | stdio--.h | 39 # undef popen 40 # define popen popen_safer macro
|
D | stdio.in.h | 805 # undef popen 806 # define popen rpl_popen 808 _GL_FUNCDECL_RPL (popen, FILE *, (const char *cmd, const char *mode) 810 _GL_CXXALIAS_RPL (popen, FILE *, (const char *cmd, const char *mode)); 813 _GL_FUNCDECL_SYS (popen, FILE *, (const char *cmd, const char *mode) 816 _GL_CXXALIAS_SYS (popen, FILE *, (const char *cmd, const char *mode)); 818 _GL_CXXALIASWARN (popen); 820 # undef popen 822 _GL_WARN_ON_USE (popen, "popen is buggy on some platforms - "
|
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/ |
D | list_ports_linux.py | 19 def popen(argv): function 26 def popen(argv): function 84 desc = popen(['lsusb', '-v', '-s', '%s:%s' % (bus, dev)])
|
/external/oprofile/ |
D | opimport_pull | 86 stream = os.popen("find raw_samples -type d -name \*\ \(deleted\)\* | sort -r") 102 stream = os.popen("find raw_samples -type f -name \*all")
|
D | oprofile_android | 60 popen = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE) 63 stdout, stderr = popen.communicate() 70 rc = popen.poll()
|
/external/lldb/test/python_api/hello_world/ |
D | TestHelloWorld.py | 140 popen = self.spawnSubprocess(self.exe, ["abc", "xyz"]) 148 process = target.AttachToProcessWithID(listener, popen.pid, error) 165 popen = self.spawnSubprocess(self.exe, ["abc", "xyz"])
|
/external/lldb/test/functionalities/thread/create_after_attach/ |
D | TestCreateAfterAttach.py | 57 popen = self.spawnSubprocess(exe) 58 pid = popen.pid
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
D | profiler.py | 145 self._perf_process = self._host.executive.popen(cmd) 185 self._profiler_process = self._host.executive.popen(cmd) 205 self._profiler_process = self._host.executive.popen(cmd)
|
D | executive.py | 99 child_process = self.popen(args, 276 ps_process = self.popen(['ps', '-eo', 'pid,comm'], stdout=self.PIPE, stderr=self.PIPE) 388 process = self.popen(args, 457 def popen(self, args, **kwargs): member in Executive
|
/external/bison/linux-lib/ |
D | stdio.h | 1117 # undef popen 1118 # define popen rpl_popen 1120 _GL_FUNCDECL_RPL (popen, FILE *, (const char *cmd, const char *mode) 1122 _GL_CXXALIAS_RPL (popen, FILE *, (const char *cmd, const char *mode)); 1125 _GL_FUNCDECL_SYS (popen, FILE *, (const char *cmd, const char *mode) 1128 _GL_CXXALIAS_SYS (popen, FILE *, (const char *cmd, const char *mode)); 1130 _GL_CXXALIASWARN (popen); 1132 # undef popen 1134 _GL_WARN_ON_USE (popen, "popen is buggy on some platforms - "
|
/external/bison/darwin-lib/ |
D | stdio.h | 1117 # undef popen 1118 # define popen rpl_popen 1120 _GL_FUNCDECL_RPL (popen, FILE *, (const char *cmd, const char *mode) 1122 _GL_CXXALIAS_RPL (popen, FILE *, (const char *cmd, const char *mode)); 1125 _GL_FUNCDECL_SYS (popen, FILE *, (const char *cmd, const char *mode) 1128 _GL_CXXALIAS_SYS (popen, FILE *, (const char *cmd, const char *mode)); 1130 _GL_CXXALIASWARN (popen); 1132 # undef popen 1134 _GL_WARN_ON_USE (popen, "popen is buggy on some platforms - "
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/ |
D | apache_http.py | 129 self._process = self._executive.popen(self._start_cmd, stderr=self._executive.PIPE) 158 proc = self._executive.popen([self._port_obj.path_to_apache(),
|
/external/e2fsprogs/include/nonunix/ |
D | unistd.h | 15 #define popen _popen macro
|
/external/chromium_org/testing/gtest/scripts/ |
D | common.py | 49 f = os.popen(command, 'r')
|
/external/valgrind/main/none/tests/ |
D | coolo_sigaction.cpp | 45 FILE *p = popen("echo Hallo World", "r"); in main()
|