Home
last modified time | relevance | path

Searched defs:oldType (Results 1 – 8 of 8) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DTestUtilities.java515 String oldType = type.equals("region") ? "territory" : type; in checkStandardCodes() local
528 String oldType = type.equals("region") ? "territory" : type; in checkStandardCodes() local
564 String oldType = type.equals("region") ? "territory" : type; in checkStandardCodes() local
/external/antlr/tool/src/main/java/org/antlr/tool/
DAssignTokenTypesBehavior.java252 int oldType = oldTypeI; in assignStringTypes() local
/external/desugar/java/com/google/devtools/build/android/desugar/
DBytecodeTypeInference.java671 private void replaceUninitializedTypeInStack(InferredType oldType, InferredType newType) { in replaceUninitializedTypeInStack()
672 checkArgument(oldType.isUninitialized(), "The old type is NOT uninitialized. %s", oldType); in replaceUninitializedTypeInStack() local
/external/skia/src/sksl/
DSkSLIRGenerator.cpp1931 const Type& oldType = ((TypeReference&) *base).fValue; in convertIndex() local
2180 const Type& oldType = ((TypeReference&) *base).fValue; in convertSuffixExpression() local
/external/skqp/src/sksl/
DSkSLIRGenerator.cpp1881 const Type& oldType = ((TypeReference&) *base).fValue; in convertIndex() local
2116 const Type& oldType = ((TypeReference&) *base).fValue; in convertSuffixExpression() local
/external/jdiff/src/jdiff/
DHTMLReportGenerator.java1213 String oldType = null; in writeCtorChangedTableEntry() local
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp4142 TType& oldType = *member->type; in redeclareBuiltinBlock() local
/external/clang/lib/Sema/
DTreeTransform.h5729 const AttributedType *oldType = TL.getTypePtr(); in TransformAttributedType() local