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

1 2

  /external/proguard/src/proguard/obfuscate/
MappingReader.java 119 int colonIndex = line.indexOf(':', arrowIndex + 2);
120 if (colonIndex < 0)
127 String newClassName = line.substring(arrowIndex + 2, colonIndex).trim();
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
SystemIDResolver.java 134 final int colonIndex = systemId.indexOf(':');
145 return ((colonIndex >0) && (colonIndex<index));
URI.java 392 int colonIndex = uriSpec.indexOf(':');
393 if (colonIndex < 0)
403 uriSpec = uriSpec.substring(colonIndex+1);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
SystemIDResolver.java 127 final int colonIndex = systemId.indexOf(':');
138 return ((colonIndex >0) && (colonIndex<index));
URI.java 389 int colonIndex = uriSpec.indexOf(':');
390 if (colonIndex < 0)
400 uriSpec = uriSpec.substring(colonIndex+1);
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewHierarchyLoader.java 163 int colonIndex = property.name.indexOf(':');
164 if (colonIndex != -1) {
165 property.name = property.name.substring(colonIndex + 1);
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToStream.java     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-packaging-plugin/0.20.0/
tycho-packaging-plugin-0.20.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.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/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 

Completed in 258 milliseconds

1 2