Home
last modified time | relevance | path

Searched refs:kMaxSize (Results 1 – 25 of 27) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DViewportTest.cpp343 constexpr int kMaxSize = std::numeric_limits<int>::max(); in TEST_P() local
346 kMaxSize, in TEST_P()
347 kMaxSize, in TEST_P()
354 kMaxSize, in TEST_P()
355 kMaxSize, in TEST_P()
360 kMaxSize, in TEST_P()
361 kMaxSize, in TEST_P()
364 kMaxSize, in TEST_P()
365 kMaxSize, in TEST_P()
366 kMaxSize, in TEST_P()
[all …]
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerDictionary.h23 template <size_t kMaxSize> class FixedWord {
29 assert(S <= kMaxSize); in Set()
34 bool operator==(const FixedWord<kMaxSize> &w) const {
38 bool operator<(const FixedWord<kMaxSize> &w) const {
44 static size_t GetMaxSize() { return kMaxSize; } in GetMaxSize()
50 uint8_t Data[kMaxSize];
/third_party/skia/src/codec/
DSkStreamBuffer.h90 inline static constexpr size_t kMaxSize = 256 * 3;
94 char fBuffer[kMaxSize];
DSkStreamBuffer.cpp40 SkASSERT(totalBytesToBuffer <= kMaxSize); in buffer()
/third_party/flutter/skia/src/codec/
DSkStreamBuffer.h90 static constexpr size_t kMaxSize = 256 * 3;
94 char fBuffer[kMaxSize];
DSkStreamBuffer.cpp40 SkASSERT(totalBytesToBuffer <= kMaxSize); in buffer()
/third_party/mindspore/mindspore/lite/tools/converter/config_parser/
Dpreprocess_parser.cc32 constexpr int kMaxSize = 65535; variable
234 if (image_pre_process->resize_width <= kMinSize || image_pre_process->resize_width > kMaxSize) { in ParseImageResize()
244 … if (image_pre_process->resize_height <= kMinSize || image_pre_process->resize_height > kMaxSize) { in ParseImageResize()
266 …ge_pre_process->center_crop_width <= kMinSize || image_pre_process->center_crop_width > kMaxSize) { in ParseImageCenterCrop()
276 …_pre_process->center_crop_height <= kMinSize || image_pre_process->center_crop_height > kMaxSize) { in ParseImageCenterCrop()
Dquant_param_parser.cc27 constexpr int kMaxSize = 65535; variable
64 …common_quant->min_quant_weight_size < kMinSize || common_quant->min_quant_weight_size > kMaxSize) { in ParseCommonQuant()
69 …_quant->min_quant_weight_channel < kMinSize || common_quant->min_quant_weight_channel > kMaxSize) { in ParseCommonQuant()
/third_party/skia/include/core/
DSkSpan.h30 SkASSERT(size < kMaxSize);
70 static constexpr size_t kMaxSize = std::numeric_limits<size_t>::max() / sizeof(T);
/third_party/skia/src/core/
DSkArenaAlloc.h33 template<uint32_t kMaxSize>
46 SkASSERT_RELEASE(fBlockUnitSize < std::min(kMaxSize, (1u << 26) - 1));
53 SkFibonacci47[fIndex + 1] < kMaxSize / fBlockUnitSize) in nextBlockSize()
/third_party/abseil-cpp/absl/strings/
Dstring_view.h279 constexpr size_type max_size() const noexcept { return kMaxSize; } in max_size()
525 static constexpr size_type kMaxSize =
529 return ABSL_HARDENING_ASSERT(len <= kMaxSize), len; in CheckLengthInternal()
Dstring_view.cc230 constexpr string_view::size_type string_view::kMaxSize; member in absl::string_view
/third_party/flutter/engine/flutter/tools/licenses/lib/
Dlimits.dart8 const int kMaxSize = 6 * 1024;
Dlicenses.dart896 if (fileContents.length > kMaxSize)
897 fileContents = fileContents.substring(0, kMaxSize);
Dfilesystem.dart84 …ce(bytes, <int>[0x43, 0x6f, 0x70, 0x79, 0x72, 0x69, 0x67, 0x68, 0x74, 0x20, 0xA9, 0x20], kMaxSize))
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/
Dglobal_context.cc37 constexpr int GlobalContext::kMaxSize; member in mindspore::dataset::GlobalContext
Dglobal_context.h43 static constexpr int kMaxSize = -1; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstring_view.h286 constexpr size_type max_size() const noexcept { return kMaxSize; } in max_size()
605 static constexpr size_type kMaxSize = variable
609 return ABSL_HARDENING_ASSERT(len <= kMaxSize), len; in CheckLengthInternal()
Dstring_view.cc225 constexpr string_view::size_type string_view::kMaxSize; member in absl::string_view
/third_party/skia/src/ports/
DSkFontMgr_FontConfigInterface.cpp163 static const size_t kMaxSize = 1 << 15; member in SkFontMgr_FCI
169 , fCache(kMaxSize) in SkFontMgr_FCI()
/third_party/flutter/skia/src/ports/
DSkFontMgr_FontConfigInterface.cpp164 static const size_t kMaxSize = 1 << 15; member in SkFontMgr_FCI
170 , fCache(kMaxSize) in SkFontMgr_FCI()
/third_party/skia/src/gpu/ops/
DSmallPathRenderer.cpp45 static constexpr SkScalar kMaxSize = 2*kMaxMIP; variable
701 if (maxDim > kMaxDim || kMinSize > minSize || maxSize > kMaxSize) { in onCanDrawPath()
/third_party/flutter/skia/src/gpu/ops/
DGrSmallPathRenderer.cpp53 static const SkScalar kMaxSize = 2*kMaxMIP; variable
214 if (maxDim > kMaxDim || kMinSize > minSize || maxSize > kMaxSize) { in onCanDrawPath()
/third_party/mindspore/mindspore/lite/tools/converter/quantizer/
Dfull_quant_quantizer.cc56 constexpr int kMaxSize = 65535; variable
1280 …reProcessParam.calibrate_size <= kMinSize || flags.dataPreProcessParam.calibrate_size > kMaxSize) { in DoQuantize()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DVertexAttributeTest.cpp1656 constexpr GLint kMaxSize = 4; in testSetUp() local
1661 for (GLint attribSize = 1; attribSize <= kMaxSize; ++attribSize) in testSetUp()

12