Searched defs:ParseCommandLine (Results 1 - 12 of 12) sorted by relevance

/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/chrome/installer/util/prebuild/
H A Dcreate_string_rc.py397 def ParseCommandLine(): function
426 args = ParseCommandLine()
/external/chromium_org/components/wifi/
H A Dwifi_test.cc46 bool ParseCommandLine(int argc, const char* argv[]);
84 if (!ParseCommandLine(argc, argv)) {
107 bool WiFiTest::ParseCommandLine(int argc, const char* argv[]) { function in class:wifi::WiFiTest
/external/chromium_org/tools/site_compare/
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.cc94 bool ParseCommandLine(const COPYDATASTRUCT* cds, function in namespace:__anon4497
169 if (!ParseCommandLine(cds, &parsed_command_line, &current_directory)) {
/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/cloud_print/service/win/
H A Dcloud_print_service.cc155 bool ParseCommandLine(LPCTSTR lpCmdLine, HRESULT* pnRetCode) { function in class:CloudPrintServiceModule
163 *pnRetCode = ParseCommandLine(command_line, &is_service);
201 HRESULT ParseCommandLine(const CommandLine& command_line, bool* is_service) { function in class:CloudPrintServiceModule
/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/chrome/test/remoting/
H A Dremote_desktop_browsertest.cc36 ParseCommandLine();
555 void RemoteDesktopBrowserTest::ParseCommandLine() { function in class:remoting::RemoteDesktopBrowserTest
/external/chromium_org/net/tools/gdig/
H A Dgdig.cc199 bool ParseCommandLine(int argc, const char* argv[]);
252 if (!ParseCommandLine(argc, argv)) {
278 bool GDig::ParseCommandLine(int argc, const char* argv[]) { function in class:net::__anon9759::GDig
/external/chromium_org/chrome/browser/metrics/
H A Dthread_watcher.cc445 ParseCommandLine(command_line,
532 void ThreadWatcherList::ParseCommandLine( function in class:ThreadWatcherList
/external/chromium_org/tools/auto_bisect/
H A Dbisect_perf_regression.py3034 def ParseCommandLine(self): member in class:BisectOptions
3130 opts.ParseCommandLine()

Completed in 340 milliseconds