HomeSort by relevance Sort by last modified time
    Searched refs:ParseCommandLine (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/components/wifi/
wifi_test.cc 44 bool ParseCommandLine(int argc, const char* argv[]);
66 if (!ParseCommandLine(argc, argv)) {
87 bool WiFiTest::ParseCommandLine(int argc, const char* argv[]) {
  /external/chromium_org/sandbox/win/sandbox_poc/
sandbox.cc 17 bool ParseCommandLine(wchar_t * command_line,
130 if (!ParseCommandLine(GetCommandLineW(),
  /external/qemu/distrib/sdl-1.2.15/src/main/win32/
SDL_win32_main.c 79 static int ParseCommandLine(char *cmdline, char **argv)
390 argc = ParseCommandLine(cmdline, NULL);
395 ParseCommandLine(cmdline, argv);
  /external/chromium_org/tools/telemetry/telemetry/page/
page_test_runner.py 38 test, ps, expectations = self.ParseCommandLine(sys.argv, base_dir,
128 def ParseCommandLine(self, args, base_dir, page_set_filenames):
  /external/chromium_org/cloud_print/service/win/
cloud_print_service.cc 154 bool ParseCommandLine(LPCTSTR lpCmdLine, HRESULT* pnRetCode) {
162 *pnRetCode = ParseCommandLine(command_line, &is_service);
200 HRESULT ParseCommandLine(const CommandLine& command_line, bool* is_service) {
  /external/chromium_org/net/tools/gdig/
gdig.cc 198 bool ParseCommandLine(int argc, const char* argv[]);
251 if (!ParseCommandLine(argc, argv)) {
277 bool GDig::ParseCommandLine(int argc, const char* argv[]) {
  /external/qemu/distrib/sdl-1.2.15/src/main/macos/
SDL_main.c 80 static int ParseCommandLine(char *cmdline, char **argv)
574 /* Rather than rewrite ParseCommandLine method, let's replace */
587 nargs = ParseCommandLine (commandLine, NULL);
592 ParseCommandLine (commandLine, args);
  /external/chromium_org/chrome/test/remoting/
remote_desktop_browsertest.h 151 void ParseCommandLine();
remote_desktop_browsertest.cc 32 ParseCommandLine();
521 void RemoteDesktopBrowserTest::ParseCommandLine() {
  /external/chromium_org/tools/site_compare/
site_compare.py 171 cmdline.ParseCommandLine()
command_line.py 554 def ParseCommandLine(self, argv=None, prog=None, execute=True):
789 cmdline.ParseCommandLine([x.strip() for x in test.strip().split(" ")])
798 cmdline.ParseCommandLine(["help", "test"])
  /external/chromium_org/chrome/browser/
process_singleton_win.cc 96 bool ParseCommandLine(const COPYDATASTRUCT* cds,
171 if (!ParseCommandLine(cds, &parsed_command_line, &current_directory)) {
  /external/chromium_org/chrome/browser/metrics/
thread_watcher_unittest.cc 346 ThreadWatcherList::ParseCommandLine(command_line,
376 ThreadWatcherList::ParseCommandLine(command_line,
406 ThreadWatcherList::ParseCommandLine(command_line,
thread_watcher.h 423 static void ParseCommandLine(
thread_watcher.cc 437 ParseCommandLine(command_line,
520 void ThreadWatcherList::ParseCommandLine(

Completed in 769 milliseconds