Searched defs:ParseArgs (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/build/android/gyp/
H A Dprocess_resources.py15 def ParseArgs(): function
54 options = ParseArgs()
H A Dgenerate_v14_compatible_resources.py244 def ParseArgs(): function
275 options = ParseArgs()
/external/chromium_org/tools/android/
H A Dremove_strings.py29 def ParseArgs(args): function
42 grd_paths = ParseArgs(args)
H A Dfind_unused_resources.py81 def ParseArgs(args): function
92 verbose, apk_path, source_paths = ParseArgs(args)
/external/qemu/
H A Doffset_layout.py13 ParseArgs()
30 def ParseArgs(): function
/external/clang/examples/PrintFunctionNames/
H A DPrintFunctionNames.cpp43 bool ParseArgs(const CompilerInstance &CI, function in class:__anon14870::PrintFunctionNamesAction
/external/chromium_org/chrome/renderer/extensions/
H A Dlogging_native_handler.cc32 ParseArgs(args, &check_value, &error_message);
40 ParseArgs(args, &check_value, &error_message);
61 void LoggingNativeHandler::ParseArgs( function in class:extensions::LoggingNativeHandler
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dbrowser_options.py179 def ParseArgs(args=None): function in function:BrowserOptions.CreateParser
232 parser.parse_args = ParseArgs
/external/chromium_org/ppapi/tests/clang/
H A Dfind_affected_interfaces.cc133 virtual bool ParseArgs(const clang::CompilerInstance& /*instance*/, function in class:__anon9540::FindAffectedInterfacesAction
H A Dprint_names_and_sizes.cc158 // We don't accept any arguments, but ParseArgs is pure-virtual.
159 virtual bool ParseArgs(const clang::CompilerInstance& /*instance*/, function in class:__anon9541::PrintNamesAndSizesAction
/external/chromium_org/media/tools/constrained_network_server/
H A Dcns.py175 options: optparse based class returned by ParseArgs()
354 def ParseArgs(): function
427 options = ParseArgs()
/external/chromium_org/chrome/test/chromedriver/
H A Dcapabilities.cc57 Status ParseArgs(bool is_android, function in namespace:__anon6982
200 parser_map["args"] = base::Bind(&ParseArgs, false);
269 return ParseArgs(true, *args_value, capabilities);
/external/chromium_org/media/tools/bug_hunter/
H A Dbug_hunter.py93 def ParseArgs(): function
370 ops = ParseArgs()
/external/chromium_org/skia/ext/
H A Dimage_operations_bench.cc147 bool ParseArgs(const CommandLine* command_line);
179 bool Benchmark::ParseArgs(const CommandLine* command_line) { function in class:__anon9955::Benchmark
282 if (!bench.ParseArgs(command_line.Get())) {
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
H A Dtest_rendering.c53 void ParseArgs(int argc, char **argv, unsigned int *output_width, unsigned int *output_height, double *acceptable_error, int *prompt);
55 void ParseArgs(int argc, char **argv, unsigned int *output_width, unsigned int *output_height, double *acceptable_error, int *prompt) function
152 ParseArgs(argc, argv, &output_width, &output_height, &acceptable_error, &prompt);
H A Dxvmc_bench.c62 void ParseArgs(int argc, char **argv, struct Config *config);
64 void ParseArgs(int argc, char **argv, struct Config *config) function
195 ParseArgs(argc, argv, &config);
/external/llvm/lib/Option/
H A DOptTable.cpp242 InputArgList *OptTable::ParseArgs(const char *const *ArgBegin, function in class:OptTable
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
H A Dtest_rendering.c53 void ParseArgs(int argc, char **argv, unsigned int *output_width, unsigned int *output_height, double *acceptable_error, int *prompt);
55 void ParseArgs(int argc, char **argv, unsigned int *output_width, unsigned int *output_height, double *acceptable_error, int *prompt) function
152 ParseArgs(argc, argv, &output_width, &output_height, &acceptable_error, &prompt);
H A Dxvmc_bench.c62 void ParseArgs(int argc, char **argv, struct Config *config);
64 void ParseArgs(int argc, char **argv, struct Config *config) function
195 ParseArgs(argc, argv, &config);
/external/chromium_org/chrome/test/webdriver/
H A Dwebdriver_capabilities_parser.cc108 parser_map["chrome.switches"] = &CapabilitiesParser::ParseArgs;
114 parser_map["args"] = &CapabilitiesParser::ParseArgs;
150 Error* CapabilitiesParser::ParseArgs(const Value* option) { function in class:webdriver::CapabilitiesParser
/external/chromium_org/tools/clang/plugins/
H A DFindBadConstructs.cpp636 virtual bool ParseArgs(const CompilerInstance& instance, function in class:__anon14066::FindBadConstructsAction
/external/stressapptest/src/
H A Dsat.cc549 // This needs to be called before Run(), and after ParseArgs().
756 bool Sat::ParseArgs(int argc, char **argv) { function in class:Sat
/external/chromium_org/gpu/command_buffer/
H A Dbuild_gles2_cmd_buffer.py6889 def ParseArgs(self, arg_string): member in class:GLGenerator
6918 (args, num_pointer_args, is_gl_enum) = self.ParseArgs(arg_string)
6925 self.ParseArgs(getattr(func_info, 'cmd_args')))
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc1268 bool ParseArgs(const clang::CompilerInstance &CI, function in class:__anon14720::Action
/external/v8/tools/gcmole/
H A Dgcmole.cc1270 bool ParseArgs(const clang::CompilerInstance &CI, function in class:__anon26462::Action

Completed in 651 milliseconds