/system/extras/perfprofd/ |
D | perfprofdcore.cc | 703 int seq; in post_process() local 704 while(fscanf(fp, "%d\n", &seq) > 0) { in post_process() 706 "%s/perf.data.encoded.%d", dest_dir.c_str(),seq).c_str()) == 0) { in post_process() 707 processed.insert(seq); in post_process() 716 int seq; in post_process() local 717 while(fscanf(fp, "%d\n", &seq) > 0) { in post_process() 718 if (processed.find(seq) == processed.end()) { in post_process() 719 produced.insert(seq); in post_process() 751 static PROFILE_RESULT collect_profile(const ConfigReader &config, int seq) in collect_profile() argument 815 "%s.encoded.%d", data_file_path.c_str(), seq); in collect_profile() [all …]
|
/system/core/libutils/ |
D | Looper.cpp | 366 removeFd(fd, response.request.seq); in pollInner() 465 request.seq = mNextRequestSeq++; in addFd() 525 int Looper::removeFd(int fd, int seq) { in removeFd() argument 527 ALOGD("%p ~ removeFd - fd=%d, seq=%d", this, fd, seq); in removeFd() 538 if (seq != -1 && mRequests.valueAt(requestIndex).seq != seq) { in removeFd() 541 this, mRequests.valueAt(requestIndex).seq); in removeFd() 552 if (seq != -1 && (errno == EBADF || errno == ENOENT)) { in removeFd()
|
/system/core/logd/ |
D | libaudit.c | 39 static int get_ack(int fd, int16_t seq) in get_ack() argument 62 if ((int16_t)rep.nlh.nlmsg_seq != seq) { in get_ack() 64 "expected %u got %u", seq, rep.nlh.nlmsg_seq); in get_ack()
|
/system/extras/tests/net_test/ |
D | multinetwork_test.py | 113 def SYN(cls, dport, version, srcaddr, dstaddr, sport=0, seq=TCP_SEQ): argument 120 seq=seq, ack=0, 130 ack=original.seq + 1, seq=None, 140 ack=original.seq + 1, seq=None, 154 ack=original.seq + ack_delta, seq=original.ack, 166 ack=original.seq + was_fin, seq=original.ack, 209 icmp(id=PING_IDENT, seq=PING_SEQ) / PING_PAYLOAD) 220 icmp(id=PING_IDENT, seq=PING_SEQ) / PING_PAYLOAD) 311 sport=None, seq=None)
|
D | run_net_test.sh | 51 for id in $(seq 0 $(( NUMTAPINTERFACES - 1 )) ); do
|
D | iproute.py | 362 self.seq = 0 370 self.seq += 1 410 nlmsg = NLMsgHdr((length, command, flags, self.seq, self.pid)).Pack() 541 nlmsghdr = NLMsgHdr((length, command, flags, self.seq, self.pid))
|
D | multinetwork_base.py | 532 if expectedtcp.seq is None: 533 actualtcp.seq = None
|
D | ping6_test.py | 366 scapy.ICMP(type=8, id=port, seq=1)) 372 scapy.ICMPv6EchoRequest(id=port, seq=1, data="foobarbaz"))
|
/system/extras/tests/sdcard/ |
D | profile_sdcard.sh | 39 for p in $(seq 1 8); do
|
/system/core/include/utils/ |
D | Looper.h | 424 int seq; member 474 int removeFd(int fd, int seq);
|
/system/extras/taskstats/ |
D | taskstats.c | 48 int seq = 0; in send_command() local 52 genlmsg_put(message, nlmsg_pid, seq, nlmsg_type, header_length, flags, in send_command()
|
/system/bt/stack/avdt/ |
D | avdt_scb_act.c | 248 UINT16 seq; in avdt_scb_hdl_pkt_no_frag() local 259 BE_STREAM_TO_UINT16(seq, p); in avdt_scb_hdl_pkt_no_frag() 301 p_data->p_pkt->layer_specific = seq; in avdt_scb_hdl_pkt_no_frag() 316 p_scb->media_buf_len,time_stamp,seq,m_pt,marker); in avdt_scb_hdl_pkt_no_frag() 422 UINT16 seq; in avdt_scb_hdl_pkt_frag() local 575 BE_STREAM_TO_UINT16(seq, p_payload); in avdt_scb_hdl_pkt_frag() 624 payload_len, time_stamp, seq, m_pt, marker); in avdt_scb_hdl_pkt_frag()
|
/system/extras/perfprofd/tests/ |
D | perfprofd_test.cc | 58 static std::string encoded_file_path(int seq) in encoded_file_path() argument 61 dest_dir.c_str(), seq); in encoded_file_path()
|