Searched defs:kError (Results 1 – 4 of 4) sorted by relevance
86 const Status kError = statusFromErrno(EINVAL, "test"); in TEST_F() local104 const Status kError = statusFromErrno(EINVAL, "test"); in TEST_F() local124 const Status kError = statusFromErrno(EINVAL, "test"); in TEST_F() local141 const Status kError = statusFromErrno(EINVAL, "test"); in TEST_F() local158 const Status kError = statusFromErrno(EINVAL, "test"); in TEST_F() local
93 constexpr float kError = 1e-3; in TEST() local169 constexpr float kError = 1e-3; in TEST() local
32 constexpr int32_t kError[] = { variable
765 static constexpr hal::Error kError = hal::Error::UNSUPPORTED; member