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

<<11121314151617181920>>

  /external/chromium/chrome/browser/ui/webui/options/
options_ui.cc 278 std::wstring wstr = CommandLine::ForCurrentProcess()->command_line_string();
281 command_line_string = CommandLine::ForCurrentProcess()->command_line_string();
personal_options_handler.cc 54 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess();
  /external/llvm/tools/bugpoint/
ToolRunner.cpp 17 #include "llvm/Support/CommandLine.h"
369 // Tokenize the CommandLine to the command and the args to allow
378 static void lexCommand(std::string &Message, const std::string &CommandLine,
384 std::string::size_type lastPos = CommandLine.find_first_not_of(delimiters, 0);
385 std::string::size_type pos = CommandLine.find_first_of(delimiters, lastPos);
388 std::string token = CommandLine.substr(lastPos, pos - lastPos);
394 lastPos = CommandLine.find_first_not_of(delimiters, pos);
396 pos = CommandLine.find_first_of(delimiters, lastPos);
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetwork.java 647 * @param commandLine the full command line given.
649 private void translateCommand(String commandLine) {
650 Log.d(TAG, "translateCommand: " + commandLine);
651 List<String> parts = commandLineSplit(commandLine);
  /external/chromium/base/
process_util.h 41 class CommandLine;
300 BASE_API bool LaunchApp(const CommandLine& cl, bool wait, bool start_hidden,
307 BASE_API bool GetAppOutput(const CommandLine& cl, std::string* output);
313 bool GetAppOutputRestricted(const CommandLine& cl,
  /external/chromium/chrome/browser/
browser_browsertest.cc 525 CommandLine command_line(CommandLine::NO_PROGRAM);
635 CommandLine dummy(CommandLine::NO_PROGRAM);
io_thread.cc 70 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
648 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
plugin_data_remover.cc 180 CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
  /external/chromium/chrome/browser/chromeos/cros/
cros_library.h 136 if (CommandLine::ForCurrentProcess()->HasSwitch(
  /external/chromium/chrome/browser/chromeos/options/
wifi_config_view.cc 86 if (!CommandLine::ForCurrentProcess()->HasSwitch(
695 if (CommandLine::ForCurrentProcess()->HasSwitch(
793 if (CommandLine::ForCurrentProcess()->HasSwitch(
800 if (CommandLine::ForCurrentProcess()->HasSwitch(
    [all...]
  /external/chromium/chrome/browser/chromeos/
tab_closeable_state_watcher.cc 69 CommandLine::ForCurrentProcess()->HasSwitch(
  /external/chromium/chrome/browser/extensions/
apps_promo.cc 117 if (CommandLine::ForCurrentProcess()->HasSwitch(
chrome_app_api_browsertest.cc 23 virtual void SetUpCommandLine(CommandLine* command_line) {
extension_apitest.cc 240 void ExtensionApiTest::SetUpCommandLine(CommandLine* command_line) {
extension_browsertest.h 28 virtual void SetUpCommandLine(CommandLine* command_line);
extension_metrics_apitest.cc 143 CommandLine::ForCurrentProcess()->AppendSwitch(
extension_startup_browsertest.cc 36 virtual void SetUpCommandLine(CommandLine* command_line) {
extension_webstore_private_browsertest.cc 115 void SetUpCommandLine(CommandLine* command_line) {
  /external/chromium/chrome/browser/tabs/
tab_finder.cc 71 return CommandLine::ForCurrentProcess()->HasSwitch(
  /external/chromium/net/test/
test_server_posix.cc 97 CommandLine python_command(FilePath(FILE_PATH_LITERAL("python")));
  /external/clang/examples/wpa/
clang-wpa.cpp 33 #include "llvm/Support/CommandLine.h"
  /external/dropbear/
README 74 adding 'SCPPROGRESS=1' to the make commandline.
  /external/expat/
README 107 1) commandline
  /external/expat/bcb5/
README.txt 10 After downloading and installing the free C++ Builder commandline version,
  /external/ipsec-tools/src/racoon/doc/
README.gssapi 58 config scan code. Specifying this flag on the compiler commandline

Completed in 695 milliseconds

<<11121314151617181920>>