HomeSort by relevance Sort by last modified time
    Searched full:commandline (Results 276 - 300 of 2662) sorted by null

<<11121314151617181920>>

  /external/chromium_org/content/common/sandbox_linux/
bpf_gpu_policy_linux.cc 76 const base::CommandLine& command_line =
77 *base::CommandLine::ForCurrentProcess();
147 base::CommandLine::StringVector exec =
148 base::CommandLine::ForCurrentProcess()->GetArgs();
149 base::CommandLine::Reset();
150 base::CommandLine::Init(0, NULL);
151 base::CommandLine::ForCurrentProcess()->InitFromArgv(exec);
152 base::CommandLine::ForCurrentProcess()->AppendSwitchASCII(
  /external/chromium_org/content/shell/app/
shell_crash_reporter_client.cc 51 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kCrashDumpsDir))
53 *crash_dir = CommandLine::ForCurrentProcess()->GetSwitchValuePath(
  /external/chromium_org/content/test/
content_test_suite.cc 82 if (!CommandLine::ForCurrentProcess()->HasSwitch(
85 gpu::ApplyGpuDriverBugWorkarounds(CommandLine::ForCurrentProcess());
  /external/chromium_org/media/base/
run_all_unittests.cc 31 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess();
  /external/chromium_org/media/video/capture/
video_capture_device_factory.cc 27 const CommandLine* command_line = CommandLine::ForCurrentProcess();
  /external/chromium_org/net/test/
python_utils_unittest.cc 48 base::CommandLine cmd_line(base::CommandLine::NO_PROGRAM);
  /external/chromium_org/remoting/base/
service_urls.cc 36 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess();
  /external/chromium_org/remoting/host/
desktop_process_main.cc 26 const base::CommandLine* command_line =
27 base::CommandLine::ForCurrentProcess();
  /external/chromium_org/skia/ext/
image_operations_bench.cc 147 bool ParseArgs(const base::CommandLine* command_line);
179 bool Benchmark::ParseArgs(const base::CommandLine* command_line) {
180 const base::CommandLine::SwitchMap& switches = command_line->GetSwitches();
183 for (base::CommandLine::SwitchMap::const_iterator iter = switches.begin();
263 base::CommandLine::Init(argc, argv);
266 base::CommandLine::Reset();
269 const base::CommandLine* Get() const {
270 return base::CommandLine::ForCurrentProcess();
  /external/chromium_org/third_party/libjingle/overrides/
init_webrtc.h 15 class CommandLine;
48 const base::CommandLine& command_line,
  /external/chromium_org/tools/android/common/
daemon.cc 36 bool HasHelpSwitch(const CommandLine& command_line) {
40 bool HasNoSpawnDaemonSwitch(const CommandLine& command_line) {
  /external/chromium_org/ui/views_content_client/
views_content_main_delegate.cc 43 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
  /external/chromium_org/win8/delegate_execute/
delegate_execute_operation.h 16 class CommandLine;
48 bool Init(const base::CommandLine* cmd_line);
  /frameworks/compile/mclinker/tools/mcld/include/mcld/
SearchPathOptions.h 11 #include <llvm/Support/CommandLine.h>
13 #include <mcld/Support/CommandLine.h>
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
ant-stylebook.jar 
  /external/chromium_org/chrome/browser/bookmarks/
enhanced_bookmarks_features.cc 90 bool opt_out = CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
139 && CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
205 CommandLine* command_line = CommandLine::ForCurrentProcess();
240 if (CommandLine::ForCurrentProcess()->
252 if (CommandLine::ForCurrentProcess()->
  /external/chromium_org/chrome/browser/chromeos/login/enrollment/
auto_enrollment_controller.cc 27 CommandLine* command_line = CommandLine::ForCurrentProcess();
60 CommandLine* command_line = CommandLine::ForCurrentProcess();
99 CommandLine* command_line = CommandLine::ForCurrentProcess();
  /external/chromium_org/chrome/browser/ui/aura/
chrome_browser_main_extra_parts_aura.cc 66 const CommandLine* command_line = CommandLine::ForCurrentProcess();
72 const CommandLine* command_line = CommandLine::ForCurrentProcess();
148 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
  /external/chromium_org/chrome/installer/util/
product.cc 61 const CommandLine& uninstall_command) {
68 CommandLine cmd(application_path.Append(installer::kChromeExe));
75 const CommandLine& options,
80 CommandLine cmd(application_path.Append(installer::kChromeExe));
146 void Product::AppendProductFlags(CommandLine* command_line) const {
150 void Product::AppendRenameFlags(CommandLine* command_line) const {
  /external/chromium_org/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/
ContentShellActivity.java 16 import org.chromium.base.CommandLine;
48 if (!CommandLine.isInitialized()) {
49 CommandLine.initFromFile(COMMAND_LINE_FILE);
52 CommandLine.getInstance().appendSwitchesAndArguments(commandLineParams);
79 if (CommandLine.getInstance().hasSwitch(ContentSwitches.DUMP_RENDER_TREE)) {
136 if (CommandLine.getInstance().hasSwitch(BaseSwitches.WAIT_FOR_JAVA_DEBUGGER)) {
  /external/chromium_org/content/shell/browser/
shell_browser_main.cc 94 bool GetNextTest(const CommandLine::StringVector& args,
156 CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree);
162 CommandLine::ForCurrentProcess()->AppendSwitchASCII(
178 if (CommandLine::ForCurrentProcess()->HasSwitch(
198 CommandLine::StringVector args =
199 CommandLine::ForCurrentProcess()->GetArgs();
  /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/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DumpFields.java 61 CommandLine commandLine;
64 commandLine = parser.parse(options, args);
70 String[] remainingArgs = commandLine.getArgs();
72 Option[] parsedOptions = commandLine.getOptions();
89 apiLevel = Integer.parseInt(commandLine.getOptionValue("a"));
DumpVtables.java 59 CommandLine commandLine;
62 commandLine = parser.parse(options, args);
68 String[] remainingArgs = commandLine.getArgs();
70 Option[] parsedOptions = commandLine.getOptions();
87 apiLevel = Integer.parseInt(commandLine.getOptionValue("a"));

Completed in 2900 milliseconds

<<11121314151617181920>>