HomeSort by relevance Sort by last modified time
    Searched defs:kMaxCount (Results 1 - 12 of 12) sorted by null

  /external/dng_sdk/source/
dng_mosaic_info.cpp 45 kMaxCount = 8
50 dng_point fDelta [kMaxCount];
52 real32 fWeight32 [kMaxCount];
53 uint16 fWeight16 [kMaxCount];
55 int32 fOffset [kMaxCount];
107 DNG_ASSERT (fCount < kMaxCount, "Too many kernel entries")
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest-printers.h 272 const size_t kMaxCount = 32; // The maximum number of elements to print.
279 if (count == kMaxCount) { // Enough has been printed.
  /external/gtest/include/gtest/
gtest-printers.h 272 const size_t kMaxCount = 32; // The maximum number of elements to print.
279 if (count == kMaxCount) { // Enough has been printed.
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-printers.h 272 const size_t kMaxCount = 32; // The maximum number of elements to print.
279 if (count == kMaxCount) { // Enough has been printed.
  /external/mesa3d/src/gtest/include/gtest/
gtest-printers.h 272 const size_t kMaxCount = 32; // The maximum number of elements to print.
279 if (count == kMaxCount) { // Enough has been printed.
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest-printers.h 272 const size_t kMaxCount = 32; // The maximum number of elements to print.
279 if (count == kMaxCount) { // Enough has been printed.
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-printers.h 272 const size_t kMaxCount = 32; // The maximum number of elements to print.
279 if (count == kMaxCount) { // Enough has been printed.
  /external/v8/src/interpreter/
interpreter-assembler.cc 170 static const int kMaxCount = 4;
200 DCHECK(count <= kMaxCount);
201 compiler::Node* bytes[kMaxCount];
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /external/opencv3/modules/ts/include/opencv2/ts/
ts_gtest.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest.h     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 1207 milliseconds