Home
last modified time | relevance | path

Searched refs:wc (Results 1 – 5 of 5) sorted by relevance

/system/extras/tests/workloads/
Dpwrtest.sh168 totalSamples=$(cat $collectOutput | wc -l)
277 totalSamples=$(cat $powerOutput | wc -l)
Dpwrsummary.sh153 lines=$(wc -l $file 2>/dev/null | cut -f1 -d\ )
/system/core/shell_and_utilities/
DREADME.md110 vmstat wc which whoami xargs yes
132 uptime usleep vmstat wc which whoami xargs xxd yes
156 unix2dos uptime usleep uudecode uuencode vmstat wc which whoami xargs
/system/core/trusty/storage/tests/
Dmain.cpp1056 size_t wc = 10000; in TEST_P() local
1064 test_buf_ = new uint32_t[wc]; in TEST_P()
1065 fill_pattern32(test_buf_, wc * sizeof(uint32_t), 0); in TEST_P()
1066 rc = storage_write(handle, 0, test_buf_, wc * sizeof(uint32_t), STORAGE_OP_COMPLETE); in TEST_P()
1067 ASSERT_EQ((int)(wc * sizeof(uint32_t)), rc); in TEST_P()
1069 rc = storage_read(handle, 0, test_buf_, wc * sizeof(uint32_t)); in TEST_P()
1070 ASSERT_EQ((int)(wc * sizeof(uint32_t)), rc); in TEST_P()
1071 ASSERT_TRUE(check_pattern32(test_buf_, wc * sizeof(uint32_t), 0)); in TEST_P()
/system/bt/bta/jv/
Dbta_jv_act.cc1979 tBTA_JV_API_RFCOMM_WRITE* wc = &(p_data->rfcomm_write); in bta_jv_rfcomm_write() local
1980 tBTA_JV_RFC_CB* p_cb = wc->p_cb; in bta_jv_rfcomm_write()
1981 tBTA_JV_PCB* p_pcb = wc->p_pcb; in bta_jv_rfcomm_write()
1991 evt_data.req_id = wc->req_id; in bta_jv_rfcomm_write()