/prebuilts/misc/darwin-x86/analyzer/tools/scan-view/ |
startfile.py | 34 def _invoke(self, cmdline): 57 pipe = subprocess.Popen(cmdline, stdin=inout, stdout=inout, 71 cmdline = self.args + [filename] 74 cmdline = self.args + filename 76 return self._invoke(cmdline)
|
/prebuilts/misc/linux-x86/analyzer/tools/scan-view/ |
startfile.py | 34 def _invoke(self, cmdline): 57 pipe = subprocess.Popen(cmdline, stdin=inout, stdout=inout, 71 cmdline = self.args + [filename] 74 cmdline = self.args + filename 76 return self._invoke(cmdline)
|
/external/chromium_org/tools/win/link_limiter/ |
limiter.cc | 66 tstring cmdline = tstring(GetCommandLine()); local 68 size_t first_space = cmdline.find(' '); 71 cmdline = exe_name; 73 cmdline = exe_name + cmdline.substr(first_space); 77 const_cast<TCHAR*>(cmdline.c_str()), 87 cmdline.c_str(), ErrorMessageToString(GetLastError()).c_str());
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_getopt.py | 101 cmdline = ['-a', '1', '-b', '--alpha=2', '--beta', '-a', '3', '-a', 104 opts, args = getopt.getopt(cmdline, 'a:b', ['alpha=', 'beta']) 112 self.assertError(getopt.getopt, cmdline, 'a:b', ['alpha', 'beta']) 116 cmdline = ['-a', 'arg1', '-b', '1', '--alpha', '--beta=2'] 119 opts, args = getopt.gnu_getopt(cmdline, 'ab:', ['alpha', 'beta=']) 130 opts, args = getopt.gnu_getopt(cmdline, '+ab:', ['alpha', 'beta=']) 136 opts, args = getopt.gnu_getopt(cmdline, 'ab:', ['alpha', 'beta='])
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_getopt.py | 101 cmdline = ['-a', '1', '-b', '--alpha=2', '--beta', '-a', '3', '-a', 104 opts, args = getopt.getopt(cmdline, 'a:b', ['alpha=', 'beta']) 112 self.assertError(getopt.getopt, cmdline, 'a:b', ['alpha', 'beta']) 116 cmdline = ['-a', 'arg1', '-b', '1', '--alpha', '--beta=2'] 119 opts, args = getopt.gnu_getopt(cmdline, 'ab:', ['alpha', 'beta=']) 130 opts, args = getopt.gnu_getopt(cmdline, '+ab:', ['alpha', 'beta=']) 136 opts, args = getopt.gnu_getopt(cmdline, 'ab:', ['alpha', 'beta='])
|
/external/chromium_org/base/process/ |
launch.h | 143 // Launch a process via the command line |cmdline|. 161 BASE_EXPORT bool LaunchProcess(const CommandLine& cmdline, 175 // cmdline = "c:\windows\explorer.exe" -foo "c:\bar\" 176 BASE_EXPORT bool LaunchProcess(const string16& cmdline, 186 BASE_EXPORT bool LaunchElevatedProcess(const CommandLine& cmdline,
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
winrand.c | 70 PSTR cmdline, int iCmdShow) 78 if (cmdline[0] == '\0') 81 filename = cmdline;
|
/external/openssl/apps/ |
winrand.c | 70 PSTR cmdline, int iCmdShow) 78 if (cmdline[0] == '\0') 81 filename = cmdline;
|
/hardware/intel/bootstub/ |
bootstub.c | 151 void *cmdline = (void *)BOOT_CMDLINE_OFFSET; local 158 cmdline_len = strnlen((const char *)aosp->cmdline, sizeof(aosp->cmdline)); 164 memset(cmdline, 0, sizeof(aosp->cmdline)); 165 memcpy(cmdline, (const void *)aosp->cmdline, cmdline_len); 177 memset(cmdline, 0, CMDLINE_SIZE); 178 memcpy(cmdline, (const void *)CMDLINE_OFFSET, cmdline_len); 376 mb.cmdline = (u32)strnchr((char *)CMDLINE_OFFSET, '$', CMDLINE_SIZE) + 1 [all...] |
/external/chromium_org/chrome/browser/component_updater/ |
recovery_component_installer.cc | 135 CommandLine cmdline(main_file); 138 cmdline.AppendArg(arguments); 142 cmdline.AppendSwitchASCII("version", current_version_.GetString()); 151 return base::LaunchProcess(cmdline, base::LaunchOptions(), NULL);
|
/external/chromium_org/chrome/browser/diagnostics/ |
diagnostics_model.h | 105 DiagnosticsModel* MakeDiagnosticsModel(const base::CommandLine& cmdline);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
__init__.py | 17 from coverage.cmdline import main, CoverageScript
|
/external/chromium_org/tools/site_compare/ |
site_compare.py | 163 cmdline = command_line.CommandLine() 166 # commands.compare2.CreateCommand(cmdline) 167 # commands.maskmaker.CreateCommand(cmdline) 168 commands.measure.CreateCommand(cmdline) 169 commands.scrape.CreateCommand(cmdline) 171 cmdline.ParseCommandLine()
|
command_line.py | 10 Basically, a better optparse. I took heed of epg's WHINE() in gvn.cmdline 53 self.cmdline = None 279 while len(self.cmdline.rargs): 343 argstr = self.cmdline.rargs.pop(0) 349 if len(self.cmdline.rargs): 350 value = self.cmdline.rargs.pop(0) 392 if argstr: self.cmdline.largs.append(argstr) 393 if value: self.cmdline.largs.append(value) 475 initial_indent = "Usage: %s %s " % (self.cmdline.prog, name) 542 cmd.cmdline = sel [all...] |
/external/genext2fs/ |
mkbootimg_ext2.sh | 5 CMDLINE= 23 --cmdline) 24 CMDLINE=$2 54 echo " --cmdline <cmdline> The command line to use" 85 echo -n "$CMDLINE" > $TMPDIR/cmdline
|
/external/chromium_org/tools/gn/ |
command_refs.cc | 95 const CommandLine* cmdline = CommandLine::ForCurrentProcess(); local 97 bool file_output = cmdline->HasSwitch("files");
|
trace.h | 54 const std::string& cmdline() const { return cmdline_; } function in class:TraceItem 76 void SetCommandLine(const base::CommandLine& cmdline);
|
standard_out.cc | 39 const base::CommandLine* cmdline = base::CommandLine::ForCurrentProcess(); local 40 if (cmdline->HasSwitch(kSwitchNoColor)) { 54 if (cmdline->HasSwitch(kSwitchColor))
|
/external/qemu/ |
Makefile.qemu-launcher | 16 android/cmdline-option.c \
|
/external/chromium_org/tools/ |
nocompile_driver.py | 202 'cmdline': The exectued command line. 223 cmdline = ['g++'] 224 cmdline.extend(shlex.split(cflags)) 228 cmdline.append('-D%s' % name) 229 cmdline.extend(['-o', '/dev/null', '-c', '-x', 'c++', sourcefile_path]) 231 process = subprocess.Popen(cmdline, stdout=subprocess.PIPE, 235 'cmdline': ' '.join(cmdline), 277 resultfile.write('#error "compile line: %s"\n' % test['cmdline'])
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
webbrowser.py | 172 cmdline = [self.name] + [arg.replace("%s", url) 176 p = subprocess.Popen(cmdline) 178 p = subprocess.Popen(cmdline, close_fds=True) 189 cmdline = [self.name] + [arg.replace("%s", url) 193 p = subprocess.Popen(cmdline) 198 p = subprocess.Popen(cmdline, close_fds=True, preexec_fn=setsid) 223 cmdline = [self.name] + raise_opt + args 236 p = subprocess.Popen(cmdline, close_fds=True, stdin=inout, 667 for cmdline in _userchoices: 668 if cmdline != '' 672 cmdline = None # to make del work if _userchoices was empty variable [all...] |
CGIHTTPServer.py | 261 cmdline = [scriptfile] 267 cmdline = [interp, '-u'] + cmdline 269 cmdline.append(query) 271 self.log_message("command: %s", subprocess.list2cmdline(cmdline)) 276 p = subprocess.Popen(cmdline,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
webbrowser.py | 172 cmdline = [self.name] + [arg.replace("%s", url) 176 p = subprocess.Popen(cmdline) 178 p = subprocess.Popen(cmdline, close_fds=True) 189 cmdline = [self.name] + [arg.replace("%s", url) 193 p = subprocess.Popen(cmdline) 198 p = subprocess.Popen(cmdline, close_fds=True, preexec_fn=setsid) 223 cmdline = [self.name] + raise_opt + args 236 p = subprocess.Popen(cmdline, close_fds=True, stdin=inout, 667 for cmdline in _userchoices: 668 if cmdline != '' 672 cmdline = None # to make del work if _userchoices was empty variable [all...] |
CGIHTTPServer.py | 261 cmdline = [scriptfile] 267 cmdline = [interp, '-u'] + cmdline 269 cmdline.append(query) 271 self.log_message("command: %s", subprocess.list2cmdline(cmdline)) 276 p = subprocess.Popen(cmdline,
|
/external/qemu/hw/android/ |
android_mips.c | 67 unsigned int cmdline; local 110 cmdline = ram_size - TARGET_PAGE_SIZE; 124 sprintf (phys_ram_base+cmdline, "%s rd_start=0x" TARGET_FMT_lx " rd_size=%li", 128 strcpy (phys_ram_base+cmdline, kernel_cmdline); 131 env->active_tc.gpr[4] = PHYS_TO_VIRT(cmdline);/* a0 */
|