Home
last modified time | relevance | path

Searched refs:getMethods (Results 1 – 25 of 163) sorted by relevance

1234567

/external/smali/smalidea/src/test/java/org/jf/smalidea/
DSmaliMethodTest.java95 SmaliMethod smaliMethod = smaliClass.getMethods()[0]; in testStaticRegisterCount()
135 SmaliMethod smaliMethod = smaliClass.getMethods()[0]; in testMethodParams()
178 SmaliMethod smaliMethod = smaliClass.getMethods()[0]; in testVarArgsMethod()
185 smaliMethod = smaliClass.getMethods()[1]; in testVarArgsMethod()
241 SmaliMethod smaliMethod = smaliClass.getMethods()[0]; in testGetInstructions()
261 SmaliMethod smaliMethod = smaliClass.getMethods()[0]; in testGetSourcePositionForCodeOffset()
284 SmaliMethod smaliMethod = smaliClass.getMethods()[0]; in testThrowsList()
303 SmaliMethod smaliMethod = smaliClass.getMethods()[0]; in testPrimitiveReturnType()
DSmaliCodeFragmentFactoryTest.java111 PsiElement context = smaliFile.getPsiClass().getMethods()[0].getInstructions().get(0); in testCompletion()
115 context = smaliFile.getPsiClass().getMethods()[0].getInstructions().get(2); in testCompletion()
119 context = smaliFile.getPsiClass().getMethods()[0].getInstructions().get(6); in testCompletion()
DSmaliAnnotationTest.java168 SmaliMethod method = smaliClass.getMethods()[0]; in testMethodAnnotation()
266 SmaliMethod method = smaliClass.getMethods()[0]; in testDefaultValue()
/external/grpc-grpc-java/core/src/test/java/io/grpc/
DServerServiceDefinitionTest.java64 ssd.getServiceDescriptor().getMethods()); in noMethods()
75 for (ServerMethodDefinition<?, ?> serverMethod : ssd.getMethods()) { in addMethod_twoArg()
135 new HashSet<MethodDescriptor<?, ?>>(ssd.getServiceDescriptor().getMethods())); in builderWithServiceName()
141 assertEquals(goldenMethodDefs, new HashSet<ServerMethodDefinition<?, ?>>(ssd.getMethods())); in builderWithServiceName()
149 ssd.getServiceDescriptor().getMethods()); in builderWithServiceName_noMethods()
151 new HashSet<ServerMethodDefinition<?, ?>>(ssd.getMethods())); in builderWithServiceName_noMethods()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/
DVerifier.java166 + org.apache.bcel.Repository.lookupClass(classname).getMethods()[meth] in getMessages()
175 + org.apache.bcel.Repository.lookupClass(classname).getMethods()[meth] in getMessages()
215 for (int i = 0; i < jc.getMethods().length; i++) { in main()
218 + jc.getMethods()[i] + "']:\n" + vr); in main()
221 + jc.getMethods()[i] + "']:\n" + vr); in main()
DTransitiveHull.java64 for (int i = 0; i < jc.getMethods().length; i++) { in update()
68 + jc.getMethods()[i] + "']:\n" + vr); in update()
73 + jc.getMethods()[i] + "']:\n" + vr); in update()
DVerifierAppFrame.java295 final String[] methodnames = new String[jc.getMethods().length]; in verify()
296 for (int i = 0; i < jc.getMethods().length; i++) { in verify()
297 methodnames[i] = jc.getMethods()[i].toString().replace('\n', ' ').replace('\t', in verify()
301 pass3aJList.setSelectionInterval(0, jc.getMethods().length - 1); in verify()
303 pass3bJList.setSelectionInterval(0, jc.getMethods().length - 1); in verify()
347 all3amsg.append("Method '").append(jc.getMethods()[i]).append("': ") in pass3aJList_valueChanged()
378 all3bmsg.append("Method '").append(jc.getMethods()[i]).append("': ") in pass3bJList_valueChanged()
/external/testng/src/test/java/test/assertion/
DAssertionTest.java29 assertThat(rawAssertion.getMethods()) in test2()
41 assertThat(rawAssertion.getMethods()) in test2_fails()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/
DNodeWithMembers.java246 return unmodifiableList(getMethods().stream() in getMethodsByName()
256 default List<MethodDeclaration> getMethods() { in getMethods() method
271 return unmodifiableList(getMethods().stream() in getMethodsByParameterTypes()
297 return unmodifiableList(getMethods().stream() in getMethodsByParameterTypes()
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/
DJavaSymbolSolverTest.java48 MethodDeclaration methodDeclaration = cu.getClassByName("A").get().getMethods().get(0); in resolveMethodDeclaration()
63 MethodDeclaration methodDeclaration = cu.getClassByName("A").get().getMethods().get(0); in resolveArrayType()
/external/smali/smalidea/src/main/java/org/jf/smalidea/dexlib/
DSmalideaClassDef.java178 Arrays.asList(psiClass.getMethods())),
196 Iterables.filter(Arrays.asList(psiClass.getMethods()), new Predicate<PsiMethod>() {
211 @Nonnull @Override public Iterable<? extends Method> getMethods() {
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DServiceTest.java64 TestService.getDescriptor().getMethods().get(0);
66 TestService.getDescriptor().getMethods().get(1);
269 assertEquals(1, file.getServices().get(0).getMethods().size()); in testNoGenericServices()
271 file.getServices().get(0).getMethods().get(0).getName()); in testNoGenericServices()
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DMutableClass.java36 for (MethodNode methodNode : getMethods()) { in MutableClass()
69 public Iterable<? extends MethodNode> getMethods() { in getMethods() method in MutableClass
/external/smali/smalidea/src/test/java/org/jf/smalidea/dexlib/
DSmalideaMethodTest.java92 SmaliMethod smaliMethod = smaliClass.getMethods()[0]; in testSmalideaMethod()
346 SmaliMethod smaliMethod = smaliClass.getMethods()[0]; in testCatchBlocks()
418 SmaliMethod smaliMethod = smaliClass.getMethods()[0]; in testPackedSwitch()
484 SmaliMethod smaliMethod = smaliClass.getMethods()[0]; in testSparseSwitch()
559 SmaliMethod smaliMethod = smaliClass.getMethods()[0]; in testArrayData()
/external/grpc-grpc-java/core/src/main/java/io/grpc/
DServerServiceDefinition.java61 public Collection<ServerMethodDefinition<?, ?>> getMethods() { in getMethods() method in ServerServiceDefinition
136 for (MethodDescriptor<?, ?> descriptorMethod : serviceDescriptor.getMethods()) { in build()
/external/apache-commons-bcel/src/test/java/org/apache/bcel/generic/
DGeneratingAnnotatedClassesTestCase.java126 int i = cg.getMethods()[0].getAnnotationEntries().length; in testGenerateMethodLevelAnnotations1()
133 i = jc2.getMethods()[0].getAnnotationEntries().length; in testGenerateMethodLevelAnnotations1()
138 final Method[] m = cg2.getMethods(); in testGenerateMethodLevelAnnotations1()
169 final Method mainMethod1 = jc2.getMethods()[0]; in testGenerateMethodLevelAnnotations2()
185 final Method mainMethod3 = cg3.getMethods()[1]; in testGenerateMethodLevelAnnotations2()
259 final Method[] methods = cgen.getMethods(); in testTransformClassToClassGen_ArrayAndAnnotationTypes()
/external/emma/core/java12/com/vladium/emma/report/
DClassItem.java52 final MethodDescriptor [] methods = m_cls.getMethods (); in getFirstLine()
118 final MethodDescriptor [] methoddescs = m_cls.getMethods (); in getAggregate()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
DIClassCoverage.java83 public Collection<IMethodCoverage> getMethods(); in getMethods() method
/external/mockito/src/main/java/org/mockito/internal/runners/util/
DTestMethodsFinder.java16 Method[] methods = klass.getMethods(); in hasTestMethods()
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DBiMapTestSuiteBuilder.java91 .suppressing(SetCreationTester.class.getMethods()) in createDerivedSuites()
103 .suppressing(SetCreationTester.class.getMethods()) in createDerivedSuites()
/external/grpc-grpc-java/core/src/test/java/io/grpc/util/
DUtilServerInterceptorsTest.java68 if (serviceDef.getMethods().size() != 1) { in getSoleMethod()
71 return (ServerMethodDefinition<Void, Void>) getOnlyElement(serviceDef.getMethods()); in getSoleMethod()
/external/testng/src/main/java/org/testng/junit/
DJUnit4TestRecognizer.java23 for (Method m : c.getMethods()) { in isTest()
DJUnit3TestRecognizer.java20 for (Method m : c.getMethods()) { in isTest()
/external/cldr/tools/java/org/unicode/cldr/tool/
DRegexModify.java90 Map<String, Class<Function>> methods = getMethods(class1); in getFunction()
101 private static Map<String, Class<Function>> getMethods(Class class1) { in getMethods() method in RegexModify
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javasymbolsolver_0_6_0/expected_output/java-symbol-solver-core/
Dcom_github_javaparser_symbolsolver_reflectionmodel_ReflectionMethodResolutionLogic.txt3 Line 50) clazz.getMethods() ==> java.lang.Class.getMethods()
32 Line 87) clazz.getMethods() ==> java.lang.Class.getMethods()

1234567