HomeSort by relevance Sort by last modified time
    Searched full:checksize (Results 1 - 25 of 30) sorted by null

1 2

  /external/clang/test/CodeGen/
long-double-x86.c 4 int checksize[sizeof(x) == 16 ? 1 : -1]; variable
long-double-x86-nacl.c 4 int checksize[sizeof(x) == 8 ? 1 : -1]; variable
  /cts/tests/tests/hardware/src/android/hardware/cts/
Camera_SizeTest.java 44 checkSize(parameters, WIDTH1, HEIGHT1);
45 checkSize(parameters, WIDTH2, HEIGHT2);
46 checkSize(parameters, WIDTH3, HEIGHT3);
51 private void checkSize(Parameters parameters, int width, int height) {
  /external/skia/gm/
modecolorfilters.cpp 39 static SkShader* make_bg_shader(int checkSize) {
41 bmp.setConfig(SkBitmap::kARGB_8888_Config, 2 * checkSize, 2 * checkSize);
48 SkIntToScalar(checkSize), SkIntToScalar(checkSize));
49 SkRect rect1 = SkRect::MakeXYWH(SkIntToScalar(checkSize), SkIntToScalar(checkSize),
50 SkIntToScalar(checkSize), SkIntToScalar(checkSize));
  /cts/tests/tests/graphics/src/android/graphics/cts/
PictureTest.java 50 checkSize(picture);
60 checkSize(picture);
67 checkSize(pic);
71 private void checkSize(Picture picture) {
  /external/chromium_org/third_party/angle/samples/gles2_book/TextureWrap/
TextureWrap.c 42 GLubyte* GenCheckImage( int width, int height, int checkSize )
57 if ( ( x / checkSize ) % 2 == 0 )
59 rColor = 255 * ( ( y / checkSize ) % 2 );
60 bColor = 255 * ( 1 - ( ( y / checkSize ) % 2 ) );
64 bColor = 255 * ( ( y / checkSize ) % 2 );
65 rColor = 255 * ( 1 - ( ( y / checkSize ) % 2 ) );
  /external/lzma/CPP/7zip/Archive/7z/
7zItem.h 139 bool CheckSize(int size) const { return Defined.Size() == size || Defined.Size() == 0; }
240 CTime.CheckSize(size) &&
241 ATime.CheckSize(size) &&
242 MTime.CheckSize(size) &&
243 StartPos.CheckSize(size) &&
7zIn.cpp 1167 int checkSize = kCheckSize;
1169 checkSize = (int)(cur2 - cur);
1170 RINOK(_stream->Seek(-checkSize, STREAM_SEEK_END, &cur2));
1172 RINOK(ReadStream_FALSE(_stream, buf, (size_t)checkSize));
1175 for (i = (int)checkSize - 2; i >= 0; i--)
1180 nextHeaderSize = checkSize - i;
    [all...]
  /external/chromium_org/third_party/angle/samples/gles2_book/MipMap2D/
MipMap2D.c 108 GLubyte* GenCheckImage( int width, int height, int checkSize )
123 if ( ( x / checkSize ) % 2 == 0 )
125 rColor = 255 * ( ( y / checkSize ) % 2 );
126 bColor = 255 * ( 1 - ( ( y / checkSize ) % 2 ) );
130 bColor = 255 * ( ( y / checkSize ) % 2 );
131 rColor = 255 * ( 1 - ( ( y / checkSize ) % 2 ) );
  /external/chromium/chrome/browser/chromeos/
native_dialog_window.cc 85 void CheckSize();
143 CheckSize();
250 CheckSize();
259 void NativeDialogHost::CheckSize() {
  /build/tools/releasetools/
img_from_target_files 91 common.CheckSize(data, "system.img", OPTIONS.info_dict)
129 common.CheckSize(img.name, "vendor.img", OPTIONS.info_dict)
160 common.CheckSize(img.name, "userdata.img", OPTIONS.info_dict)
192 common.CheckSize(img.name, "cache.img", OPTIONS.info_dict)
common.py 477 def CheckSize(data, target, info_dict):
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
CatchHandlerList.java 144 int checkSize = Math.min(thisSize, otherSize);
146 for (int i = 0; i < checkSize; i++) {
CatchTable.java 72 int checkSize = Math.min(thisSize, otherSize);
74 for (int i = 0; i < checkSize; i++) {
  /dalvik/dx/src/com/android/dx/dex/code/
CatchHandlerList.java 144 int checkSize = Math.min(thisSize, otherSize);
146 for (int i = 0; i < checkSize; i++) {
CatchTable.java 71 int checkSize = Math.min(thisSize, otherSize);
73 for (int i = 0; i < checkSize; i++) {
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
CatchHandlerList.java 144 int checkSize = Math.min(thisSize, otherSize);
146 for (int i = 0; i < checkSize; i++) {
CatchTable.java 72 int checkSize = Math.min(thisSize, otherSize);
74 for (int i = 0; i < checkSize; i++) {
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
BinaryHprof.java 121 public String checkSize(int actual) {
BinaryHprofWriter.java 135 String error = hprofTag.checkSize(recordLength);
BinaryHprofReader.java 180 String error = hprofTag.checkSize(recordLength);
  /external/llvm/lib/Object/
COFFObjectFile.cpp 34 bool checkSize(const MemoryBuffer *m, error_code &ec, uint64_t size) {
444 if (!checkSize(Data, ec, sizeof(coff_file_header))) return;
457 if (!checkSize(Data, ec, 0x3c + 8)) return;
  /external/lzma/C/
XzDec.c 739 UInt32 checkSize = XzFlags_GetCheckSize(p->streamFlags);
740 UInt32 cur = checkSize - p->pos;
755 if (XzCheck_Final(&p->check, digest) && memcmp(digest, p->buf, checkSize) != 0)
  /external/fsck_msdos/
dir.c 106 static int checksize(struct bootblock *, struct fatEntry *, u_char *,
390 checksize(struct bootblock *boot, struct fatEntry *fat, u_char *p, function
953 mod |= k = checksize(boot, fat, p, &dirent);
  /external/chromium/chrome/common/
metrics_helpers.cc 395 snapshot.CheckSize(histogram);

Completed in 1599 milliseconds

1 2