/aosp_15_r20/external/auto/value/src/test/java/com/google/auto/value/processor/ |
H A D | TypeVariablesTest.java | 53 abstract String getFoo(); in getFoo() method in TypeVariablesTest.Source1 69 abstract List<T> getFoo(); in getFoo() method in TypeVariablesTest.Source2 85 ExecutableElement getFoo = sourceMethods.get(0); in simpleTypeParameter() local 93 abstract Map<T, ? extends U> getFoo(); in getFoo() method in TypeVariablesTest.Source3 109 ExecutableElement getFoo = sourceMethods.get(0); in hairyTypeParameters() local 117 abstract Map<T, U> getFoo(); in getFoo() method in TypeVariablesTest.Outer 136 ExecutableElement getFoo = methodNamed(outerMethods, "getFoo"); in nestedClasses() local
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/ |
H A D | TestJsonSerializeAs.java | 13 public int getFoo(); in getFoo() method 20 public int getFoo() { return 42; } in getFoo() method in TestJsonSerializeAs.FooImpl 26 public int getFoo() { return 42; } in getFoo() method in TestJsonSerializeAs.FooImplNoAnno 37 public FooImpl getFoo() { in getFoo() method in TestJsonSerializeAs.FooableWrapper 45 public Fooable getFoo() { in getFoo() method in TestJsonSerializeAs.FooableWithFieldWrapper
|
H A D | TestStatics.java | 38 @JsonProperty public static int getFoo() { return 123; } in getFoo() method in TestStatics.GetterBean
|
/aosp_15_r20/external/dagger2/javatests/dagger/functional/subcomponent/multibindings/ |
H A D | SubcomponentBuilderMultibindingsTest.java | 77 Foo getFoo(); in getFoo() method 139 Foo getFoo(); in getFoo() method 203 Foo getFoo(); in getFoo() method
|
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/provider/ |
H A D | ForeachMethodCallHelper.java | 29 public String getFoo(Integer v) { return "int "+v; } in getFoo() method in ForeachMethodCallHelper 30 public String getFoo(String v) { return "str "+v; } in getFoo() method in ForeachMethodCallHelper
|
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/issues/ |
H A D | Velocity701TestCase.java | 62 public String getFoo() { in ONE() method 68 public abstract String getFoo(); in getFoo() method in Velocity701TestCase.Bar
|
/aosp_15_r20/external/mockito/src/test/java/org/mockitousage/bugs/ |
H A D | DiamondInheritanceIsConfusingMockitoTest.java | 34 public T getFoo() { return value; } in getFoo() method in DiamondInheritanceIsConfusingMockitoTest.Super 47 String getFoo(); in getFoo() method
|
H A D | ConfusedSignatureTest.java | 34 public T getFoo() { return value; } in getFoo() method in ConfusedSignatureTest.Super 47 String getFoo(); in getFoo() method
|
/aosp_15_r20/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/ |
H A D | ContentHandlerTest.java | 67 public String getFoo() { in getFoo() method in Foo 73 public String getFoo() { in getFoo() method in FooSub
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/issue276/foo/ |
H A D | C.java | 4 public static A getFoo() { in getFoo() method in C
|
/aosp_15_r20/external/clang/test/Analysis/ |
H A D | reference.mm | 7 Foo *getFoo() { return 0; } function
|
/aosp_15_r20/external/mobly-snippet-lib/examples/ex1_standalone_app/src/main/java/com/google/android/mobly/snippet/example1/ |
H A D | ExampleSnippet.java | 24 public String getFoo(Integer input) { in getFoo() method in ExampleSnippet
|
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue348/model/ |
H A D | Bar.java | 26 public Foo getFoo() { in getFoo() method in Bar
|
H A D | Foo.java | 26 public String getFoo() { in getFoo() method in Foo
|
/aosp_15_r20/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/ |
H A D | TableInNestedNST.java | 13 public int getFoo() { return foo; } in getFoo() method in TableInNestedNST
|
H A D | TableInNestedNS.php | 38 public function getFoo() function in NamespaceA\\NamespaceB\\TableInNestedNS
|
/aosp_15_r20/sdk/testapps/customPropAnimTest/src/com/android/custompropertyanimation/ |
H A D | MyView.java | 19 public float getFoo() { in getFoo() method in MyView
|
/aosp_15_r20/art/test/464-checker-inline-sharpen-calls/src/ |
H A D | Main.java | 22 public int getFoo() { in getFoo() method in Main.Helper
|
/aosp_15_r20/external/rust/beto-rust/common/pourover/tests/ |
D | Foo.java | 34 public int getFoo() { in getFoo() method in Foo
|
/aosp_15_r20/external/mockito/src/test/java/org/mockitousage/junitrunner/ |
H A D | DeepStubbingWithJUnitRunnerTest.java | 35 Foo getFoo(); in getFoo() method
|
/aosp_15_r20/external/snakeyaml/src/test/java/org/pyyaml/ |
H A D | AnInstance.java | 28 public Object getFoo() { in getFoo() method in AnInstance
|
/aosp_15_r20/external/compiler-rt/test/asan/TestCases/Posix/ |
H A D | new_array_cookie_with_new_from_class.cc | 25 Foo *getFoo(size_t n) { in getFoo() function
|
/aosp_15_r20/art/test/2036-structural-subclass-shadow/src-art/art/ |
H A D | Test2036.java | 44 public int getFoo() { in getFoo() method in Test2036.SubSubSubTransform
|
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/ |
H A D | PropertyMethodPrecedenceTestCase.java | 81 public String getFoo() in getFoo() method in PropertyMethodPrecedenceTestCase.GetgetisTool
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/ |
H A D | CreatorPropertiesTest.java | 38 public int getFoo() { in getFoo() method in CreatorPropertiesTest.Ambiguity
|