Home
last modified time | relevance | path

Searched defs:foo (Results 351 – 375 of 4770) sorted by relevance

1...<<11121314151617181920>>...191

/aosp_15_r20/external/pytorch/caffe2/serialize/
H A Dinline_container_test.cc53 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 Dtest_tensorexpr.py235 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 Dtest_jit_fuser_te.py286 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 Drewrite-user-defined-accessors.mm6 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 Dtype.1.cc1 struct foo { struct
7 long func(foo x) { in func() argument
H A Dtype.0.cc1 struct foo { struct
7 int func(foo x) { in func() argument
/aosp_15_r20/external/clang/test/CodeGen/
H A D2008-07-22-packed-bitfield-access.c4 struct foo { in main() struct
5 unsigned a:16; in main()
6 unsigned b:32 __attribute__ ((packed)); in main()
H A D2007-11-28-GlobalInitializer.c3 typedef struct foo { int x; char *p; } FOO; struct
H A Darrayderef.c6 struct foo { struct
11 struct foo Foo[1]; argument
/aosp_15_r20/external/stg/test_cases/info_tests/reference/
H A Dtype.cc1 struct foo { struct
7 int func(foo x) { in func() argument
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/
H A Ddynamic_ragged_shape_test.py2250 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 D2009-12-23-MissingSext.cpp5 struct foo { struct
9 int bar(struct foo p, int x) { in bar() argument
H A Dexception-spec-decay.cpp4 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 DInterfaces.java20 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 DpropertyNames.json13 "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 DpropertyNames.json13 "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/
Dtest_inclusion.cpp23 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/
Dlib.rs107 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 DMain.java18 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 DindirectOverride.kt2 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 Dcomptypes-1.m6 extern void foo(); function
9 - (void) foo; method
16 - (void) foo; method
/aosp_15_r20/external/clang/test/Sema/
H A Dimplicit-int.c3 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/
Dmutate.hpp18 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 DModuleWithConflictingNames.java31 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/
Dpaths_and_modules.rs15 mod foo { module
21 foo: u8, field
36 foo: Foo, field

1...<<11121314151617181920>>...191