Searched defs:checkSize (Results 1 - 16 of 16) sorted by relevance

/external/skia/gm/
H A Dmodecolorfilters.cpp39 static SkShader* make_bg_shader(int checkSize) { argument
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/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DTrieMapTest.java338 int size = checkSize(0, null, Option.SMALL, 0);
339 checkSize(size, Style.BYTES, Option.SMALL, 0.20);
340 checkSize(size, Style.BYTES, Option.FAST, 0.20);
341 checkSize(size, Style.CHARS, Option.SMALL, 0.30);
342 checkSize(size, Style.CHARS, Option.FAST, 0.30);
350 private int checkSize(int comparisonSize, Style style, Option option, double ratioToMap) { method in class:TrieMapTest
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DTrieMapTest.java334 int size = checkSize(0, null, Option.SMALL, 0);
335 checkSize(size, Style.BYTES, Option.SMALL, 0.20);
336 checkSize(size, Style.BYTES, Option.FAST, 0.20);
337 checkSize(size, Style.CHARS, Option.SMALL, 0.30);
338 checkSize(size, Style.CHARS, Option.FAST, 0.30);
346 private int checkSize(int comparisonSize, Style style, Option option, double ratioToMap) { method in class:TrieMapTest
/external/lzma/C/
H A DXzDec.c763 UInt32 checkSize = XzFlags_GetCheckSize(p->streamFlags); local
764 UInt32 cur = checkSize - p->pos;
779 if (XzCheck_Final(&p->check, digest) && memcmp(digest, p->buf, checkSize) != 0)
/external/skia/tools/
H A Dsk_tool_utils.cpp191 SkBitmap create_checkerboard_bitmap(int w, int h, SkColor c1, SkColor c2, int checkSize) { argument
196 sk_tool_utils::draw_checkerboard(&canvas, c1, c2, checkSize);
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp35 static bool checkSize(MemoryBufferRef M, std::error_code &EC, uint64_t Size) { function
561 if (!checkSize(Data, EC, sizeof(coff_file_header)))
572 if (checkSize(Data, EC, sizeof(dos_header) + sizeof(COFF::PEMagic))) {
595 checkSize(Data, EC, sizeof(coff_bigobj_file_header))) {
611 // The prior checkSize call may have failed. This isn't a hard error
/external/lzma/CPP/7zip/Archive/7z/
H A D7zIn.cpp1537 unsigned checkSize = kCheckSize; local
1539 checkSize = (unsigned)(rem);
1540 if (checkSize < 3)
1542 RINOK(_stream->Seek(fileSize - checkSize, STREAM_SEEK_SET, NULL));
1543 RINOK(ReadStream_FALSE(_stream, buf, (size_t)checkSize));
1545 if (buf[checkSize - 1] != 0)
1549 for (i = checkSize - 2;; i--)
1557 nextHeaderSize = checkSize - i;
/external/opencv3/modules/core/test/
H A Dtest_mat.cpp18 int checkSize( Size sz );
254 int Core_ReduceTest::checkSize( Size sz ) function in class:Core_ReduceTest
271 tempCode = checkSize( Size(1,1) );
274 tempCode = checkSize( Size(1,100) );
277 tempCode = checkSize( Size(100,1) );
280 tempCode = checkSize( Size(1000,500) );
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1311 milliseconds