Home
last modified time | relevance | path

Searched defs:method1 (Results 1 – 25 of 137) sorted by relevance

123456

/aosp_15_r20/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ast/body/
H A DMethodDeclarationTest.java41 … MethodDeclaration method1 = parseBodyDeclaration("void x(String a) { }").asMethodDeclaration(); in signaturesEqual() local
48 …MethodDeclaration method1 = parseBodyDeclaration("void x(List<Long> a) { }").asMethodDeclaration(); in signaturesEqualWhenGenericsDiffer() local
55 …MethodDeclaration method1 = parseBodyDeclaration("void x(@A @B List a) { }").asMethodDeclaration(); in signaturesEqualWhenAnnotationsDiffer() local
62 … MethodDeclaration method1 = parseBodyDeclaration("void x(String a) { }").asMethodDeclaration(); in signaturesDifferentName() local
69 … MethodDeclaration method1 = parseBodyDeclaration("void x(String a) { }").asMethodDeclaration(); in signaturesDifferentTypes() local
76 MethodDeclaration method1 = parseBodyDeclaration("int x(int z);").asMethodDeclaration(); in signaturesDifferentVarargs() local
83 … MethodDeclaration method1 = parseBodyDeclaration("int x(int z, String q);").asMethodDeclaration(); in signatureToString() local
/aosp_15_r20/test/suite_harness/common/host-side/util/tests/src/com/android/compatibility/common/util/
H A DBusinessLogicHostExecutorTest.java239 public void method1() { in method1() method in BusinessLogicHostExecutorTest
244 public void method1(String arg1) { in method1() method in BusinessLogicHostExecutorTest
250 public void method1(String arg1, String arg2) { in method1() method in BusinessLogicHostExecutorTest
316 public void method1() { in method1() method in BusinessLogicHostExecutorTest.OtherClass
/aosp_15_r20/cts/common/device-side/util-axt/tests/src/com/android/compatibility/common/util/
H A DBusinessLogicDeviceExecutorTest.java236 public void method1() { in method1() method in BusinessLogicDeviceExecutorTest
241 public void method1(String arg1) { in method1() method in BusinessLogicDeviceExecutorTest
247 public void method1(String arg1, String arg2) { in method1() method in BusinessLogicDeviceExecutorTest
311 public void method1() { in method1() method in BusinessLogicDeviceExecutorTest.OtherClass
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/xprocessing/
H A DXExecutableTypes.java39 public static boolean isSubsignature(XExecutableElement method1, XExecutableElement method2) { in isSubsignature()
50 private static boolean isSubsignatureKsp(XExecutableElement method1, XExecutableElement method2) { in isSubsignatureKsp()
84 XExecutableElement method1, XExecutableElement method2, XProcessingEnv env) { in isSubsignatureJavac()
/aosp_15_r20/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/analysis/
H A DCoverageBuilderTest.java145 final MethodCoverageImpl method1 = new MethodCoverageImpl("doit", "()V", in testCreateSourceFile() local
166 final MethodCoverageImpl method1 = new MethodCoverageImpl("doit", "()V", in testCreateSourceFileDuplicateClassNameIdentical() local
187 final MethodCoverageImpl method1 = new MethodCoverageImpl("doit", "()V", in testGetBundle() local
/aosp_15_r20/art/test/HiddenApiSignatures/
H A DClass3.java22 public void method1() { in method1() method in Class3
25 public void method1(int i) { in method1() method in Class3
H A DClass2.java22 public void method1() { in method1() method in Class2
25 public void method1(int i) { in method1() method in Class2
H A DClass1.java26 public void method1() { in method1() method in Class1
29 public void method1(int i) { in method1() method in Class1
H A DClass12.java22 public void method1() { in method1() method in Class12
/aosp_15_r20/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/page/
H A DPackagePageTest.java92 MethodCoverageImpl method1 = new MethodCoverageImpl("m", "()V", null); in testContentsWithSource() local
134 MethodCoverageImpl method1 = new MethodCoverageImpl("m", "()V", null); in testContentsNoSource() local
/aosp_15_r20/art/test/046-reflect/src/
H A DMain.java579 Method method1, method2; in checkUnique() local
599 Method method1; in checkParametrizedTypeEqualsAndHashCode() local
655 Method method1; in checkGenericArrayTypeEqualsAndHashCode() local
/aosp_15_r20/external/clang/test/Analysis/inlining/
H A DInlineObjCInstanceMethod.m72 - (int) method1 { method
89 - (void) method1 { method
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_autodiff_subgraph_slicing.py161 def method1(x, weight, b1, b2): function
184 def method1(x, weight, bias: Optional[torch.Tensor]): function
/aosp_15_r20/tools/dexter/dexter/
H A Dexperimental.cc308 auto method1 = ir::MethodId("LTarget;", "foo", "(ILjava/lang/String;)I"); in TestMethodInstrumenter() local
501 auto method1 = ir::MethodId("LTarget;", "foo", "(ILjava/lang/String;)I"); in TestArrayParamsEntryHook() local
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/
H A DContextTest.java70 MethodDeclaration method1 = Navigator.demandMethod(referencesToField, "method1"); in resolveDeclaredFieldReference() local
86 MethodDeclaration method1 = Navigator.demandMethod(referencesToField, "method2"); in resolveInheritedFieldReference() local
102 MethodDeclaration method1 = Navigator.demandMethod(referencesToField, "aMethod"); in resolveParameterReference() local
/aosp_15_r20/external/pytorch/test/dynamo/mock_modules/
H A Dmock_module1.py1 def method1(a, b): function
H A Dmock_module3.py4 def method1(x, y): function
/aosp_15_r20/external/testng/src/test/java/test/testng106/
H A DTest1.java11 public void method1() { in method1() method in Test1
/aosp_15_r20/external/bazelbuild-rules_python/gazelle/python/testdata/relative_imports/package2/
H A D__init__.py17 def method1(self): member in Class1
/aosp_15_r20/external/testng/src/test/java/test/sample/
H A DBaseSample1.java13 public void method1() { in method1() method in BaseSample1
H A DSample2.java15 public void method1() { in method1() method in Sample2
/aosp_15_r20/external/testng/src/test/java/test/dataprovider/
H A DDependentSampleTest.java13 public void method1(String s) { in method1() method in DependentSampleTest
/aosp_15_r20/art/test/MethodTypes/
H A DMethodTypes.java18 public String method1(String a); in method1() method
/aosp_15_r20/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
H A DUtilsActivity.java31 private void method1() { in method1() method in UtilsActivity
/aosp_15_r20/cts/hostsidetests/compilation/app_used_by_other_app/src/android/compilation/cts/appusedbyotherapp/
H A DMyActivity.java34 private void method1() { in method1() method in MyActivity

123456