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

/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/perf_data_converter/src/
H A Dperf_to_profile_lib.cc45 bool ParseArguments(int argc, const char* argv[], string* input, string* output, function
/external/perf_data_converter/src/quipper/
H A Dperf_converter.cc36 bool ParseArguments(int argc, char* argv[], FormatAndFile* input, function in namespace:__anon18594
88 if (!ParseArguments(argc, argv, &input, &output)) {
H A Dquipper.cc26 bool ParseArguments(int argc, char* argv[], std::vector<string>* perf_args, function in namespace:__anon18606
52 if (!ParseArguments(argc, argv, &perf_args, &perf_duration)) return 1;
/external/puffin/scripts/
H A Dtest_corpus.py27 def ParseArguments(argv): function
62 args = ParseArguments(argv[1:])
/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/tensorflow/tensorflow/core/kernels/
H A Dremote_fused_graph_rewriter_transform.cc65 static Status ParseArguments(const TransformFuncContext& context, function in namespace:tensorflow::graph_transforms
149 TF_RETURN_IF_ERROR(ParseArguments(
223 TF_RETURN_IF_ERROR(ParseArguments(
/external/v8/tools/dev/
H A Dgm.py275 def ParseArguments(self, argv): member in class:ArgumentParser
287 configs = parser.ParseArguments(argv[1:])
/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dcpplint.py3949 def ParseArguments(args): function
4006 filenames = ParseArguments(sys.argv[1:])
/external/google-styleguide/cpplint/
H A Dcpplint.py6129 def ParseArguments(args): function
6208 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.h1134 ExpressionListT ParseArguments(Scanner::Location* first_spread_pos,
1136 ExpressionListT ParseArguments(Scanner::Location* first_spread_pos, function in class:v8::internal::ParseFunctionFlags::ParserBase
1138 return ParseArguments(first_spread_pos, false, ok);
2618 typename ParserBase<Impl>::ExpressionListT ParserBase<Impl>::ParseArguments( function in class:v8::internal::ParseFunctionFlags::ParserBase
3176 args = ParseArguments(&spread_pos, true, CHECK_OK);
3199 args = ParseArguments(&spread_pos, false, CHECK_OK);
3308 ExpressionListT args = ParseArguments(&spread_pos, CHECK_OK);
4579 ExpressionListT args = ParseArguments(&spread_pos, CHECK_OK);

Completed in 450 milliseconds