Home
last modified time | relevance | path

Searched defs:checkSize (Results 1 – 9 of 9) sorted by relevance

/external/skia/gm/
Dmodecolorfilters.cpp39 static sk_sp<SkShader> make_bg_shader(int checkSize) { in make_bg_shader()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DTrieMapTest.java362 private int checkSize(int comparisonSize, Style style, Option option, double ratioToMap) { in checkSize() method in TrieMapTest
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DTrieMapTest.java361 private int checkSize(int comparisonSize, Style style, Option option, double ratioToMap) { in checkSize() method in TrieMapTest
/external/swiftshader/third_party/LLVM/lib/Object/
DCOFFObjectFile.cpp31 bool checkSize(const MemoryBuffer *m, error_code &ec, uint64_t size) { in checkSize() function
/external/skia/tools/
Dsk_tool_utils.cpp210 SkBitmap create_checkerboard_bitmap(int w, int h, SkColor c1, SkColor c2, int checkSize) { in create_checkerboard_bitmap()
/external/lzma/C/
DXzDec.c767 UInt32 checkSize = XzFlags_GetCheckSize(p->streamFlags); in XzUnpacker_Code() local
/external/lzma/CPP/7zip/Archive/7z/
D7zIn.cpp1501 unsigned checkSize = kCheckSize; in ReadDatabase2() local
/external/llvm/lib/Object/
DCOFFObjectFile.cpp34 static bool checkSize(MemoryBufferRef M, std::error_code &EC, uint64_t Size) { in checkSize() function
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineRenderToImageTests.cpp902 const IVec4 checkSize = tcu::min(imageSize, IVec4(MAX_VERIFICATION_REGION_SIZE, in testWithSizeReduction() local