Searched refs:acc (Results 1 – 5 of 5) sorted by relevance
45 Account acc = new Account(name, type); in testPocCVE_2021_0934() local46 assumeNotNull(acc); in testPocCVE_2021_0934()
43 Account acc = new Account(parcel); in testPocCVE_2019_9376() local
221 ASensorVector &acc = e.vector; in testDirectReport() local222 double accNorm = std::sqrt(acc.x * acc.x + acc.y * acc.y + acc.z * acc.z); in testDirectReport()
432 acc: Float in logTrackingInfo()440 acc, in logTrackingInfo()
288 data.stream().map(AbstractMessage::toString).reduce((acc, i) -> acc + i) in testWifiReconnect()