Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/auto/value/src/test/java/com/google/auto/value/processor/
H A DTypeVariablesTest.java53 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 DTestJsonSerializeAs.java13 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 DTestStatics.java38 @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 DSubcomponentBuilderMultibindingsTest.java77 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 DForeachMethodCallHelper.java29 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 DVelocity701TestCase.java62 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 DDiamondInheritanceIsConfusingMockitoTest.java34 public T getFoo() { return value; } in getFoo() method in DiamondInheritanceIsConfusingMockitoTest.Super
47 String getFoo(); in getFoo() method
H A DConfusedSignatureTest.java34 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 DContentHandlerTest.java67 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 DC.java4 public static A getFoo() { in getFoo() method in C
/aosp_15_r20/external/clang/test/Analysis/
H A Dreference.mm7 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 DExampleSnippet.java24 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 DBar.java26 public Foo getFoo() { in getFoo() method in Bar
H A DFoo.java26 public String getFoo() { in getFoo() method in Foo
/aosp_15_r20/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
H A DTableInNestedNST.java13 public int getFoo() { return foo; } in getFoo() method in TableInNestedNST
H A DTableInNestedNS.php38 public function getFoo() function in NamespaceA\\NamespaceB\\TableInNestedNS
/aosp_15_r20/sdk/testapps/customPropAnimTest/src/com/android/custompropertyanimation/
H A DMyView.java19 public float getFoo() { in getFoo() method in MyView
/aosp_15_r20/art/test/464-checker-inline-sharpen-calls/src/
H A DMain.java22 public int getFoo() { in getFoo() method in Main.Helper
/aosp_15_r20/external/rust/beto-rust/common/pourover/tests/
DFoo.java34 public int getFoo() { in getFoo() method in Foo
/aosp_15_r20/external/mockito/src/test/java/org/mockitousage/junitrunner/
H A DDeepStubbingWithJUnitRunnerTest.java35 Foo getFoo(); in getFoo() method
/aosp_15_r20/external/snakeyaml/src/test/java/org/pyyaml/
H A DAnInstance.java28 public Object getFoo() { in getFoo() method in AnInstance
/aosp_15_r20/external/compiler-rt/test/asan/TestCases/Posix/
H A Dnew_array_cookie_with_new_from_class.cc25 Foo *getFoo(size_t n) { in getFoo() function
/aosp_15_r20/art/test/2036-structural-subclass-shadow/src-art/art/
H A DTest2036.java44 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 DPropertyMethodPrecedenceTestCase.java81 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 DCreatorPropertiesTest.java38 public int getFoo() { in getFoo() method in CreatorPropertiesTest.Ambiguity

12