/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/parser/ |
MessageParser.java | 145 public ProvisioningParams parse(Intent provisioningIntent, Context context) method in class:MessageParser 147 return getParser(provisioningIntent).parse(provisioningIntent, context);
|
/packages/apps/ManagedProvisioning/tests/src/com/android/managedprovisioning/task/ |
InstallPackageTaskTest.java | 121 eq(Uri.parse("file://" + TEST_PACKAGE_LOCATION)), 144 eq(Uri.parse("file://" + TEST_PACKAGE_LOCATION)),
|
/packages/apps/Messaging/src/com/android/messaging/util/exif/ |
ExifModifier.java | 57 ExifParser parser = ExifParser.parse(is, mInterface); 99 ExifParser parser = ExifParser.parse(is, flag, mInterface);
|
/packages/apps/Music/tests/src/com/android/music/functional/ |
TestSongs.java | 103 Intent scanIntent = new Intent(Intent.ACTION_MEDIA_MOUNTED, Uri.parse("file://" 108 getActivity().sendBroadcast(new Intent(Intent.ACTION_MEDIA_MOUNTED, Uri.parse("file://"
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
PackageIconLoader.java | 109 Uri uri = Uri.parse(drawableId); 133 return Uri.parse(drawableId);
|
/packages/apps/Settings/src/com/android/settings/applications/ |
DefaultBrowserPreference.java | 46 .setData(Uri.parse("http:")); 184 intent.setData(Uri.parse("http:"));
|
/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 | 58 getContentResolver().insert(Uri.parse("content://media/"), values); 65 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(
|
/packages/services/Telephony/src/com/android/phone/common/mail/store/imap/ |
DigestMd5Utils.java | 217 Map<String, String> result = new DigestMessageParser(message).parse(); 225 * Parse the key-value pair returned by the server. 238 public Map<String, String> parse() { method in class:DigestMd5Utils.DigestMessageParser
|
/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...] |