Home
last modified time | relevance | path

Searched defs:head (Results 1 – 19 of 19) sorted by relevance

/developtools/hdc/scripts/
Dhdc_test.py139 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/
Dbytrace_parser.cpp220 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/
Dbytrace_parser.cpp258 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/
Duart_test.cpp135 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/
Duart.cpp577 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
Duart.h108 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
Dusb.cpp63 USBHead head; in BuildPacketHeader() local
Dtransfer.cpp156 string head; in SendIOPayload() local
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_parser.cpp210 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/
Dhtrace_parser.cpp217 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/
Dhiebpf_macros.h136 #define list_for_each(pos, head) \ argument
154 #define hlist_for_each(pos, head) \ argument
Dvmlinux.h1608 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/
Dring_buffer.cpp73 size_t head = head_.load(std::memory_order_relaxed); in EndWrite() local
Dreport.cpp364 const std::string head = "Heating"; in OutputStdHead() local
/developtools/profiler/device/plugins/memory_plugin/src/
Dsmaps_stats.cpp250 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/
Dusb_ffs.h52 struct usb_functionfs_strings_head head; member
228 struct usb_functionfs_descs_head_v2 head; member
Djdwp.cpp404 char head[headerLen + 2]; in JdwpProcessListMsg() local
/developtools/smartperf_host/ide/src/base-ui/table/
Dlit-table.ts974 let head = this.shadowRoot!.querySelector('.th'); variable
/developtools/profiler/host/smartperf/ide/src/base-ui/table/
Dlit-table.ts970 let head = this.shadowRoot!.querySelector('.th'); variable