/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | microsoft-dtor-lookup.cpp | 59 void foo(B b) { } // expected-error {{attempt to use a deleted function}} in foo() function 80 void foo(A *a) { in foo() function
|
H A D | typedef-redecl.cpp | 34 typedef int foo; typedef 36 typedef int foo; typedef
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/ |
H A D | minimal_cxx11_configuration.pass.cpp | 101 void foo() const & { lvalue_called++; } in foo() function 102 void foo() && { rvalue_called++; } in foo() function
|
/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | message.m | 8 @interface foo interface 12 @implementation foo implementation
|
/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | instantiate-member-expr.cpp | 56 void foo() { in foo() function 62 void foo(A<T> a) { in foo() function in test2::B
|
H A D | nested-template.cpp | 61 X Outer<X>::Inner1<Y>::foo(Y) { in foo() function in Outer::Inner1 133 void foo() {} in foo() function in PR10896::Foo
|
/aosp_15_r20/external/ksp/test-utils/testData/api/ |
H A D | equivalentJavaWildcards.kt | 173 fun foo( method
|
/aosp_15_r20/external/dagger2/javatests/artifacts/dagger/transitive-annotation-kotlin-app/src/main/kotlin/app/ |
H A D | MyComponent.kt | 42 abstract fun foo(): Foo in foo() method in app.MyComponent
|
/aosp_15_r20/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/classitem/ |
H A D | CommonFrozenClassItemTest.kt | 82 fun foo() {} in Test freeze class and super types() method 163 fun foo() {} in Test addMethod on frozen class() method
|
/aosp_15_r20/prebuilts/go/linux-x86/test/ |
D | escape_array.go | 9 package foo package 19 func foo(x U) U { // ERROR "leaking param: x to result ~r0 level=0$" func
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/utility/internal/ |
H A D | if_constexpr_test.cc | 25 int foo() const { return 1; } in foo() function 58 int foo() && { return 1; } in foo() function
|
/aosp_15_r20/dalvik/dx/tests/078-dex-local-variable-table/ |
HD | Blort.class | ... lang.String test03 (int)
int x
String foo
public static java.lang.String test04 (int ... |
/aosp_15_r20/external/abseil-cpp/absl/utility/internal/ |
H A D | if_constexpr_test.cc | 25 int foo() const { return 1; } in foo() function 58 int foo() && { return 1; } in foo() function
|
/aosp_15_r20/external/pytorch/test/lazy/ |
H A D | test_ts_opinfo.py | 159 def foo(x, *, mark_step): function 181 def foo(x): function
|
/aosp_15_r20/tools/metalava/metalava/src/test/java/com/android/tools/metalava/lint/ |
H A D | NullableCollectionsTest.kt | 227 fun foo(): Pair<List<String>?, Map<String, Int>?>? = null in Check inner nullable collections() method 307 fun foo(): Array<String?> = emptyArray() in Test nullable collection elements() method
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/utility/internal/ |
H A D | if_constexpr_test.cc | 25 int foo() const { return 1; } in foo() function 58 int foo() && { return 1; } in foo() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/test/sequence/ |
D | adapt_struct.cpp | 64 struct foo struct 66 int x;
|
/aosp_15_r20/cts/tests/tests/binder_ndk/src/android/binder/cts/ |
H A D | TestImpl.java | 407 public void renameFoo(Foo foo, String name) { in renameFoo() 412 public void renameBar(Foo foo, String name) { in renameBar() 420 public int getF(Foo foo) { in getF()
|
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/assisted/ |
H A D | AssistedFactoryTest.kt | 233 val foo = in testFooFactory() constant 250 val foo: NoAssistedParametersFoo = in testNoAssistedParametersFooFactory() constant
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft4/ |
H A D | default.json | 6 "foo": { object 15 "data": {"foo": 13}, number
|
/aosp_15_r20/art/test/616-cha/src/ |
H A D | Main.java | 26 void foo(int i) { in foo() method in Main1 57 void foo(int i) { in foo() method in Main2
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft7/ |
H A D | default.json | 6 "foo": { object 15 "data": {"foo": 13}, number
|
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/preprocessor/ |
H A D | perfetto_sql_preprocessor_unittest.cc | 90 auto foo = SqlSource::FromExecuteQuery( in TEST_F() local 135 auto foo = SqlSource::FromExecuteQuery( in TEST_F() local
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft6/ |
H A D | default.json | 6 "foo": { object 15 "data": {"foo": 13}, number
|
/aosp_15_r20/external/javassist/src/test/javassist/proxyfactory/ |
H A D | ProxyFactoryTest.java | 120 default int foo() { return 10; } in foo() method 124 public int foo() { return 1; } in foo() method in ProxyFactoryTest.TestDefaultC
|