/developtools/hdc/scripts/ |
D | hdc_test.py | 139 def command_callback(cmd, head, need_del, res=""): argument 161 def check_file_send(local_file, remote_file, head, need_del): argument 181 def rm_send_file(file_path, head, need_del): argument 186 def check_file_recv(remote_file, local_file, head, need_del): argument 217 def check_install(head, res): argument 231 def check_root(head): argument 237 def check_user(head): argument 244 def get_devs(head=NORMAL_HEAD): argument 267 def run_command(cmd, head=NORMAL_HEAD, need_del=True, need_callback=True): argument 278 def run_command_stdout(cmd, head=NORMAL_HEAD, need_del=True, need_callback=True): argument [all …]
|
/developtools/smartperf_host/trace_streamer/src/parser/bytrace_parser/ |
D | bytrace_parser.cpp | 220 int32_t head = rawDataHead_; in ParseTraceDataItem() local 247 int32_t head; in GetNextSegment() local 322 int32_t head = GetNextSegment(); in ParseThread() local
|
/developtools/profiler/host/smartperf/trace_streamer/src/parser/bytrace_parser/ |
D | bytrace_parser.cpp | 258 int32_t head = rawDataHead_; in ParseTraceDataItem() local 285 int32_t head; in GetNextSegment() local 360 int32_t head = GetNextSegment(); in ParseThread() local
|
/developtools/hdc/test/unittest/common/ |
D | uart_test.cpp | 135 UartHead head; in MakeRndData() local 151 UartHead head; in MakeDemoData() local 162 bool HdcUARTBaseTest::MakeData(std::vector<uint8_t> &data, UartHead &head) in MakeData() 677 UartHead head; variable
|
/developtools/hdc/src/common/ |
D | uart.cpp | 577 UartHead *head = reinterpret_cast<UartHead *>(data); in UartSendToHdcStream() local 659 UartHead *head = reinterpret_cast<UartHead *>(data); in RequestSendPackage() local 684 void HdcUARTBase::ProcessResponsePackage(const UartHead &head) in ProcessResponsePackage() 827 struct UartHead *head = (struct UartHead *)data.data(); in ValidateUartPacket() local 904 UartHead *head = (UartHead *)sendDataBuf; in SendUARTData() local
|
D | uart.h | 108 const uint8_t *head = reinterpret_cast<const uint8_t *>(this); in UpdateCheckSum() local 116 const uint8_t *head = reinterpret_cast<const uint8_t *>(this); in ValidateHead() local
|
D | usb.cpp | 63 USBHead head; in BuildPacketHeader() local
|
D | transfer.cpp | 156 string head; in SendIOPayload() local
|
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/ |
D | htrace_parser.cpp | 210 int32_t head = rawDataHead_; in ParseTraceDataItem() local 414 int32_t head = GetNextSegment(); in ParseThread() local 542 int32_t head; in GetNextSegment() local
|
/developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_pbreader_parser/ |
D | htrace_parser.cpp | 217 int32_t head = rawDataHead_; in ParseTraceDataItem() local 411 int32_t head = GetNextSegment(); in ParseThread() local 539 int32_t head; in GetNextSegment() local
|
/developtools/profiler/hiebpf/include/ |
D | hiebpf_macros.h | 136 #define list_for_each(pos, head) \ argument 154 #define hlist_for_each(pos, head) \ argument
|
D | vmlinux.h | 1608 struct list_head head; member 2650 struct bio *head; member 3820 struct callback_head *head; member 4816 unsigned int head; member 4830 struct swap_cluster_info head; member 7130 long unsigned int head; member 7607 u8 head; member 7955 unsigned int head; member 8066 struct notifier_block *head; member 8070 struct notifier_block *head; member [all …]
|
/developtools/hiperf/src/ |
D | ring_buffer.cpp | 73 size_t head = head_.load(std::memory_order_relaxed); in EndWrite() local
|
D | report.cpp | 364 const std::string head = "Heating"; in OutputStdHead() local
|
/developtools/profiler/device/plugins/memory_plugin/src/ |
D | smaps_stats.cpp | 250 bool SmapsStats::SetMapAddrInfo(std::string& line, MapPiecesInfo& head) in SetMapAddrInfo() 262 bool SmapsStats::ParseMapHead(std::string& line, MapPiecesInfo& head, SmapsHeadInfo& smapsHeadInfo) in ParseMapHead()
|
/developtools/hdc/src/daemon/ |
D | usb_ffs.h | 52 struct usb_functionfs_strings_head head; member 228 struct usb_functionfs_descs_head_v2 head; member
|
D | jdwp.cpp | 404 char head[headerLen + 2]; in JdwpProcessListMsg() local
|
/developtools/smartperf_host/ide/src/base-ui/table/ |
D | lit-table.ts | 974 let head = this.shadowRoot!.querySelector('.th'); variable
|
/developtools/profiler/host/smartperf/ide/src/base-ui/table/ |
D | lit-table.ts | 970 let head = this.shadowRoot!.querySelector('.th'); variable
|