Searched defs:kThreshold (Results 1 - 19 of 19) sorted by relevance

/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-printers.cc83 const size_t kThreshold = 132; local
85 // If the object size is bigger than kThreshold, we'll have to omit
89 if (count < kThreshold) {
/external/gtest/src/
H A Dgtest-printers.cc83 const size_t kThreshold = 132; local
85 // If the object size is bigger than kThreshold, we'll have to omit
89 if (count < kThreshold) {
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-printers.cc91 const size_t kThreshold = 132; local
93 // If the object size is bigger than kThreshold, we'll have to omit
97 if (count < kThreshold) {
/external/mesa3d/src/gtest/src/
H A Dgtest-printers.cc91 const size_t kThreshold = 132; local
93 // If the object size is bigger than kThreshold, we'll have to omit
97 if (count < kThreshold) {
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-printers.cc83 const size_t kThreshold = 132; local
85 // If the object size is bigger than kThreshold, we'll have to omit
89 if (count < kThreshold) {
/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest-printers.h616 const size_t kThreshold = 18; local
618 // If the array has more than kThreshold elements, we'll have to
622 if (len <= kThreshold) {
/external/gtest/include/gtest/
H A Dgtest-printers.h616 const size_t kThreshold = 18; local
618 // If the array has more than kThreshold elements, we'll have to
622 if (len <= kThreshold) {
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-printers.h616 const size_t kThreshold = 18; local
618 // If the array has more than kThreshold elements, we'll have to
622 if (len <= kThreshold) {
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-printers.h616 const size_t kThreshold = 18; local
618 // If the array has more than kThreshold elements, we'll have to
622 if (len <= kThreshold) {
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
H A Dgtest-printers.h616 const size_t kThreshold = 18; local
618 // If the array has more than kThreshold elements, we'll have to
622 if (len <= kThreshold) {
/external/dng_sdk/source/
H A Ddng_camera_profile.cpp561 const real64 kThreshold = 0.01; local
574 if (Abs_real64 (xyz [0] - pcs [0]) > kThreshold ||
575 Abs_real64 (xyz [1] - pcs [1]) > kThreshold ||
576 Abs_real64 (xyz [2] - pcs [2]) > kThreshold)
/external/ceres-solver/include/ceres/
H A Drotation.h344 static const double kThreshold = 1e-12; local
345 if ((sintheta > kThreshold) || (sintheta < -kThreshold)) {
/external/skia/tests/
H A DPathOpsSkpClipTest.cpp314 const int kThreshold = 3; local
340 if (error < kThreshold || x < 2) {
343 if (base[x - 2] < kThreshold
344 || base[width + x - 2] < kThreshold
345 || base[width * 2 + x - 2] < kThreshold
346 || base[x - 1] < kThreshold
347 || base[width + x - 1] < kThreshold
348 || base[width * 2 + x - 1] < kThreshold
349 || base[x] < kThreshold
350 || base[width + x] < kThreshold
[all...]
H A DSkpSkGrTest.cpp265 const int kThreshold = 3; local
291 if ((cOut[x] = error >= kThreshold) && x >= 2
/external/v8/src/heap/
H A Dspaces.cc2652 const int kThreshold = IncrementalMarking::kAllocatedThreshold; local
2663 } else if (bytes_left > kThreshold &&
2666 int linear_size = owner_->RoundSizeDownToObjectAlignment(kThreshold);
H A Dheap.cc1143 static const int kThreshold = 20; local
1144 while (gc_performed && counter++ < kThreshold) {
/external/libvpx/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) {
/external/opencv3/modules/ts/include/opencv2/ts/
H A Dts_gtest.h9868 const size_t kThreshold = 18; local
9870 // If the array has more than kThreshold elements, we'll have to
9874 if (len <= kThreshold) {
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h9808 const size_t kThreshold = 18; local
9810 // If the array has more than kThreshold elements, we'll have to
9814 if (len <= kThreshold) {

Completed in 1118 milliseconds