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

/external/chromium_org/third_party/skia/tests/
H A DPathOpsSkpClipTest.cpp309 const int kThreshold = 3; local
335 if (error < kThreshold || x < 2) {
338 if (base[x - 2] < kThreshold
339 || base[width + x - 2] < kThreshold
340 || base[width * 2 + x - 2] < kThreshold
341 || base[x - 1] < kThreshold
342 || base[width + x - 1] < kThreshold
343 || base[width * 2 + x - 1] < kThreshold
344 || base[x] < kThreshold
345 || base[width + x] < kThreshold
[all...]
H A DSkpSkGrTest.cpp261 const int kThreshold = 3; local
287 if ((cOut[x] = error >= kThreshold) && x >= 2
/external/skia/tests/
H A DPathOpsSkpClipTest.cpp459 const int kThreshold = 3; local
485 if (error < kThreshold || x < 2) {
488 if (base[x - 2] < kThreshold
489 || base[width + x - 2] < kThreshold
490 || base[width * 2 + x - 2] < kThreshold
491 || base[x - 1] < kThreshold
492 || base[width + x - 1] < kThreshold
493 || base[width * 2 + x - 1] < kThreshold
494 || base[x] < kThreshold
495 || base[width + x] < kThreshold
[all...]
H A DSkpSkGrTest.cpp263 const int kThreshold = 3; local
289 if ((cOut[x] = error >= kThreshold) && x >= 2
/external/chromium_org/testing/gtest/src/
H A Dgtest-printers.cc87 const size_t kThreshold = 132; local
89 // If the object size is bigger than kThreshold, we'll have to omit
93 if (count < kThreshold) {
/external/chromium_org/third_party/mesa/src/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/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/ceres-solver/include/ceres/
H A Drotation.h344 static const double kThreshold = 1e-12; local
345 if ((sintheta > kThreshold) || (sintheta < -kThreshold)) {
/external/chromium_org/content/browser/speech/
H A Dspeech_recognizer_impl.cc87 const int kThreshold = num_samples / 20; local
92 if (++clipping_samples > kThreshold)
/external/chromium_org/third_party/mesa/src/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/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/chromium_org/media/blink/
H A Dbuffered_resource_loader_unittest.cc925 const int kThreshold = 2 * 1024 * 1024; local
950 ReadLoader(kThreshold + 20, 10, buffer);
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest-printers.h624 const size_t kThreshold = 18; local
626 // If the array has more than kThreshold elements, we'll have to
630 if (len <= kThreshold) {
/external/chromium_org/v8/src/heap/
H A Dspaces.cc2364 const int kThreshold = IncrementalMarking::kAllocatedThreshold; local
2375 } else if (bytes_left > kThreshold &&
2378 int linear_size = owner_->RoundSizeDownToObjectAlignment(kThreshold);
H A Dheap.cc923 static const int kThreshold = 20; local
924 while (gc_performed && counter++ < kThreshold) {
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc9094 const size_t kThreshold = 132;
9096 // If the object size is bigger than kThreshold, we'll have to omit
9100 if (count < kThreshold) {
/external/libvpx/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) {
/external/chromium_org/third_party/libvpx/source/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/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) {

Completed in 1269 milliseconds