Searched defs:magic (Results 1 - 4 of 4) sorted by relevance

/ndk/tests/abcc/jni/device/
H A DAbcc_device.cpp131 int magic = BitcodeInfo::transferBytesToNumLe(buffer, 4); local
133 if (magic != 0x0b17c0de) {
134 LOGV("Found file %s magic: %x, but we need a wrapped bitcode.", full_path.c_str(), magic);
/ndk/sources/host-tools/ndk-stack/regex/
H A Dregex2.h127 int magic; member in struct:re_guts
/ndk/tests/device/test-gnustl-full/unit/
H A Dunordered_test.cpp435 size_t magic = rand(); local
440 hum.insert(magic);
445 while ((r = rand()) == magic)
470 CPPUNIT_ASSERT( hum.count(magic) == c );
/ndk/tests/device/test-stlport/unit/
H A Dunordered_test.cpp435 size_t magic = rand(); local
440 hum.insert(magic);
445 while ((r = rand()) == magic)
470 CPPUNIT_ASSERT( hum.count(magic) == c );

Completed in 552 milliseconds