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

  /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 
  /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/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.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 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-ant-tasks/2.1.3/
maven-ant-tasks-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-user.jar 

Completed in 1072 milliseconds