HomeSort by relevance Sort by last modified time
    Searched refs:CommandLine (Results 276 - 300 of 341) sorted by null

<<11121314

  /external/chromium/chrome/browser/printing/
printing_message_filter.cc 68 cloud_print_enabled_ = CommandLine::ForCurrentProcess()->HasSwitch(
  /external/chromium/chrome/browser/sidebar/
sidebar_manager.cc 33 return CommandLine::ForCurrentProcess()->HasSwitch(
  /external/chromium/chrome/browser/ui/webui/
chrome_url_data_manager_backend.cc 394 return CommandLine::ForCurrentProcess()->HasSwitch(switches::kDebugDevTools);
  /external/chromium/net/test/
test_server.cc 344 bool TestServer::AddCommandLineArguments(CommandLine* command_line) const {
  /external/chromium/net/tools/crash_cache/
crash_cache.cc 47 CommandLine cmdline(exe);
  /external/smali/smali/src/main/java/org/jf/smali/
main.java 92 CommandLine commandLine;
95 commandLine = parser.parse(options, args);
114 String[] remainingArgs = commandLine.getArgs();
116 Option[] options = commandLine.getOptions();
136 outputDexFile = commandLine.getOptionValue("o");
142 apiLevel = Integer.parseInt(commandLine.getOptionValue("a"));
146 dumpFileName = commandLine.getOptionValue("D", outputDexFile + ".dump");
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
CommandLine.java 31 public class CommandLine {
  /frameworks/compile/libbcc/tools/mcld/
Main.cpp 21 #include <llvm/Support/CommandLine.h>
  /frameworks/compile/mclinker/lib/CodeGen/
MCLDTargetMachine.cpp 39 #include <llvm/Support/CommandLine.h>
  /frameworks/compile/mclinker/tools/mcld/
main.cpp 14 #include <llvm/Support/CommandLine.h>
  /prebuilts/misc/common/commons-cli/
commons-cli-1.2.jar 
  /external/chromium/chrome/browser/autocomplete/
autocomplete.cc 791 if (CommandLine::ForCurrentProcess()->HasSwitch(
793 !CommandLine::ForCurrentProcess()->HasSwitch(
796 if (!CommandLine::ForCurrentProcess()->HasSwitch(
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service.cc 227 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
    [all...]
  /external/chromium/chrome/browser/
browser_about_handler.cc 838 FilePath binary = CommandLine::ForCurrentProcess()->GetProgram();
    [all...]
background_contents_service.cc 124 Profile* profile, const CommandLine* command_line)
  /external/chromium/chrome/browser/history/
top_sites_unittest.cc 133 original_command_line_(*CommandLine::ForCurrentProcess()) {
147 *CommandLine::ForCurrentProcess() = original_command_line_;
321 CommandLine original_command_line_;
    [all...]
  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu.cc     [all...]
  /external/chromium/chrome/browser/chromeos/
proxy_cros_settings_provider.cc 43 !CommandLine::ForCurrentProcess()->HasSwitch(switches::kGuestSession));
  /external/chromium/chrome/browser/extensions/
extension_browsertest.cc 41 void ExtensionBrowserTest::SetUpCommandLine(CommandLine* command_line) {
sandboxed_extension_unpacker.cc 120 !CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess);
  /external/chromium/chrome/browser/prerender/
prerender_browsertest.cc 136 virtual void SetUpCommandLine(CommandLine* command_line) {
  /external/chromium/chrome/browser/sessions/
session_restore_uitest.cc 353 CommandLine app_launch_arguments = launch_arguments_;
  /external/chromium/chrome/browser/ui/
browser_navigator.cc 43 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kProcessPerTab) &&
  /external/chromium/chrome/browser/web_applications/
web_app.cc 330 CommandLine cmd_line =
335 // CommandLine should probably be renamed to better reflect that
  /external/smali/baksmali/src/main/java/org/jf/baksmali/
main.java 92 CommandLine commandLine;
95 commandLine = parser.parse(options, args);
132 String[] remainingArgs = commandLine.getArgs();
134 Option[] options = commandLine.getOptions();
154 outputDirectory = commandLine.getOptionValue("o");
175 String[] values = commandLine.getOptionValues('r');
207 String bcp = commandLine.getOptionValue("c");
221 apiLevel = Integer.parseInt(commandLine.getOptionValue("a"));
231 dumpFileName = commandLine.getOptionValue("D", inputDexFileName + ".dump")
    [all...]

Completed in 1118 milliseconds

<<11121314