Home
last modified time | relevance | path

Searched +defs:foo +defs:c (Results 626 – 650 of 826) sorted by relevance

1...<<21222324252627282930>>...34

/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/lib/
H A Dtest_function_base.py1198 c = a.astype(complex) variable in TestTrimZeros
1356 def foo(a, b=1): function
1439 def foo(a, b=1): function
1488 def foo(): function
1495 def foo(x): function
1600 def foo(a, b=1): function
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_enum.py140 class foo: class
1032 foo = 10 variable in TestSpecial.test_nested_classes_in_enum_are_members.Outer.Inner
1056 foo = 10 variable in TestSpecial.test_nested_classes_in_enum_are_not_members.Outer.Inner
1076 foo = 10 variable in TestSpecial.test_nested_classes_in_enum_with_nonmember.Outer.Inner
1121 foo = 10 variable in TestSpecial.test_nested_classes_in_enum_with_member.Outer.Inner
1573 c = ... variable in TestSpecial.test_multiple_mixin_mro.TestAutoNumber
1578 c = ... variable in TestSpecial.test_multiple_mixin_mro.TestAutoInt
2752 def __new__(cls, c): argument
2767 def __new__(cls, c): argument
2783 def __new__(cls, c): argument
[all …]
/aosp_15_r20/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_calltip.py113 def foo(s='a'*100): function
237 def __call__(oui, a, b, c): # Non-standard 'self'. argument
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Dslice.rs230 let c = v.chunks(3); in test_chunks_count() localVariable
245 let mut c = v.chunks(2); in test_chunks_nth() localVariable
258 let mut c = v.chunks(2); in test_chunks_next() localVariable
265 let mut c = v.chunks(3); in test_chunks_next() localVariable
275 let mut c = v.chunks(2); in test_chunks_next_back() localVariable
282 let mut c = v.chunks(3); in test_chunks_next_back() localVariable
292 let mut c = v.chunks(2); in test_chunks_nth_back() localVariable
316 let c = v.chunks(2); in test_chunks_last() localVariable
340 let c = v.chunks_mut(3); in test_chunks_mut_count() localVariable
355 let mut c = v.chunks_mut(2); in test_chunks_mut_nth() localVariable
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/
H A Dslice.rs230 let c = v.chunks(3); in test_chunks_count() localVariable
245 let mut c = v.chunks(2); in test_chunks_nth() localVariable
258 let mut c = v.chunks(2); in test_chunks_next() localVariable
265 let mut c = v.chunks(3); in test_chunks_next() localVariable
275 let mut c = v.chunks(2); in test_chunks_next_back() localVariable
282 let mut c = v.chunks(3); in test_chunks_next_back() localVariable
292 let mut c = v.chunks(2); in test_chunks_nth_back() localVariable
316 let c = v.chunks(2); in test_chunks_last() localVariable
340 let c = v.chunks_mut(3); in test_chunks_mut_count() localVariable
355 let mut c = v.chunks_mut(2); in test_chunks_mut_nth() localVariable
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Dslice.rs230 let c = v.chunks(3); in test_chunks_count() localVariable
245 let mut c = v.chunks(2); in test_chunks_nth() localVariable
258 let mut c = v.chunks(2); in test_chunks_next() localVariable
265 let mut c = v.chunks(3); in test_chunks_next() localVariable
275 let mut c = v.chunks(2); in test_chunks_next_back() localVariable
282 let mut c = v.chunks(3); in test_chunks_next_back() localVariable
292 let mut c = v.chunks(2); in test_chunks_nth_back() localVariable
316 let c = v.chunks(2); in test_chunks_last() localVariable
340 let c = v.chunks_mut(3); in test_chunks_mut_count() localVariable
355 let mut c = v.chunks_mut(2); in test_chunks_mut_nth() localVariable
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Dslice.rs230 let c = v.chunks(3); in test_chunks_count() localVariable
245 let mut c = v.chunks(2); in test_chunks_nth() localVariable
258 let mut c = v.chunks(2); in test_chunks_next() localVariable
265 let mut c = v.chunks(3); in test_chunks_next() localVariable
275 let mut c = v.chunks(2); in test_chunks_next_back() localVariable
282 let mut c = v.chunks(3); in test_chunks_next_back() localVariable
292 let mut c = v.chunks(2); in test_chunks_nth_back() localVariable
316 let c = v.chunks(2); in test_chunks_last() localVariable
340 let c = v.chunks_mut(3); in test_chunks_mut_count() localVariable
355 let mut c = v.chunks_mut(2); in test_chunks_mut_nth() localVariable
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Dslice.rs230 let c = v.chunks(3); in test_chunks_count() localVariable
245 let mut c = v.chunks(2); in test_chunks_nth() localVariable
258 let mut c = v.chunks(2); in test_chunks_next() localVariable
265 let mut c = v.chunks(3); in test_chunks_next() localVariable
275 let mut c = v.chunks(2); in test_chunks_next_back() localVariable
282 let mut c = v.chunks(3); in test_chunks_next_back() localVariable
292 let mut c = v.chunks(2); in test_chunks_nth_back() localVariable
316 let c = v.chunks(2); in test_chunks_last() localVariable
340 let c = v.chunks_mut(3); in test_chunks_mut_count() localVariable
355 let mut c = v.chunks_mut(2); in test_chunks_mut_nth() localVariable
[all …]
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/unittest/test/testmock/
H A Dtestasync.py38 async def async_func_args(a, b, *, c): pass argument
176 async def foo(): pass function
189 def foo(): pass function
/aosp_15_r20/external/python/cpython3/Lib/unittest/test/testmock/
Dtestasync.py38 async def async_func_args(a, b, *, c): pass argument
176 async def foo(): pass function
189 def foo(): pass function
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/hash/
H A Dhash_test.cc265 const int c = 11; in TEST() member
325 int a = 0, b = 1, c = 17, d = 23; in TEST() local
413 absl::Cord c(sv); in FlatCord() local
580 auto c = static_cast<IntType>(42); in TYPED_TEST_P() local
709 const char* foo = "foo"; in AbslHashValue() local
935 friend HashCode AbslHashValue(HashCode h, CombineIterative c) { in AbslHashValue()
946 friend HashCode AbslHashValue(HashCode h, CombineVariadic c) { in AbslHashValue()
1097 char c; member
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/hash/
H A Dhash_test.cc265 const int c = 11; in TEST() member
325 int a = 0, b = 1, c = 17, d = 23; in TEST() local
413 absl::Cord c(sv); in FlatCord() local
580 auto c = static_cast<IntType>(42); in TYPED_TEST_P() local
709 const char* foo = "foo"; in AbslHashValue() local
935 friend HashCode AbslHashValue(HashCode h, CombineIterative c) { in AbslHashValue()
946 friend HashCode AbslHashValue(HashCode h, CombineVariadic c) { in AbslHashValue()
1097 char c; member
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/hash/
Dhash_test.cc265 const int c = 11; in TEST() member
325 int a = 0, b = 1, c = 17, d = 23; in TEST() local
413 absl::Cord c(sv); in FlatCord() local
580 auto c = static_cast<IntType>(42); in TYPED_TEST_P() local
709 const char* foo = "foo"; in AbslHashValue() local
935 friend HashCode AbslHashValue(HashCode h, CombineIterative c) { in AbslHashValue()
946 friend HashCode AbslHashValue(HashCode h, CombineVariadic c) { in AbslHashValue()
1097 char c; member
/aosp_15_r20/external/wpa_supplicant_8/src/utils/
H A Dcommon.c16 int hex2num(char c) in hex2num()
636 void * __hide_aliasing_typecast(void *foo) in __hide_aliasing_typecast()
1195 int is_ctrl_char(char c) in is_ctrl_char()
/aosp_15_r20/external/cronet/base/task/
H A Dsingle_thread_task_executor_unittest.cc527 scoped_refptr<Foo> foo(new Foo()); in TEST_P() local
528 std::string a("a"), b("b"), c("c"), d("d"); in TEST_P() local
798 RecordDeletionProbe* c = new RecordDeletionProbe(b, &c_was_deleted); in TEST_P() local
1923 scoped_refptr<Foo> foo(new Foo()); in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Deager_test.py450 def foo(c1, r1, v1, c2, v2, r2): function
613 c = lambda x: math_ops.less(x, 13.0) function
/aosp_15_r20/external/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/
H A Dunittest_proto3.proto159 int32 c = 1; field
305 oneof foo { oneof
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/
H A Dunittest_proto3.proto159 int32 c = 1; field
305 oneof foo { oneof
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx1y.cpp131 int c = 0; // expected-note {{here}} variable
183 char foo[10] = { "z" }; // expected-note {{here}} in f() local
221 union D { constexpr D() : c() {} constexpr D(int n) : n(n) {} C c; int n; }; in D() member
456 int c = 0; in breaks_work() local
587 C c, d; in testC() local
/aosp_15_r20/art/test/913-heaps/src/art/
H A DTest913.java487 public A foo; field in Test913.A
538 char c= 'a'; field in Test913.IntObject
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DTestUtilities.java55 c; enumConstant
88 long foo = UniversalTimeScale.from(new Date().getTime(), UniversalTimeScale.JAVA_TIME); in main() local
/aosp_15_r20/external/protobuf/csharp/protos/
H A Dunittest_proto3.proto147 int32 c = 1; field
296 oneof foo { oneof
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/protos/
H A Dunittest_proto3.proto147 int32 c = 1; field
296 oneof foo { oneof
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dextension_type_test.py294 c: typing.Optional[typing_extensions.Annotated[int, 'metadata']] = None variable in ExtensionTypeTest.testConstructorSignatureWithAnnotatedTensorField.MyType
367 def __init__(self, foo): argument
569 c = lambda: MaskedTensorV2([4, 5, 6], [True, True, False]) function
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c957 char c[INET6_ADDRSTRLEN]; in check_getpeername() local
1054 unsigned int foo; in init_rng() local
1301 int c; in parse_opts() local

1...<<21222324252627282930>>...34