Searched defs:perm (Results 1 - 9 of 9) sorted by relevance

/external/skia/src/ports/
H A DSkOSFile_stdio.cpp25 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 Dufile.c111 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 Dhuffman.c172 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 Dbzlib_private.h408 Int32 perm [BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE]; member in struct:__anon683
/external/icu4c/io/
H A Dufile.c132 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 Dmoduleparam.h38 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 Dkey.h130 key_perm_t perm; /* access permissions */ member in struct:key
252 key_perm_t perm,
/external/qemu/telephony/
H A Dsim_card.c205 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 Dgeshi.php3640 $perm = $value !== GESHI_NEVER; variable
3642 $this->enable_highlighting($perm);
3651 $this->lexic_permissions[$flag][$key] = $perm;
3654 $this->lexic_permissions[$flag] = $perm;

Completed in 318 milliseconds