Searched refs:ParseOption (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/media/tools/layout_tests/
H A Dlayouttest_analyzer_runner.py30 def ParseOption(): function
129 options = ParseOption()
H A Dlayouttest_analyzer.py44 def ParseOption(): function
434 options = ParseOption()
/external/lldb/tools/lldb-perf/lib/
H A DTestCase.h142 ParseOption (int short_option, const char* optarg) function in class:lldb_perf::TestCase
H A DTestCase.cpp94 done = !ParseOption(short_option, optarg);
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.h298 bool ParseOption(Message* options,
395 bool ParseOption(Message* options,
H A Dparser.cc519 return ParseOption(file->mutable_options(), location, OPTION_STATEMENT);
630 return ParseOption(message->mutable_options(), location, OPTION_STATEMENT);
767 DO(ParseOption(field->mutable_options(), location, OPTION_ASSIGNMENT));
958 bool Parser::ParseOption(Message* options, function in class:google::protobuf::compiler::Parser
1252 return ParseOption(enum_type->mutable_options(), location,
1305 DO(ParseOption(value->mutable_options(), location, OPTION_ASSIGNMENT));
1359 return ParseOption(service->mutable_options(), location, OPTION_STATEMENT);
1431 if (!ParseOption(mutable_options, location, OPTION_STATEMENT)) {
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.h221 bool ParseOption(Message* options);
H A Dparser.cc384 return ParseOption(file->mutable_options());
435 return ParseOption(message->mutable_options());
866 return ParseOption(enum_type->mutable_options());
937 return ParseOption(service->mutable_options());
972 if (!ParseOption(method->mutable_options())) {
1088 bool Parser::ParseOption(Message* options) { function in class:google::protobuf::compiler::Parser
/external/chromium_org/chromeos/dbus/
H A Dfake_shill_manager_client.h147 bool ParseOption(const std::string& arg0, const std::string& arg1);
H A Dpower_manager_client.cc921 ParseOption((*iter).first, (*iter).second);
925 void ParseOption(const std::string& arg0, const std::string& arg1) { function in class:chromeos::PowerManagerClientStubImpl
H A Dfake_shill_manager_client.cc1008 ParseOption((*iter).first, (*iter).second);
1012 bool FakeShillManagerClient::ParseOption(const std::string& arg0, function in class:chromeos::FakeShillManagerClient
/external/lldb/tools/lldb-perf/darwin/sketch/
H A Dsketch.cpp78 ParseOption (int short_option, const char* optarg) function in class:SketchTest

Completed in 837 milliseconds