Home
last modified time | relevance | path

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

1234

/aosp_15_r20/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
H A DNullnessMigration.kt55 val oldType = old.returnType() in compareCallableItems() constant
64 val oldType = old.type() in compareFieldItems() constant
73 val oldType = old.type() in compareParameterItems() constant
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DTestUtilities.java849 String oldType = type.equals("region") ? "territory" : type; in checkStandardCodes() local
862 String oldType = type.equals("region") ? "territory" : type; in checkStandardCodes() local
911 String oldType = type.equals("region") ? "territory" : type; in checkStandardCodes() local
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/invoke/
H A DMethodHandles.java2950 MethodType oldType = target.type(); in explicitCastArguments() local
3036 MethodType oldType = target.type(); in permuteArguments() local
3045 …ivate static boolean permuteArgumentChecks(int[] reorder, MethodType newType, MethodType oldType) { in permuteArgumentChecks()
3295 MethodType oldType = target.type(); in insertArgumentsChecks() local
3359 MethodType oldType = target.type(); // get NPE in dropArguments0() local
3375 private static int dropArgumentChecks(MethodType oldType, int pos, List<Class<?>> valueTypes) { in dropArgumentChecks()
3560 MethodType oldType = target.type(); in dropReturn() local
H A DCallSite.java208 MethodType oldType = oldTarget.type(); in checkTargetChange() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/5/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodHandles.java2950 MethodType oldType = target.type(); in explicitCastArguments() local
3036 MethodType oldType = target.type(); in permuteArguments() local
3045 …ivate static boolean permuteArgumentChecks(int[] reorder, MethodType newType, MethodType oldType) { in permuteArgumentChecks()
3295 MethodType oldType = target.type(); in insertArgumentsChecks() local
3359 MethodType oldType = target.type(); // get NPE in dropArguments0() local
3375 private static int dropArgumentChecks(MethodType oldType, int pos, List<Class<?>> valueTypes) { in dropArgumentChecks()
3560 MethodType oldType = target.type(); in dropReturn() local
DCallSite.java208 MethodType oldType = oldTarget.type(); in checkTargetChange() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodHandles.java2950 MethodType oldType = target.type(); in explicitCastArguments() local
3036 MethodType oldType = target.type(); in permuteArguments() local
3045 …ivate static boolean permuteArgumentChecks(int[] reorder, MethodType newType, MethodType oldType) { in permuteArgumentChecks()
3295 MethodType oldType = target.type(); in insertArgumentsChecks() local
3359 MethodType oldType = target.type(); // get NPE in dropArguments0() local
3375 private static int dropArgumentChecks(MethodType oldType, int pos, List<Class<?>> valueTypes) { in dropArgumentChecks()
3560 MethodType oldType = target.type(); in dropReturn() local
DCallSite.java208 MethodType oldType = oldTarget.type(); in checkTargetChange() local
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/analysis/
H A DAnalyzer.java319 Type oldType = old.getLocal(i); in mergeJsr() local
377 Type oldType = old.getLocal(index); in mergeRet() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/utils/
H A Dconvert_op_folder.cc30 auto oldType = getElementTypeOrSelf(elements); in convertElementsAttr() local
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DSeparateStructFromUniformDeclarations.cpp60 void doReplacement(TIntermDeclaration *decl, TIntermTyped *declarator, const TType &oldType) in doReplacement()
H A DSeparateDeclarations.cpp149 const TType &oldType = node.getType(); in visitFunctionPrototypePre() local
/aosp_15_r20/tools/metalava/metalava/src/main/java/com/android/tools/metalava/compatibility/
H A DCompatibilityCheck.kt722 val oldType = old.type() in <lambda>() constant
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactModifier.java1102 final Integer oldType = values.getAsInteger(StructuredPostal.TYPE); in migratePostal() local
1325 final Integer oldType = entry.getAsInteger(COLUMN_FOR_TYPE); in migrateGenericWithTypeColumn() local
/aosp_15_r20/external/antlr/tool/src/main/java/org/antlr/tool/
H A DAssignTokenTypesBehavior.java252 int oldType = oldTypeI; in assignStringTypes() local
/aosp_15_r20/external/truth/core/src/main/java/com/google/common/truth/
H A DActualValueInference.java957 private void replaceUninitializedTypeInStack(InferredType oldType, InferredType newType) { in replaceUninitializedTypeInStack()
958 checkArgument(oldType.isUninitialized(), "The old type is NOT uninitialized. %s", oldType); in replaceUninitializedTypeInStack() local
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/lang/invoke/
H A DMethodHandles.java204 java.lang.invoke.MethodType oldType) { in permuteArgumentChecks()
273 java.lang.invoke.MethodType oldType, in dropArgumentChecks()
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/
H A DCreatorCollector.java308 Class<?> oldType = oldOne.getRawParameterType(0); in verifyNonDup() local
/aosp_15_r20/external/skia/src/gpu/ganesh/geometry/
H A DGrStyledShape.cpp545 GrShape::Type oldType = fShape.type(); in simplify() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/
H A Dhlo_legalize_to_lhlo.cc284 auto oldType = arg.getType().template cast<TensorType>(); in matchAndRewrite() local
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DPanelItems.cpp105 const UString oldType = _typeIDString; in InitColumns() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/
H A Dpeephole.cpp375 TensorTypePtr oldType = rnn->inputs().at(0)->type()->cast<TensorType>(); in pushPackingPastRnn() local
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiConfigManager.java1126 int oldType = internalConfig.getDefaultSecurityParams().getSecurityType(); in mergeSecurityParamsListWithInternalWifiConfiguration() local
/aosp_15_r20/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java3020 String oldType = oldRow.getString(oldRow.getColumnIndex(TYPE)); in mergeFieldsAndUpdateDb() local
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp5107 TType& oldType = *member->type; in redeclareBuiltinBlock() local

1234