HomeSort by relevance Sort by last modified time
    Searched full:nexttype (Results 1 - 14 of 14) sorted by null

  /external/proguard/src/proguard/classfile/util/
InternalTypeEnumeration.java 82 public String nextType()
190 System.out.println(" Type ["+enumeration.nextType()+"]");
ExternalTypeEnumeration.java 79 public String nextType()
ClassUtil.java 441 internalTypeEnumeration.nextType();
506 String internalType = internalTypeEnumeration.nextType();
752 internalMethodDescriptor.append(internalType(externalTypeEnumeration.nextType()));
    [all...]
  /external/proguard/src/proguard/optimize/
MethodDescriptorShrinker.java 178 String type = internalTypeEnumeration.nextType();
226 String type = internalTypeEnumeration.nextType();
280 type = internalTypeEnumeration.nextType();
TailRecursionSimplifier.java 272 String parameterType = internalTypeEnumeration.nextType();
  /external/chromium/third_party/icu/source/common/
ucnv_io.c 400 uint8_t type, nextType;
412 nextType = GET_ASCII_TYPE(*name);
413 if (nextType == ZERO || nextType == NONZERO) {
435 uint8_t type, nextType;
447 nextType = GET_EBCDIC_TYPE(*name);
448 if (nextType == ZERO || nextType == NONZERO) {
491 uint8_t type, nextType;
504 nextType = GET_CHAR_TYPE(*name1)
    [all...]
  /external/icu4c/common/
ucnv_io.c 400 uint8_t type, nextType;
412 nextType = GET_ASCII_TYPE(*name);
413 if (nextType == ZERO || nextType == NONZERO) {
435 uint8_t type, nextType;
447 nextType = GET_EBCDIC_TYPE(*name);
448 if (nextType == ZERO || nextType == NONZERO) {
491 uint8_t type, nextType;
504 nextType = GET_CHAR_TYPE(*name1)
    [all...]
  /external/proguard/src/proguard/
FullyQualifiedClassNameChecker.java 125 checkType(internalTypeEnumeration.nextType());
  /libcore/luni/src/main/java/java/lang/reflect/
AccessibleObject.java 217 String nextType = clazz.getName();
219 if(trans.containsKey(nextType)) {
220 result = trans.get(nextType);
225 result = "L" + nextType + ";";
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java 341 int nexttype=NULL; local
434 nexttype=next.getNodeType();
441 if (ENTITY_REFERENCE_NODE == nexttype)
444 while (ENTITY_REFERENCE_NODE == nexttype);
481 nexttype=next.getNodeType();
483 // nexttype=pos.getNodeType();
484 if(TEXT_NODE == nexttype || CDATA_SECTION_NODE == nexttype)
497 nexttype=TEXT_NODE;
512 else if(PROCESSING_INSTRUCTION_NODE==nexttype)
    [all...]
  /external/proguard/src/proguard/evaluation/
BasicInvocationUnit.java 106 String type = internalTypeEnumeration.nextType();
  /external/proguard/src/proguard/shrink/
ClassShrinker.java 251 String type = internalTypeEnumeration.nextType();
  /external/proguard/src/proguard/optimize/peephole/
MethodInliner.java 235 String parameterType = internalTypeEnumeration.nextType();
  /external/proguard/lib/
proguard.jar 

Completed in 1357 milliseconds