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

<<21222324252627282930>>

  /external/llvm/tools/llvm-size/
llvm-size.cpp 20 #include "llvm/Support/CommandLine.h"
  /external/stressapptest/src/
sat.h 298 // at a time. A commandline switch controls which queue implementation will
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
CommandLine.java 31 public class CommandLine {
  /frameworks/base/core/java/com/android/internal/os/
RuntimeInit.java 385 * Parses the commandline arguments intended for the Runtime.
  /external/chromium/base/
logging.cc 362 CommandLine* command_line = CommandLine::ForCurrentProcess();
process_util_mac.mm 127 DVPLOG(1) << "failed to figure out the buffer size for a commandline";
133 DVPLOG(1) << "failed to fetch a commandline";
process_util_win.cc 304 bool LaunchApp(const CommandLine& cl,
327 bool GetAppOutput(const CommandLine& cl, std::string* output) {
  /external/chromium/chrome/browser/chromeos/login/
wizard_controller.cc 326 CommandLine* command_line = CommandLine::ForCurrentProcess();
  /external/chromium/chrome/browser/content_settings/
content_settings_pref_provider.cc 136 CommandLine::ForCurrentProcess()->HasSwitch(
396 CommandLine::ForCurrentProcess()->HasSwitch(
  /external/chromium/chrome/browser/first_run/
first_run.cc 80 int FirstRun::ImportNow(Profile* profile, const CommandLine& cmdline) {
433 int FirstRun::ImportFromFile(Profile* profile, const CommandLine& cmdline) {
  /external/chromium/chrome/browser/printing/
print_dialog_cloud.cc 587 bool CreatePrintDialogFromCommandLine(const CommandLine& command_line) {
596 CommandLine::StringType native_job_title;
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_test.cc 141 CommandLine cmd_line(python_runtime);
288 virtual void SetUpCommandLine(CommandLine* command_line) {
  /external/chromium/chrome/browser/ui/views/frame/
glass_browser_frame_view.cc 91 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess();
  /external/dropbear/
CHANGES 249 - DEBUG_TRACE now only works if you add "-v" to the program commandline
437 - Allow for commandline definition of some options.h settings
  /external/srec/shared/include/
ESR_Session.h 232 * Imports commandline arguments into the system session.
524 * Imports commandline arguments into the system session.
  /frameworks/base/docs/html/tools/debugging/
improving-w-lint.jd 13 <li><a href=#commandline">Running lint from the command-line</a></li>
66 <h2 id="commandline">Running lint from the Command-Line</h2>
  /frameworks/compile/mclinker/lib/CodeGen/
MCLinker.cpp 24 #include <mcld/Support/CommandLine.h>
32 #include <llvm/Support/CommandLine.h>
  /system/core/logcat/
logcat.cpp 427 "\nIf not specified on the commandline, filterspec is set from ANDROID_LOG_TAGS.\n"
718 // Add from commandline
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-oro.jar 
  /external/llvm/include/llvm/Support/
CommandLine.h 1 //===- llvm/Support/CommandLine.h - Command line handler --------*- C++ -*-===//
15 // read the library documentation located in docs/CommandLine.html or looks at
57 /// CommandLine utilities to print their own version string.
228 // addArgument - Register this argument with the commandline system.
498 // allows us to put stuff into CommandLine.cpp
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 1 //===-- CommandLine.cpp - Command line parser implementation --------------===//
15 // reading the library documentation located in docs/CommandLine.html
19 #include "llvm/Support/CommandLine.h"
132 errs() << ProgramName << ": CommandLine Error: Argument '"
462 /// CommandLine library, which allows you to read the program's name
    [all...]
  /external/emma/lib/
emma_ant.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/
browser_about_handler.cc 838 FilePath binary = CommandLine::ForCurrentProcess()->GetProgram();
    [all...]
  /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...]

Completed in 4298 milliseconds

<<21222324252627282930>>