Searched refs:kThreshold (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc9096 const size_t kThreshold = 132;
9098 // If the object size is bigger than kThreshold, we'll have to omit
9102 if (count < kThreshold) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h9807 const size_t kThreshold = 18; local
9809 // If the array has more than kThreshold elements, we'll have to
9813 if (len <= kThreshold) {

Completed in 196 milliseconds