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

  /external/chromium/base/
pickle_unittest.cc 247 const uint32 kMagic = 0x12345678;
250 pickle.WriteInt(kMagic);
259 EXPECT_EQ(static_cast<uint32>(result), kMagic);
  /external/chromium/chrome/browser/safe_browsing/
prefix_set.cc 17 // |kMagic| should be reasonably unique, and not match itself across
20 static uint32 kMagic = 0x864088dd;
174 if (header.magic != kMagic || header.version != kVersion)
227 header.magic = kMagic;
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 612 static const char kMagic[] = { 'P', 'K', 'M', ' ', '1', '0' };
634 memcpy(pHeader, kMagic, sizeof(kMagic));
647 if (memcmp(pHeader, kMagic, sizeof(kMagic))) {
  /frameworks/base/opengl/libs/ETC1/
etc1.cpp 612 static const char kMagic[] = { 'P', 'K', 'M', ' ', '1', '0' };
634 memcpy(pHeader, kMagic, sizeof(kMagic));
647 if (memcmp(pHeader, kMagic, sizeof(kMagic))) {

Completed in 42 milliseconds