HomeSort by relevance Sort by last modified time
    Searched refs:parse (Results 526 - 550 of 1306) sorted by null

<<21222324252627282930>>

  /development/samples/NFCDemo/src/com/example/android/nfc/
TagViewer.java 63 // Parse the intent
103 // Parse the first message in the list
105 List<ParsedNdefRecord> records = NdefMessageParser.parse(msgs[0]);
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MainActivity.java 111 Uri uri = Uri.parse(input.getText().toString());
  /development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/
WeatherDataProvider.java 53 Uri.parse("content://com.example.android.weatherlistwidget.provider");
  /development/testrunner/
coverage_targets.py 48 def Parse(self, file_path):
49 """Parse the coverage target data from from given file path, and add it to
52 file_path: absolute file path to parse
57 doc = xml.dom.minidom.parse(file_path)
130 def Parse(xml_file_path):
133 targets.Parse(xml_file_path)
  /development/testrunner/test_defs/
test_defs.py 46 def Parse(self, file_path):
47 """Parse the test suite data from from given file path.
50 file_path: absolute file path to parse
55 doc = xml.dom.minidom.parse(file_path)
68 """Alternate parse method that accepts a string of the xml data."""
79 test_suite = suite_parser.Parse(element)
120 def Parse(file_path):
131 tests_result.Parse(file_path)
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
ChoiceFormatTest.java 351 * @tests java.text.ChoiceFormat#parse(java.lang.String,
356 // java.text.ChoiceFormat.parse(java.lang.String,
360 .parse("One", new ParsePosition(0)).intValue());
363 Number result = f1.parse("Greater than two", pos);
369 assertTrue("Incorrect result", Double.isNaN(f1.parse("12one", pos)
373 result = f1.parse("12one and two", pos);
375 assertEquals("Ignored parse position", 1.0D, result.doubleValue(), 0.0D);
  /external/apache-http/src/org/apache/http/client/protocol/
ResponseProcessCookies.java 120 List<Cookie> cookies = cookieSpec.parse(header, cookieOrigin);
  /external/apache-http/src/org/apache/http/impl/cookie/
RFC2965DomainAttributeHandler.java 57 * Parse cookie domain attribute.
59 public void parse(final SetCookie cookie, String domain) method in class:RFC2965DomainAttributeHandler
RFC2965PortAttributeHandler.java 103 * Parse cookie port attribute.
105 public void parse(final SetCookie cookie, final String portValue) method in class:RFC2965PortAttributeHandler
  /external/chromium/testing/gmock/scripts/generator/cpp/
gmock_class.py 184 # An error message was already printed since we couldn't parse.
  /external/clang/bindings/python/tests/cindex/
test_diagnostics.py 5 tu = index.parse('INPUT.c', unsaved_files = [('INPUT.c', source)])
  /external/emma/core/java12/com/vladium/emma/report/
reportCommand.java 53 final IOptsParser.IOpts parsedopts = parser.parse (m_args);
55 // check if usage is requested before checking args parse errors etc:
  /external/eyes-free/AccessCheck/src/com/android/accessibility/
AccessibilityValidator.java 154 reader.parse(file);
  /external/icu4c/i18n/
nfrs.h 60 UBool parse(const UnicodeString& text, ParsePosition& pos, double upperBound, Formattable& result) const;
rbt_pars.h 65 * Parse error information.
146 * Parse the given string as a sequence of rules, separated by newline
151 * Parse the given rules, in the given direction. After this call
161 void parse(const UnicodeString& rules,
167 * Return the compound filter parsed by parse(). Caller owns result.
168 * @return the compound filter parsed by parse().
184 * MAIN PARSER. Parse the next rule in the given rule string, starting
186 * parse characters at or after limit.
242 * Parse a pragma. This method assumes resemblesPragma() has
266 * Parse a UnicodeSet out, store it, and return the stand-in characte
    [all...]
  /external/icu4c/tools/toolutil/
xmlparser.h 159 * The parse methods parse whole documents and return the parse trees via their
174 * Parse an XML document, create the entire document tree, and
178 UXMLElement *parse(const UnicodeString &src, UErrorCode &errorCode);
180 * Parse an XML file, create the entire document tree, and
  /external/llvm/examples/BrainF/
BrainFDriver.cpp 128 Module *mod = bf.parse(in, 65536, cf, Context); //64 KiB
  /external/llvm/lib/DebugInfo/
DWARFDebugAbbrev.cpp 63 void DWARFDebugAbbrev::parse(DataExtractor data) { function in class:DWARFDebugAbbrev
  /external/nist-sip/java/gov/nist/javax/sip/parser/
SubscriptionStateParser.java 46 * @param subscriptionState the header to parse
54 * @param lexer the lexer to use to parse the header
61 * parse the String message
65 public SIPHeader parse() throws ParseException { method in class:SubscriptionStateParser
68 dbg_enter("SubscriptionStateParser.parse");
134 dbg_leave("SubscriptionStateParser.parse");
153 SubscriptionState ss= (SubscriptionState) parser.parse();
WarningParser.java 51 * Warning header to parse
68 * parse the String message
74 public SIPHeader parse() throws ParseException { method in class:WarningParser
77 dbg_enter("WarningParser.parse");
170 dbg_leave("WarningParser.parse");
188 * parser.parse(); System.out.println("encoded = " + warningList.encode()); }
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
SecurityAgreeParser.java 81 public SIPHeaderList parse(SecurityAgree header) throws ParseException method in class:SecurityAgreeParser
  /external/svox/pico/src/com/svox/pico/
EngineSettings.java 77 Uri marketUri = Uri.parse(MARKET_URI_START + unavailableLang.toLowerCase().replace("-", "."));
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
scanner.py 23 [(SUBPATTERN, (idx + 1, sre_parse.parse(phrase, flags)))])
  /frameworks/base/core/java/android/content/pm/
VerifierDeviceIdentity.java 208 public static VerifierDeviceIdentity parse(String deviceIdentity) method in class:VerifierDeviceIdentity
  /frameworks/base/core/java/android/provider/
SearchRecentSuggestions.java 137 mSuggestionsUri = Uri.parse("content://" + mAuthority + "/suggestions");

Completed in 2546 milliseconds

<<21222324252627282930>>