/external/chromium_org/sandbox/win/src/ |
acl.h | 20 // Appends an ACE represented by |sid|, |access_mode|, and |access| to 23 bool AddSidToDacl(const Sid& sid, ACL* old_dacl, ACCESS_MODE access_mode, 34 // Adds an ACE represented by |known_sid|, |access_mode|, and |access| to 37 const Sid& sid, ACCESS_MODE access_mode,
|
acl.cc | 39 bool AddSidToDacl(const Sid& sid, ACL* old_dacl, ACCESS_MODE access_mode, 42 new_access.grfAccessMode = access_mode; 95 const Sid& sid, ACCESS_MODE access_mode, 106 if (!AddSidToDacl(sid.GetPSID(), old_dacl, access_mode, access, &new_dacl)) {
|
/device/asus/flo/conn_init/ |
wfc_util_fctrl.h | 75 * access_mode : R_OK | W_OK | X_OK | F_OK 80 extern int wfc_util_ffile_check(char *pDestFName, int access_mode);
|
wfc_util_fctrl.c | 552 * access_mode : R_OK | W_OK | X_OK | F_OK 557 int wfc_util_ffile_check(char *pDestFName, int access_mode) 561 if (access(pDestFName, access_mode) == 0) {
|
/device/lge/mako/conn_init/ |
wfc_util_fctrl.h | 75 * access_mode : R_OK | W_OK | X_OK | F_OK 80 extern int wfc_util_ffile_check(char *pDestFName, int access_mode);
|
wfc_util_fctrl.c | 552 * access_mode : R_OK | W_OK | X_OK | F_OK 557 int wfc_util_ffile_check(char *pDestFName, int access_mode) 561 if (access(pDestFName, access_mode) == 0) {
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_eu.c | 97 void brw_set_access_mode( struct brw_compile *p, GLuint access_mode ) 99 p->current->header.access_mode = access_mode;
|
brw_disasm.c | 236 char *access_mode[2] = { variable 532 if (inst->header.access_mode == BRW_ALIGN_1) 908 else if (inst->header.access_mode == BRW_ALIGN_1) 968 else if (inst->header.access_mode == BRW_ALIGN_1) 1072 if (inst->header.access_mode == BRW_ALIGN_1) [all...] |
brw_eu_emit.c | 120 if (insn->header.access_mode == BRW_ALIGN_1) { 138 if (insn->header.access_mode == BRW_ALIGN_1) { 263 if (insn->header.access_mode == BRW_ALIGN_1) { 275 if (insn->header.access_mode == BRW_ALIGN_1) { 283 if (insn->header.access_mode == BRW_ALIGN_1) { 345 if (insn->header.access_mode == BRW_ALIGN_1) { 354 if (insn->header.access_mode == BRW_ALIGN_1) { 775 assert(insn->header.access_mode == BRW_ALIGN_16); [all...] |
brw_optimize.c | 434 inst->header.access_mode == BRW_ALIGN_1 && 638 insn->header.access_mode != BRW_ALIGN_16 ||
|
brw_eu.h | 806 void brw_set_access_mode( struct brw_compile *p, GLuint access_mode );
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_eu.c | 97 void brw_set_access_mode( struct brw_compile *p, GLuint access_mode ) 99 p->current->header.access_mode = access_mode;
|
brw_disasm.c | 236 char *access_mode[2] = { variable 532 if (inst->header.access_mode == BRW_ALIGN_1) 908 else if (inst->header.access_mode == BRW_ALIGN_1) 968 else if (inst->header.access_mode == BRW_ALIGN_1) 1072 if (inst->header.access_mode == BRW_ALIGN_1) [all...] |
brw_eu_emit.c | 120 if (insn->header.access_mode == BRW_ALIGN_1) { 138 if (insn->header.access_mode == BRW_ALIGN_1) { 263 if (insn->header.access_mode == BRW_ALIGN_1) { 275 if (insn->header.access_mode == BRW_ALIGN_1) { 283 if (insn->header.access_mode == BRW_ALIGN_1) { 345 if (insn->header.access_mode == BRW_ALIGN_1) { 354 if (insn->header.access_mode == BRW_ALIGN_1) { 775 assert(insn->header.access_mode == BRW_ALIGN_16); [all...] |
brw_optimize.c | 434 inst->header.access_mode == BRW_ALIGN_1 && 638 insn->header.access_mode != BRW_ALIGN_16 ||
|
/frameworks/av/libvideoeditor/osal/inc/ |
M4OSA_FileCommon_priv.h | 56 M4OSA_FileModeAccess access_mode; member in struct:__anon29114
|
/external/chromium_org/sandbox/linux/services/ |
broker_process.cc | 84 const int access_mode = flags & O_ACCMODE; local 85 if (access_mode != O_RDONLY && access_mode != O_WRONLY && 86 access_mode != O_RDWR) {
|
/external/chromium_org/third_party/libusb/src/libusb/os/ |
poll_windows.h | 95 struct winfd usbi_create_fd(HANDLE handle, int access_mode,
|
poll_windows.c | 318 struct winfd usbi_create_fd(HANDLE handle, int access_mode, struct usbi_transfer *itransfer, cancel_transfer *cancel_fn) 333 if ((access_mode != RW_READ) && (access_mode != RW_WRITE)) { 338 if (access_mode == RW_READ) {
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
security.h | 187 Mask access_mode);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
security.h | 187 Mask access_mode);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
security.h | 187 Mask access_mode);
|
/external/srec/portable/src/ |
pstream.c | 176 int access_mode; local 197 access_mode = (mode[0] == 'r') ? FILEREADMODE : FILEWRITEMODE; 213 if (access_mode == FILEREADMODE) 236 m = access_mode | text_mode; 238 if (access_mode == FILEREADMODE) 250 else if (ISWRITEMODE(access_mode))
|
/frameworks/av/libvideoeditor/osal/src/ |
M4OSA_FileCommon.c | 226 pFileContext->access_mode = fileModeAccess; 556 pAttribute->modeAccess = fileContext->access_mode;
|
M4OSA_FileWriter.c | 479 M4OSA_FileModeAccess access = pFileContext->access_mode;
|