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

<<11121314151617181920>>

  /external/chromium/chrome/browser/
about_flags.cc 307 void ConvertFlagsToSwitches(PrefService* prefs, CommandLine* command_line);
312 std::map<std::string, CommandLine::StringType>* switch_list);
473 void ConvertFlagsToSwitches(PrefService* prefs, CommandLine* command_line) {
525 std::map<std::string, CommandLine::StringType>* switch_list) {
565 PrefService* prefs, CommandLine* command_line) {
685 std::map<std::string, CommandLine::StringType>* switch_list) {
process_info_snapshot_mac.cc 145 CommandLine command_line(argv);
212 CommandLine command_line(argv);
296 CommandLine command_line(argv);
process_singleton_linux.cc 310 if (!CommandLine::ForCurrentProcess()->HasSwitch(
625 CommandLine parsed_command_line(argv);
763 return NotifyOtherProcessWithTimeout(*CommandLine::ForCurrentProcess(),
769 const CommandLine& cmd_line,
889 *CommandLine::ForCurrentProcess(),
895 const CommandLine& command_line,
    [all...]
background_page_tracker.cc 144 CommandLine* command_line = CommandLine::ForCurrentProcess();
browser_browsertest.cc 525 CommandLine command_line(CommandLine::NO_PROGRAM);
635 CommandLine dummy(CommandLine::NO_PROGRAM);
  /external/chromium/chrome/browser/ui/
browser_init.cc 361 SessionStartupPref GetSessionStartupPref(const CommandLine& command_line,
519 bool BrowserInit::LaunchBrowser(const CommandLine& command_line,
573 const CommandLine& parsed_command_line = *CommandLine::ForCurrentProcess();
622 const CommandLine& command_line)
631 const CommandLine& command_line,
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
FIXES 331 fixed bug that caused occasional core dumps with commandline
658 enforce variable name syntax for commandline variables: has to
756 "-" means stdin in getline as well as on the commandline.
768 fixed bug: commandline variable assignment has to look like
778 added -v x=1 y=2 ... for immediate commandline variable assignment;
780 program if the program is on the commandline.
809 fixed order of evaluation of commandline assignments to match
839 Catches some more commandline errors in main.
914 Fixed lib.c to permit _ in commandline variable names.
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
advanced_options_handler.cc 52 CommandLine::ForCurrentProcess()->HasSwitch(
205 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnableRemoting)) {
548 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kGuestSession)) {
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/libvpx/libvpx/build/make/
gen_msvs_proj.sh 155 CommandLine="$(eval echo \$asm_${cfg}_cmdline)" \
355 CommandLine="call obj_int_extract.bat $src_path_bare" \
463 CommandLine="call obj_int_extract.bat $src_path_bare" \
  /external/chromium/chrome/browser/diagnostics/
diagnostics_main.cc 336 // -(all) CommandLine::Init();
338 int DiagnosticsMain(const CommandLine& command_line) {
  /external/chromium/chrome/browser/extensions/
extension_web_ui.cc 144 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess();
  /external/chromium/chrome/browser/profiles/
profile_io_data.cc 279 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
  /external/chromium/chrome/browser/sync/
sync_ui_util.cc 78 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess();
  /external/chromium/chrome/browser/tab_contents/
render_view_host_delegate_helper.cc 254 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
  /external/llvm/tools/bugpoint/
ToolRunner.cpp 17 #include "llvm/Support/CommandLine.h"
371 // Tokenize the CommandLine to the command and the args to allow
380 static void lexCommand(std::string &Message, const std::string &CommandLine,
386 std::string::size_type lastPos = CommandLine.find_first_not_of(delimiters, 0);
387 std::string::size_type pos = CommandLine.find_first_of(delimiters, lastPos);
390 std::string token = CommandLine.substr(lastPos, pos - lastPos);
396 lastPos = CommandLine.find_first_not_of(delimiters, pos);
398 pos = CommandLine.find_first_of(delimiters, lastPos);
    [all...]
  /frameworks/base/docs/html/training/basics/firstapp/
creating-project.jd 20 <li><a href="#CommandLine">Create a Project with Command Line Tools</a></li>
128 <h2 id="CommandLine">Create a Project with Command Line Tools</h2>
  /frameworks/compile/mclinker/lib/Support/
CommandLine.cpp 1 //===- CommandLine.cpp ----------------------------------------------------===//
9 #include <mcld/Support/CommandLine.h>
  /external/smali/gradle/wrapper/
gradle-wrapper.jar 
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetwork.java 652 * @param commandLine the full command line given.
654 private void translateCommand(String commandLine) {
655 Log.d(TAG, "translateCommand: " + commandLine);
656 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/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(

Completed in 2159 milliseconds

<<11121314151617181920>>