Searched refs:ParseOptions (Results 26 - 38 of 38) sorted by relevance

12

/external/lldb/include/lldb/Interpreter/
H A DCommandObject.h305 ParseOptions (Args& args, CommandReturnObject &result);
/external/chromium_org/ppapi/generators/
H A Didl_c_proto.py15 from idl_option import GetOption, Option, ParseOptions namespace
805 filenames = ParseOptions(args)
H A Didl_thunk.py16 from idl_option import GetOption, Option, ParseOptions namespace
575 ParseOptions(args)
H A Didl_release.py16 from idl_option import GetOption, Option, ParseOptions namespace
H A Didl_parser.py36 from idl_option import GetOption, Option, ParseOptions namespace
1273 filenames = ParseOptions(args)
/external/chromium_org/third_party/libyuv/util/
H A Dpsnr_main.cc148 void ParseOptions(int argc, const char* argv[]) { function
312 ParseOptions(argc, argv);
/external/chromium_org/v8/samples/
H A Dprocess.cc577 void ParseOptions(int argc, function
654 ParseOptions(argc, argv, &options, &file);
/external/lldb/source/Commands/
H A DCommandObjectExpression.cpp483 if (!ParseOptions (args, result))
H A DCommandObjectSettings.cpp223 if (!ParseOptions (cmd_args, result))
561 if (!ParseOptions (cmd_args, result))
H A DCommandObjectWatchpoint.cpp1220 if (!ParseOptions (args, result))
/external/lldb/source/Interpreter/
H A DCommandObject.cpp152 CommandObject::ParseOptions function in class:CommandObject
165 // ParseOptions calls getopt_long_only, which always skips the zero'th item in the array and starts at position 1,
168 error = args.ParseOptions (*options);
170 // The "dummy_string" will have already been removed by ParseOptions,
1035 if (ParseOptions (cmd_args, result))
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPMetaImpl.java26 import com.adobe.xmp.options.ParseOptions;
1262 * @see XMPMeta#normalize(ParseOptions)
1264 public void normalize(ParseOptions options) throws XMPException
1268 options = new ParseOptions();
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc1404 DO(ParseOptions(method_location,
1415 bool Parser::ParseOptions(const LocationRecorder& parent_location, function in class:google::protobuf::compiler::Parser

Completed in 275 milliseconds

12