/development/samples/Vault/src/com/example/android/vault/ |
EncryptedDocument.java | 52 * Encrypted documents are stored on disk as a magic number, followed by an 66 * Magic number to identify file; "AVLT". 71 * Offset in file at which content section starts. Magic and metadata 397 final int magic = f.readInt(); local 398 if (magic != MAGIC_NUMBER) { 399 throw new ProtocolException("Bad magic number: " + Integer.toHexString(magic));
|
/external/chromium/chrome/browser/safe_browsing/ |
prefix_set.cc | 26 uint32 magic; member in struct:__anon2096::__anon2097 174 if (header.magic != kMagic || header.version != kVersion) 227 header.magic = kMagic;
|
/external/chromium_org/chrome/browser/safe_browsing/ |
prefix_set.cc | 26 uint32 magic; member in struct:__anon5532::__anon5533 172 if (header.magic != kMagic || header.version != kVersion) 234 header.magic = kMagic;
|
/external/compiler-rt/lib/msan/ |
msan_interceptors.cc | 558 INTERCEPTOR(int, __fxstat, int magic, int fd, void *buf) { 560 int res = REAL(__fxstat)(magic, fd, buf); 566 INTERCEPTOR(int, __fxstat64, int magic, int fd, void *buf) { 568 int res = REAL(__fxstat64)(magic, fd, buf); 574 INTERCEPTOR(int, __xstat, int magic, char *path, void *buf) { 576 int res = REAL(__xstat)(magic, path, buf); 582 INTERCEPTOR(int, __xstat64, int magic, char *path, void *buf) { 584 int res = REAL(__xstat64)(magic, path, buf); 590 INTERCEPTOR(int, __lxstat, int magic, char *path, void *buf) { 592 int res = REAL(__lxstat)(magic, path, buf) [all...] |
/system/core/gpttool/ |
gpttool.c | 47 u8 magic[8]; member in struct:efi_header 308 memcpy(hdr->magic, EFI_MAGIC, sizeof(hdr->magic));
|
/bionic/libc/upstream-netbsd/libc/regex/ |
regex2.h | 179 int magic; member in struct:re_guts
|
/external/blktrace/ |
blktrace_api.h | 96 __u32 magic; /* MAGIC << 8 | version */ member in struct:blk_io_trace
|
/external/chromium_org/chrome/third_party/chromevox/closure/ |
closure_preinit.js | 78 // directly, with a magic comment that makes Chrome treat it like it 86 // Add a magic comment to the bottom of the file so that
|
/external/chromium_org/net/disk_cache/v3/ |
disk_format_v3.h | 61 uint32 magic; member in struct:disk_cache::IndexHeaderV3
|
/external/chromium_org/net/third_party/nss/ssl/ |
preenc.h | 73 unsigned char magic [2]; member in struct:PEHeaderStr
|
/external/chromium_org/third_party/mesa/src/src/glx/apple/ |
appledri.c | 213 XAppleDRIAuthConnection(dpy, screen, magic) 216 unsigned int magic; 230 req->magic = magic;
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
xf86dri.h | 80 Bool XF86DRIAuthConnection(Display * dpy, int screen, drm_magic_t magic);
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
_winnt.h | 162 PRUint32 magic; /* for debugging */ member in struct:_MDThread 181 PRUint32 magic; /* for debugging */ member in struct:_MDThreadStack 185 PRUint32 magic; /* for debugging */ member in struct:_MDSegment 203 PRUint32 magic; /* for debugging */ member in struct:_MDDir
|
/external/e2fsprogs/lib/ext2fs/ |
alloc_stats.c | 97 if (!fs || fs->magic != EXT2_ET_MAGIC_EXT2FS_FILSYS)
|
irel.h | 27 __u32 magic; member in struct:ext2_inode_relocation_table
|
undo_io.c | 52 * For checking structure magic numbers... 56 if ((struct)->magic != (code)) return (code) 59 int magic; member in struct:undo_private_data 354 io->magic = EXT2_ET_MAGIC_IO_CHANNEL; 372 data->magic = EXT2_ET_MAGIC_UNIX_IO_CHANNEL;
|
/external/kernel-headers/original/linux/ |
omap_csmi.h | 39 uint32_t magic; // 0-3 0x494d5347 member in struct:__anon20106
|
/external/llvm/lib/Support/ |
regex2.h | 127 int magic; member in struct:re_guts
|
/external/mesa3d/src/glx/apple/ |
appledri.c | 213 XAppleDRIAuthConnection(dpy, screen, magic) 216 unsigned int magic; 230 req->magic = magic;
|
/external/mesa3d/src/glx/ |
xf86dri.h | 80 Bool XF86DRIAuthConnection(Display * dpy, int screen, drm_magic_t magic);
|
/ndk/sources/host-tools/ndk-stack/regex/ |
regex2.h | 127 int magic; member in struct:re_guts
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/ |
gcov-io.c | 309 /* Check if MAGIC is EXPECTED. Use it to determine endianness of the 314 gcov_magic (gcov_unsigned_t magic, gcov_unsigned_t expected) 316 if (magic == expected) 318 magic = (magic >> 16) | (magic << 16); 319 magic = ((magic & 0xff00ff) << 8) | ((magic >> 8) & 0xff00ff); 320 if (magic == expected [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/ |
gcov-io.c | 309 /* Check if MAGIC is EXPECTED. Use it to determine endianness of the 314 gcov_magic (gcov_unsigned_t magic, gcov_unsigned_t expected) 316 if (magic == expected) 318 magic = (magic >> 16) | (magic << 16); 319 magic = ((magic & 0xff00ff) << 8) | ((magic >> 8) & 0xff00ff); 320 if (magic == expected [all...] |
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/gcov-src/ |
gcov-io.c | 309 /* Check if MAGIC is EXPECTED. Use it to determine endianness of the 314 gcov_magic (gcov_unsigned_t magic, gcov_unsigned_t expected) 316 if (magic == expected) 318 magic = (magic >> 16) | (magic << 16); 319 magic = ((magic & 0xff00ff) << 8) | ((magic >> 8) & 0xff00ff); 320 if (magic == expected [all...] |
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/gcov-src/ |
gcov-io.c | 309 /* Check if MAGIC is EXPECTED. Use it to determine endianness of the 314 gcov_magic (gcov_unsigned_t magic, gcov_unsigned_t expected) 316 if (magic == expected) 318 magic = (magic >> 16) | (magic << 16); 319 magic = ((magic & 0xff00ff) << 8) | ((magic >> 8) & 0xff00ff); 320 if (magic == expected [all...] |