Home
last modified time | relevance | path

Searched refs:cb2 (Results 1 – 25 of 53) sorted by relevance

123

/external/llvm-project/llvm/test/Transforms/SCCP/
Dmultiple_callbacks.ll9 ; void broker(int (*cb0)(int), int (*cb1)(int), int (*cb2)(int), int, int);
17 ; static int cb2(int unknown) {
32 ; broker(cb1, cb2, cb2, 0, 1);
33 ; broker(cb3, cb2, cb3, 0, 1);
57 define internal i32 @cb2(i32 %unknown) {
58 ; CHECK-LABEL: @cb2(
92 …all void @broker(i32 (i32)* nonnull @cb1, i32 (i32)* nonnull @cb2, i32 (i32)* nonnull @cb2, i32 0,…
93 ; CHECK-NEXT: call void @broker(i32 (i32)* nonnull @cb3, i32 (i32)* nonnull @cb2, i32 (i32)* non…
101 …call void @broker(i32 (i32)* nonnull @cb1, i32 (i32)* nonnull @cb2, i32 (i32)* nonnull @cb2, i32 0…
102 …call void @broker(i32 (i32)* nonnull @cb3, i32 (i32)* nonnull @cb2, i32 (i32)* nonnull @cb3, i32 0…
/external/llvm-project/llvm/test/Transforms/Attributor/IPConstantProp/
Dmultiple_callbacks.ll12 ; void broker(int (*cb0)(int), int (*cb1)(int), int (*cb2)(int), int, int);
20 ; static int cb2(int unknown) {
35 ; broker(cb1, cb2, cb2, 0, 1);
36 ; broker(cb3, cb2, cb3, 0, 1);
76 define internal i32 @cb2(i32 %unknown) {
78 ; IS__TUNIT____-LABEL: define {{[^@]+}}@cb2
84 ; IS__CGSCC____-LABEL: define {{[^@]+}}@cb2
132 … (i32)* noundef nonnull @cb1, i32 (i32)* noundef nonnull @cb2, i32 (i32)* noundef nonnull @cb2, i3…
133 ; CHECK-NEXT: call void @broker(i32 (i32)* noundef nonnull @cb3, i32 (i32)* noundef nonnull @cb2
141 …call void @broker(i32 (i32)* nonnull @cb1, i32 (i32)* nonnull @cb2, i32 (i32)* nonnull @cb2, i32 0…
[all …]
/external/webrtc/rtc_base/
Dcallback_unittest.cc84 Callback1<void, int&> cb2(&i); in TEST() local
86 cb2(x); in TEST()
88 cb2(x); in TEST()
122 Callback0<void> cb2; in TEST() local
126 cb2 = cb; in TEST()
129 cb2 = Callback0<void>(); in TEST()
/external/llvm-project/libcxx/test/std/strings/string.view/string.view.iterators/
Dbegin.pass.cpp25 typename S::const_iterator cb2 = s.cbegin(); in test() local
32 assert( *cb2 == s[0]); in test()
33 assert(&*cb2 == &s[0]); in test()
37 assert( b == cb2); in test()
38 assert(cb1 == cb2); in test()
Drbegin.pass.cpp25 typename S::const_reverse_iterator cb2 = s.crbegin(); in test() local
33 assert( *cb2 == s[last]); in test()
34 assert(&*cb2 == &s[last]); in test()
38 assert( b == cb2); in test()
39 assert(cb1 == cb2); in test()
/external/libcxx/test/std/strings/string.view/string.view.iterators/
Dbegin.pass.cpp26 typename S::const_iterator cb2 = s.cbegin(); in test() local
33 assert( *cb2 == s[0]); in test()
34 assert(&*cb2 == &s[0]); in test()
38 assert( b == cb2); in test()
39 assert(cb1 == cb2); in test()
Drbegin.pass.cpp26 typename S::const_reverse_iterator cb2 = s.crbegin(); in test() local
34 assert( *cb2 == s[last]); in test()
35 assert(&*cb2 == &s[last]); in test()
39 assert( b == cb2); in test()
40 assert(cb1 == cb2); in test()
/external/openscreen/discovery/mdns/fuzzer_seeds/
Dptr_response.bin4 0cc0 0cb2 0012 0810 0000 0050 0080 0010
5 0020 0030 0cb2 0cb2 0001 0810 0000 0050
/external/llvm-project/flang/test/Semantics/
Dallocate12.f9040 type(B) :: cb1[5:*], cb2(*)[2, -1:*] local
49 allocate(b1%x, b2(1)%x, cb1%x, cb2(1)%x, SOURCE=xsrc)
79 allocate(cb2(1)%x[2, -1:*], SOURCE=xsrc)
114 allocate(b1%x, b2(1)%x, cb2(1)[2,-1]%x, MOLD=xsrc)
Dmodfile21.f904 bind(C) :: /cb2/
6 common /cb/ x(2:10) /cb2/a,b,c
/external/pdfium/core/fxcrt/
Dcfx_timer_unittest.cpp45 MockTimerCallback cb2; in TEST() local
46 EXPECT_CALL(cb2, OnTimerFired()).Times(2); in TEST()
49 auto timer2 = pdfium::MakeUnique<CFX_Timer>(&scheduler, &cb2, 200); in TEST()
/external/libchrome/base/
Dcallback_unittest.cc144 const Closure cb2 = Bind([] {}); in TEST_F() local
145 ASSERT_TRUE(cb2); in TEST_F()
146 std::move(cb2).Run(); in TEST_F()
147 ASSERT_TRUE(cb2); in TEST_F()
Dcallback_helpers_unittest.cc28 base::OnceClosure cb2 = base::BindOnce(&Increment, &run_count); in TEST() local
30 base::ResetAndReturn(&cb2).Run(); in TEST()
32 EXPECT_FALSE(cb2); in TEST()
/external/deqp-deps/glslang/Test/
Dhlsl.constantbuffer.frag12 ConstantBuffer<c2_t> cb2[3];
22 return cb1.x + cb2[1].y + c1;
/external/angle/third_party/vulkan-deps/glslang/src/Test/
Dhlsl.constantbuffer.frag12 ConstantBuffer<c2_t> cb2[3];
22 return cb1.x + cb2[1].y + c1;
/external/mesa3d/src/gallium/tests/graw/
Dfs-test.c113 struct pipe_constant_buffer cb2; in init_fs_constbuf() local
123 memset(&cb2, 0, sizeof cb2); in init_fs_constbuf()
124 cb2.buffer_size = sizeof constants2; in init_fs_constbuf()
125 cb2.user_buffer = constants2; in init_fs_constbuf()
129 &cb2); in init_fs_constbuf()
/external/deqp-deps/glslang/Test/baseResults/
Dhlsl.constantbuffer.frag.out30 0:22 'cb2' (layout( row_major std140) uniform 3-element array of block{layout( row…
61 0:? 'cb2' (layout( row_major std140) uniform 3-element array of block{layout( row_major std140)…
98 0:22 'cb2' (layout( row_major std140) uniform 3-element array of block{layout( row…
129 0:? 'cb2' (layout( row_major std140) uniform 3-element array of block{layout( row_major std140)…
154 Name 40 "cb2"
168 Decorate 40(cb2) DescriptorSet 0
169 Decorate 40(cb2) Binding 0
202 40(cb2): 39(ptr) Variable Uniform
227 42: 41(ptr) AccessChain 40(cb2) 20 20
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
Dhlsl.constantbuffer.frag.out30 0:22 'cb2' (layout( row_major std140) uniform 3-element array of block{layout( row…
61 0:? 'cb2' (layout( row_major std140) uniform 3-element array of block{layout( row_major std140)…
98 0:22 'cb2' (layout( row_major std140) uniform 3-element array of block{layout( row…
129 0:? 'cb2' (layout( row_major std140) uniform 3-element array of block{layout( row_major std140)…
154 Name 40 "cb2"
168 Decorate 40(cb2) DescriptorSet 0
169 Decorate 40(cb2) Binding 0
202 40(cb2): 39(ptr) Variable Uniform
227 42: 41(ptr) AccessChain 40(cb2) 20 20
/external/libnetfilter_conntrack/src/
Dcallback.c59 } else if (container->h->cb2) { in __callback()
60 ret = container->h->cb2(nlh, type, ct, in __callback()
/external/llvm-project/flang/lib/Parser/
Dmessage.cpp134 [](CharBlock cb1, CharBlock cb2) { in SortBefore() argument
135 return cb1.begin() < cb2.begin(); in SortBefore()
248 [](CharBlock cb1, CharBlock cb2) { in AtSameLocation() argument
249 return cb1.begin() == cb2.begin(); in AtSameLocation()
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_futures.py641 cb2 = self._make_callback(bag, 17)
645 f.add_done_callback(cb2)
664 cb2 = self._make_callback(bag, 17)
668 f.add_done_callback(cb2)
672 f.remove_done_callback(cb2)
688 cb2 = self._make_callback(bag, 17)
692 f.add_done_callback(cb2)
738 cb2 = self._make_callback(bag, 2)
743 f.add_done_callback(cb2)
746 self.assertEqual(f.remove_done_callback(cb2), 1)
[all …]
/external/python/cpython3/Lib/idlelib/
Dpercolator.py95 cb2 = tk.Checkbutton(box, text="Tracer2", command=toggle2, variable=var2)
96 cb2.pack()
/external/python/cpython2/Lib/idlelib/
DPercolator.py98 cb2 = tk.Checkbutton(root, text="Tracer2", command=toggle2, variable=var2)
99 cb2.pack()
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_variables.py79 cb2 = v.trace_variable('wu', write_tracer)
80 self.assertEqual(sorted(v.trace_vinfo()), [('r', cb1), ('wu', cb2)])
104 self.assertEqual(v.trace_vinfo(), [('wu', cb2)])
/external/llvm-project/llvm/test/Transforms/CallSiteSplitting/
Dmusttail.ll6 ;CHECK: %cb2 = bitcast i8* %ca1 to i8*
7 ;CHECK: ret i8* %cb2

123