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

<<11121314151617181920>>

  /external/chromium_org/ui/gl/
gpu_switching_manager.h 38 // --supports-dual-gpus commandline switch.
gl_surface.cc 40 CommandLine* cmd = CommandLine::ForCurrentProcess();
111 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kUseGpuInTests))
127 DCHECK(!CommandLine::ForCurrentProcess()->HasSwitch(switches::kUseGL))
140 DCHECK(!CommandLine::ForCurrentProcess()->HasSwitch(switches::kUseGL))
  /external/chromium_org/ui/views/
views_switches.cc 30 return !CommandLine::ForCurrentProcess()->
  /external/deqp/executor/tools/
xeBatchResultToJUnit.cpp 41 struct CommandLine
43 CommandLine (void)
56 static void parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv)
158 CommandLine cmdLine;
xeExtractValues.cpp 42 struct CommandLine
44 CommandLine (void)
221 static void printTaggedValues (const CommandLine& cmdLine, std::ostream& dst)
260 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv)
289 CommandLine cmdLine;
xeMergeTestLogs.cpp 49 struct CommandLine
51 CommandLine (void)
148 static void mergeTestLogs (const CommandLine& cmdLine)
168 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv)
200 CommandLine cmdLine;
  /external/deqp/framework/common/
tcuTestContext.hpp 37 class CommandLine;
51 TestContext (Platform& platform, Archive& rootArchive, TestLog& log, const CommandLine& cmdLine, qpWatchDog* watchDog);
60 const CommandLine& getCommandLine (void) const { return m_cmdLine; }
76 const CommandLine& m_cmdLine; //!< Command line.
  /external/markdown/docs/
release-2.0.1.txt 14 rename the commandline script to ``markdown`` (no ".py"). A matching batch
  /frameworks/compile/mclinker/lib/Support/
Android.mk 4 CommandLine.cpp \
  /frameworks/compile/mclinker/tools/mcld/include/mcld/
SymbolOptions.h 11 #include <llvm/Support/CommandLine.h>
TargetControlOptions.h 11 #include <llvm/Support/CommandLine.h>
  /external/chromium_org/chrome/browser/
browser_shutdown.cc 226 CommandLine old_cl(*CommandLine::ForCurrentProcess());
227 scoped_ptr<CommandLine> new_cl(new CommandLine(old_cl.GetProgram()));
228 std::map<std::string, CommandLine::StringType> switches =
234 for (std::map<std::string, CommandLine::StringType>::const_iterator i =
236 CommandLine::StringType switch_value = i->second;
chrome_browser_main_win.cc 173 CommandLine extra_switches(CommandLine::NO_PROGRAM);
175 CommandLine::ForCurrentProcess()->AppendArguments(extra_switches,
213 CommandLine::ForCurrentProcess()->AppendSwitch(
261 const CommandLine& parsed_command_line) {
295 const CommandLine& parsed_command_line) {
308 CommandLine command_line(CommandLine::NO_PROGRAM);
330 const CommandLine& parsed_command_line) {
381 CommandLine uninstall_cmd
    [all...]
upgrade_detector_impl.cc 61 const CommandLine& cmd_line = *CommandLine::ForCurrentProcess();
68 const CommandLine& cmd_line = *CommandLine::ForCurrentProcess();
75 const CommandLine& cmd_line = *CommandLine::ForCurrentProcess();
172 CommandLine command_line(*CommandLine::ForCurrentProcess());
192 CommandLine command_line(*CommandLine::ForCurrentProcess())
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_window_property_manager_browsertest_win.cc 82 CommandLine cmd_line(CommandLine::FromString(prop_var.get().pwszVal));
121 CommandLine cmd_line(CommandLine::FromString(prop_var.get().pwszVal));
168 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
181 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
232 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/
RSSFeedWatcherTask.java 37 * (Xpath to watch for); (what to execute if condition is met); (commandline args to the executable)...
141 String commandline = feedWatchActions[i+2].trim(); local
165 commandline =
166 (debug>0?"-debug " + debug + SP:NS) + ("null".equals(commandline)?NS:commandline) + //$NON-NLS-1$ //$NON-NLS-2$
184 System.out.println(Messages.getString("RSSFeedWatcherTask.RunExecTask") + CL + SP + action + SP + commandline); //$NON-NLS-1$ local
185 ExecTask exec = util.runExecTask((new File(action)).getAbsolutePath(), commandline, null);
  /external/qemu/distrib/sdl-1.2.15/src/main/macos/
SDL_main.c 367 char *commandLine;
569 commandLine = (char*) malloc (appNameText[0] + prefs.command_line[0] + 2);
570 if ( commandLine == NULL ) {
581 SDL_memcpy(commandLine, appNameText + 1, appNameText[0]);
582 commandLine[appNameText[0]] = ' ';
583 SDL_memcpy(commandLine + appNameText[0] + 1, prefs.command_line + 1, prefs.command_line[0]);
584 commandLine[ appNameText[0] + 1 + prefs.command_line[0] ] = '\0';
587 nargs = ParseCommandLine (commandLine, NULL);
592 ParseCommandLine (commandLine, args);
597 free (commandLine);
    [all...]
  /external/apache-harmony/support/src/test/java/tests/support/
Support_Exec.java 218 StringBuilder commandLine;
220 commandLine = new StringBuilder(args.get(0));
222 commandLine.append(" ");
223 commandLine.append(args.get(i));
225 System.out.println("Exec: " + commandLine.toString());
  /external/chromium_org/chrome/browser/net/
proxy_browsertest.cc 90 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
160 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
182 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
212 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
235 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
  /external/chromium_org/chrome/browser/sync/
startup_controller.cc 55 if (CommandLine::ForCurrentProcess()->HasSwitch(
58 if (base::StringToInt(CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
89 !CommandLine::ForCurrentProcess()->HasSwitch(
185 DCHECK(!CommandLine::ForCurrentProcess()->HasSwitch(
210 if (CommandLine::ForCurrentProcess()->HasSwitch(
  /external/chromium_org/components/nacl/browser/
nacl_process_host.cc 281 enable_debug_stub_ = CommandLine::ForCurrentProcess()->HasSwitch(
316 !CommandLine::ForCurrentProcess()->HasSwitch(
332 CommandLine* cmd = CommandLine::ForCurrentProcess();
370 !CommandLine::ForCurrentProcess()->HasSwitch(
379 const CommandLine* cmd = CommandLine::ForCurrentProcess();
461 if (!CommandLine::ForCurrentProcess()->GetSwitchValuePath(
491 CommandLine::ForCurrentProcess()->GetSwitchValuePath(switches::kNaClGdb);
492 CommandLine cmd_line(nacl_gdb)
    [all...]
  /external/chromium_org/testing/android/
native_test_launcher.cc 126 CommandLine::Init(arraysize(kInitialArgv), kInitialArgv);
141 CommandLine::ForCurrentProcess()->AppendArguments(
142 CommandLine(argc, &argv[0]), false);
143 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/59/1/.cp/
jdtCompilerAdapter.jar 
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_test.cc 220 base::CommandLine* cl = base::CommandLine::ForCurrentProcess();
268 void SyncTest::SetUpCommandLine(base::CommandLine* cl) {
277 void SyncTest::AddTestSwitches(base::CommandLine* cl) {
286 void SyncTest::AddOptionalTypesToCommandLine(base::CommandLine* cl) {}
535 base::CommandLine* cl = base::CommandLine::ForCurrentProcess();
631 base::CommandLine* cl = base::CommandLine::ForCurrentProcess();
697 base::CommandLine* cl = base::CommandLine::ForCurrentProcess()
    [all...]
  /external/llvm/docs/
CommandLine.rst 2 CommandLine 2.0 Library Manual
11 This document describes the CommandLine argument processing library. It will
12 show you how to use it, and what it can do. The CommandLine library uses a
20 CommandLine library to have the following features:
22 #. Speed: The CommandLine library is very quick and uses little resources. The
29 #. Type Safe: As a user of CommandLine, you don't have to worry about
34 #. No subclasses required: To use CommandLine, you instantiate variables that
45 #. Cleaner: CommandLine supports enum and other types directly, meaning that
50 #. Powerful: The CommandLine library supports many different types of arguments,
53 possible because CommandLine is..
    [all...]

Completed in 835 milliseconds

<<11121314151617181920>>