HomeSort by relevance Sort by last modified time
    Searched refs:urlPath (Results 1 - 25 of 30) sorted by null

1 2

  /packages/apps/Messaging/src/com/android/messaging/util/
YouTubeUtil.java 65 final String urlPath = uri.getPath();
67 if (TextUtils.isEmpty(urlPath)) {
72 if (urlPath.startsWith(YOUTUBE_PATH_1)) {
76 if (urlPath.startsWith(YOUTUBE_PATH_2)) {
77 return getVideoIdFromPath(YOUTUBE_PATH_2, urlPath);
80 if (urlPath.startsWith(YOUTUBE_PATH_3)) {
81 return getVideoIdFromPath(YOUTUBE_PATH_3, urlPath);
84 if (urlPath.startsWith(YOUTUBE_PATH_4)) {
89 return getVideoIdFromPath("/", urlPath);
94 private static String getVideoIdFromPath(String prefixSubstring, String urlPath) {
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/jmx/
ConnectorServer.java 85 String urlPath = svcUrl.getURLPath();
86 int idx = urlPath.indexOf("rmi://");
89 String hostPort = urlPath.substring(idx+6, urlPath.indexOf('/', idx+6));
92 urlPath = urlPath.replace(hostPort,regHostPort);
93 svcUrl = new JMXServiceURL(svcUrl.getProtocol(), svcUrl.getHost(), svcUrl.getPort(), urlPath);
  /libcore/ojluni/src/main/java/sun/net/www/protocol/http/
AuthenticationInfo.java 226 String urlPath = url.getPath();
227 if (urlPath.length() == 0)
228 this.path = urlPath;
230 this.path = reducePath (urlPath);
240 static String reducePath (String urlPath) {
241 int sepIndex = urlPath.lastIndexOf('/');
242 int targetSuffixIndex = urlPath.lastIndexOf('.');
245 return urlPath.substring(0, sepIndex+1);
247 return urlPath;
249 return urlPath;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar 
javax.servlet_2.5.0.v200910301333.jar 
org.eclipse.help.base_3.5.2.v201011171123.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
HTMLImports.js 212 var urlPath = url.replace(/["']/g, "");
213 urlObj.href = urlPath;
214 urlPath = urlObj.href;
215 return pre + "'" + urlPath + "'" + post;
webcomponents-lite.js 554 var urlPath = url.replace(/["']/g, "");
555 urlObj.href = urlPath;
556 urlPath = urlObj.href;
557 return pre + "'" + urlPath + "'" + post;
    [all...]
  /external/chromium-trace/catapult/tracing/third_party/components/webcomponentsjs/
HTMLImports.js 212 var urlPath = url.replace(/["']/g, "");
213 urlObj.href = urlPath;
214 urlPath = urlObj.href;
215 return pre + "'" + urlPath + "'" + post;
webcomponents-lite.js 554 var urlPath = url.replace(/["']/g, "");
555 urlObj.href = urlPath;
556 urlPath = urlObj.href;
557 return pre + "'" + urlPath + "'" + post;
    [all...]
  /prebuilts/tools/common/m2/repository/classworlds/classworlds/1.1/
classworlds-1.1.jar 
  /prebuilts/tools/common/m2/repository/classworlds/classworlds/1.1-alpha-2/
classworlds-1.1-alpha-2.jar 
  /external/guice/extensions/persist/lib/
servlet-api-2.5.jar 
xwork-2.0.4.jar 
  /external/guice/extensions/servlet/lib/build/
servlet-api-2.5.jar 
  /external/guice/extensions/struts2/lib/
servlet-api-2.5.jar 
xwork-core-2.2.1.jar 
  /external/jetty/lib/
javax.servlet-3.0.0.v201112011016.jar 
  /external/guice/lib/build/
felix-2.0.5.jar 
  /external/chromium-trace/catapult/third_party/polymer/components/polymer/
polymer.js     [all...]
  /external/chromium-trace/catapult/tracing/third_party/components/polymer/
polymer.js     [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 

Completed in 2753 milliseconds

1 2