/system/libufdt/tests/ |
D | run_performance_test.sh | 36 for i in $(seq 1 $TEST_COUNT); do 113 for t in $(seq 200 50 1000); do 117 for t in $(seq 200 50 1000); do 121 for t in $(seq 50 50 1000); do 125 for t in $(seq 50 50 1000); do
|
/system/core/adb/ |
D | sysdeps_win32_test.cpp | 142 for (const auto& seq : multi_byte_sequences) { in TEST() local 146 for (size_t i = 0; i < seq.size() - 1; ++i) { in TEST() 147 buffer.push_back(seq[i]); in TEST() 153 std::vector<char>(seq.begin(), seq.begin() + i + 1)); in TEST() 157 buffer.push_back(seq.back()); in TEST()
|
/system/vold/ |
D | vdc.cpp | 94 int seq = getpid(); in do_cmd() local 96 std::string cmd(android::base::StringPrintf("%d ", seq)); in do_cmd() 116 return do_monitor(sock, seq); in do_cmd() 162 int seq = atoi(strtok(nullptr, " ")); in do_monitor() local 163 if (seq == stop_after_seq) { in do_monitor()
|
/system/core/libappfuse/tests/ |
D | FuseAppLoopTest.cc | 45 void OnGetAttr(uint64_t seq, uint64_t inode) override { in OnGetAttr() argument 47 EXPECT_TRUE(loop->ReplyGetAttr(seq, inode, kTestFileSize, S_IFREG | 0777)); in OnGetAttr() 55 void OnFsync(uint64_t seq, uint64_t inode) override { in OnFsync() argument 57 loop->ReplySimple(seq, 0); in OnFsync() 60 void OnWrite(uint64_t seq, uint64_t inode, uint64_t offset ATTRIBUTE_UNUSED, in OnWrite() argument 63 loop->ReplyWrite(seq, 0); in OnWrite() 66 void OnRead(uint64_t seq, uint64_t inode, uint64_t offset ATTRIBUTE_UNUSED, in OnRead() argument 69 loop->ReplySimple(seq, 0); in OnRead() 72 void OnOpen(uint64_t seq, uint64_t inode) override { in OnOpen() argument 74 loop->ReplyOpen(seq, inode); in OnOpen() [all …]
|
/system/extras/perfprofd/ |
D | perfprofdcore.cc | 674 int seq; in post_process() local 675 while(fscanf(fp, "%d\n", &seq) > 0) { in post_process() 677 "%s/perf.data.encoded.%d", dest_dir.c_str(),seq).c_str()) == 0) { in post_process() 678 processed.insert(seq); in post_process() 687 int seq; in post_process() local 688 while(fscanf(fp, "%d\n", &seq) > 0) { in post_process() 689 if (processed.find(seq) == processed.end()) { in post_process() 690 produced.insert(seq); in post_process() 722 static PROFILE_RESULT collect_profile(const ConfigReader &config, int seq) in collect_profile() argument 794 "%s.encoded.%d", data_file_path.c_str(), seq); in collect_profile() [all …]
|
/system/core/fastboot/ |
D | udp_test.cpp | 89 for (uint16_t seq : kTestSequenceNumbers) { in TEST_F() local 91 mock_socket_->AddReceive(QueryPacket(0, seq)); in TEST_F() 92 mock_socket_->ExpectSend(InitPacket(seq, kProtocolVersion, kHostMaxPacketSize)); in TEST_F() 93 mock_socket_->AddReceive(InitPacket(seq, kProtocolVersion, 1024)); in TEST_F() 349 for (uint16_t seq : kTestSequenceNumbers) { in TEST_F() local 350 ASSERT_TRUE(InitializeTransport(seq)); in TEST_F() 353 mock_socket_->ExpectSend(FastbootPacket(++seq, "foo")); in TEST_F() 354 mock_socket_->AddReceive(FastbootPacket(seq, "")); in TEST_F() 355 mock_socket_->ExpectSend(FastbootPacket(++seq, "")); in TEST_F() 356 mock_socket_->AddReceive(FastbootPacket(seq, "bar")); in TEST_F()
|
D | README.md | 463 0x03 0x00 0x00 0x00 getvar:version [arrives late with old seq#, is ignored]
|
/system/core/libutils/ |
D | Looper.cpp | 360 removeFd(fd, response.request.seq); in pollInner() 460 request.seq = mNextRequestSeq++; in addFd() 520 int Looper::removeFd(int fd, int seq) { in removeFd() argument 522 ALOGD("%p ~ removeFd - fd=%d, seq=%d", this, fd, seq); in removeFd() 533 if (seq != -1 && mRequests.valueAt(requestIndex).seq != seq) { in removeFd() 536 this, mRequests.valueAt(requestIndex).seq); in removeFd() 547 if (seq != -1 && (errno == EBADF || errno == ENOENT)) { in removeFd()
|
/system/libhwbinder/ |
D | BufferedTextOutput.cpp | 41 : seq(_seq) in BufferState() 80 const int32_t seq; member 270 if (bs != NULL && bs->seq == mSeq) return bs; in getBuffer()
|
/system/extras/tests/sdcard/ |
D | profile_sdcard.sh | 39 for p in $(seq 1 8); do
|
/system/core/libutils/include/utils/ |
D | Looper.h | 424 int seq; member 474 int removeFd(int fd, int seq);
|
/system/bt/test/ |
D | run_unit_tests.sh | 124 for i in $(seq 1 ${iterations})
|
/system/extras/simpleperf/ |
D | record.h | 552 uint32_t seq; member 555 RecordWithSeq(uint32_t seq, Record* record) : seq(seq), record(record) {} in RecordWithSeq()
|
D | record.cpp | 962 return seq < other.seq; in IsHappensBefore()
|
/system/connectivity/wifilogd/tests/ |
D | os_unittest.cpp | 152 InSequence seq; in TEST_F() local 164 InSequence seq; in TEST_F() local 182 InSequence seq; in TEST_F() local
|
/system/core/shell_and_utilities/ |
D | README.md | 107 rmmod route runcon sed seq setenforce setprop setsid sha1sum sleep sort 129 rmmod route runcon sed seq setenforce setprop setsid sha1sum sleep sort 152 restorecon rm rmdir rmmod runcon sed sendevent seq setenforce setprop
|
/system/bt/stack/avdt/ |
D | avdt_scb_act.cc | 230 uint16_t seq; in avdt_scb_hdl_pkt_no_frag() local 245 BE_STREAM_TO_UINT16(seq, p); in avdt_scb_hdl_pkt_no_frag() 282 p_data->p_pkt->layer_specific = seq; in avdt_scb_hdl_pkt_no_frag()
|
/system/extras/perfprofd/tests/ |
D | perfprofd_test.cc | 60 static std::string encoded_file_path(int seq) in encoded_file_path() argument 63 dest_dir.c_str(), seq); in encoded_file_path()
|