/external/pdfium/fpdfsdk/src/javascript/ |
Document.h | 203 FX_BOOL getURL(IJS_Context* cc, 348 JS_STATIC_METHOD(getURL, Document);
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/ |
MediaPlayerFacade.java | 96 private String getUrl(String tag) { 235 result.put("url", getUrl(tag));
|
/frameworks/base/docs/html/sdk/api_diff/22/changes/ |
android.webkit.WebHistoryItem.html | 145 <nobr><code>String</code> <A HREF="../../../../reference/android/webkit/WebHistoryItem.html#getUrl()" target="_top"><code>getUrl</code></A>() </nobr>
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
mfplay.h | 87 STDMETHOD_(HRESULT,GetURL)(THIS_ LPWSTR *ppwszURL) PURE; 113 #define IMFPMediaItem_GetURL(This,ppwszURL) (This)->lpVtbl->GetURL(This,ppwszURL)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/ |
AdtStartup.java | 112 if (install != null && install.getURL() != null) { 113 File toolsFolder = new File(install.getURL().getFile()).getParentFile();
|
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/ |
ResultReporter.java | 514 mCurrentResult.setBugReport(logFile.getUrl()); 516 mCurrentResult.setLog(logFile.getUrl()); 518 mCurrentResult.setScreenshot(logFile.getUrl()); 571 return mLogSaver.getLogReportDir().getUrl();
|
/external/apache-harmony/support/src/test/java/tests/support/resource/ |
Support_Resources.java | 42 public static String getURL(String name) {
|
/external/javassist/src/main/javassist/ |
URLClassPath.java | 107 return con.getURL();
|
/external/pdfium/core/src/fpdftext/ |
text_int.h | 220 CFX_WideString GetURL(int index) const override;
|
/external/pdfium/fpdfsdk/include/fpdfxfa/ |
fpdfxfa_doc.h | 142 virtual void GetURL(IXFA_Doc* hDoc, CFX_WideString& wsDocURL);
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/service/ |
RedirectListener.java | 119 public URL getURL() {
|
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/ |
PowerTestActivity.java | 265 Log.v(LOGTAG, "Finishing URL: " + webView.getUrl());
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/internal/net/www/protocol/file/ |
FileURLConnectionTest.java | 99 assertEquals("file", conn.getURL().getProtocol());
|
/libcore/ojluni/src/main/java/sun/misc/ |
Resource.java | 55 public abstract URL getURL();
|
URLClassPath.java | 551 public URL getURL() { return url; } 771 public URL getURL() { return url; } 819 return rsc.getURL(); [all...] |
/libcore/ojluni/src/main/java/sun/net/ |
ProgressSource.java | 100 public URL getURL() {
|
/libcore/ojluni/src/main/java/sun/net/www/ |
MimeLauncher.java | 115 ofn = getTempFileName(uc.getURL(), ofn);
|
/libcore/support/src/test/java/tests/support/resource/ |
Support_Resources.java | 59 public static String getURL(String name) {
|
/packages/apps/HTMLViewer/src/com/android/htmlviewer/ |
HTMLViewerActivity.java | 178 final Uri uri = request.getUrl();
|
/packages/apps/Settings/src/com/android/settings/fingerprint/ |
FingerprintEnrollIntroduction.java | 189 Intent intent = HelpUtils.getHelpIntent(ctx, getURL(), ctx.getClass().getName());
|
/external/jmdns/src/javax/jmdns/impl/ |
ServiceInfoImpl.java | 616 * @see javax.jmdns.ServiceInfo#getURL() 620 public String getURL() { 621 return this.getURL("http"); 635 * @see javax.jmdns.ServiceInfo#getURL(java.lang.String) 639 public String getURL(String protocol) { [all...] |
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/ |
URLConnectionTest.java | 890 * {@link java.net.URLConnection#getURL()} 893 assertTrue("Incorrect URL returned", uc.getURL().equals(url)); 931 htmlFileCon.getURL().toString(), [all...] |
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
CtsXmlResultReporter.java | 243 CLog.i("Got log for %s %s %s", dataName, dataType, logFile.getUrl()); 245 TestLog log = TestLog.fromDataName(dataName, logFile.getUrl());
|
/external/jetty/src/java/org/eclipse/jetty/util/resource/ |
JarFileResource.java | 402 JarFileResource newResource = new JarFileResource(oldResource.getURL(), false); 425 return url.sameFile(resource.getURL());
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/ |
CookiesTest.java | 279 HttpURLConnection connection = new OkUrlFactory(client).open(server.getUrl("/")); 354 URLConnection connection = new OkUrlFactory(client).open(server.getUrl(path));
|