Home
last modified time | relevance | path

Searched refs:inputMethod (Results 1 – 3 of 3) sorted by relevance

/external/ow2-asm/asm-commons/src/test/java/org/objectweb/asm/commons/
DAdviceAdapterTest.java70 MethodNode inputMethod = in testAllMethods_invalidConstructor() local
74 Executable accept = () -> inputMethod.accept(new BasicAdviceAdapter(outputMethod)); in testAllMethods_invalidConstructor()
82 MethodNode inputMethod = in testAllMethods_simpleConstructor() local
92 inputMethod.accept(new BasicAdviceAdapter(outputMethod)); in testAllMethods_simpleConstructor()
95 new ExpectedMethodBuilder(inputMethod).withBeforeAdviceAt(2).withAfterAdviceAt(2).build(); in testAllMethods_simpleConstructor()
104 MethodNode inputMethod = in testAllMethods_constructorWithTwoSuperInitInTwoBranches() local
128 inputMethod.accept(new BasicAdviceAdapter(outputMethod)); in testAllMethods_constructorWithTwoSuperInitInTwoBranches()
131 new ExpectedMethodBuilder(inputMethod) in testAllMethods_constructorWithTwoSuperInitInTwoBranches()
145 MethodNode inputMethod = in testAllMethods_constructorWithTwoSuperInitInTwoSwitchBranches() local
171 inputMethod.accept(new BasicAdviceAdapter(outputMethod)); in testAllMethods_constructorWithTwoSuperInitInTwoSwitchBranches()
[all …]
DJsrInlinerAdapterTest.java135 MethodNode inputMethod = in testInlineJsr_basicTryFinally() local
160 inputMethod.accept( in testInlineJsr_basicTryFinally()
220 MethodNode inputMethod = in testInlineJsr_ifElseInFinally() local
251 inputMethod.accept( in testInlineJsr_ifElseInFinally()
327 MethodNode inputMethod = in testInlineJsr_lookupOrTableSwitchInFinally() local
359 inputMethod.accept( in testInlineJsr_lookupOrTableSwitchInFinally()
433 MethodNode inputMethod = in testInlineJsr_simpleNestedFinally() local
463 inputMethod.accept( in testInlineJsr_simpleNestedFinally()
560 MethodNode inputMethod = in testInlineJsr_subroutineWithNoRet() local
585 inputMethod.accept( in testInlineJsr_subroutineWithNoRet()
[all …]
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
DCheckCLDR.java216 InputMethod inputMethod, in getShowRowAction() argument
251 if (inputMethod == InputMethod.BULK && (this != Phase.SUBMISSION && isUnitTest())) { in getShowRowAction()
312 InputMethod inputMethod, in getAcceptNewItemAction() argument