| /system/utest/core/handle-transfer/ |
| A D | handle-transfer.c | 22 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 D | type_support_tests.cpp | 207 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 D | forward_tests.cpp | 40 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 D | ref_ptr_tests.cpp | 216 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 D | unique_ptr_tests.cpp | 351 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 D | tables.fidl | 7 struct A { 12 A? bar;
|
| /system/host/banjo/examples/ |
| A D | tables.banjo | 7 struct A { 12 A? bar;
|
| /system/ulib/trace-reader/ |
| A D | README.md | 4 A static library for reading trace events.
|
| /system/ulib/bootsvc-protocol/ |
| A D | README.md | 1 A header-only library for describing the handles given to a process launched by
|
| /system/uapp/trace-example/ |
| A D | README.md | 4 A little example program which initializes tracing and write a few events
|
| /system/fidl/fuchsia-inspect/ |
| A D | inspect.fidl | 12 // 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 D | device-tests.cpp | 286 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 D | launcher.fidl | 40 // 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 D | cobalt_controller.fidl | 15 // failure. The response occurs only after that procedure is completed. A 17 // sent. A return value of false indicates otherwise.
|
| /system/ulib/trace/ |
| A D | README.md | 3 A static library for instrumenting C and C++ programs to capture trace data.
|
| /system/ulib/zx/include/lib/zx/ |
| A D | object.h | 187 template <typename A, typename B> struct is_same { 191 template <typename A> struct is_same<A, A> {
|
| /system/banjo/ddk-protocol-display-controller/ |
| A D | display-controller.banjo | 17 /// 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 D | logger.fidl | 67 // A null |options| indicates no filtering is requested. 72 // A null |options| indicates no filtering is requested.
|
| /system/ulib/trace-provider/ |
| A D | README.md | 3 A static library for publishing a trace provider. The trace manager
|
| /system/ |
| A D | LICENSE | 20 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
| /system/utest/banjo-compiler/testdata/ |
| A D | goodformat.banjo | 80 // A comment that isn't so annoying
|
| A D | badformat.banjo.noformat | 80 // A comment that isn't so annoying
|
| /system/fidl/fuchsia-hardware-usb-tester/ |
| A D | usb-tester.fidl | 31 // A vector would break the current requirement for a simple C binding.
|
| /system/utest/fidl-compiler/testdata/ |
| A D | badformat.fidl.noformat | 88 // A comment that isn't so annoying
|
| A D | goodformat.fidl | 94 // A comment that isn't so annoying
|