Home
last modified time | relevance | path

Searched refs:ParseArguments (Results 1 – 14 of 14) sorted by relevance

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