Searched refs:oldType (Results 1 - 18 of 18) sorted by relevance

/external/javassist/src/main/javassist/bytecode/analysis/
H A DAnalyzer.java320 Type oldType = old.getLocal(i);
322 if (oldType == null) {
328 newType = oldType.merge(newType);
331 if (!newType.equals(oldType) || newType.popChanged())
381 Type oldType = old.getLocal(index);
383 if (oldType != newType) {
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DAssignTokenTypesBehavior.java254 int oldType = oldTypeI.intValue();
255 if ( oldType<Label.MIN_TOKEN_TYPE ) {
/external/desugar/java/com/google/devtools/build/android/desugar/
H A DBytecodeTypeInference.java670 private void replaceUninitializedTypeInStack(InferredType oldType, InferredType newType) { argument
671 checkArgument(oldType.isUninitialized(), "The old type is NOT uninitialized. %s", oldType);
674 if (type.equals(oldType)) {
/external/jdiff/src/jdiff/
H A DHTMLReportGenerator.java1223 String oldType = null;
1234 oldType = memberDiff.oldType_;
1235 if (oldType.compareTo("void") == 0)
1236 oldType = "";
1240 oldMemberRef + ".html#" + className + "(" + oldType +
/external/skia/src/sksl/
H A DSkSLIRGenerator.cpp1824 const Type& oldType = ((TypeReference&) *base).fValue; local
1826 Type* newType = new Type(oldType.name() + "[" + to_string(size) + "]",
1827 Type::kArray_Kind, oldType, size);
1975 const Type& oldType = ((TypeReference&) *base).fValue; local
1976 Type* newType = new Type(oldType.name() + "[]", Type::kArray_Kind, oldType,
/external/skqp/src/sksl/
H A DSkSLIRGenerator.cpp1823 const Type& oldType = ((TypeReference&) *base).fValue; local
1825 Type* newType = new Type(oldType.name() + "[" + to_string(size) + "]",
1826 Type::kArray_Kind, oldType, size);
1974 const Type& oldType = ((TypeReference&) *base).fValue; local
1975 Type* newType = new Type(oldType.name() + "[]", Type::kArray_Kind, oldType,
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/guice/lib/build/jdiff/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/clang/lib/Sema/
H A DTreeTransform.h5729 const AttributedType *oldType = TL.getTypePtr(); local
5738 modifiedType != oldType->getModifiedType()) {
5742 = getDerived().TransformType(oldType->getEquivalentType());
5748 if (auto nullability = oldType->getImmediateNullability()) {
5756 result = SemaRef.Context.getAttributedType(oldType->getAttrKind(),
/external/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/robolectric/v1/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 579 milliseconds