/aosp_15_r20/external/pytorch/caffe2/serialize/ |
H A D | inline_container_test.cc | 53 std::ofstream foo(file_name); in TEST() local 143 std::ofstream foo(file_name); in TEST() local 225 std::ofstream foo(file_name); in TEST() local 286 std::ofstream foo(file_name); in TEST() local 375 std::ofstream foo(file_name); in TEST() local 459 std::ofstream foo(fileName, std::ios::binary); in TEST_P() local
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_tensorexpr.py | 235 def foo(x, y, z): function 259 def foo(x, y, z): function 1074 def foo(*args): function 1108 def foo(*args): function 1125 def foo(*args): function 1141 def foo(*args): function 1158 def foo(*args): function 1183 def foo(*args): function 1315 def foo(a, b, c): function 1514 def foo(a, b): function [all …]
|
H A D | test_jit_fuser_te.py | 286 def foo(b, d): function 776 def foo(t, t1, t2): function 823 def foo(hx, cx): function 1202 def foo(x): function 1324 def foo(x): function 1335 def foo(x, dtype: int): function 1346 def foo(x, dtype: int): function 1359 def foo(x): function 2253 def foo(x): function 2314 def foo(x, y, z): function [all …]
|
/aosp_15_r20/external/clang/test/Rewriter/ |
H A D | rewrite-user-defined-accessors.mm | 6 Foo *foo; field 9 @property (retain, nonatomic) Foo *foo; property 15 - (Foo *)foo { method
|
/aosp_15_r20/external/stg/test_cases/diff_tests/reference/ |
H A D | type.1.cc | 1 struct foo { struct 7 long func(foo x) { in func() argument
|
H A D | type.0.cc | 1 struct foo { struct 7 int func(foo x) { in func() argument
|
/aosp_15_r20/external/clang/test/CodeGen/ |
H A D | 2008-07-22-packed-bitfield-access.c | 4 struct foo { in main() struct 5 unsigned a:16; in main() 6 unsigned b:32 __attribute__ ((packed)); in main()
|
H A D | 2007-11-28-GlobalInitializer.c | 3 typedef struct foo { int x; char *p; } FOO; struct
|
H A D | arrayderef.c | 6 struct foo { struct 11 struct foo Foo[1]; argument
|
/aosp_15_r20/external/stg/test_cases/info_tests/reference/ |
H A D | type.cc | 1 struct foo { struct 7 int func(foo x) { in func() argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/ |
H A D | dynamic_ragged_shape_test.py | 2250 def foo(row_lengths): function 2262 def foo(inner_shape): function 2298 def foo(inner_shape): function 2311 def foo(inner_shape): function 2746 def foo(x): function 2933 def foo(x): function 2944 def foo(x): function 2955 def foo(x): function 2966 def foo(x): function 2977 def foo(x): function [all …]
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | 2009-12-23-MissingSext.cpp | 5 struct foo { struct 9 int bar(struct foo p, int x) { in bar() argument
|
H A D | exception-spec-decay.cpp | 4 void foo() throw (Array) { in foo() function 11 void foo() throw (S[10]) { in foo() function 18 void foo() throw (T) { in foo() function
|
/aosp_15_r20/art/test/IMTB/ |
H A D | Interfaces.java | 20 public void foo(); in foo() method 23 public void foo(); in foo() method 26 public void foo(); in foo() method
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft-next/ |
H A D | propertyNames.json | 13 "foo": {} object 20 "foo": {}, object 56 "data": {"foo": 1}, number 75 "data": {"foo": 1}, number
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2020-12/ |
H A D | propertyNames.json | 13 "foo": {} object 20 "foo": {}, object 56 "data": {"foo": 1}, number 75 "data": {"foo": 1}, number
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/test/ |
D | test_inclusion.cpp | 23 struct foo struct 33 // make_nvp is resolved even if foo::serialize() is never in serialize() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/matches/ |
D | lib.rs | 107 let foo = Some("-12"); in matches_works() localVariable 116 let foo = Some("-12"); in assert_matches_works() localVariable 126 let foo = Some("-AB"); in assert_matches_panics() localVariable
|
/aosp_15_r20/art/test/616-cha-native/src/ |
H A D | Main.java | 18 public abstract void foo(); in foo() method in A 22 public native void foo(); in foo() method in B 26 public void foo() {} in foo() method in C
|
/aosp_15_r20/external/dokka/core/testdata/classes/ |
H A D | indirectOverride.kt | 2 abstract fun foo() in foo() method in C 8 override fun foo() {} in foo() method in E
|
/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | comptypes-1.m | 6 extern void foo(); function 9 - (void) foo; method 16 - (void) foo; method
|
/aosp_15_r20/external/clang/test/Sema/ |
H A D | implicit-int.c | 3 foo() { // expected-warning {{type specifier missing, defaults to 'int'}} in foo() function 26 struct foo { struct 27 …__ __attribute__((packed)) x : 4; // expected-warning {{type specifier missing, defaults to 'int'}}
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/test/sequence/ |
D | mutate.hpp | 18 class foo class 22 explicit foo(int v) : val(v) {} in foo() function in test_detail::foo 31 foo() {} in foo() function in test_detail::foo
|
/aosp_15_r20/external/dagger2/javatests/dagger/functional/modules/ |
H A D | ModuleWithConflictingNames.java | 31 static Object object(int foo, Provider<String> fooProvider) { in object() 39 final int foo; field in ModuleWithConflictingNames.InjectedClassWithConflictingNames 43 InjectedClassWithConflictingNames(int foo, Provider<String> fooProvider) { in InjectedClassWithConflictingNames()
|
/aosp_15_r20/external/rust/android-crates-io/crates/zerocopy-derive/tests/ |
D | paths_and_modules.rs | 15 mod foo { module 21 foo: u8, field 36 foo: Foo, field
|