HomeSort by relevance Sort by last modified time
    Searched full:commandline (Results 76 - 100 of 741) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium/chrome/browser/first_run/
first_run_browser_process.h 18 explicit FirstRunBrowserProcess(const CommandLine& command_line);
first_run_win.cc 138 CommandLine cl(exe_path);
141 CommandLine* browser_command_line = CommandLine::ForCurrentProcess();
314 const CommandLine& cmdline = *CommandLine::ForCurrentProcess();
315 CommandLine import_cmd(cmdline.GetProgram());
331 import_cmd.CommandLine::AppendSwitchASCII(switches::kImport,
337 import_cmd.CommandLine::AppendSwitchPath(
374 const CommandLine& cmdline) {
  /external/chromium/chrome/browser/importer/
profile_import_process_host.cc 91 CommandLine* cmd_line = new CommandLine(exe_path);
98 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess();
  /external/chromium/chrome/browser/
tab_closeable_state_watcher.cc 22 if (!CommandLine::ForCurrentProcess()->HasSwitch(
content_setting_combo_model.cc 40 CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnableClickToPlay))
65 CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnableClickToPlay))
about_flags.h 69 // The commandline switch and value that are added when this lab is active.
70 // This is different from |internal_name| so that the commandline flag can be
86 // commandline flags belonging to the active experiments to |command_line|.
87 void ConvertFlagsToSwitches(PrefService* prefs, CommandLine* command_line);
102 std::map<std::string, CommandLine::StringType>* switch_list);
  /external/chromium/chrome/common/extensions/
extension_manifests_unittest.cc 352 CommandLine old_command_line = *CommandLine::ForCurrentProcess();
353 CommandLine::ForCurrentProcess()->AppendSwitch(
356 *CommandLine::ForCurrentProcess() = old_command_line;
365 CommandLine old_command_line = *CommandLine::ForCurrentProcess();
366 CommandLine::ForCurrentProcess()->AppendSwitch(
375 *CommandLine::ForCurrentProcess() = old_command_line;
382 CommandLine old_command_line = *CommandLine::ForCurrentProcess()
    [all...]
  /external/icu4c/layoutex/
layoutex.vcproj 446 CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\layout&#x0D;&#x0A;"
455 CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\layout&#x0D;&#x0A;"
464 CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\layout&#x0D;&#x0A;"
473 CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\layout&#x0D;&#x0A;"
486 CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\layout&#x0D;&#x0A;"
495 CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\layout&#x0D;&#x0A;"
504 CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\layout&#x0D;&#x0A;"
513 CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\layout&#x0D;&#x0A;"
526 CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\layout&#x0D;&#x0A;"
535 CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\layout&#x0D;&#x0A;
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_gallery_install_apitest.cc 18 void SetUpCommandLine(CommandLine* command_line) {
32 CommandLine::ForCurrentProcess()->AppendSwitchASCII(
  /external/chromium/chrome/browser/nacl_host/
nacl_broker_host_win.cc 36 CommandLine* cmd_line = new CommandLine(nacl_path);
  /external/chromium/chrome/browser/prefs/
pref_service_mock_builder.h 14 class CommandLine;
50 PrefServiceMockBuilder& WithCommandLine(CommandLine* command_line);
  /external/chromium/chrome/browser/ui/
browser_navigator_browsertest_chromeos.cc 20 virtual void SetUpCommandLine(CommandLine* command_line) {
21 CommandLine command_line_copy = *command_line;
  /external/chromium/chrome/common/
service_process_util_posix.h 26 class CommandLine;
27 CFDictionaryRef CreateServiceProcessLaunchdPlist(CommandLine* cmd_line,
chrome_content_client.cc 81 nacl.enabled = CommandLine::ForCurrentProcess()->HasSwitch(
95 if (CommandLine::ForCurrentProcess()->HasSwitch(
117 bool flash_out_of_process = !CommandLine::ForCurrentProcess()->HasSwitch(
121 const CommandLine::StringType flash_path =
122 CommandLine::ForCurrentProcess()->GetSwitchValueNative(
133 CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
  /external/v8/tools/visual_studio/
v8_snapshot_cc.vcproj 71 CommandLine="&quot;$(OutDir)\v8_mksnapshot.exe&quot; &quot;$(IntDir)\DerivedSources\snapshot.cc&quot;&#x0D;&#x0A;"
82 CommandLine="&quot;$(OutDir)\v8_mksnapshot.exe&quot; &quot;$(IntDir)\DerivedSources\snapshot.cc&quot;&#x0D;&#x0A;"
v8_snapshot_cc_x64.vcproj 71 CommandLine="&quot;$(OutDir)\v8_mksnapshot.exe&quot; &quot;$(IntDir)\DerivedSources\snapshot.cc&quot;&#x0D;&#x0A;"
82 CommandLine="&quot;$(OutDir)\v8_mksnapshot.exe&quot; &quot;$(IntDir)\DerivedSources\snapshot.cc&quot;&#x0D;&#x0A;"
  /external/webkit/Source/WebKit2/Shared/mac/
CommandLineMac.cpp 27 #include "CommandLine.h"
34 bool CommandLine::parse(int argc, char** argv)
  /external/webkit/Source/WebKit2/Shared/win/
CommandLineWin.cpp 27 #include "CommandLine.h"
31 bool CommandLine::parse(LPTSTR commandLineString)
  /external/chromium/net/tools/dump_cache/
dump_cache.cc 74 int LaunchSlave(const CommandLine& command_line,
93 CommandLine new_command_line = CommandLine::FromString(hacked_command_line);
115 CommandLine::Init(argc, argv);
117 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
  /external/protobuf/vsprojects/
lite-test.vcproj 31 CommandLine=""
108 CommandLine=""
231 CommandLine="Debug\protoc -I../src --cpp_out=. ../src/google/protobuf/unittest_lite.proto&#x0D;&#x0A;"
241 CommandLine="Release\protoc -I../src --cpp_out=. ../src/google/protobuf/unittest_lite.proto&#x0D;&#x0A;"
255 CommandLine="Debug\protoc -I../src --cpp_out=. ../src/google/protobuf/unittest_import_lite.proto&#x0D;&#x0A;"
265 CommandLine="Release\protoc -I../src --cpp_out=. ../src/google/protobuf/unittest_import_lite.proto&#x0D;&#x0A;"
  /external/chromium/chrome/browser/profiles/
profile_manager.cc 118 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
144 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
339 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
356 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
385 const CommandLine& command_line = *CommandLine::ForCurrentProcess()
    [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&#x0D;&#x0A;"
431 CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/bitreader_asm.nasm -o ia32/bitreader_asm.obj&#x0D;&#x0A;"
449 CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/cpu_asm.nasm -o ia32/cpu_asm.obj&#x0D;&#x0A;"
459 CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/cpu_asm.nasm -o ia32/cpu_asm.obj&#x0D;&#x0A;"
473 CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/fixed_asm.nasm -o ia32/fixed_asm.obj&#x0D;&#x0A;"
483 CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/fixed_asm.nasm -o ia32/fixed_asm.obj&#x0D;&#x0A;"
497 CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/lpc_asm.nasm -o ia32/lpc_asm.obj&#x0D;&#x0A;"
507 CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/lpc_asm.nasm -o ia32/lpc_asm.obj&#x0D;&#x0A;"
521 CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/stream_encoder_asm.nasm -o ia32/stream_encoder_asm.obj&#x0D;&#x0A;"
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&#x0D;&#x0A;"
400 CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/bitreader_asm.nasm -o ia32/bitreader_asm.obj&#x0D;&#x0A;"
414 CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/cpu_asm.nasm -o ia32/cpu_asm.obj&#x0D;&#x0A;"
424 CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/cpu_asm.nasm -o ia32/cpu_asm.obj&#x0D;&#x0A;"
438 CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/fixed_asm.nasm -o ia32/fixed_asm.obj&#x0D;&#x0A;"
448 CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/fixed_asm.nasm -o ia32/fixed_asm.obj&#x0D;&#x0A;"
462 CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/lpc_asm.nasm -o ia32/lpc_asm.obj&#x0D;&#x0A;"
472 CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/lpc_asm.nasm -o ia32/lpc_asm.obj&#x0D;&#x0A;"
486 CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/stream_encoder_asm.nasm -o ia32/stream_encoder_asm.obj&#x0D;&#x0A;"
496 CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/stream_encoder_asm.nasm -o ia32/stream_encod (…)
    [all...]
  /external/libpng/projects/visualc71/
pngtest.vcproj 30 CommandLine="set path=$(OutDir)\..;$(OutDir)\..\ZLib
77 CommandLine="set path=$(OutDir)\..;$(OutDir)\..\ZLib
125 CommandLine="set path=$(OutDir)\..;$(OutDir)\..\ZLib
173 CommandLine="set path=$(OutDir)\..;$(OutDir)\..\ZLib
222 CommandLine="set path=$(OutDir)\..;$(OutDir)\..\..\Win32_DLL_Release\ZLib
271 CommandLine="set path=$(OutDir)\..;$(OutDir)\..\ZLib
319 CommandLine="set path=$(OutDir)\..;$(OutDir)\..\ZLib
367 CommandLine="set path=$(OutDir)\..;$(OutDir)\..\ZLib
415 CommandLine="set path=$(OutDir)\..;$(OutDir)\..\ZLib
  /external/chromium/base/test/
test_suite.cc 55 CommandLine::Init(argc, argv);
66 CommandLine::Reset();
86 if (CommandLine::ForCurrentProcess()->HasSwitch(kStrictFailureHandling))
126 CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
208 !CommandLine::ForCurrentProcess()->HasSwitch("show-error-dialogs")) {

Completed in 1941 milliseconds

1 2 34 5 6 7 8 91011>>