HomeSort by relevance Sort by last modified time
    Searched refs:url (Results 226 - 250 of 2088) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/appengine/
users.py 35 return self.redirect(users.create_login_url(self.request.url))
64 return self.redirect(users.create_login_url(self.request.url))
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/extras/chrome/gpu/
state_view.css 7 background: url('./images/checkerboard.png');
  /external/clang/www/
make_cxx_dr_status 17 def __init__(self, section, issue, url, status, title):
18 self.section, self.issue, self.url, self.status, self.title = \
19 section, issue, url, status, title
28 _, url, issue = issue_link.split('"', 2)
29 url = url.strip()
32 return DR(section, issue, url, status, title)
162 </tr>''' % (row_style, dr.issue, dr.url, dr.issue, dr.status, dr.title, avail_style, avail)
  /frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/
Utils.java 26 import java.net.URL;
51 URL url = new URL(source); local
52 HttpURLConnection httpConnection = (HttpURLConnection) url.openConnection();
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
NetworkAuthenticationTypeElement.java 31 private NetworkAuthentication(NwkAuthTypeEnum type, String url) {
33 m_url = url;
  /frameworks/support/customtabs/src/android/support/customtabs/
CustomTabsSession.java 45 * Tells the browser of a likely future navigation to a URL.
46 * The most likely URL has to be specified first. Optionally, a list of
52 * @param url Most likely URL.
60 public boolean mayLaunchUrl(Uri url, Bundle extras, List<Bundle> otherLikelyBundles) {
62 return mService.mayLaunchUrl(mCallback, url, extras, otherLikelyBundles);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndfapi.h 44 LPCWSTR url,
49 LPCWSTR url,
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.1.201405082137/
org.jacoco.agent-0.7.1.201405082137.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.3.201501221555/
org.jacoco.agent-0.7.3.201501221555.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/
org.jacoco.agent-0.7.4.201502262128.jar 
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewStartupTest.java 53 final String url = server.getCookieUrl("death.html"); local
63 cookieManager.setCookie(url, "count=41");
81 onUiThread.loadUrlAndWaitForCompletion(url);
84 String cookie = cookieManager.getCookie(url);
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/
errordocument.py 9 URL where the content can be displayed to the user as an error document.
23 content from a specified URL instead.
31 A dictionary of integer status codes and the URL to be displayed
35 "File Not Found" message at the URL ``/error404.html`` and then use
65 def __init__(self, app, status, url, headers):
68 self.url = url
79 parts = self.url.split('?')
85 #raise Exception(self.url, self.status)
104 programatically determine whether to internally forward to another URL an
    [all...]
  /external/chromium-trace/trace-viewer/third_party/six/
setup.py 26 url="http://pypi.python.org/pypi/six/", variable
  /external/doclava/src/com/google/doclava/
JarUtils.java 23 import java.net.URL;
35 URL jarUrl = clazz.getResource(path);
40 String url = jarUrl.toString(); local
41 int bang = url.indexOf("!");
43 if (url.startsWith(JAR_URI_PREFIX) && bang != -1) {
45 return new JarFile(url.substring(JAR_URI_PREFIX.length(), bang));
  /external/google-breakpad/src/common/linux/
http_upload.h 49 // upload_file, as a multipart POST request to the given URL.
61 static bool SendRequest(const string &url,
  /external/llvm/utils/lit/
setup.py 18 url = 'http://llvm.org', variable
  /external/skia/platform_tools/android/bin/
http_download.py 6 """Download a file from a URL to a file on disk.
29 def HttpDownload(url, target, username=None, password=None, verbose=True,
34 url: A URL to download from.
65 logger('Download failed on %s, retrying... (%d)\n' % (url, i))
68 src = urllib2.urlopen(url, timeout=30)
91 logger('Download failed on %s, giving up.\n' % url)
  /frameworks/base/core/java/android/webkit/
CacheManager.java 277 * Gets the cache entry for the specified URL, or null if none is found.
283 * @param url the URL for which a cache entry is requested
286 * @return the cache entry for the specified URL
290 public static CacheResult getCacheFile(String url,
296 * Adds a cache entry to the HTTP cache for the specicifed URL. Also closes
299 * @param url the URL for which the cache entry should be added
304 public static void saveCacheFile(String url, CacheResult cacheResult) {
305 saveCacheFile(url, 0, cacheResult)
    [all...]
  /frameworks/base/packages/services/PacProcessor/src/com/android/pacprocessor/
PacService.java 29 import java.net.URL;
73 public String resolvePacFile(String host, String url) throws RemoteException {
78 if (url == null) {
79 throw new IllegalArgumentException("The URL must not be null");
82 new URL(url);
88 return mPacNative.makeProxyRequest(url, host);
90 throw new IllegalArgumentException("Invalid URL was passed");
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DownloadUtils.java 29 import java.net.URL;
34 public static boolean requestDownload(JobContext jc, URL url, File file) {
38 return download(jc, url, fos);
66 public static boolean download(JobContext jc, URL url, OutputStream output) {
69 input = url.openStream();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
test_pass1.py 40 "url": "http://www.JSON.org/",
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
test_pass1.py 40 "url": "http://www.JSON.org/",
  /external/chromium-trace/trace-viewer/third_party/WebOb/docs/comment-example-code/
example.py 30 comments = self.get_data(req.url)
37 def get_data(self, url):
39 filename = self.url_filename(url)
48 def save_data(self, url, data):
49 filename = self.url_filename(url)
54 def url_filename(self, url):
55 return os.path.join(self.storage_dir, urllib.quote(url, ''))
86 <input type="hidden" name="url" value="%s">
90 <tr><td>URL:</td>
97 ''' % (base_path, html_escape(req.url))
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/util/resource/
FileResource.java 30 import java.net.URL;
56 private transient URL _alias=null;
78 public FileResource(URL url)
81 super(url,null);
85 // Try standard API to convert URL to file.
86 _file =new File(new URI(url.toString()));
99 String file_url="file:"+URIUtil.encodePath(url.toString().substring(5));
104 _file = new File("//"+uri.getAuthority()+URIUtil.decodePath(url.getFile()));
113 _file = new File(perm==null?url.getFile():perm.getName())
144 String url=null; local
    [all...]
  /external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
HttpsTransportSE.java 6 import java.net.URL;
51 retVal = new URL(url).getHost();
64 retVal = new URL(url).getPort();
77 retVal = new URL(url).getPath();

Completed in 2141 milliseconds

1 2 3 4 5 6 7 8 91011>>