Searched refs:ParseCommandLine (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chrome/tools/automated_ui_test_tools/
H A Dui_action_generator.py69 def ParseCommandLine(): function
93 options, args = ParseCommandLine()
/external/chromium_org/sandbox/win/sandbox_poc/
H A Dsandbox.cc17 bool ParseCommandLine(wchar_t * command_line, function
130 if (!ParseCommandLine(GetCommandLineW(),
/external/chromium_org/remoting/test/
H A Dremote_desktop_browsertest.cc54 ParseCommandLine();
100 void ParseCommandLine();
187 void RemoteDesktopBrowserTest::ParseCommandLine() { function in class:remoting::RemoteDesktopBrowserTest
/external/qemu/distrib/sdl-1.2.15/src/main/win32/
H A DSDL_win32_main.c79 static int ParseCommandLine(char *cmdline, char **argv) function
390 argc = ParseCommandLine(cmdline, NULL);
395 ParseCommandLine(cmdline, argv);
/external/chromium_org/tools/telemetry/telemetry/page/
H A Dpage_test_runner.py39 test, ps, expectations = self.ParseCommandLine(sys.argv, base_dir,
129 def ParseCommandLine(self, args, base_dir, page_set_filenames): member in class:PageTestRunner
/external/chromium_org/cloud_print/service/win/
H A Dcloud_print_service.cc150 bool ParseCommandLine(LPCTSTR lpCmdLine, HRESULT* pnRetCode) { function in class:CloudPrintServiceModule
158 *pnRetCode = ParseCommandLine(command_line, &is_service);
196 HRESULT ParseCommandLine(const CommandLine& command_line, bool* is_service) { function in class:CloudPrintServiceModule
/external/chromium_org/net/tools/gdig/
H A Dgdig.cc198 bool ParseCommandLine(int argc, const char* argv[]);
251 if (!ParseCommandLine(argc, argv)) {
277 bool GDig::ParseCommandLine(int argc, const char* argv[]) { function in class:net::__anon9168::GDig
/external/qemu/distrib/sdl-1.2.15/src/main/macos/
H A DSDL_main.c80 static int ParseCommandLine(char *cmdline, char **argv) function
574 /* Rather than rewrite ParseCommandLine method, let's replace */
587 nargs = ParseCommandLine (commandLine, NULL);
592 ParseCommandLine (commandLine, args);
/external/chromium_org/tools/site_compare/
H A Dsite_compare.py171 cmdline.ParseCommandLine()
H A Dcommand_line.py554 def ParseCommandLine(self, argv=None, prog=None, execute=True): member in class:CommandLine
789 cmdline.ParseCommandLine([x.strip() for x in test.strip().split(" ")])
798 cmdline.ParseCommandLine(["help", "test"])
/external/chromium_org/chrome/browser/
H A Dprocess_singleton_win.cc96 bool ParseCommandLine(const COPYDATASTRUCT* cds, function in namespace:__anon5586
171 if (!ParseCommandLine(cds, &parsed_command_line, &current_directory)) {
/external/chromium_org/chrome/browser/metrics/
H A Dthread_watcher_unittest.cc344 ThreadWatcherList::ParseCommandLine(command_line,
374 ThreadWatcherList::ParseCommandLine(command_line,
404 ThreadWatcherList::ParseCommandLine(command_line,
H A Dthread_watcher.h423 static void ParseCommandLine(
H A Dthread_watcher.cc434 ParseCommandLine(command_line,
516 void ThreadWatcherList::ParseCommandLine( function in class:ThreadWatcherList

Completed in 202 milliseconds