/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/ |
D | issue51522b.go | 29 func (m myint) foo() { func 33 foo() methodSpec 38 foo() methodSpec
|
D | issue51522a.go | 19 func (m myint) foo() { func 23 foo() methodSpec 28 foo() methodSpec
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/strings/basic.string.literals/ |
H A D | literal.pass.cpp | 34 std::string foo; in main() local 88 std::string foo = ""s; in main() local 93 std::string foo = ""s; in main() local
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/zerocopy-derive/tests/ |
D | paths_and_modules.rs | 15 mod foo { module 21 foo: u8, field 36 foo: Foo, field
|
/aosp_15_r20/prebuilts/go/linux-x86/test/interface/embed3.dir/ |
D | embed0.go | 12 foo(int) methodSpec 17 func (M1) foo() {} func 21 func (M2) foo(int) {} func
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/strings/string.view/string_view.literals/ |
H A D | literal.pass.cpp | 36 std::string_view foo; in main() local 106 std::string_view foo = ""sv; in main() local 111 std::string_view foo = ""sv; in main() local
|
/aosp_15_r20/tools/security/gdb/gdb_json_printer/test_examples/ |
H A D | objects.cpp | 34 Foo *foo = new Foo(); in main() local 41 std::unique_ptr<Foo> foo = std::make_unique<Foo>(); in main() local 47 std::shared_ptr<Foo> foo = std::make_shared<Foo>(); in main() local
|
/aosp_15_r20/external/clang/test/Analysis/Inputs/ |
H A D | system-header-simulator-for-pthread-lock.h | 7 void *foo; member 11 void *foo; member 15 void *foo; member
|
/aosp_15_r20/external/dokka/core/testdata/format/ |
H A D | summarizeSignatures.kt | 10 fun IntArray.foo(predicate: (Int) -> Boolean): Boolean = false method 15 fun CharArray.foo(predicate: (Char) -> Boolean): Boolean = false method 20 fun <T> Array<T>.foo(predicate: (T) -> Boolean): Boolean = false method
|
H A D | summarizeSignaturesProperty.kt | 10 val IntArray.foo: Int = 0 constant 15 val CharArray.foo: Int = 0 constant 20 val <T> Array<T>.foo: Int = 0 constant
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | warn-variable-not-needed.cpp | 6 int foo(void) { in foo() function 15 struct foo : bah { struct 16 static char bar;
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/ |
H A D | ClassTest.java | 64 public void foo(); in foo() method 68 public void foo(T param); in foo() method 161 void foo(); in foo() method 164 void foo(); in foo() method 256 public static void staticMethod(String foo) { in staticMethod()
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | mangle-ms-arg-qualifiers.cpp | 4 void foo(const unsigned int) {} in foo() function 8 void foo(const double) {} in foo() function 162 void foo(Vector*) {} in foo() function 166 void foo(Vector) {} in foo() function 178 void foo(Vector*, const Vector, const double) {} in foo() function
|
/aosp_15_r20/external/snakeyaml/src/test/java/org/pyyaml/ |
H A D | AnInstance.java | 18 private Object foo; field in AnInstance 23 public AnInstance(Object foo, Object bar) { in AnInstance() 32 public void setFoo(Object foo) { in setFoo()
|
/aosp_15_r20/external/javassist/src/test/test3/ |
H A D | Unique.java | 13 abstract void foo(); in foo() method in Unique3 17 void foo() {} in foo() method in Unique2 23 void foo() {} in foo() method in Unique
|
/aosp_15_r20/external/javassist/src/test/test4/ |
H A D | Rename.java | 4 Rename foo(Rename r); in foo() method 8 int foo() { return 10; } in foo() method in RenameB 15 public Rename foo(Rename r) { in foo() method in Rename
|
/aosp_15_r20/external/dagger2/javatests/dagger/internal/codegen/ |
H A D | UnresolvableDependencyTest.java | 46 Source foo = in referencesUnresolvableDependency() local 145 Source foo = in referencesUnresolvableAnnotationOnType() local 218 Source foo = in referencesUnresolvableAnnotationOnTypeOnParameter() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/test/sequence/ |
D | map_mutate.cpp | 21 class foo class 25 explicit foo(int v) : val(v) {} in foo() function in test_detail::foo 34 foo() {} in foo() function in test_detail::foo
|
/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | property-ambiguous-synthesis.m | 5 @property (copy) id foo; // expected-note 2 {{it could also be property of type 'id' declared here}… property 10 @property double foo; // expected-warning 2 {{property of type 'double' was selected for synthesis}… property 15 @property short foo; // expected-note {{it could also be property of type 'short' declared here}} property
|
/aosp_15_r20/external/mockito/src/test/java/org/mockitousage/stubbing/ |
H A D | StubbingWithDelegateVarArgsTest.java | 31 Foo foo = mock(Foo.class, withSettings() in should_not_fail_when_calling_varargs_method() local 38 Foo foo = mock(Foo.class, withSettings() in should_not_fail_when_calling_varargs_method_without_arguments() local 46 Foo foo = mock(Foo.class, withSettings() in should_not_fail_when_calling_varargs_method_with_null_argument() local
|
/aosp_15_r20/external/nullaway/test-java-lib/src/main/java/com/example/jspecify/unannotatedpackage/ |
H A D | Methods.java | 8 public static void foo(Object o) {} in foo() method in Methods 14 public Object foo(Object o) { in foo() method in Methods.ExtendMe 25 public static void foo(Object o) {} in foo() method in Methods.Marked
|
/aosp_15_r20/external/clang/test/Rewriter/ |
H A D | rewrite-nested-blocks.mm | 14 - (void)foo; method 18 - (void)foo { method 34 void foo () { function
|
/aosp_15_r20/art/test/633-checker-rtp-getclass/src/ |
H A D | Main.java | 30 public int foo() { in foo() method in Main 52 public int foo() { in foo() method in SubMain 62 public int foo() { in foo() method in SubSubMain
|
/aosp_15_r20/external/libchrome/base/android/jni_generator/java/src/org/chromium/example/jni_generator/ |
H A D | SampleForTests.java | 75 public int javaMethod(int foo, int bar) { in javaMethod() 94 Map<String, Map<String, String>> foo, LinkedList<Integer> bar) {} in methodWithGenericParams() argument 99 public SampleForTests(int foo, int bar) {} in SampleForTests() 125 void javaMethodWithAnnotatedParam(@SomeAnnotation int foo) { in javaMethodWithAnnotatedParam()
|
/aosp_15_r20/external/grpc-grpc/test/core/gprpp/ |
H A D | orphanable_test.cc | 41 Foo* foo = new Foo(); in TEST() local 46 OrphanablePtr<Foo> foo(new Foo()); in TEST() local 51 auto foo = MakeOrphanable<Foo>(); in TEST() local 56 auto foo = MakeOrphanable<Foo>(5); in TEST() local
|