/external/skia/src/ports/ |
H A D | SkOSFile_stdio.cpp | 25 char perm[4]; local 26 char* p = perm; 35 SkFILE* f = (SkFILE*)::fopen(path, perm); 38 SkDebugf("sk_fopen failed for %s (%s), errno=%s\n", path, perm, strerror(errno));
|
/external/chromium/third_party/icu/source/io/ |
H A D | ufile.c | 111 const char *perm, 116 FILE *systemFile = fopen(filename, perm); 110 u_fopen(const char *filename, const char *perm, const char *locale, const char *codepage) argument
|
/external/bzip2/ |
H A D | huffman.c | 172 Int32 *perm, 183 if (length[j] == i) { perm[pp] = j; pp++; }; 170 BZ2_hbCreateDecodeTables( Int32 *limit, Int32 *base, Int32 *perm, UChar *length, Int32 minLen, Int32 maxLen, Int32 alphaSize ) argument
|
H A D | bzlib_private.h | 408 Int32 perm [BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE]; member in struct:__anon683
|
/external/icu4c/io/ |
H A D | ufile.c | 132 const char *perm, 137 FILE *systemFile = fopen(filename, perm); 131 u_fopen(const char *filename, const char *perm, const char *locale, const char *codepage) argument
|
/external/kernel-headers/original/linux/ |
H A D | moduleparam.h | 38 unsigned int perm; member in struct:kernel_param 62 parameters. perm sets the visibility in driverfs: 000 means it's 65 #define __module_param_call(prefix, name, set, get, arg, perm) \ 70 = { __param_str_##name, perm, set, get, arg } 72 #define module_param_call(name, set, get, arg, perm) \ 73 __module_param_call(MODULE_PARAM_PREFIX, name, set, get, arg, perm) 78 #define module_param_named(name, value, type, perm) \ 80 module_param_call(name, param_set_##type, param_get_##type, &value, perm); \ 83 #define module_param(name, type, perm) \ 84 module_param_named(name, name, type, perm) [all...] |
H A D | key.h | 130 key_perm_t perm; /* access permissions */ member in struct:key 252 key_perm_t perm,
|
/external/qemu/telephony/ |
H A D | sim_card.c | 205 int file_size, perm; local 237 perm = 0x1a; 239 perm = 0x0a; 242 perm = 0x11; 244 perm = 0x00; 246 gsm_hex_from_byte(dst, perm);
|
/external/libvpx/examples/includes/geshi/ |
H A D | geshi.php | 3640 $perm = $value !== GESHI_NEVER; variable 3642 $this->enable_highlighting($perm); 3651 $this->lexic_permissions[$flag][$key] = $perm; 3654 $this->lexic_permissions[$flag] = $perm;
|