HomeSort by relevance Sort by last modified time
    Searched refs:typeStart (Results 1 - 4 of 4) sorted by null

  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
DeodexUtil.java 145 int typeStart = i+1;
146 while (typeStart < methodParams.length() && methodParams.charAt(typeStart) == '[') {
147 typeStart++;
149 switch (methodParams.charAt(typeStart)) {
158 end = typeStart;
161 end = methodParams.indexOf(';', typeStart);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
ResourceValueCompleter.java 143 int typeStart = isSystem
147 if (prefix.regionMatches(typeStart, type.getName(), 0,
148 Math.min(type.getName().length(), prefix.length() - typeStart))) {
170 int nameStart = typeStart + type.getName().length() + 1; // +1: add "/" divider
  /frameworks/base/tools/aapt/
ResourceTable.cpp     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 86 milliseconds