/aosp_15_r20/external/stg/test_cases/diff_tests/typedef/ |
H A D | simple.0.c | 4 struct foo { struct 8 long id1(struct foo q) { return q.x; } in id1() argument
|
H A D | simple.1.cc | 4 struct foo { struct 8 long id1(struct foo q) { return q.x; } in id1() argument
|
H A D | simple.0.cc | 4 struct foo { struct 8 long id1(struct foo q) { return q.x; } in id1() argument
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | redefine_extname.cpp | 23 int foo = 0; in f() local 27 int foo() { return 1; } in foo() function
|
H A D | debug-info-class-nolimit.cpp | 13 struct foo { struct 34 struct foo { struct
|
/aosp_15_r20/external/stg/test_cases/info_tests/typedef/ |
H A D | simple.c | 4 struct foo { struct 8 long id1(struct foo q) { return q.x; } in id1() argument
|
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/ |
D | issue6269.go | 11 type foo struct{} struct 13 func (foo) Error() string {
|
/aosp_15_r20/external/javassist/src/test/test5/ |
H A D | RemoveAnnotation.java | 6 int foo() default 3; in foo() method 11 int foo() { return 1; } in foo() method in RemoveAnnotation
|
/aosp_15_r20/external/pytorch/benchmarks/operator_benchmark/pt_extension/ |
H A D | cpp_extension_test.py | 12 def foo(x): function 30 def foo(x): function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/function.objects/refwrap/refwrap.helpers/ |
H A D | ref.incomplete.pass.cpp | 30 Foo& foo = get_foo(); in test() local 38 static Foo foo; in get_foo() local
|
H A D | cref.incomplete.pass.cpp | 30 Foo const& foo = get_foo(); in test() local 38 static Foo foo; in get_foo() local
|
/aosp_15_r20/tools/security/gdb/gdb_json_printer/test_examples/ |
H A D | objects1.cpp | 26 Foo *foo = nullptr; member in Bar 37 Foo *foo = new Foo(); in main() local
|
/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | instantiate-elab-type-specifier.cpp | 6 struct foo {}; struct 7 int foo; member
|
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/multipackage/grandsub/ |
H A D | FooGrandchildComponent.kt | 25 fun foo(): Foo<FooGrandchildComponent> method
|
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/ |
D | typeswitch7.go | 23 func (myint) foo() { func 30 func (myfloat) foo() { func
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | typo-correction.cpp | 227 class foo { }; // expected-note{{'foo' declared here}} class 517 class foo {}; class 536 struct foo { in func() struct 537 void bar() {} in func() 648 int foo = __has_include(42); // expected-error {{use of undeclared identifier '__has_include'; did … variable
|
/aosp_15_r20/cts/tests/tests/util/assets/ |
HD | hyts_patch.jar | ... META-INF/MANIFEST.MF
Blah.txt
foo/
foo/bar/
foo/bar/A ... |
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/debugging/ |
H A D | leak_check_fail_test.cc | 27 char* foo = strdup("lsan should complain about this leaked string"); in TEST() local 36 char* foo = strdup("lsan should also complain about this leaked string"); in TEST() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/ |
D | leak_check_test.cc | 28 auto foo = absl::IgnoreLeak(new std::string("some ignored leaked string")); in TEST() local 37 auto foo = new std::string("some string leaked while checks are disabled"); in TEST() local
|
/aosp_15_r20/libcore/support/src/test/java/tests/resources/ |
HD | hyts_patch2.jar | ... Blah.txt
foo/
foo/bar/
foo/bar/A.class
A.java
package ... |
/aosp_15_r20/libcore/support/src/test/java/tests/resources/morestuff/ |
HD | hyts_patch2.jar | ... Blah.txt
foo/
foo/bar/
foo/bar/A.class
A.java
package ... |
/aosp_15_r20/external/abseil-cpp/absl/debugging/ |
H A D | leak_check_test.cc | 28 auto foo = absl::IgnoreLeak(new std::string("some ignored leaked string")); in TEST() local 37 auto foo = new std::string("some string leaked while checks are disabled"); in TEST() local
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/debugging/ |
H A D | leak_check_test.cc | 28 auto foo = absl::IgnoreLeak(new std::string("some ignored leaked string")); in TEST() local 37 auto foo = new std::string("some string leaked while checks are disabled"); in TEST() local
|
H A D | leak_check_fail_test.cc | 28 char* foo = strdup("lsan should complain about this leaked string"); in TEST() local 37 char* foo = strdup("lsan should also complain about this leaked string"); in TEST() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/fixedbugs/ |
D | issue50816.go | 13 func (T1) foo() {} func 17 func (T2) foo() string { return "" } func
|