Home
last modified time | relevance | path

Searched refs:B (Results 1 – 17 of 17) sorted by relevance

/system/ulib/zircon-internal/include/lib/zircon-internal/
A Dktrace-def.h11 KTRACE_DEF(0x000,32B,VERSION,META) // version
32 KTRACE_DEF(0x040,32B,CONTEXT_SWITCH,SCHEDULER)
39 KTRACE_DEF(0x111,32B,THREAD_START,TASKS) // tid
40 KTRACE_DEF(0x112,32B,THREAD_EXIT,TASKS)
42 KTRACE_DEF(0x120,32B,PROC_CREATE,TASKS) // pid
44 KTRACE_DEF(0x122,32B,PROC_EXIT,TASKS) // pid
50 KTRACE_DEF(0x140,32B,PORT_WAIT,IPC) // id
52 KTRACE_DEF(0x142,32B,PORT_CREATE,IPC) // id
62 KTRACE_DEF(0x170,32B,VCPU_ENTER,TASKS)
64 KTRACE_DEF(0x172,32B,VCPU_BLOCK,TASKS) // meta
[all …]
/system/utest/core/handle-transfer/
A Dhandle-transfer.c28 zx_handle_t B[2]; in handle_transfer_test() local
29 status = zx_channel_create(0, B, B + 1); in handle_transfer_test()
37 status = zx_channel_write(B[0], 0u, NULL, 0u, &A[1], 1u); in handle_transfer_test()
71 zx_handle_close(B[0]); in handle_transfer_test()
72 zx_handle_close(B[1]); in handle_transfer_test()
90 zx_handle_t* B = A + 2; in thread() local
91 zx_status_t status = zx_channel_write(B[1], 0, NULL, 0u, &A[0], 1); in thread()
118 zx_handle_t* B = &A[2]; in handle_transfer_cancel_wait_test() local
123 status = zx_channel_create(0, B, B + 1); in handle_transfer_cancel_wait_test()
136 zx_handle_close(B[1]); in handle_transfer_cancel_wait_test()
[all …]
/system/utest/fbl/
A Dtype_support_tests.cpp210 struct B { }; struct
232 class B : public A { }; class
233 static_assert( fbl::is_base_of<B, B>::value, "B should be a base of B!");
237 class C : public B { };
245 class E : public B, public D { };
290 struct B { virtual ~B() { } }; in ~B() argument
292 struct D : public B { ~D() { } }; in ~D()
530 class B : public A { }; class
570 struct B { struct
586 static_assert(has_simple<B>::value, "");
[all …]
A Dunique_ptr_tests.cpp359 class B { class
361 ~B() { stuff_ = 1; } in ~B()
367 class C : public A, public B {
406 void PassByMove(fbl::unique_ptr<B>&&) { result_ = Result::ClassB; } in PassByMove() argument
522 test_res = test_upcast<B, C>(); in uptr_upcasting()
529 fbl::unique_ptr<B> ptr(new (&ac) B()); in uptr_upcasting()
532 fbl::unique_ptr<const B> const_ptr; in uptr_upcasting()
A Dref_ptr_tests.cpp224 class B { class
226 ~B() { stuff = 1u; } in ~B()
232 class C : public A, public B {
290 void PassByCopy(fbl::RefPtr<B>) { result_ = Result::ClassB; } in PassByCopy() argument
300 void PassByMove(fbl::RefPtr<B>&&) { result_ = Result::ClassB; } in PassByMove() argument
516 test_res = do_test<B, C>(); in ref_ptr_upcast_test()
/system/host/fidl/examples/
A Dtables.fidl8 B? foo;
11 struct B {
/system/host/banjo/examples/
A Dtables.banjo8 B? foo;
11 struct B {
/system/banjo/ddk-protocol-sdhci/
A Dsdhci.banjo14 /// The higher level stack expects 136B responses to be packed in a
24 /// The higher level stack expects 136B responses to be packed in a certain way
/system/ulib/trace-engine/
A Dddk-disabled-exports.ld13 * N.B. This file is used when tracing is disabled in the DDK because these
/system/ulib/trace-provider/
A DREADME.md27 N.B. This function will get renamed to remove the *_etc* suffix when
/system/ulib/fbl/include/fbl/
A Dtype_support.h185 template<bool B, class T = void> struct enable_if { };
192 template<bool B, class T, class F>
/system/ulib/unittest/
A DREADME.md6 N.B. This library cannot use fdio since system/utest/core uses it
/system/dev/nand/aml-rawnand/
A Daml-rawnand.c17 #define MAX(A, B) ((A > B) ? A : B) argument
/system/ulib/zx/include/lib/zx/
A Dobject.h187 template <typename A, typename B> struct is_same {
/system/ulib/async/
A DREADME.md102 // N.B. If the port is attached to a process or job then we will
/system/fidl/fuchsia-cobalt/
A Dcobalt.fidl576 // The id of the experiment as defined by the A/B Experiment framework.
578 // The id of the experiment arm as defined by the A/B Experiment framework.
/system/ulib/zircon-internal/include/lib/zircon-internal/device/cpu-trace/
A Dskylake-pm-events.inc20 // (N.B. these values are very much not hardwired yet)

Completed in 24 milliseconds