/external/libnetfilter_conntrack/src/conntrack/ |
D | grp_getter.c | 14 struct nfct_attr_grp_ipv4 *this = data; in get_attr_grp_orig_ipv4() local 21 struct nfct_attr_grp_ipv4 *this = data; in get_attr_grp_repl_ipv4() local 28 struct nfct_attr_grp_ipv6 *this = data; in get_attr_grp_orig_ipv6() local 35 struct nfct_attr_grp_ipv6 *this = data; in get_attr_grp_repl_ipv6() local 42 struct nfct_attr_grp_port *this = data; in get_attr_grp_orig_port() local 49 struct nfct_attr_grp_port *this = data; in get_attr_grp_repl_port() local 56 struct nfct_attr_grp_icmp *this = data; in get_attr_grp_icmp() local 64 struct nfct_attr_grp_ipv4 *this = data; in get_attr_grp_master_ipv4() local 71 struct nfct_attr_grp_ipv6 *this = data; in get_attr_grp_master_ipv6() local 78 struct nfct_attr_grp_port *this = data; in get_attr_grp_master_port() local [all …]
|
D | grp_setter.c | 42 const struct nfct_attr_grp_ipv4 *this = value; in set_attr_grp_orig_ipv4() local 50 const struct nfct_attr_grp_ipv4 *this = value; in set_attr_grp_repl_ipv4() local 58 const struct nfct_attr_grp_ipv6 *this = value; in set_attr_grp_orig_ipv6() local 66 const struct nfct_attr_grp_ipv6 *this = value; in set_attr_grp_repl_ipv6() local 74 const struct nfct_attr_grp_port *this = value; in set_attr_grp_orig_port() local 81 const struct nfct_attr_grp_port *this = value; in set_attr_grp_repl_port() local 89 const struct nfct_attr_grp_icmp *this = value; in set_attr_grp_icmp() local 120 const struct nfct_attr_grp_ipv4 *this = value; in set_attr_grp_master_ipv4() local 128 const struct nfct_attr_grp_ipv6 *this = value; in set_attr_grp_master_ipv6() local 136 const struct nfct_attr_grp_port *this = value; in set_attr_grp_master_port() local
|
D | bsf.c | 102 show_filter(struct sock_filter *this, int from, int to, char *str) {} in show_filter() 108 nfct_bsf_load_payload_offset(struct sock_filter *this, int pos) in nfct_bsf_load_payload_offset() 119 nfct_bsf_find_attr(struct sock_filter *this, int attr, int pos) in nfct_bsf_find_attr() 139 nfct_bsf_find_attr_nest(struct sock_filter *this, int attr, int pos) in nfct_bsf_find_attr_nest() 164 nfct_bsf_cmp_k_stack(struct sock_filter *this, int k, in nfct_bsf_cmp_k_stack() 183 nfct_bsf_cmp_k_stack_jf(struct sock_filter *this, int k, in nfct_bsf_cmp_k_stack_jf() 201 nfct_bsf_alu_and(struct sock_filter *this, int k, int pos) in nfct_bsf_alu_and() 212 nfct_bsf_add_attr_data_offset(struct sock_filter *this, int pos) in nfct_bsf_add_attr_data_offset() 224 nfct_bsf_x_equal_a(struct sock_filter *this, int pos) in nfct_bsf_x_equal_a() 234 nfct_bsf_a_equal_x(struct sock_filter *this, int pos) in nfct_bsf_a_equal_x() [all …]
|
D | filter.c | 24 const struct nfct_filter_proto *this = value; in filter_attr_l4proto_state() local 32 const struct nfct_filter_ipv4 *this = value; in filter_attr_src_ipv4() local 44 const struct nfct_filter_ipv4 *this = value; in filter_attr_dst_ipv4() local 56 const struct nfct_filter_ipv6 *this = value; in filter_attr_src_ipv6() local 70 const struct nfct_filter_ipv6 *this = value; in filter_attr_dst_ipv6() local 84 const struct nfct_filter_dump_mark *this = value; in filter_attr_mark() local
|
/external/coreboot/payloads/libpayload/drivers/udc/ |
D | dwc2.c | 104 static void dwc2_connect(struct usbdev_ctrl *this, int connect) in dwc2_connect() 124 static void dwc2_bus_reset(struct usbdev_ctrl *this) in dwc2_bus_reset() 143 static void dwc2_enum_done(struct usbdev_ctrl *this) in dwc2_enum_done() 171 static void dwc2_tx_fifo_flush(struct usbdev_ctrl *this, unsigned int idx) in dwc2_tx_fifo_flush() 194 static void dwc2_rx_fifo_flush(struct usbdev_ctrl *this, unsigned int idx) in dwc2_rx_fifo_flush() 245 static void dwc2_halt_ep(struct usbdev_ctrl *this, int ep, int in_dir) in dwc2_halt_ep() 310 static int find_tx_fifo(struct usbdev_ctrl *this, uint32_t mps) in find_tx_fifo() 342 static void dwc2_start_ep0(struct usbdev_ctrl *this) in dwc2_start_ep0() 367 static void dwc2_start_ep(struct usbdev_ctrl *this, in dwc2_start_ep() 467 static void dwc2_enqueue_packet(struct usbdev_ctrl *this, int endpoint, in dwc2_enqueue_packet() [all …]
|
D | chipidea.c | 72 static int chipidea_hw_init(struct usbdev_ctrl *this, void *_opreg, in chipidea_hw_init() 136 static void chipidea_halt_ep(struct usbdev_ctrl *this, int ep, int in_dir) in chipidea_halt_ep() 153 static void chipidea_start_ep(struct usbdev_ctrl *this, in chipidea_start_ep() 237 static void handle_endpoint(struct usbdev_ctrl *this, int endpoint, int in_dir) in handle_endpoint() 286 static void start_setup(struct usbdev_ctrl *this, int ep) in start_setup() 303 static void chipidea_enqueue_packet(struct usbdev_ctrl *this, int endpoint, in chipidea_enqueue_packet() 321 static int chipidea_poll(struct usbdev_ctrl *this) in chipidea_poll() 414 static void chipidea_force_shutdown(struct usbdev_ctrl *this) in chipidea_force_shutdown() 426 static void chipidea_shutdown(struct usbdev_ctrl *this) in chipidea_shutdown() 442 static void chipidea_set_address(struct usbdev_ctrl *this, int address) in chipidea_set_address() [all …]
|
D | udc.c | 63 static unsigned int zlp(struct usbdev_ctrl *this, const int epnum, in zlp() 82 static struct usbdev_configuration *fetch_config(struct usbdev_ctrl *this, in fetch_config() 95 static void cease_operation(struct usbdev_ctrl *this) in cease_operation() 106 static void enable_interface(struct usbdev_ctrl *this, int iface_num) in enable_interface() 141 static int setup_ep0(struct usbdev_ctrl *this, dev_req_t *dr) in setup_ep0() 390 void udc_add_gadget(struct usbdev_ctrl *this, in udc_add_gadget() 407 void udc_handle_setup(struct usbdev_ctrl *this, int ep, dev_req_t *dr) in udc_handle_setup()
|
/external/rust/android-crates-io/crates/futures-util/src/stream/try_stream/ |
D | into_async_read.rs | 53 let mut this = self.project(); in poll_read() localVariable 99 let this = self.project(); in poll_write() localVariable 104 let this = self.project(); in poll_flush() localVariable 109 let this = self.project(); in poll_close() localVariable 120 let mut this = self.project(); in poll_fill_buf() localVariable 150 let this = self.project(); in consume() localVariable
|
/external/jspecify/samples/ |
D | AnnotatedReceiver.java | 23 void foo(AnnotatedReceiver this); in foo() 26 void nullableReceiverInvalid(@Nullable AnnotatedReceiver this); in nullableReceiverInvalid() 29 void unspecifiedReceiverInvalid(@NullnessUnspecified AnnotatedReceiver this); in unspecifiedReceiverInvalid()
|
/external/rust/cxx/src/symbols/ |
D | rust_string.rs | 12 let this = this.as_mut_ptr(); in string_new() localVariable 19 let this = this.as_mut_ptr(); in string_clone() localVariable 33 let this = this.as_mut_ptr(); in string_from_utf8() localVariable 50 let this = this.as_mut_ptr(); in string_from_utf8_lossy() localVariable 63 let this = this.as_mut_ptr(); in string_from_utf16() localVariable 79 let this = this.as_mut_ptr(); in string_from_utf16_lossy() localVariable
|
D | rust_str.rs | 10 let this = this.as_mut_ptr(); in str_new() localVariable 17 let this = this.as_mut_ptr(); in str_ref() localVariable 27 let this = this.as_mut_ptr(); in str_from() localVariable
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxx-1.0.130/src/symbols/ |
D | rust_string.rs | 12 let this = this.as_mut_ptr(); in string_new() localVariable 19 let this = this.as_mut_ptr(); in string_clone() localVariable 33 let this = this.as_mut_ptr(); in string_from_utf8() localVariable 50 let this = this.as_mut_ptr(); in string_from_utf8_lossy() localVariable 63 let this = this.as_mut_ptr(); in string_from_utf16() localVariable 79 let this = this.as_mut_ptr(); in string_from_utf16_lossy() localVariable
|
D | rust_str.rs | 10 let this = this.as_mut_ptr(); in str_new() localVariable 17 let this = this.as_mut_ptr(); in str_ref() localVariable 27 let this = this.as_mut_ptr(); in str_from() localVariable
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxx-1.0.130/src/symbols/ |
D | rust_string.rs | 12 let this = this.as_mut_ptr(); in string_new() localVariable 19 let this = this.as_mut_ptr(); in string_clone() localVariable 33 let this = this.as_mut_ptr(); in string_from_utf8() localVariable 50 let this = this.as_mut_ptr(); in string_from_utf8_lossy() localVariable 63 let this = this.as_mut_ptr(); in string_from_utf16() localVariable 79 let this = this.as_mut_ptr(); in string_from_utf16_lossy() localVariable
|
D | rust_str.rs | 10 let this = this.as_mut_ptr(); in str_new() localVariable 17 let this = this.as_mut_ptr(); in str_ref() localVariable 27 let this = this.as_mut_ptr(); in str_from() localVariable
|
/external/rust/android-crates-io/crates/futures-util/src/io/ |
D | chain.rs | 50 let this = self.project(); in get_pin_mut() localVariable 84 let this = self.project(); in poll_read() localVariable 100 let this = self.project(); in poll_read_vectored() localVariable 120 let this = self.project(); in poll_fill_buf() localVariable 134 let this = self.project(); in consume() localVariable
|
/external/rust/android-crates-io/crates/moveit/src/new/ |
D | impls.rs | 34 let this = Pin::into_inner_unchecked(this); localVariable 59 let this = Pin::into_inner_unchecked(this); localVariable 79 let this = Pin::into_inner_unchecked(this); localVariable
|
/external/harfbuzz_ng/src/ |
D | hb-debug.hh | 405 #define TRACE_APPLY(this) \ argument 411 #define TRACE_APPLY(this) hb_no_trace_t<bool> trace argument 418 #define TRACE_SANITIZE(this) \ argument 423 #define TRACE_SANITIZE(this) hb_no_trace_t<bool> trace argument 430 #define TRACE_SERIALIZE(this) \ argument 435 #define TRACE_SERIALIZE(this) hb_no_trace_t<bool> trace argument 442 #define TRACE_SUBSET(this) \ argument 447 #define TRACE_SUBSET(this) hb_no_trace_t<bool> trace argument 458 #define TRACE_PAINT(this) \ argument 463 #define TRACE_PAINT(this) HB_UNUSED hb_no_trace_t<void> trace argument [all …]
|
/external/rust/android-crates-io/crates/futures-util/src/sink/ |
D | fanout.rs | 38 let this = self.project(); in get_pin_mut() localVariable 66 let this = self.project(); in poll_ready() localVariable 79 let this = self.project(); in start_send() localVariable 87 let this = self.project(); in poll_flush() localVariable 100 let this = self.project(); in poll_close() localVariable
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/serde_derive-1.0.215/src/ |
D | this.rs | 6 let mut this = remote.clone(); in this_type() localVariable 20 let mut this = remote.clone(); in this_value() localVariable
|
/external/rust/android-crates-io/crates/serde_derive/src/ |
D | this.rs | 6 let mut this = remote.clone(); in this_type() localVariable 20 let mut this = remote.clone(); in this_value() localVariable
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/serde_derive-1.0.215/src/ |
D | this.rs | 6 let mut this = remote.clone(); in this_type() localVariable 20 let mut this = remote.clone(); in this_value() localVariable
|
/external/libnfnetlink/src/ |
D | iftable.c | 56 struct ifindex_node *this; in iftable_add() local 119 struct ifindex_node *this, *tmp; in iftable_del() local 154 struct ifindex_node *this; in nlif_index2name() local 188 struct ifindex_node *this; in nlif_get_ifflags() local 264 struct ifindex_node *this, *tmp; in nlif_close() local
|
/external/ow2-asm/asm-test/src/main/resources/jdk3/ |
D | AllStructures$1.class | ... .lang.Runnable {
private final jdk3.AllStructures this$0
void <init> (jdk3.AllStructures ... |
/external/ow2-asm/asm-test/src/main/resources/jdk8/ |
D | AllStructures$1.class | ... .lang.Runnable {
final synthetic jdk8.AllStructures this$0
void <init> (jdk8.AllStructures ... |