HomeSort by relevance Sort by last modified time
    Searched refs:parse (Results 1301 - 1325 of 4368) sorted by null

<<51525354555657585960>>

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
PackageIconLoader.java 109 Uri uri = Uri.parse(drawableId);
133 return Uri.parse(drawableId);
  /packages/apps/Settings/tests/app/src/com/android/settings/vpn2/
VpnProfileParser.java 37 * Parse VPN profiles from an XML file
231 public static Map<Integer, VpnInfo> parse(InputStream in) { method in class:VpnProfileParser
235 saxParser.parse(in, mHandler);
237 Log.e(TAG, "Parse vpn profile exception: " + e.toString());
239 Log.e(TAG, "Parse vpn profile exception: " + e.toString());
241 Log.e(TAG, "Parse vpn profile exception: " + e.toString());
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
HelpFragment.java 145 final Uri uri = Uri.parse(getString(R.string.app_url));
161 final Uri uri = Uri.parse(getString(R.string.privacy_policy_uri));
  /packages/experimental/PrintApp/src/foo/bar/print/
PrintActivity.java 85 uri = Uri.parse("android.resource://foo.bar.print/raw/portrait");
88 uri = Uri.parse("android.resource://foo.bar.print/raw/landscape");
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaScannerService.java 55 getContentResolver().insert(Uri.parse("content://media/"), values);
62 Uri uri = Uri.parse("file://" + directories[0]);
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
ContactsAsyncHelperTest.java 43 private static final Uri SAMPLE_CONTACT_PHOTO_URI = Uri.parse(
47 private static final Uri SAMPLE_CONTACT_PHOTO_URI_SMALL = Uri.parse(
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/commons-cli/commons-cli/1.0/
commons-cli-1.0.jar 
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
patcomp.py 18 from .pgen2 import driver, literals, token, tokenize, parse, grammar namespace
61 except parse.ParseError as e:
  /prebuilts/gdb/darwin-x86/lib/python2.7/
robotparser.py 19 """ This class provides a set of methods to read, parse and answer
66 self.parse(lines)
77 def parse(self, lines): member in class:RobotFileParser
78 """parse the input lines from a robots.txt file.
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/sax/
xmlreader.py 17 for document processing, and to initiate a document parse.
19 All SAX interfaces are assumed to be synchronous: the parse
30 def parse(self, source): member in class:XMLReader
31 "Parse an XML document from a system identifier or an InputSource."
72 request a locale change in the middle of a parse."""
101 using the parse method.
104 is, after parse has been called and before it returns.
106 By default, the class also implements the parse method of the XMLReader
115 def parse(self, source): member in class:IncrementalParser
129 the parser and makes it parse the data, emitting th
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
patcomp.py 18 from .pgen2 import driver, literals, token, tokenize, parse, grammar namespace
61 except parse.ParseError as e:
  /prebuilts/gdb/linux-x86/lib/python2.7/
robotparser.py 19 """ This class provides a set of methods to read, parse and answer
66 self.parse(lines)
77 def parse(self, lines): member in class:RobotFileParser
78 """parse the input lines from a robots.txt file.
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/sax/
xmlreader.py 17 for document processing, and to initiate a document parse.
19 All SAX interfaces are assumed to be synchronous: the parse
30 def parse(self, source): member in class:XMLReader
31 "Parse an XML document from a system identifier or an InputSource."
72 request a locale change in the middle of a parse."""
101 using the parse method.
104 is, after parse has been called and before it returns.
106 By default, the class also implements the parse method of the XMLReader
115 def parse(self, source): member in class:IncrementalParser
129 the parser and makes it parse the data, emitting th
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
patcomp.py 18 from .pgen2 import driver, literals, token, tokenize, parse, grammar namespace
61 except parse.ParseError as e:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
robotparser.py 19 """ This class provides a set of methods to read, parse and answer
66 self.parse(lines)
77 def parse(self, lines): member in class:RobotFileParser
78 """parse the input lines from a robots.txt file.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
xmlreader.py 17 for document processing, and to initiate a document parse.
19 All SAX interfaces are assumed to be synchronous: the parse
30 def parse(self, source): member in class:XMLReader
31 "Parse an XML document from a system identifier or an InputSource."
72 request a locale change in the middle of a parse."""
101 using the parse method.
104 is, after parse has been called and before it returns.
106 By default, the class also implements the parse method of the XMLReader
115 def parse(self, source): member in class:IncrementalParser
129 the parser and makes it parse the data, emitting th
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
patcomp.py 18 from .pgen2 import driver, literals, token, tokenize, parse, grammar namespace
61 except parse.ParseError as e:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
robotparser.py 19 """ This class provides a set of methods to read, parse and answer
66 self.parse(lines)
77 def parse(self, lines): member in class:RobotFileParser
78 """parse the input lines from a robots.txt file.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
xmlreader.py 17 for document processing, and to initiate a document parse.
19 All SAX interfaces are assumed to be synchronous: the parse
30 def parse(self, source): member in class:XMLReader
31 "Parse an XML document from a system identifier or an InputSource."
72 request a locale change in the middle of a parse."""
101 using the parse method.
104 is, after parse has been called and before it returns.
106 By default, the class also implements the parse method of the XMLReader
115 def parse(self, source): member in class:IncrementalParser
129 the parser and makes it parse the data, emitting th
    [all...]
  /prebuilts/tools/common/m2/repository/commons-cli/commons-cli/1.0/
commons-cli-1.0.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
messages.properties 20 ParseFileFailure_s=Failed to parse %1$s file
  /system/extras/verity/
KeystoreSigner.java 124 public void parse(byte[] input) throws Exception { method in class:BootKeystore
179 ks.parse(Utils.read(args[1]));
  /frameworks/compile/mclinker/lib/Script/
ScriptParser.yy 50 %parse-param { const class LinkerConfig& m_LDConfig }
51 %parse-param { class ScriptFile& m_ScriptFile }
52 %parse-param { class ScriptScanner& m_ScriptScanner }
53 %parse-param { class ObjectReader& m_ObjectReader}
54 %parse-param { class ArchiveReader& m_ArchiveReader}
55 %parse-param { class DynObjReader& m_DynObjReader}
56 %parse-param { class GroupReader& m_GroupReader}
  /external/icu/android_icu4j/src/main/java/android/icu/text/
NumberFormat.java 41 * <code>NumberFormat</code> helps you to format and parse numbers for any locale.
73 * You can also use a <code>NumberFormat</code> to parse numbers:
76 * myNumber = nf.parse(myString);
120 * if true, "3456.78" -&gt; 3456 (and leaves the parse position just after '6')
121 * if false, "3456.78" -&gt; 3456.78 (and leaves the parse position just after '8')
126 * You can also use forms of the <code>parse</code> and <code>format</code>
130 * <li> progressively parse through pieces of a string
269 * @param source the String to parse
270 * @param parsePosition the position at which to start the parse
277 return parse(source, parsePosition)
395 public abstract Number parse(String text, ParsePosition parsePosition); method in class:NumberFormat
408 public Number parse(String text) throws ParseException { method in class:NumberFormat
    [all...]
  /external/icu/icu4c/source/i18n/
datefmt.cpp 327 DateFormat::parse(const UnicodeString& text, function in class:DateFormat
336 parse(text, *calClone, pos);
358 DateFormat::parse(const UnicodeString& text, function in class:DateFormat
364 UDate result = parse(text, pos);
367 fprintf(stderr, "%s:%d - - failed to parse - err index %d\n"
382 result.setDate(parse(source, pos));

Completed in 596 milliseconds

<<51525354555657585960>>