HomeSort by relevance Sort by last modified time
    Searched refs:checkSize (Results 1 - 23 of 23) sorted by null

  /external/skia/gm/
modecolorfilters.cpp 39 static sk_sp<SkShader> make_bg_shader(int checkSize) {
41 bmp.allocN32Pixels(2 * checkSize, 2 * checkSize);
47 SkIntToScalar(checkSize), SkIntToScalar(checkSize));
48 SkRect rect1 = SkRect::MakeXYWH(SkIntToScalar(checkSize), SkIntToScalar(checkSize),
49 SkIntToScalar(checkSize), SkIntToScalar(checkSize));
  /external/skqp/gm/
modecolorfilters.cpp 39 static sk_sp<SkShader> make_bg_shader(int checkSize) {
41 bmp.allocN32Pixels(2 * checkSize, 2 * checkSize);
47 SkIntToScalar(checkSize), SkIntToScalar(checkSize));
48 SkRect rect1 = SkRect::MakeXYWH(SkIntToScalar(checkSize), SkIntToScalar(checkSize),
49 SkIntToScalar(checkSize), SkIntToScalar(checkSize));
  /cts/tests/camera/src/android/hardware/cts/
Camera_SizeTest.java 55 checkSize(parameters, WIDTH1, HEIGHT1);
56 checkSize(parameters, WIDTH2, HEIGHT2);
57 checkSize(parameters, WIDTH3, HEIGHT3);
108 private void checkSize(Parameters parameters, int width, int height) {
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
TypeList.java 58 int checkSize = Math.min(size, other.size);
59 for (int i = 0; i < checkSize; i++) {
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
CatchTable.java 72 int checkSize = Math.min(thisSize, otherSize);
74 for (int i = 0; i < checkSize; i++) {
CatchHandlerList.java 144 int checkSize = Math.min(thisSize, otherSize);
146 for (int i = 0; i < checkSize; i++) {
  /dalvik/dx/src/com/android/dx/dex/code/
CatchTable.java 72 int checkSize = Math.min(thisSize, otherSize);
74 for (int i = 0; i < checkSize; i++) {
CatchHandlerList.java 146 int checkSize = Math.min(thisSize, otherSize);
148 for (int i = 0; i < checkSize; i++) {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
TrieMapTest.java 360 int size = checkSize(0, null, Option.SMALL, 0);
361 checkSize(size, Style.BYTES, Option.SMALL, 0.20);
362 checkSize(size, Style.BYTES, Option.FAST, 0.20);
363 checkSize(size, Style.CHARS, Option.SMALL, 0.30);
364 checkSize(size, Style.CHARS, Option.FAST, 0.30);
372 private int checkSize(int comparisonSize, Style style, Option option, double ratioToMap) {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
TrieMapTest.java 357 int size = checkSize(0, null, Option.SMALL, 0);
358 checkSize(size, Style.BYTES, Option.SMALL, 0.20);
359 checkSize(size, Style.BYTES, Option.FAST, 0.20);
360 checkSize(size, Style.CHARS, Option.SMALL, 0.30);
361 checkSize(size, Style.CHARS, Option.FAST, 0.30);
369 private int checkSize(int comparisonSize, Style style, Option option, double ratioToMap) {
  /external/bcc/src/cc/frontends/p4/compiler/
ebpfAction.py 120 def checkSize(self, call, args, program):
204 size = self.checkSize(callee,
233 size = self.checkSize(callee,
252 size = self.checkSize(callee,
  /external/skia/tools/
sk_tool_utils.h 98 int checkSize);
103 int checkSize);
sk_tool_utils.cpp 101 SkBitmap create_checkerboard_bitmap(int w, int h, SkColor c1, SkColor c2, int checkSize) {
106 sk_tool_utils::draw_checkerboard(&canvas, c1, c2, checkSize);
  /external/skqp/tools/
sk_tool_utils.h 103 int checkSize);
108 int checkSize);
sk_tool_utils.cpp 100 SkBitmap create_checkerboard_bitmap(int w, int h, SkColor c1, SkColor c2, int checkSize) {
105 sk_tool_utils::draw_checkerboard(&canvas, c1, c2, checkSize);
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineRenderToImageTests.cpp     [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zIn.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Object/
COFFObjectFile.cpp 31 bool checkSize(const MemoryBuffer *m, error_code &ec, uint64_t size) {
413 if (!checkSize(Data, ec, sizeof(coff_file_header))) return;
423 if (!checkSize(Data, ec, 0x3c + 8)) return;
  /external/lzma/C/
XzDec.c 1190 UInt32 checkSize = XzFlags_GetCheckSize(p->streamFlags);
1191 UInt32 cur = checkSize - p->pos;
1205 if (checkSize != p->pos)
1212 if (XzCheck_Final(&p->check, digest) && memcmp(digest, p->buf, checkSize) != 0)
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 34 static bool checkSize(MemoryBufferRef M, std::error_code &EC, uint64_t Size) {
638 if (!checkSize(Data, EC, sizeof(coff_file_header)))
649 if (checkSize(Data, EC, sizeof(dos_header) + sizeof(COFF::PEMagic))) {
672 checkSize(Data, EC, sizeof(coff_bigobj_file_header))) {
688 // The prior checkSize call may have failed. This isn't a hard error
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
COFFObjectFile.cpp 47 static bool checkSize(MemoryBufferRef M, std::error_code &EC, uint64_t Size) {
674 if (!checkSize(Data, EC, sizeof(coff_file_header)))
685 if (checkSize(Data, EC, sizeof(dos_header) + sizeof(COFF::PEMagic))) {
708 checkSize(Data, EC, sizeof(coff_bigobj_file_header))) {
724 // The prior checkSize call may have failed. This isn't a hard error
    [all...]
  /external/grpc-grpc-java/netty/shaded/
grpc-netty-shaded-1.14.0.jar 
  /external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar 

Completed in 854 milliseconds