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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/components/cronet/android/sample/src/org/chromium/cronet_sample_apk/
CronetSampleActivity.java 147 String[] commandLine = extras.getStringArray(COMMAND_LINE_ARGS_KEY);
148 if (commandLine != null) {
149 for (int i = 0; i < commandLine.length; ++i) {
151 "Cronet commandLine[" + i + "]=" + commandLine[i]);
152 if (commandLine[i].equals(key)) {
153 return commandLine[++i];
  /external/chromium_org/components/cronet/android/test/src/org/chromium/cronet_test_apk/
CronetTestActivity.java 168 String[] commandLine = extras.getStringArray(COMMAND_LINE_ARGS_KEY);
169 if (commandLine != null) {
170 for (int i = 0; i < commandLine.length; ++i) {
172 "Cronet commandLine[" + i + "]=" + commandLine[i]);
173 if (commandLine[i].equals(key)) {
174 return commandLine[++i];
  /external/chromium_org/content/shell/android/linker_test_apk/src/org/chromium/chromium_linker_test_apk/
ChromiumLinkerTestActivity.java 16 import org.chromium.base.CommandLine;
52 if (!CommandLine.isInitialized()) {
53 CommandLine.initFromFile(COMMAND_LINE_FILE);
56 CommandLine.getInstance().appendSwitchesAndArguments(commandLineParams);
61 // CommandLine.getInstance().hasSwitch() doesn't work here for some funky
64 String[] cmdline = CommandLine.getJavaSwitchesOrNull();
147 if (CommandLine.getInstance().hasSwitch(BaseSwitches.WAIT_FOR_JAVA_DEBUGGER)) {
  /external/chromium_org/content/shell/browser/
shell_browser_main_parts.cc 57 CommandLine* command_line = CommandLine::ForCurrentProcess();
60 const CommandLine::StringVector& args = command_line->GetArgs();
122 if (CommandLine::ForCurrentProcess()->HasSwitch(
125 CommandLine::ForCurrentProcess()->GetSwitchValuePath(
140 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) {
148 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) {
shell_net_log.cc 27 CommandLine::ForCurrentProcess()->GetCommandLineString());
37 const CommandLine* command_line = CommandLine::ForCurrentProcess();
  /external/deqp/framework/delibs/deutil/
deCommandLine.c 39 deCommandLine* deCommandLine_parse (const char* commandLine)
56 DE_ASSERT(commandLine);
59 buf = (char*)deCalloc((int)strlen(commandLine)+1);
71 while (commandLine[pos] != 0)
73 char c = commandLine[pos++];
78 c = commandLine[pos++];
112 DE_ASSERT(commandLine[pos] == 0);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
RSSFeedUtil.java 20 import org.apache.tools.ant.types.Commandline.Argument;
46 public ExecTask runExecTask(String executable, String commandline, String dir)
65 if (commandline != null || "".equals(commandline)) { //$NON-NLS-1$
67 execArg.setLine(commandline);
72 System.out.println(Messages.getString("RSSFeedPublisherTask.Execute") + SP + executable + (commandline==null?"":SP + commandline)); //$NON-NLS-1$ //$NON-NLS-2$
  /external/deqp/executor/tools/
xeExtractShaderPrograms.cpp 43 struct CommandLine
45 CommandLine (void)
68 static void writeShaderProgram (const CommandLine& cmdLine, const std::string& casePath, const xe::ri::ShaderProgram& shaderProgram, int programNdx)
99 static void extractShaderPrograms (const CommandLine& cmdLine, const std::string& casePath, const xe::TestCaseResult& result)
134 ShaderProgramExtractHandler (const CommandLine& cmdLine)
170 const CommandLine& m_cmdLine;
174 static void extractShaderProgramsFromLogFile (const CommandLine& cmdLine)
204 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv)
233 CommandLine cmdLine;
  /external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/
ChromeShellApplication.java 10 import org.chromium.base.CommandLine;
79 if (!CommandLine.isInitialized()) {
80 CommandLine.initFromFile(COMMAND_LINE_FILE);
  /external/chromium_org/chrome/browser/extensions/
test_extension_system.h 16 class CommandLine;
44 ExtensionPrefs* CreateExtensionPrefs(const base::CommandLine* command_line,
50 const base::CommandLine* command_line,
component_loader.cc 266 const CommandLine* command_line = CommandLine::ForCurrentProcess();
305 CommandLine* command_line = CommandLine::ForCurrentProcess();
314 CommandLine* command_line = CommandLine::ForCurrentProcess();
347 const CommandLine* command_line = CommandLine::ForCurrentProcess();
383 const CommandLine* command_line = CommandLine::ForCurrentProcess()
    [all...]
  /external/chromium_org/chrome/browser/nacl_host/test/
gdb_debug_stub_browsertest.cc 22 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
30 void NaClGdbDebugStubTest::SetUpCommandLine(CommandLine* command_line) {
39 CommandLine cmd(base::FilePath(FILE_PATH_LITERAL("python")));
  /external/chromium_org/chrome/browser/printing/cloud_print/test/
cloud_print_policy_browsertest.cc 35 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
41 CommandLine new_command_line(GetCommandLineForRelaunch());
68 CommandLine new_command_line(GetCommandLineForRelaunch());
  /external/chromium_org/chrome/browser/ui/views/profiles/
profile_chooser_view_browsertest.cc 40 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
59 CommandLine* command_line) {
60 switches::EnableNewAvatarMenuForTesting(CommandLine::ForCurrentProcess());
  /external/chromium_org/chrome/installer/util/
chrome_binaries_operations.cc 25 void ChromeBinariesOperations::ReadOptions(const CommandLine& uninstall_command,
46 CommandLine* cmd_line) const {
58 CommandLine* cmd_line) const {
  /external/chromium_org/content/shell/renderer/
shell_render_process_observer.cc 41 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
63 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
70 if (!CommandLine::ForCurrentProcess()->HasSwitch(
  /external/chromium_org/content/test/ppapi/
ppapi_test.h 22 class CommandLine;
49 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
74 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
  /external/chromium_org/mojo/shell/
child_process_host.cc 73 const base::CommandLine* parent_command_line =
74 base::CommandLine::ForCurrentProcess();
75 base::CommandLine child_command_line(parent_command_line->GetProgram());
  /external/chromium_org/net/quic/
quic_server_bin.cc 25 base::CommandLine::Init(argc, argv);
26 base::CommandLine* line = base::CommandLine::ForCurrentProcess();
  /external/chromium_org/net/spdy/fuzzing/
hpack_example_generator.cc 34 base::CommandLine::Init(argc, argv);
35 const base::CommandLine& command_line =
36 *base::CommandLine::ForCurrentProcess();
hpack_fuzz_mutator.cc 32 base::CommandLine::Init(argc, argv);
33 const base::CommandLine& command_line =
34 *base::CommandLine::ForCurrentProcess();
  /external/clang/tools/libclang/
CXCompilationDatabase.cpp 120 return static_cast<CompileCommand *>(CCmd)->CommandLine.size();
131 if (Arg >= Cmd->CommandLine.size())
134 return cxstring::createRef(Cmd->CommandLine[Arg].c_str());
  /external/deqp/framework/platform/android/
tcuAndroidTestActivity.hpp 42 TestThread (NativeActivity& activity, const CommandLine& cmdLine);
53 const CommandLine& m_cmdLine;
72 CommandLine m_cmdLine;
  /external/chromium_org/base/mac/
launch_services_util.h 26 const CommandLine& command_line,
  /external/chromium_org/chrome/browser/
chrome_content_browser_client_unittest.cc 39 : from_command_line_(CommandLine::NO_PROGRAM),
40 to_command_line_(CommandLine::NO_PROGRAM) {}
54 CommandLine from_command_line_;
55 CommandLine to_command_line_;

Completed in 649 milliseconds

1 2 3 4 5 6 7 891011>>