Home
last modified time | relevance | path

Searched defs:allMethods (Results 1 – 25 of 164) sorted by relevance

1234567

/aosp_15_r20/external/testng/src/main/java/org/testng/internal/
H A DMethodGroupsHelper.java155 List<ITestNGMethod> allMethods, in findGroupTransitiveClosure()
225 private static ITestNGMethod findMethodNamed(String tm, List<ITestNGMethod> allMethods) { in findMethodNamed()
H A DIInvoker.java30 ITestNGMethod[] allMethods, in invokeConfigurations()
H A DConfigurationGroupMethods.java38 public ConfigurationGroupMethods(ITestNGMethod[] allMethods, in ConfigurationGroupMethods()
H A DXmlMethodSelector.java220 Method[] allMethods = cls.getDeclaredMethods(); in createQualifiedMethodNames() local
H A DInvoker.java136 ITestNGMethod[] allMethods, in invokeConfigurations()
148 ITestNGMethod[] allMethods, in invokeConfigurations()
H A DMethodHelper.java271 List<ITestNGMethod> allMethods, IAnnotationFinder finder) { in sortMethods()
/aosp_15_r20/external/angle/build/android/incremental_install/third_party/AndroidHiddenApiBypass/library/src/main/java/org/lsposed/hiddenapibypass/
H A DHiddenApiBypass.java259 if (parameterTypes[i] != expectedTypes[i]) continue allMethods; in getDeclaredMethod() local
284 if (parameterTypes[i] != expectedTypes[i]) continue allMethods; in getDeclaredConstructor() local
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/javaparsermodel/declarations/
H A DJavaParserInterfaceDeclarationTest.java594 Set<ResolvedMethodDeclaration> allMethods = constructorDeclaration.getDeclaredMethods(); in testGetDeclaredMethods() local
627 Set<MethodUsage> allMethods = constructorDeclaration.getAllMethods(); in testGetAllMethods() local
H A DJavaParserEnumDeclarationTest.java592 Set<ResolvedMethodDeclaration> allMethods = constructorDeclaration.getDeclaredMethods(); in testGetDeclaredMethods() local
625 Set<MethodUsage> allMethods = constructorDeclaration.getAllMethods(); in testGetAllMethods() local
H A DJavaParserClassDeclarationTest.java619 Set<ResolvedMethodDeclaration> allMethods = constructorDeclaration.getDeclaredMethods(); in testGetDeclaredMethods() local
652 Set<MethodUsage> allMethods = constructorDeclaration.getAllMethods(); in testGetAllMethods() local
/aosp_15_r20/external/testng/src/test/java/test/inject/
H A DSample.java13 ITestNGMethod[] allMethods = tc.getAllTestMethods(); in f() local
/aosp_15_r20/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
H A DBluetoothGattServerCallbackTest.java152 public void allMethods() { in allMethods() method in BluetoothGattServerCallbackTest
/aosp_15_r20/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
H A DParentProfileTest.java165 private void assertValidMethodNames(Collection<String> names, Collection<Method> allMethods) { in assertValidMethodNames()
/aosp_15_r20/packages/modules/AdServices/shared/testing-libraries/device-side/java/com/android/adservices/shared/testing/junit/
DSafeAndroidJUnitRunner.java109 Method[] allMethods = clazz.getMethods(); in getSafeDeclaredMethods() local
/aosp_15_r20/external/auto/value/src/main/java/com/google/auto/value/processor/
H A DEclipseHack.java177 List<ExecutableElement> allMethods = in noArgMethodsIn() local
/aosp_15_r20/dalvik/dx/src/com/android/dex/
H A DClassData.java56 public Method[] allMethods() { in allMethods() method in ClassData
/aosp_15_r20/packages/services/Car/libs/car-test-lib/src/android/car/test/
DApiHelper.java146 Method[] allMethods = clazz.getDeclaredMethods(); in getMethodWithParameters() local
/aosp_15_r20/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
H A DArrayTypeImpl.java70 public List<Method> allMethods() { in allMethods() method in ArrayTypeImpl
H A DInvokableTypeImpl.java206 public final List<Method> allMethods() { in allMethods() method in InvokableTypeImpl
/aosp_15_r20/external/dexmaker/dexmaker/src/main/java/com/android/dx/stock/
H A DProxyBuilder.java483 FieldId<G, Method[]> allMethods = in generateCodeForAllMethods() local
693 FieldId<G, Method[]> allMethods = generatedType.getField( in generateConstructorsAndFields() local
/aosp_15_r20/external/oj-libjdwp/src/share/classes/com/sun/jdi/
H A DReferenceType.java427 List<Method> allMethods(); in allMethods() method
/aosp_15_r20/external/testng/src/main/java/org/testng/junit/
H A DJUnitMethodFinder.java82 Method[] allMethods = current.getDeclaredMethods(); in privateFindTestMethods() local
/aosp_15_r20/external/doclava/src/com/google/doclava/
H A DDoclavaDiff.java234 Map<String, MethodInfo> allMethods = new HashMap<String, MethodInfo>(); in knownMethodsForClass() local
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/types/
H A DResolvedReferenceType.java386 …List<ResolvedMethodDeclaration> allMethods = new LinkedList<>(this.getTypeDeclaration().getDeclare… in getAllMethods() local
/aosp_15_r20/cts/common/device-side/bedstead/remoteframeworkclasses/src/processor/main/java/com/android/bedstead/remoteframeworkclasses/processor/
H A DProcessor.java673 Set<ExecutableElement> allMethods, Apis validApis, Elements elements) { in filterMethods()

1234567