/external/chromium_org/components/dom_distiller/standalone/ |
content_extractor.cc | 88 if (base::CommandLine::ForCurrentProcess()->HasSwitch(kExtractTextOnly)) { 92 if (base::CommandLine::ForCurrentProcess()->HasSwitch(kDebugLevel) && 94 base::CommandLine::ForCurrentProcess()->GetSwitchValueASCII( 170 const CommandLine& command_line) { 233 if (!CommandLine::ForCurrentProcess()->HasSwitch(kDisableDnsSwitch)) { 252 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); 297 if (CommandLine::ForCurrentProcess()->HasSwitch(kShouldOutputBinary)) { 304 if (CommandLine::ForCurrentProcess()->HasSwitch(kOutputFile)) { 306 CommandLine::ForCurrentProcess()->GetSwitchValuePath(kOutputFile) [all...] |
/external/flac/libFLAC/ |
libFLAC_dynamic.vcproj | 421 CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/bitreader_asm.nasm -o ia32/bitreader_asm.obj
"
431 CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/bitreader_asm.nasm -o ia32/bitreader_asm.obj
"
449 CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/cpu_asm.nasm -o ia32/cpu_asm.obj
"
459 CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/cpu_asm.nasm -o ia32/cpu_asm.obj
"
473 CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/fixed_asm.nasm -o ia32/fixed_asm.obj
"
483 CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/fixed_asm.nasm -o ia32/fixed_asm.obj
"
497 CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/lpc_asm.nasm -o ia32/lpc_asm.obj
"
507 CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/lpc_asm.nasm -o ia32/lpc_asm.obj
"
521 CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/stream_encoder_asm.nasm -o ia32/stream_encoder_asm.obj
"
531 CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/stream_encoder_asm.nasm -o ia32/stream_encod (…) [all...] |
libFLAC_static.vcproj | 390 CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/bitreader_asm.nasm -o ia32/bitreader_asm.obj
"
400 CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/bitreader_asm.nasm -o ia32/bitreader_asm.obj
"
414 CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/cpu_asm.nasm -o ia32/cpu_asm.obj
"
424 CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/cpu_asm.nasm -o ia32/cpu_asm.obj
"
438 CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/fixed_asm.nasm -o ia32/fixed_asm.obj
"
448 CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/fixed_asm.nasm -o ia32/fixed_asm.obj
"
462 CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/lpc_asm.nasm -o ia32/lpc_asm.obj
"
472 CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/lpc_asm.nasm -o ia32/lpc_asm.obj
"
486 CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/stream_encoder_asm.nasm -o ia32/stream_encoder_asm.obj
"
496 CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/stream_encoder_asm.nasm -o ia32/stream_encod (…) [all...] |
/external/chromium_org/chrome/browser/printing/cloud_print/test/ |
cloud_print_proxy_process_browsertest.cc | 217 CommandLine* command_line = CommandLine::ForCurrentProcess(); 263 EXPECT_TRUE(CommandLine::ForCurrentProcess()->HasSwitch( 266 CommandLine::ForCurrentProcess()->GetSwitchValueASCII( 325 virtual CommandLine MakeCmdLine(const std::string& procname) OVERRIDE; 327 bool LaunchBrowser(const CommandLine& command_line, Profile* profile) { 414 CommandLine* command_line = CommandLine::ForCurrentProcess(); 497 CommandLine CloudPrintProxyPolicyStartupTest::MakeCmdLine( 499 CommandLine cl = MultiProcessTest::MakeCmdLine(procname) [all...] |
/external/chromium_org/chrome/test/ppapi/ |
ppapi_test.cc | 42 void AddPrivateSwitches(base::CommandLine* command_line) { 134 void PPAPITestBase::SetUpCommandLine(base::CommandLine* command_line) { 248 if (base::CommandLine::ForCurrentProcess()->HasSwitch( 285 void PPAPITest::SetUpCommandLine(base::CommandLine* command_line) { 317 void PPAPIPrivateTest::SetUpCommandLine(base::CommandLine* command_line) { 326 void OutOfProcessPPAPITest::SetUpCommandLine(base::CommandLine* command_line) { 333 base::CommandLine* command_line) { 338 void PPAPINaClTest::SetUpCommandLine(base::CommandLine* command_line) { 399 base::CommandLine* command_line) { 412 base::CommandLine* command_line) [all...] |
/external/clang/lib/Tooling/ |
Tooling.cpp | 168 ToolInvocation::ToolInvocation(std::vector<std::string> CommandLine, 170 : CommandLine(std::move(CommandLine)), 176 ToolInvocation::ToolInvocation(std::vector<std::string> CommandLine, 178 : CommandLine(std::move(CommandLine)), 201 for (const std::string &Str : CommandLine) 345 std::vector<std::string> CommandLine = Command.second.CommandLine; 347 CommandLine = Adjuster->Adjust(CommandLine) [all...] |
/external/smali/baksmali/src/main/java/org/jf/baksmali/ |
main.java | 93 CommandLine commandLine; 96 commandLine = parser.parse(options, args); 109 String[] remainingArgs = commandLine.getArgs(); 110 Option[] clOptions = commandLine.getOptions(); 130 options.outputDirectory = commandLine.getOptionValue("o"); 151 String[] values = commandLine.getOptionValues('r'); 185 String bcp = commandLine.getOptionValue("c"); 200 options.apiLevel = Integer.parseInt(commandLine.getOptionValue("a")); 203 options.jobs = Integer.parseInt(commandLine.getOptionValue("j")) [all...] |
/external/lzma/Java/SevenZip/ |
LzmaAlone.java | 5 static public class CommandLine
174 CommandLine params = new CommandLine();
181 if (params.Command == CommandLine.kBenchmak)
190 else if (params.Command == CommandLine.kEncode || params.Command == CommandLine.kDecode)
201 if (params.Command == CommandLine.kEncode)
|
/external/chromium_org/chrome/browser/ |
io_thread.h | 34 class CommandLine; 268 void InitializeNetworkOptions(const base::CommandLine& parsed_command_line); 271 void ConfigureTCPFastOpen(const base::CommandLine& command_line); 317 void ConfigureQuic(const base::CommandLine& command_line); 332 const base::CommandLine& command_line, 340 const base::CommandLine& command_line, 348 const base::CommandLine& command_line); 353 const base::CommandLine& command_line, 360 const base::CommandLine& command_line, 377 const base::CommandLine& command_line [all...] |
/external/chromium_org/chrome/test/base/ |
in_process_browser_test.cc | 157 CommandLine* command_line = CommandLine::ForCurrentProcess(); 209 CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests)) { 220 void InProcessBrowserTest::PrepareTestCommandLine(CommandLine* command_line) { 221 // Propagate commandline settings from test_launcher_utils. 263 CommandLine* command_line = CommandLine::ForCurrentProcess(); 361 CommandLine InProcessBrowserTest::GetCommandLineForRelaunch() { 362 CommandLine new_command_line(CommandLine::ForCurrentProcess()->GetProgram()) [all...] |
/external/chromium_org/chrome/browser/ui/views/app_list/win/ |
app_list_service_win.cc | 101 CommandLine GetAppListCommandLine() { 103 CommandLine* current = CommandLine::ForCurrentProcess(); 107 return CommandLine(CommandLine::NO_PROGRAM); 109 CommandLine command_line(chrome_exe); 121 CommandLine* command_line = CommandLine::ForCurrentProcess(); 240 CommandLine relaunch = GetAppListCommandLine();
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
ChildProcessConnectionImpl.java | 79 ConnectionParams(String[] commandLine, FileDescriptorInfo[] filesToBeMapped, 81 mCommandLine = commandLine; 114 boolean bind(String[] commandLine) { 118 if (commandLine != null) { 119 intent.putExtra(EXTRA_COMMAND_LINE, commandLine); 228 public void start(String[] commandLine) { 235 if (!mInitialBinding.bind(commandLine)) { 249 String[] commandLine, 265 commandLine, filesToBeMapped, processCallback, sharedRelros);
|
/external/chromium_org/content/public/test/ |
browser_test_base.cc | 171 CommandLine* command_line = CommandLine::ForCurrentProcess(); 280 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnableTracing)) { 282 CommandLine::ForCurrentProcess()->GetSwitchValueASCII( 292 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnableTracing)) { 294 CommandLine::ForCurrentProcess()->GetSwitchValuePath( 323 CHECK(CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess)); 344 CommandLine* cmd = CommandLine::ForCurrentProcess();
|
/external/chromium_org/base/test/ |
multiprocess_test.h | 18 class CommandLine; 28 // CommandLine command_line( 63 const CommandLine& command_line, 68 CommandLine GetMultiProcessTestChildBaseCommandLine(); 124 virtual CommandLine MakeCmdLine(const std::string& procname);
|
/external/chromium_org/chrome/browser/ui/app_list/ |
app_list_service.cc | 24 // For when an app list show request is received via CommandLine. Indicates 33 base::Time GetOriginalProcessStartTime(const CommandLine& command_line) { 51 StartupType GetStartupType(const CommandLine& command_line) { 100 const CommandLine& command_line, 161 const base::CommandLine& command_line,
|
/external/chromium_org/chrome/installer/util/ |
installer_state_unittest.cc | 79 CommandLine cmd_line = CommandLine::FromString(L"setup.exe"); 252 CommandLine cmd_line = CommandLine::FromString( 335 CommandLine cmd_line = CommandLine::FromString( 389 CommandLine cmd_line = CommandLine::FromString(L"setup.exe --system-level"); 420 CommandLine cmd_line = CommandLine::FromString [all...] |
master_preferences.h | 80 // MasterPreferences(*CommandLine::ForCurrentProcess()). 88 explicit MasterPreferences(const base::CommandLine& cmd_line); 188 // CommandLine object for the current process. 189 // NOTE: Must not be called before CommandLine::Init() is called! 194 void InitializeFromCommandLine(const base::CommandLine& cmd_line);
|
/external/chromium_org/chrome/test/nacl/ |
nacl_browsertest_util.h | 65 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; 129 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; 135 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; 151 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; 156 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
|
/external/chromium_org/content/browser/gpu/ |
gpu_data_manager_impl_private.h | 22 class CommandLine; 66 void AppendRendererCommandLine(base::CommandLine* command_line) const; 68 void AppendGpuCommandLine(base::CommandLine* command_line) const; 70 void AppendPluginCommandLine(base::CommandLine* command_line) const; 250 // the --disable-gpu commandline switch.
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/compiler-runner/src/org/chromium/devtools/compiler/ |
Runner.java | 232 return descriptor.commandLine.split(" +"); 244 private final String commandLine; 246 public CompilerInstanceDescriptor(String moduleName, String commandLine) { 248 this.commandLine = commandLine;
|
/external/chromium_org/third_party/closure_compiler/runner/src/org/chromium/closure/compiler/ |
Runner.java | 241 return descriptor.commandLine.split(" +"); 253 private final String commandLine; 255 public CompilerInstanceDescriptor(String moduleName, String commandLine) { 257 this.commandLine = commandLine;
|
/external/chromium_org/win8/test/ |
test_registrar.cc | 36 CommandLine& command_line = *CommandLine::ForCurrentProcess(); 83 CommandLine& command_line = *CommandLine::ForCurrentProcess(); 132 CommandLine::Init(0, NULL);
|
/external/libpng/projects/visualc71/ |
pngtest.vcproj | 30 CommandLine="set path=$(OutDir)\..;$(OutDir)\..\ZLib 77 CommandLine="set path=$(OutDir)\..;$(OutDir)\..\ZLib 126 CommandLine="set path=$(OutDir)\..;$(OutDir)\..\..\Win32_DLL_Release\ZLib 175 CommandLine="set path=$(OutDir)\..;$(OutDir)\..\ZLib 223 CommandLine="set path=$(OutDir)\..;$(OutDir)\..\ZLib
|
/external/chromium_org/base/test/launcher/ |
test_launcher.cc | 81 LazyInstance<std::map<ProcessHandle, CommandLine> > g_live_processes 104 for (std::map<ProcessHandle, CommandLine>::iterator i = 126 for (std::map<ProcessHandle, CommandLine>::iterator i = 204 return CommandLine::ForCurrentProcess()->HasSwitch( 211 CommandLine PrepareCommandLineForGTest(const CommandLine& command_line, 213 CommandLine new_command_line(command_line.GetProgram()); 214 CommandLine::SwitchMap switches = command_line.GetSwitches(); 222 for (CommandLine::SwitchMap::const_iterator iter = switches.begin(); 227 // Prepend wrapper after last CommandLine quasi-copy operation. CommandLin [all...] |
/external/chromium_org/base/android/java/src/org/chromium/base/ |
SysUtils.java | 106 assert CommandLine.isInitialized(); 107 if (CommandLine.getInstance().hasSwitch(BaseSwitches.LOW_END_DEVICE_MODE)) { 108 int mode = Integer.parseInt(CommandLine.getInstance().getSwitchValue(
|