/aosp_15_r20/tools/metalava/metalava/src/main/java/com/android/tools/metalava/ |
H A D | NullnessMigration.kt | 54 val newType = new.returnType() in compareCallableItems() constant 63 val newType = new.type() in compareFieldItems() constant 72 val newType = new.type() in compareParameterItems() constant
|
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/ |
H A D | SeparateDeclarations.cpp | 82 TType *newType = new TType(structure, newTypeIsSpecifier); in recordModifiedStructVariables() local 106 TType *newType = new TType(mNewStructure, true); in visitDeclarationPost() local 160 TType *newType = new TType(structure, true); in visitFunctionPrototypePre() local
|
H A D | RewriteStructSamplers.cpp | 377 TType *newType = nullptr; in stripStructSpecifierSamplers() local 467 TType *newType = new TType(modified, false); in extractStructSamplerUniforms() local 536 TType *newType = new TType(fieldType); in extractSampler() local
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/invoke/ |
H A D | MethodHandle.java | 830 public MethodHandle asType(MethodType newType) { in asType() 845 private MethodHandle asTypeCached(MethodType newType) { in asTypeCached() 855 /*non-public*/ MethodHandle asTypeUncached(MethodType newType) { in asTypeUncached()
|
H A D | MethodHandles.java | 2947 MethodHandle explicitCastArguments(MethodHandle target, MethodType newType) { in explicitCastArguments() 2967 private static void explicitCastArgumentsChecks(MethodHandle target, MethodType newType) { in explicitCastArgumentsChecks() 3034 MethodHandle permuteArguments(MethodHandle target, MethodType newType, int... reorder) { in permuteArguments() 3045 …private static boolean permuteArgumentChecks(int[] reorder, MethodType newType, MethodType oldType… in permuteArgumentChecks() 3361 MethodType newType = oldType.insertParameterTypes(pos, valueTypes); in dropArguments0() local 3816 MethodType newType = collectArgumentsChecks(target, pos, filter); in collectArguments() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/invoke/ |
D | MethodHandle.java | 830 public MethodHandle asType(MethodType newType) { in asType() 845 private MethodHandle asTypeCached(MethodType newType) { in asTypeCached() 855 /*non-public*/ MethodHandle asTypeUncached(MethodType newType) { in asTypeUncached()
|
D | MethodHandles.java | 2947 MethodHandle explicitCastArguments(MethodHandle target, MethodType newType) { in explicitCastArguments() 2967 private static void explicitCastArgumentsChecks(MethodHandle target, MethodType newType) { in explicitCastArgumentsChecks() 3034 MethodHandle permuteArguments(MethodHandle target, MethodType newType, int... reorder) { in permuteArguments() 3045 …private static boolean permuteArgumentChecks(int[] reorder, MethodType newType, MethodType oldType… in permuteArgumentChecks() 3361 MethodType newType = oldType.insertParameterTypes(pos, valueTypes); in dropArguments0() local 3816 MethodType newType = collectArgumentsChecks(target, pos, filter); in collectArguments() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/5/libcore/ojluni/src/main/java/java/lang/invoke/ |
D | MethodHandle.java | 830 public MethodHandle asType(MethodType newType) { in asType() 845 private MethodHandle asTypeCached(MethodType newType) { in asTypeCached() 855 /*non-public*/ MethodHandle asTypeUncached(MethodType newType) { in asTypeUncached()
|
D | MethodHandles.java | 2947 MethodHandle explicitCastArguments(MethodHandle target, MethodType newType) { in explicitCastArguments() 2967 private static void explicitCastArgumentsChecks(MethodHandle target, MethodType newType) { in explicitCastArgumentsChecks() 3034 MethodHandle permuteArguments(MethodHandle target, MethodType newType, int... reorder) { in permuteArguments() 3045 …private static boolean permuteArgumentChecks(int[] reorder, MethodType newType, MethodType oldType… in permuteArgumentChecks() 3361 MethodType newType = oldType.insertParameterTypes(pos, valueTypes); in dropArguments0() local 3816 MethodType newType = collectArgumentsChecks(target, pos, filter); in collectArguments() local
|
/aosp_15_r20/libcore/ojluni/src/test/java/lang/invoke/ |
H A D | MethodHandlesAsCollectorTest.java | 80 MethodType newType = fake.type(); in testAsCollector() local 126 MethodType newType = fake.type(); in testAsCollector() local
|
/aosp_15_r20/external/javassist/src/main/javassist/compiler/ast/ |
H A D | DoubleConst.java | 59 int newType; in compute0() local 74 int newType) in compute()
|
/aosp_15_r20/tools/metalava/metalava/src/main/java/com/android/tools/metalava/compatibility/ |
H A D | CompatibilityCheck.kt | 110 val newType = other.singleOrNull() ?: return in <lambda>() constant 723 val newType = new.type() in <lambda>() constant
|
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/glsl/apple/ |
H A D | RewriteRowMajorMatrices.cpp | 67 TType *newType = new TType(*type); in TransposeMatrixType() local 612 const TType *newType = newInterfaceBlockType; in convertInterfaceBlock() local 680 TType *newType = new TType(variable->getType()); in convertNamelessInterfaceBlockField() local 721 TType *newType = new TType(newStruct, true); in convertStruct() local 740 TType *newType = nullptr; in convertField() local
|
/aosp_15_r20/external/javassist/src/main/javassist/expr/ |
H A D | NewExpr.java | 210 CtClass newType = cp.get(newTypeName); in replace() local 243 CtClass newType; field in NewExpr.ProceedForNew
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/lang/invoke/ |
H A D | MethodHandles.java | 185 java.lang.invoke.MethodHandle target, java.lang.invoke.MethodType newType) { in explicitCastArguments() 190 java.lang.invoke.MethodHandle target, java.lang.invoke.MethodType newType) { in explicitCastArgumentsChecks() 196 java.lang.invoke.MethodType newType, in permuteArguments() 203 java.lang.invoke.MethodType newType, in permuteArgumentChecks()
|
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
H A D | RegisterSpec.java | 492 public RegisterSpec withType(TypeBearer newType) { in withType() 521 Type newType; in withSimpleType() local
|
/aosp_15_r20/dalvik/dx/src/com/android/dx/rop/code/ |
H A D | RegisterSpec.java | 516 public RegisterSpec withType(TypeBearer newType) { in withType() 545 Type newType; in withSimpleType() local
|
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/analysis/ |
H A D | Analyzer.java | 320 Type newType = frame.getLocal(i); in mergeJsr() local 378 Type newType = frame.getLocal(index); in mergeRet() local
|
/aosp_15_r20/libcore/ojluni/src/lambda/java/java/lang/invoke/ |
H A D | MethodHandles.java | 109 MethodHandle explicitCastArguments(MethodHandle target, MethodType newType) { return null; } in explicitCastArguments() 112 …MethodHandle permuteArguments(MethodHandle target, MethodType newType, int... reorder) { return nu… in permuteArguments()
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/ |
H A D | DesktopModeVisualIndicator.java | 333 private void transitionIndicator(IndicatorType newType) { in transitionIndicator() 436 IndicatorType newType) { in animateIndicatorType()
|
/aosp_15_r20/prebuilts/sdk/tools/ |
HD | core-lambda-stubs.jar | META-INF/
META-INF/MANIFEST.MF
java/lang/invoke/CallSite. ... |
/aosp_15_r20/art/test/957-methodhandle-transforms/src/ |
H A D | Main.java | 856 final MethodType newType = MethodType.methodType(void.class, new Class<?>[] { in testPermuteArguments() local 898 final MethodType newType = MethodType.methodType(String.class, String.class, in testPermuteArguments() local 920 final MethodType newType = MethodType.methodType(void.class, in testPermuteArguments() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core-lambda-stubs/android_common/javac/ |
D | core-lambda-stubs.jar | META-INF/
META-INF/MANIFEST.MF
java/
java/lang/
java/ ... |
/aosp_15_r20/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/edgecases/ |
D | MultiplePartitionsActivity.java | 70 int newType = intent.getIntExtra("dateType", -1); in onCreate() local
|
/aosp_15_r20/developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/edgecases/ |
H A D | MultiplePartitionsActivity.java | 70 int newType = intent.getIntExtra("dateType", -1); in onCreate() local
|