/packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/ |
platformtest.cpp | 45 checkSum_ = CheckSum();
48 char CheckSum() {
65 TEST_F(Platform, CheckSum) {
67 EXPECT_EQ(checkSum_, CheckSum());
108 EXPECT_EQ(checkSum_, CheckSum());
119 EXPECT_EQ(checkSum_, CheckSum());
129 EXPECT_EQ(checkSum_, CheckSum());
144 EXPECT_EQ(checkSum_, CheckSum());
159 EXPECT_EQ(checkSum_, CheckSum());
|
/external/sfntly/cpp/src/test/ |
test_utils.h | 78 // Calculate an OpenType checksum from the array. 79 // @param b the array to calculate checksum on 82 // @return checksum 84 static int64_t CheckSum(ByteArray* b, int32_t offset, int32_t length);
|
/prebuilts/go/darwin-x86/src/debug/pe/ |
pe.go | 44 CheckSum uint32 77 CheckSum uint32
|
/prebuilts/go/linux-x86/src/debug/pe/ |
pe.go | 44 CheckSum uint32 77 CheckSum uint32
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
imagehlp.h | 77 PIMAGE_NT_HEADERS IMAGEAPI CheckSumMappedFile (PVOID BaseAddress,DWORD FileLength,PDWORD HeaderSum,PDWORD CheckSum); 78 DWORD IMAGEAPI MapFileAndCheckSumA(PCSTR Filename,PDWORD HeaderSum,PDWORD CheckSum); 79 DWORD IMAGEAPI MapFileAndCheckSumW(PCWSTR Filename,PDWORD HeaderSum,PDWORD CheckSum);
|
/external/harfbuzz_ng/src/ |
hb-open-file-private.hh | 63 CheckSum checkSum; /* CheckSum for this table. */
|
/external/freetype/include/internal/ |
tttypes.h | 123 /* CheckSum :: The table checksum. This value can be ignored. */ 133 FT_ULong CheckSum; /* table checksum */ 190 /* CheckSum :: The table checksum. This value can be ignored. */ 202 FT_ULong CheckSum; /* uncompressed checksum */ [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/ |
tttypes.h | 123 /* CheckSum :: The table checksum. This value can be ignored. */ 133 FT_ULong CheckSum; /* table checksum */ 190 /* CheckSum :: The table checksum. This value can be ignored. */ 202 FT_ULong CheckSum; /* uncompressed checksum */ [all...] |
/external/llvm/tools/obj2yaml/ |
coff2yaml.cpp | 176 YAMLASD.CheckSum = ObjSD->CheckSum;
|
/external/pdfium/third_party/freetype/include/freetype/internal/ |
tttypes.h | 123 /* CheckSum :: The table checksum. This value can be ignored. */ 133 FT_ULong CheckSum; /* table checksum */ 190 /* CheckSum :: The table checksum. This value can be ignored. */ 202 FT_ULong CheckSum; /* uncompressed checksum */ [all...] |
/toolchain/binutils/binutils-2.25/include/coff/ |
pe.h | 189 char e_csum[2]; /* Checksum, 0x0. */ 228 char e_csum[2]; /* Checksum, 0x0. */ 285 char CheckSum[4]; 324 char CheckSum[4]; 429 char Checksum[4]; /* Section COMDAT checksum. */
|
/external/mesa3d/src/gallium/auxiliary/util/ |
dbghelp.h | 389 DWORD CheckSum; 413 DWORD CheckSum; 443 DWORD CheckSum; 456 DWORD CheckSum; 524 DWORD CheckSum; 542 DWORD CheckSum; [all...] |
/external/llvm/include/llvm/Support/ |
COFF.h | 391 uint32_t CheckSum; 469 uint16_t Checksum; 508 uint32_t CheckSum;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
ntimage.h | 301 ULONG CheckSum; 350 ULONG CheckSum;
|
/external/freetype/src/sfnt/ |
ttload.c | 184 FT_FRAME_ULONG( CheckSum ), 401 " tag offset length checksum\n" 407 entry->CheckSum = FT_GET_ULONG(); 436 entry->CheckSum, 452 entry->CheckSum )); [all...] |
sfobjs.c | 513 " tag offset compLen origLen checksum\n" 527 table->CheckSum = FT_GET_ULONG(); 537 table->CheckSum )); 641 WRITE_ULONG( sfnt_header, table->CheckSum ); [all...] |
/external/freetype/src/truetype/ |
ttobjs.c | 193 FT_UInt32 checksum = 0; local 201 checksum += (FT_UInt32)FT_GET_ULONG(); 204 checksum += (FT_UInt32)( FT_GET_BYTE() << ( i * 8 ) ); 208 return checksum; 219 if ( face->dir_tables[i].CheckSum ) 220 return face->dir_tables[i].CheckSum; 239 FT_ULong CheckSum; 345 FT_ULong checksum; local 360 checksum = 0; 386 if ( !checksum ) [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/ |
ttload.c | 186 FT_FRAME_ULONG( CheckSum ), 404 " tag offset length checksum\n" 416 entry.CheckSum = FT_GET_ULONG(); 445 entry.CheckSum, 460 entry.CheckSum )); [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/ |
ttobjs.c | 193 FT_UInt32 checksum = 0; local 201 checksum += (FT_UInt32)FT_GET_ULONG(); 204 checksum += (FT_UInt32)FT_GET_BYTE() << ( i * 8 ); 208 return checksum; 219 if ( face->dir_tables[i].CheckSum ) 220 return face->dir_tables[i].CheckSum; 239 FT_ULong CheckSum; 345 FT_ULong checksum; local 360 checksum = 0; 386 if ( !checksum ) [all...] |
/external/pdfium/third_party/freetype/src/sfnt/ |
ttload.c | 186 FT_FRAME_ULONG( CheckSum ), 404 " tag offset length checksum\n" 416 entry.CheckSum = FT_GET_ULONG(); 445 entry.CheckSum, 460 entry.CheckSum )); [all...] |
sfobjs.c | 495 " tag offset compLen origLen checksum\n" 509 table->CheckSum = FT_GET_ULONG(); 519 table->CheckSum )); 623 WRITE_ULONG( sfnt_header, table->CheckSum ); [all...] |
/external/pdfium/third_party/freetype/src/truetype/ |
ttobjs.c | 193 FT_UInt32 checksum = 0; local 201 checksum += (FT_UInt32)FT_GET_ULONG(); 204 checksum += (FT_UInt32)FT_GET_BYTE() << ( i * 8 ); 208 return checksum; 219 if ( face->dir_tables[i].CheckSum ) 220 return face->dir_tables[i].CheckSum; 239 FT_ULong CheckSum; 345 FT_ULong checksum; local 360 checksum = 0; 386 if ( !checksum ) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/ |
_dbg_common.h | 395 DWORD CheckSum; 421 DWORD CheckSum; 453 DWORD CheckSum; 466 DWORD CheckSum; 553 DWORD CheckSum; 571 DWORD CheckSum; [all...] |
/external/llvm/include/llvm/Object/ |
COFF.h | 50 support::ulittle16_t Checksum; 113 support::ulittle32_t CheckSum; 148 support::ulittle32_t CheckSum; 448 support::ulittle32_t CheckSum;
|
/external/lzma/CPP/7zip/UI/Common/ |
Bench.cpp | [all...] |