Home
last modified time | relevance | path

Searched defs:foo1 (Results 1 – 25 of 168) sorted by relevance

1234567

/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/
Dtest_taskgroups.py33 async def foo1(): function
50 async def foo1(): function
68 async def foo1(): function
94 async def foo1(): function
133 async def foo1(): function
261 async def foo1(): function
291 async def foo1(): function
630 async def foo1(): function
/aosp_15_r20/external/cronet/base/android/junit/src/org/chromium/base/
H A DUnownedUserDataKeyTest.java524 Foo foo1 = new Foo(); in testTwoSimilarItemsSingleHost_attachAndDetach() local
560 Foo foo1 = new Foo(); in testTwoSimilarItemsSingleHost_attachAndDetachInSequence() local
606 Foo foo1 = new Foo(); in testTwoSimilarItemsSingleHost_attachAndGarbageColletionReturnsNull() local
638 Foo foo1 = new Foo(); in testTwoSimilarItemsMultipleHosts_destroyOnlyDetachesFromOneHost() local
675 Foo foo1 = new Foo(); in testTwoSimilarItemsMultipleHosts_destroyShouldOnlyRemoveFromCurrentHostWithMultipleKeys() local
/aosp_15_r20/libcore/ojluni/src/test/java/io/Serializable/records/
H A DUnsharedTest.java59 var foo1 = (Foo) deserializeOne(byteStream); in testReadUnshared() local
67 var foo1 = (Foo) deserializeOneUnshared(byteStream); in testReadUnshared() local
79 var foo1 = (Foo) deserializeOne(byteStream); in testWriteUnshared() local
87 var foo1 = (Foo) deserializeOneUnshared(byteStream); in testWriteUnshared() local
/aosp_15_r20/external/libchrome/base/containers/
H A Dunique_ptr_adapters_unittest.cc26 Foo* foo1 = new Foo(); in TEST() local
71 Foo* foo1 = foo_ptr1.get(); in TEST() local
105 Foo* foo1 = foo_ptr1.get(); in TEST() local
/aosp_15_r20/external/cronet/base/containers/
H A Dunique_ptr_adapters_unittest.cc27 Foo* foo1 = new Foo(); in TEST() local
72 Foo* foo1 = foo_ptr1.get(); in TEST() local
106 Foo* foo1 = foo_ptr1.get(); in TEST() local
/aosp_15_r20/external/kotlinpoet/kotlinpoet/src/commonTest/kotlin/com/squareup/kotlinpoet/
H A DClassNameTest.kt244 val foo1 = ClassName(names = listOf("com.example", "Foo")) in equalsAndHashCode() constant
282 val foo1 = ClassName(names = listOf("com.example", "Foo")) in compareToConsistentWithEquals() constant
/aosp_15_r20/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
H A DSharedResourceHolderTest.java78 ResourceInstance foo1 = holder.getInternal(SHARED_FOO); in destroyResourceWhenRefCountReachesZero() local
123 ResourceInstance foo1 = holder.getInternal(SHARED_FOO); in cancelDestroyTask() local
166 ResourceInstance foo1 = holder.getInternal(SHARED_FOO); in overreleaseInstance() local
/aosp_15_r20/external/sdk-platform-java/java-core/google-cloud-core-grpc/src/test/java/com/google/cloud/grpc/
H A DSharedResourceHolderTest.java77 ResourceInstance foo1 = holder.getInternal(SHARED_FOO); in destroyResourceWhenRefCountReachesZero() local
125 ResourceInstance foo1 = holder.getInternal(SHARED_FOO); in cancelDestroyTask() local
171 ResourceInstance foo1 = holder.getInternal(SHARED_FOO); in overreleaseInstance() local
/aosp_15_r20/external/flatbuffers/tests/rust_usage_test/tests/flexbuffers_tests/
H A Drwyw.rs152 let foo1 = Foo { u8s, u16s, u32s, u64s, i8s, i16s, i32s, i64s }; localVariable
172 let foo1 = Foo { bools, strings, f32s, f64s }; localVariable
187 let foo1 = Foo(bools, strings, f32s, f64s); localVariable
200 let foo1 = Foo::default(); in empty_vectors() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/tracing/tests/
Dspan.rs23 let foo1 = tracing::span!(Level::TRACE, "foo"); in handles_to_the_same_span_are_equal() localVariable
41 let foo1 = tracing::span!(Level::TRACE, "foo", bar = 1u64, baz = false); in handles_to_different_spans_are_not_equal() localVariable
58 let foo1 = make_span(); in handles_to_different_spans_with_the_same_metadata_are_not_equal() localVariable
/aosp_15_r20/external/llvm/test/Object/Inputs/
H A Delfver.S18 .globl foo1 symbol
20 foo1: label
/aosp_15_r20/external/llvm/test/MC/Mips/
H A Delf-relsym.s31 .globl foo1 symbol
36 foo1: # @foo1 label
/aosp_15_r20/external/javassist/src/test/test2/
H A DInherit.java4 void foo1(); in foo1() method
16 public void foo1() { System.out.println("foo1"); } in foo1() method in Inherit
/aosp_15_r20/art/test/408-move-bug/src/
H A DMain.java27 Main foo1 = create(); in crash() local
47 Main foo1 = create(); in npe() local
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dbuiltin-ptrtomember-overload-1.cpp37 void foo1(C1 c1, int A::* pmf) { in foo1() function
42 void foo1(C1 c1, int E::* pmf) { in foo1() function
/aosp_15_r20/external/clang/test/SemaObjC/
H A Dwarn-direct-ivar-access.m69 - (id) foo1; method in copy
75 - (id) foo1 { return _foo1; } method
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_qualified_name.cpp51 auto foo1 = QualifiedName("foo.bar.baz"); in TEST() local
63 auto foo1 = QualifiedName("foo.bar.baz"); in TEST() local
/aosp_15_r20/external/clang/test/Index/
H A Doverriding-method-comments.mm105 void foo1(int EEE); function
109 void foo1(int TTT); function
/aosp_15_r20/external/grpc-grpc/test/core/gprpp/
H A Dunique_type_name_test.cc65 Foo foo1; in TEST() local
79 Foo foo1; in TEST() local
/aosp_15_r20/external/federated-compute/fcp/testing/
H A Dtesting_test.cc64 testing::Foo foo1; in TEST() local
72 testing::Foo foo1; in TEST() local
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Daarch64-aapcs-zerolength-bitfield.cpp136 char foo1; member
191 char foo1; member
213 int foo1 : 1; member
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/classic/phoenix/test/
Dbinders_tests.cpp31 void foo1(int n0) { cout << "print_::foo1 " << n0 << " \n"; } in foo1() function
49 void foo1(int n0) // a function w/ 1 arg in foo1() function
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/container/internal/
H A Dhash_function_defaults_test.cc571 TypeParam foo1{/*value=*/1, /*noise=*/100}; in TYPED_TEST() local
587 TypeParam foo1{/*value=*/1, /*noise=*/100}; in TYPED_TEST() local
602 TypeParam foo1{/*value=*/1, /*noise=*/100}; in TYPED_TEST() local
623 TypeParam foo1{/*value=*/1, /*noise=*/100}; in TYPED_TEST() local
/aosp_15_r20/external/abseil-cpp/absl/container/internal/
H A Dhash_function_defaults_test.cc571 TypeParam foo1{/*value=*/1, /*noise=*/100}; in TYPED_TEST() local
587 TypeParam foo1{/*value=*/1, /*noise=*/100}; in TYPED_TEST() local
602 TypeParam foo1{/*value=*/1, /*noise=*/100}; in TYPED_TEST() local
623 TypeParam foo1{/*value=*/1, /*noise=*/100}; in TYPED_TEST() local
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/internal/
H A Dhash_function_defaults_test.cc571 TypeParam foo1{/*value=*/1, /*noise=*/100}; in TYPED_TEST() local
587 TypeParam foo1{/*value=*/1, /*noise=*/100}; in TYPED_TEST() local
602 TypeParam foo1{/*value=*/1, /*noise=*/100}; in TYPED_TEST() local
623 TypeParam foo1{/*value=*/1, /*noise=*/100}; in TYPED_TEST() local

1234567