Searched refs:wc (Results 1 – 6 of 6) sorted by relevance
32 readonly count=$(echo $tests | wc -w)
48 if [[ $(wc -l < "${TESTLOG}") -ne ${n_expected} ]]; then
230 local sends_in_24hrs=$(echo "${TIMESTAMPS_DIR}"/* | wc -w)
168 totalSamples=$(cat $collectOutput | wc -l)276 totalSamples=$(cat $powerOutput | wc -l)
153 lines=$(wc -l $file 2>/dev/null | cut -f1 -d\ )
2026 tBTA_JV_API_RFCOMM_WRITE *wc = &(p_data->rfcomm_write); in bta_jv_rfcomm_write() local2027 tBTA_JV_RFC_CB *p_cb = wc->p_cb; in bta_jv_rfcomm_write()2028 tBTA_JV_PCB *p_pcb = wc->p_pcb; in bta_jv_rfcomm_write()2033 evt_data.req_id = wc->req_id; in bta_jv_rfcomm_write()