Searched refs:IN (Results 1 – 7 of 7) sorted by relevance
| /system/host/abigen/ |
| A D | types.cpp | 51 case IN: in kind_str() 62 case IN: in kind_lowercase_str() 73 kind = ArraySpec::IN; in assign_kind() 108 string modifier = arr_spec->kind == ArraySpec::IN ? "const " : ""; in as_cpp_declaration() 131 if (arr_spec->kind == ArraySpec::IN) { in as_rust_declaration() 149 string modifier = arr_spec->kind == ArraySpec::IN ? "const " : ""; in as_cpp_cast()
|
| A D | types.h | 22 IN, enumerator
|
| A D | syscall_parser.cpp | 102 type_spec->arr_spec.reset(new ArraySpec{ArraySpec::IN, count, multipliers}); in parse_arrayspec()
|
| /system/ |
| A D | LICENSE | 20 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 25 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 26 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| /system/public/zircon/ |
| A D | syscalls.abigen | 28 # with valid values being one of: 'IN', 'OUT', 'INOUT' 123 (addr: any[size] IN, size: size_t, options: uint32_t) 290 bytes: any[num_bytes] IN, num_bytes: uint32_t, 298 args: zx_channel_call_args_t[1] IN) 310 args: zx_channel_call_args_t[1] IN) 499 (value_ptr: zx_futex_t[1] IN, wake_count: uint32_t) 512 (value_ptr: zx_futex_t[1] IN) 525 (value_ptr: zx_futex_t[1] IN, koid: zx_koid_t[1] OUT) 720 (buffer: any[buffer_size] IN, buffer_size: size_t) 824 (buffer: char[buffer_size] IN, buffer_size: size_t) [all …]
|
| /system/dev/usb/usb-peripheral-test/ |
| A D | README.md | 7 The host test (called usb-peripheral-test) tests control requests in both the IN and OUT
|
| /system/banjo/ddk-protocol-usb/ |
| A D | usb.banjo | 22 // Initiates a control transfer with the device in the IN direction.
|
Completed in 13 milliseconds