HomeSort by relevance Sort by last modified time
    Searched refs:kThreshold (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/third_party/skia/tests/
PathOpsSkpClipTest.cpp 459 const int kThreshold = 3;
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...]
SkpSkGrTest.cpp 263 const int kThreshold = 3;
289 if ((cOut[x] = error >= kThreshold) && x >= 2
  /external/skia/tests/
PathOpsSkpClipTest.cpp 459 const int kThreshold = 3;
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...]
SkpSkGrTest.cpp 263 const int kThreshold = 3;
289 if ((cOut[x] = error >= kThreshold) && x >= 2
  /external/chromium_org/testing/gtest/src/
gtest-printers.cc 85 const size_t kThreshold = 132;
87 // If the object size is bigger than kThreshold, we'll have to omit
91 if (count < kThreshold) {
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-printers.cc 91 const size_t kThreshold = 132;
93 // If the object size is bigger than kThreshold, we'll have to omit
97 if (count < kThreshold) {
  /external/gtest/src/
gtest-printers.cc 83 const size_t kThreshold = 132;
85 // If the object size is bigger than kThreshold, we'll have to omit
89 if (count < kThreshold) {
  /external/llvm/utils/unittest/googletest/src/
gtest-printers.cc 91 const size_t kThreshold = 132;
93 // If the object size is bigger than kThreshold, we'll have to omit
97 if (count < kThreshold) {
  /external/mesa3d/src/gtest/src/
gtest-printers.cc 91 const size_t kThreshold = 132;
93 // If the object size is bigger than kThreshold, we'll have to omit
97 if (count < kThreshold) {
  /ndk/sources/third_party/googletest/googletest/src/
gtest-printers.cc 83 const size_t kThreshold = 132;
85 // If the object size is bigger than kThreshold, we'll have to omit
89 if (count < kThreshold) {
  /external/ceres-solver/include/ceres/
rotation.h 344 static const double kThreshold = 1e-12;
345 if ((sintheta > kThreshold) || (sintheta < -kThreshold)) {
  /external/chromium_org/content/browser/speech/
speech_recognizer_impl.cc 86 const int kThreshold = num_samples / 20;
91 if (++clipping_samples > kThreshold)
  /external/chromium_org/testing/gtest/include/gtest/
gtest-printers.h 629 const size_t kThreshold = 18;
631 // If the array has more than kThreshold elements, we'll have to
635 if (len <= kThreshold) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest-printers.h 616 const size_t kThreshold = 18;
618 // If the array has more than kThreshold elements, we'll have to
622 if (len <= kThreshold) {
  /external/gtest/include/gtest/
gtest-printers.h 616 const size_t kThreshold = 18;
618 // If the array has more than kThreshold elements, we'll have to
622 if (len <= kThreshold) {
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-printers.h 616 const size_t kThreshold = 18;
618 // If the array has more than kThreshold elements, we'll have to
622 if (len <= kThreshold) {
  /external/mesa3d/src/gtest/include/gtest/
gtest-printers.h 616 const size_t kThreshold = 18;
618 // If the array has more than kThreshold elements, we'll have to
622 if (len <= kThreshold) {
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-printers.h 616 const size_t kThreshold = 18;
618 // If the array has more than kThreshold elements, we'll have to
622 if (len <= kThreshold) {
  /external/chromium_org/content/renderer/media/
buffered_resource_loader_unittest.cc 925 const int kThreshold = 2 * 1024 * 1024;
950 ReadLoader(kThreshold + 20, 10, buffer);
    [all...]
  /external/chromium_org/v8/src/
spaces.cc     [all...]
heap.cc     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 1076 milliseconds

1 2