Home
last modified time | relevance | path

Searched refs:A (Results 1 – 25 of 37) sorted by relevance

12

/system/utest/core/handle-transfer/
A Dhandle-transfer.c22 zx_handle_t A[2]; in handle_transfer_test() local
23 zx_status_t status = zx_channel_create(0, A, A + 1); in handle_transfer_test()
41 A[1] = ZX_HANDLE_INVALID; in handle_transfer_test()
70 zx_handle_close(A[0]); in handle_transfer_test()
89 zx_handle_t* A = (zx_handle_t*)arg; in thread() local
90 zx_handle_t* B = A + 2; in thread()
117 zx_handle_t A[4]; in handle_transfer_cancel_wait_test() local
118 zx_handle_t* B = &A[2]; in handle_transfer_cancel_wait_test()
119 zx_status_t status = zx_channel_create(0, A, A + 1); in handle_transfer_cancel_wait_test()
138 zx_handle_close(A[1]); in handle_transfer_cancel_wait_test()
[all …]
/system/utest/fbl/
A Dtype_support_tests.cpp207 class A { }; class
229 class A { }; class
289 struct A { ~A() { } }; in ~A() struct
312 struct A {}; struct
339 struct A {}; struct
369 struct A {}; struct
383 struct A {}; struct
397 struct A {}; struct
411 struct A {}; struct
425 struct A {}; struct
[all …]
A Dforward_tests.cpp40 struct A { struct
41 A(int&& n) : category(CAT_RVALUE) {} in A() argument
42 A(int& n) : category(CAT_LVALUE) {} in A() function
83 auto a1 = make_object<A>(42); in forward_test()
84 auto a2 = make_object<A>(val); in forward_test()
A Dref_ptr_tests.cpp216 class A : public Stats { class
218 virtual ~A() { stuff = 0u; } in ~A()
232 class C : public A, public B {
237 class D : public A {
283 void PassByCopy(fbl::RefPtr<A>) { result_ = Result::ClassA; } in PassByCopy() argument
293 void PassByMove(fbl::RefPtr<A>&&) { result_ = Result::ClassA; } in PassByMove() argument
511 test_res = do_test<A, C>(); in ref_ptr_upcast_test()
A Dunique_ptr_tests.cpp351 class A { class
353 virtual ~A() { stuff_ = 0; } in ~A()
367 class C : public A, public B {
399 void PassByMove(fbl::unique_ptr<A>&&) { result_ = Result::ClassA; } in PassByMove() argument
517 test_res = test_upcast<A, C>(); in uptr_upcasting()
/system/host/fidl/examples/
A Dtables.fidl7 struct A {
12 A? bar;
/system/host/banjo/examples/
A Dtables.banjo7 struct A {
12 A? bar;
/system/ulib/trace-reader/
A DREADME.md4 A static library for reading trace events.
/system/ulib/bootsvc-protocol/
A DREADME.md1 A header-only library for describing the handles given to a process launched by
/system/uapp/trace-example/
A DREADME.md4 A little example program which initializes tracing and write a few events
/system/fidl/fuchsia-inspect/
A Dinspect.fidl12 // A string property on an |Object|. Consisting of a key and value.
25 // A Metric is a string key and the associated numeric value.
/system/ulib/ddktl/test/
A Ddevice-tests.cpp286 struct A { struct
287 explicit A(zx_protocol_device_t* proto) {} in A() function
290 class TestNotAMixin : public ddk::Device<TestNotAMixin, A> {
292 TestNotAMixin() : ddk::Device<TestNotAMixin, A>(nullptr) {} in TestNotAMixin()
300 A>;
/system/fidl/fuchsia-process/
A Dlauncher.fidl40 // A status code describing the result of the launch.
43 // A string describing the failure.
95 // A status code describing the result of the launch.
98 // A string describing the failure.
/system/fidl/fuchsia-cobalt/
A Dcobalt_controller.fidl15 // failure. The response occurs only after that procedure is completed. A
17 // sent. A return value of false indicates otherwise.
/system/ulib/trace/
A DREADME.md3 A static library for instrumenting C and C++ programs to capture trace data.
/system/ulib/zx/include/lib/zx/
A Dobject.h187 template <typename A, typename B> struct is_same {
191 template <typename A> struct is_same<A, A> {
/system/banjo/ddk-protocol-display-controller/
A Ddisplay-controller.banjo17 /// A structure containing information about each plane of an image.
23 /// A structure containing information about an image.
39 /// A driver-defined handle to the image. Each handle must be unique.
45 /// A fallback structure to convey display information without an edid.
67 /// A structure containing information a connected display.
71 /// A flag indicating whether or not the display has a valid edid.
83 /// A list of pixel formats supported by the display. The first entry is the
87 /// A list of cursor configurations most likely to be accepted by the driver. Can
253 /// A bitmask of MODE_FLAG_* values
/system/fidl/fuchsia-logger/
A Dlogger.fidl67 // A null |options| indicates no filtering is requested.
72 // A null |options| indicates no filtering is requested.
/system/ulib/trace-provider/
A DREADME.md3 A static library for publishing a trace provider. The trace manager
/system/
A DLICENSE20 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
/system/utest/banjo-compiler/testdata/
A Dgoodformat.banjo80 // A comment that isn't so annoying
A Dbadformat.banjo.noformat80 // A comment that isn't so annoying
/system/fidl/fuchsia-hardware-usb-tester/
A Dusb-tester.fidl31 // A vector would break the current requirement for a simple C binding.
/system/utest/fidl-compiler/testdata/
A Dbadformat.fidl.noformat88 // A comment that isn't so annoying
A Dgoodformat.fidl94 // A comment that isn't so annoying

Completed in 2355 milliseconds

12