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

/external/toolchain-utils/user_activity_benchmarks/
H A Dbenchmark_metrics_experiment.py165 def ParseArguments(arguments): function
222 options = ParseArguments(argv)
H A Dprocess_hot_functions.py355 def ParseArguments(arguments): function
452 options = ParseArguments(argv)
H A Dprocess_hot_functions_unittest.py8 from process_hot_functions import HotFunctionsProcessor, ParseArguments namespace
27 options = ParseArguments(arguments)
37 ParseArguments([])
H A Dselect_optimal_benchmark_set.py285 def ParseArguments(arguments): function
337 options = ParseArguments(argv)
/external/webrtc/webrtc/modules/video_coding/test/
H A Dtester_main.cc41 int ParseArguments(CmdArgs* args) { function in namespace:webrtc
71 if (webrtc::ParseArguments(&args) != 0) {
/external/autotest/client/cros/cellular/pseudomodem/
H A Dpseudomodem.py54 |ParseArguments| for details.
288 def ParseArguments(arg_string=None): function
552 opts = ParseArguments()
/external/mdnsresponder/mDNSPosix/
H A DClient.c118 static void ParseArguments(int argc, char **argv) function
185 ParseArguments(argc, argv);
H A DResponder.c245 static void ParseArguments(int argc, char **argv) function
666 ParseArguments(argc, argv);
/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dcpplint.py3949 def ParseArguments(args): function
4006 filenames = ParseArguments(sys.argv[1:])
/external/libvpx/libvpx/tools/
H A Dcpplint.py4667 def ParseArguments(args): function
4738 filenames = ParseArguments(sys.argv[1:])
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc739 switch (ParseArguments(argc, argv)) {
954 CommandLineInterface::ParseArguments(int argc, const char* const argv[]) { function in class:google::protobuf::compiler::CommandLineInterface
/external/v8/src/parsing/
H A Dparser-base.h1162 ExpressionListT ParseArguments(Scanner::Location* first_spread_pos,
1164 ExpressionListT ParseArguments(Scanner::Location* first_spread_pos, function in class:v8::internal::ParseFunctionFlags::ParserBase
1166 return ParseArguments(first_spread_pos, false, ok);
2517 typename ParserBase<Impl>::ExpressionListT ParserBase<Impl>::ParseArguments( function in class:v8::internal::ParseFunctionFlags::ParserBase
3082 args = ParseArguments(&spread_pos, true, CHECK_OK);
3105 args = ParseArguments(&spread_pos, false, CHECK_OK);
3211 ExpressionListT args = ParseArguments(&spread_pos, CHECK_OK);
4331 ExpressionListT args = ParseArguments(&spread_pos, CHECK_OK);

Completed in 389 milliseconds