Searched defs:parse (Results 1 - 25 of 74) sorted by relevance

123

/frameworks/compile/mclinker/tools/mcld/lib/
H A DTargetControlOptions.cpp59 bool TargetControlOptions::parse(LinkerConfig& pConfig) function in class:TargetControlOptions
H A DSymbolOptions.cpp64 bool SymbolOptions::parse(LinkerConfig& pConfig) function in class:SymbolOptions
H A DOptimizationOptions.cpp118 bool OptimizationOptions::parse(LinkerConfig& pConfig) function in class:OptimizationOptions
H A DOutputFormatOptions.cpp205 bool OutputFormatOptions::parse(mcld::Module& pModule, LinkerConfig& pConfig) function in class:OutputFormatOptions
H A DDynamicSectionOptions.cpp103 bool DynamicSectionOptions::parse(LinkerConfig& pConfig, LinkerScript& pScript) function in class:DynamicSectionOptions
H A DPreferenceOptions.cpp129 bool PreferenceOptions::parse(LinkerConfig& pConfig) function in class:PreferenceOptions
H A DSearchPathOptions.cpp79 bool SearchPathOptions::parse(LinkerConfig& pConfig, LinkerScript& pScript) function in class:SearchPathOptions
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapFolderListing.java37 parse(in);
40 public void parse(InputStream in) { method in class:BluetoothMapFolderListing
H A DBluetoothMapMessagesListing.java39 parse(in);
42 public void parse(InputStream in) { method in class:BluetoothMapMessagesListing
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapVcardListing.java36 parse(in);
39 private void parse(InputStream in) throws IOException { method in class:BluetoothPbapVcardListing
/frameworks/opt/net/voip/src/jni/rtp/
H A Dutil.cpp25 int parse(JNIEnv *env, jstring jAddress, int port, sockaddr_storage *ss) function
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardParser.java37 * <p>This method reads a whole InputStream. If you just want to parse one vCard entry inside
40 * @param is The source to parse.
43 public abstract void parse(InputStream is) throws IOException, VCardException; method in class:VCardParser
71 * @param is The source to parse.
78 * {@link #parse(InputStream)}
81 public void parse(InputStream is, VCardInterpreter interpreter) method in class:VCardParser
84 parse(is);
89 * Cancel parsing vCard. Useful when you want to stop the parse in the other threads.
H A DVCardParser_V21.java107 public void parse(InputStream is) throws IOException, VCardException { method in class:VCardParser_V21
108 mVCardParserImpl.parse(is);
H A DVCardParser_V30.java86 public void parse(InputStream is) throws IOException, VCardException { method in class:VCardParser_V30
87 mVCardParserImpl.parse(is);
H A DVCardParser_V40.java74 public void parse(InputStream is) throws IOException, VCardException { method in class:VCardParser_V40
75 mVCardParserImpl.parse(is);
/frameworks/base/tools/aapt/
H A DResourceFilter.cpp12 WeakResourceFilter::parse(const String8& str) function in class:WeakResourceFilter
34 } else if (!AaptConfig::parse(part, &entry.first)) {
90 StrongResourceFilter::parse(const String8& str) { function in class:StrongResourceFilter
95 if (!AaptConfig::parse(configStrs[i], &config)) {
/frameworks/compile/mclinker/include/mcld/Support/
H A DCommandLine.h29 // parse - Return true on error.
30 bool parse(Option &pOption,
51 // parse - Return true on error.
52 bool parse(cl::Option &O, StringRef ArgName, StringRef Arg, bool &Val) { function in class:llvm::cl::FalseParser
53 if (cl::parser<bool>::parse(O, ArgName, Arg, Val))
67 bool parse(Option &O,
87 bool parse(Option &O, StringRef ArgName, StringRef Arg, mcld::ZOption &Val);
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DDuration.java47 public void parse(String str) throws DateException method in class:Duration
80 "Duration.parse(str='" + str + "') expected 'P' at index="
120 "Duration.parse(str='" + str + "') unexpected char '"
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DInitDataParser.cpp43 android::status_t InitDataParser::parse(const Vector<uint8_t>& initData, function in class:clearkeydrm::InitDataParser
/frameworks/av/media/libstagefright/wifi-display/
H A DParameters.cpp26 status_t err = params->parse(data, size);
39 status_t Parameters::parse(const char *data, size_t size) { function in class:android::Parameters
/frameworks/base/core/java/android/alsa/
H A DAlsaCardsParser.java43 public boolean parse(String line, int lineIndex) { method in class:AlsaCardsParser.AlsaCardRecord
88 cardRecord.parse(line, 0);
89 cardRecord.parse(line = bufferedReader.readLine(), 1);
/frameworks/base/core/java/android/net/
H A DMailTo.java64 public static MailTo parse(String url) throws ParseException { method in class:MailTo
73 Uri email = Uri.parse(noScheme);
167 * the parse() method.
/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
H A DStackOverflowXmlParser.java37 public List<Entry> parse(InputStream in) throws XmlPullParserException, IOException { method in class:StackOverflowXmlParser
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DConnectivityServiceTest.java64 private static final RouteInfo MOBILE_ROUTE_V4 = RouteInfo.makeHostRoute(parse("10.0.0.33"),
66 private static final RouteInfo MOBILE_ROUTE_V6 = RouteInfo.makeHostRoute(parse("fd00::33"),
69 private static final RouteInfo WIFI_ROUTE_V4 = RouteInfo.makeHostRoute(parse("192.168.0.66"),
70 parse("192.168.0.1"),
72 private static final RouteInfo WIFI_ROUTE_V6 = RouteInfo.makeHostRoute(parse("fd00::66"),
73 parse("fd00::"),
225 private static InetAddress parse(String addr) { method in class:ConnectivityServiceTest
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
H A DWifiP2pUpnpServiceResponse.java84 if (!parse()) {
94 private boolean parse() { method in class:WifiP2pUpnpServiceResponse

Completed in 7220 milliseconds

123