Home
last modified time | relevance | path

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

/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ast/body/
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
/external/dagger2/java/dagger/internal/codegen/xprocessing/
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()
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/page/
DPackagePageTest.java92 MethodCoverageImpl method1 = new MethodCoverageImpl("m", "()V", null); in testContentsWithSource() local
134 MethodCoverageImpl method1 = new MethodCoverageImpl("m", "()V", null); in testContentsNoSource() local
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/analysis/
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
/external/pytorch/test/dynamo/mock_modules/
Dmock_module1.py1 def method1(a, b): function
Dmock_module3.py4 def method1(x, y): function
Dmock_module2.py16 def method1(x, y): function
/external/testng/src/test/java/test/testng106/
DTest1.java11 public void method1() { in method1() method in Test1
/external/bazelbuild-rules_python/gazelle/python/testdata/relative_imports/package2/
D__init__.py17 def method1(self): member in Class1
/external/testng/src/test/java/test/sample/
DBaseSample1.java13 public void method1() { in method1() method in BaseSample1
DSample2.java15 public void method1() { in method1() method in Sample2
/external/testng/src/test/java/test/dataprovider/
DDependentSampleTest.java13 public void method1(String s) { in method1() method in DependentSampleTest
/external/clang/test/Analysis/inlining/
DInlineObjCInstanceMethod.m72 - (int) method1 { method
89 - (void) method1 { method
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
Ddecorators_test.py27 def method1(self): member in ClassToTest
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
Dtest_support.py66 def MethodsAreEqual(method1, method2): argument
/external/clang/test/OpenMP/
Ddeclare_target_messages.cpp50 int C::method1() { in method1() function in C
/external/autotest/client/common_lib/test_utils/
Dmock_demo.py19 def method1(self): member in A
/external/grpc-grpc-java/api/src/test/java/io/grpc/
DServerServiceDefinitionTest.java36 private MethodDescriptor<String, Integer> method1 = MethodDescriptor.<String, Integer>newBuilder() field in ServerServiceDefinitionTest
/external/pytorch/test/jit/
Dtest_autodiff_subgraph_slicing.py161 def method1(x, weight, b1, b2): function
184 def method1(x, weight, bias: Optional[torch.Tensor]): function
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/
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
/external/clang/test/SemaObjC/
Dmethod-attributes.m66 -(id)method1; method
/external/clang/test/Index/
Dcomplete-objc-message.m126 - (void)method1; method
/external/flatbuffers/grpc/src/compiler/
Djava_generator.cc698 const std::unique_ptr<const grpc_generator::Method> &method1, in CompareMethodClientStreaming()
/external/grpc-grpc-java/compiler/src/java_plugin/cpp/
Djava_generator.cpp842 static bool CompareMethodClientStreaming(const MethodDescriptor* method1, in CompareMethodClientStreaming()
/external/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp938 int Foo::method1(int i) { in method1() function in thread_annot_lock_27_modified::Foo
1099 int Foo::method1(int i) in method1() function in thread_annot_lock_66_modified::Foo
1506 int Foo::method1(int i) { in method1() function in thread_annot_lock_67_modified::Foo