/external/libvterm/src/ |
D | parser.c | 13 static void do_control(VTerm *vt, unsigned char control) in do_control() 22 static void do_csi(VTerm *vt, char command) in do_csi() 48 static void do_escape(VTerm *vt, char command) in do_escape() 64 static void append_strbuffer(VTerm *vt, const char *str, size_t len) in append_strbuffer() 77 static void start_string(VTerm *vt, VTermParserStringType type) in start_string() 84 static void more_string(VTerm *vt, const char *str, size_t len) in more_string() 89 static void done_string(VTerm *vt, const char *str, size_t len) in done_string() 125 size_t vterm_input_write(VTerm *vt, const char *bytes, size_t len) in vterm_input_write() 331 void vterm_parser_set_callbacks(VTerm *vt, const VTermParserCallbacks *callbacks, void *user) in vterm_parser_set_callbacks() 337 void *vterm_parser_get_cbdata(VTerm *vt) in vterm_parser_get_cbdata()
|
D | vterm.c | 38 VTerm *vt = (*funcs->malloc)(sizeof(VTerm), allocdata); in vterm_new_with_allocator() local 62 void vterm_free(VTerm *vt) in vterm_free() 76 INTERNAL void *vterm_allocator_malloc(VTerm *vt, size_t size) in vterm_allocator_malloc() 81 INTERNAL void vterm_allocator_free(VTerm *vt, void *ptr) in vterm_allocator_free() 86 void vterm_get_size(const VTerm *vt, int *rowsp, int *colsp) in vterm_get_size() 94 void vterm_set_size(VTerm *vt, int rows, int cols) in vterm_set_size() 103 int vterm_get_utf8(const VTerm *vt) in vterm_get_utf8() 108 void vterm_set_utf8(VTerm *vt, int is_utf8) in vterm_set_utf8() 113 INTERNAL void vterm_push_output_bytes(VTerm *vt, const char *bytes, size_t len) in vterm_push_output_bytes() 124 static int outbuffer_is_full(VTerm *vt) in outbuffer_is_full() [all …]
|
D | keyboard.c | 7 void vterm_keyboard_unichar(VTerm *vt, uint32_t c, VTermModifier mod) in vterm_keyboard_unichar() 128 void vterm_keyboard_key(VTerm *vt, VTermKey key, VTermModifier mod) in vterm_keyboard_key() 216 void vterm_keyboard_start_paste(VTerm *vt) in vterm_keyboard_start_paste() 222 void vterm_keyboard_end_paste(VTerm *vt) in vterm_keyboard_end_paste()
|
D | mouse.c | 54 void vterm_mouse_move(VTerm *vt, int row, int col, VTermModifier mod) in vterm_mouse_move() 73 void vterm_mouse_button(VTerm *vt, int button, bool pressed, VTermModifier mod) in vterm_mouse_button()
|
D | input.c | 7 void vterm_input_push_char(VTerm *vt, VTermModifier mod, uint32_t c) in vterm_input_push_char() 124 void vterm_input_push_key(VTerm *vt, VTermModifier mod, VTermKey key) in vterm_input_push_key()
|
/external/lzma/C/ |
D | 7zFile.h | 57 ISeqInStream vt; member 66 ISeekInStream vt; member 75 ISeqOutStream vt; member
|
/external/mesa3d/src/glx/tests/ |
D | fake_glx_screen.cpp | 25 struct glx_screen_vtable fake_glx_screen::vt = { member in fake_glx_screen 32 struct glx_screen_vtable fake_glx_screen_direct::vt = { member in fake_glx_screen_direct 39 const struct glx_context_vtable fake_glx_context::vt = { member in fake_glx_context
|
D | fake_glx_screen.h | 51 static struct glx_screen_vtable vt; variable 64 static struct glx_screen_vtable vt; variable 93 static const struct glx_context_vtable vt; variable
|
/external/clang/test/CodeGenCXX/ |
D | tls-init-funcs.cpp | 23 thread_local int vt = 5; variable 33 template int vt<void>; variable
|
D | 2008-01-12-VecInit.cpp | 5 v vt = {1, 2, 3, 4}; variable
|
/external/lzma/CPP/7zip/Common/ |
D | CWrappers.h | 14 ICompressProgress vt; member 24 ISeqInStream vt; member 35 ISeekInStream vt; member 45 ISeqOutStream vt; member 56 IByteIn vt; member 90 IByteOut vt; member
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64.h | 1384 void Ld1(const VRegister& vt, const MemOperand& src) { in Ld1() 1388 void Ld1(const VRegister& vt, const VRegister& vt2, const MemOperand& src) { in Ld1() 1392 void Ld1(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, in Ld1() 1397 void Ld1(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, in Ld1() 1402 void Ld1(const VRegister& vt, int lane, const MemOperand& src) { in Ld1() 1406 void Ld1r(const VRegister& vt, const MemOperand& src) { in Ld1r() 1410 void Ld2(const VRegister& vt, const VRegister& vt2, const MemOperand& src) { in Ld2() 1414 void Ld2(const VRegister& vt, const VRegister& vt2, int lane, in Ld2() 1419 void Ld2r(const VRegister& vt, const VRegister& vt2, const MemOperand& src) { in Ld2r() 1423 void Ld3(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, in Ld3() [all …]
|
/external/tensorflow/tensorflow/core/lib/gtl/ |
D | map_util.h | 100 const typename Collection::value_type& vt) { in InsertOrUpdate() 125 const typename Collection::value_type& vt) { in InsertIfNotPresent() 144 Collection* const collection, const typename Collection::value_type& vt) { in LookupOrInsert()
|
/external/clang/test/Sema/ |
D | 2009-07-17-VoidParameter.c | 3 typedef void vt; typedef
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_expr.h | 51 value_table &vt; variable
|
/external/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/ |
D | atomic_load_explicit.pass.cpp | 36 volatile A vt; in operator ()() local
|
D | atomic_load.pass.cpp | 36 volatile A vt; in operator ()() local
|
D | atomic_init.pass.cpp | 36 volatile A vt; in operator ()() local
|
D | atomic_exchange_explicit.pass.cpp | 38 volatile A vt; in operator ()() local
|
D | atomic_store.pass.cpp | 35 volatile A vt; in operator ()() local
|
D | atomic_exchange.pass.cpp | 37 volatile A vt; in operator ()() local
|
D | atomic_store_explicit.pass.cpp | 35 volatile A vt; in operator ()() local
|
D | atomic_is_lock_free.pass.cpp | 33 volatile A vt; in operator ()() local
|
/external/libaom/libaom/av1/encoder/ |
D | var_based_part.c | 95 v128x128 *vt = (v128x128 *)data; in tree_to_node() local 102 v64x64 *vt = (v64x64 *)data; in tree_to_node() local 109 v32x32 *vt = (v32x32 *)data; in tree_to_node() local 116 v16x16 *vt = (v16x16 *)data; in tree_to_node() local 123 v8x8 *vt = (v8x8 *)data; in tree_to_node() local 130 v4x4 *vt = (v4x4 *)data; in tree_to_node() local 188 variance_node vt; in set_vt_partitioning() local 440 v128x128 *vt; in av1_choose_var_based_partitioning() local
|
/external/vixl/src/aarch64/ |
D | macro-assembler-aarch64.h | 1806 void Ldr(const VRegister& vt, double imm) { in Ldr() 1821 void Ldr(const VRegister& vt, float imm) { in Ldr() 1836 void Ldr(const VRegister& vt, uint64_t high64, uint64_t low64) { in Ldr() 2953 void Ld1(const VRegister& vt, const MemOperand& src) { in Ld1() 2958 void Ld1(const VRegister& vt, const VRegister& vt2, const MemOperand& src) { in Ld1() 2963 void Ld1(const VRegister& vt, in Ld1() 2971 void Ld1(const VRegister& vt, in Ld1() 2980 void Ld1(const VRegister& vt, int lane, const MemOperand& src) { in Ld1() 2985 void Ld1r(const VRegister& vt, const MemOperand& src) { in Ld1r() 2990 void Ld2(const VRegister& vt, const VRegister& vt2, const MemOperand& src) { in Ld2() [all …]
|