| /packages/apps/Phone/src/com/android/phone/ |
| Settings.java | 192 Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(url));
|
| /packages/apps/Settings/src/com/android/settings/widget/ |
| SettingsAppWidgetProvider.java | 719 launchIntent.setData(Uri.parse("custom:" + buttonId)); [all...] |
| /packages/experimental/StrictModeTest/src/com/android/strictmodetest/ |
| StrictModeActivity.java | 79 private static final Uri SYSTEM_SETTINGS_URI = Uri.parse("content://settings/system");
|
| /packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
| Helpers.java | 43 /** Regex used to parse content-disposition headers */ 51 * Parse the Content-Disposition HTTP Header. The format of the header 63 // This function is defined as returning null when it can't parse the header 85 path = Uri.parse(hint).getPath();
|
| /prebuilt/sdk/7/ |
| android.jar | |
| /sdk/attribute_stats/src/ |
| Analyzer.java | 188 document = builder.parse(is); 193 // pass -- ignore files we can't parse 195 // pass -- ignore files we can't parse 197 // pass -- ignore files we can't parse
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/ |
| AttrsXmlParser.java | 78 * @param osAttrsXmlPath The path of the <code>attrs.xml</code> file to parse. 94 * @param osAttrsXmlPath The path of the <code>attrs.xml</code> file to parse. 235 mDocument = builder.parse(new File(mOsAttrsXmlPath)); 240 mLog.error(e, "Failed to parse XML document %1$s", //$NON-NLS-1$ 348 * @param parents The parents string to parse. Must not be null or empty. 396 // If the attribute is unknown yet, parse it. 397 // If the attribute is know but its format is unknown, parse it too.
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/ |
| ManifestInfo.java | 189 document = builder.parse(is);
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
| LintEclipseContext.java | 133 public Document parse(Context context) { method in class:LintEclipseContext
|
| /cts/tools/dasm/etc/ |
| java_cup-new.jar | |
| java_cup.jar | |
| java_cup.jar.old | |
| /external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/ |
| navigation_collector.js | 337 * @param {NavigationCollector.Request} list A list of URLs to parse.
|
| /external/chromium/net/tools/testserver/ |
| testserver.py | 79 x509.parse(s) 88 x509.parse(s) 780 # should send. Read them in and parse them. [all...] |
| /external/icu4c/test/intltest/ |
| wbnf.cpp | 1266 UBool parse(){ function in class:Parser [all...] |
| /external/v8/src/ |
| json.js | 337 "parse", JSONParse,
|
| /external/webkit/Source/WebCore/inspector/front-end/ |
| AuditRules.js | 455 var dateHeaderMs = Date.parse(dateHeader); 467 var expDate = Date.parse(expiresHeader); [all...] |
| /frameworks/base/cmds/am/src/com/android/commands/am/ |
| Am.java | 164 data = Uri.parse(nextArgRequired()); 192 intent.putExtra(key, Uri.parse(value)); 319 // The argument is a URI. Fully parse it, and use that result [all...] |
| /packages/apps/Contacts/src/com/android/contacts/ |
| ContactLoader.java | 768 .openAssetFileDescriptor(Uri.parse(photoUri), "r"); [all...] |
| /packages/apps/Launcher2/src/com/android/launcher2/ |
| LauncherProvider.java | 81 Uri.parse("content://" + AUTHORITY + "/appWidgetReset"); 279 final Uri uri = Uri.parse("content://" + Settings.AUTHORITY + [all...] |
| /packages/apps/Music/src/com/android/music/ |
| MediaPlaybackService.java | [all...] |
| /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
| EmulatorControlPanel.java | 793 if (parser.parse()) { [all...] |
| /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/ |
| jstemplate.js | 217 * and the functions used to parse their values.
297 var parse = att[1];
300 jstcache[name] = parse(value);
[all...] |
| /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/ |
| jstemplate.js | 217 * and the functions used to parse their values. 297 var parse = att[1]; 300 jstcache[name] = parse(value); [all...] |
| /external/doclava/res/assets/templates/ |
| class.cs | 479 <?cs # the A tag in the next line must remain where it is, so that Eclipse can parse the docs ?> 518 <?cs # the A tag in the next line must remain where it is, so that Eclipse can parse the docs ?> 547 <?cs # the A tag in the next line must remain where it is, so that Eclipse can parse the docs ?>
|