access 356 base/file_util_posix.cc return access(path.value().c_str(), F_OK) == 0; access 361 base/file_util_posix.cc return access(path.value().c_str(), W_OK) == 0; access 51 base/files/file_win.cc DWORD access = 0; access 53 base/files/file_win.cc access = GENERIC_WRITE; access 55 base/files/file_win.cc DCHECK(!access); access 56 base/files/file_win.cc access = FILE_APPEND_DATA; access 59 base/files/file_win.cc access |= GENERIC_READ; access 61 base/files/file_win.cc access |= FILE_WRITE_ATTRIBUTES; access 63 base/files/file_win.cc access |= GENERIC_EXECUTE; access 83 base/files/file_win.cc file_.Set(CreateFile(name.value().c_str(), access, sharing, NULL, access 227 base/memory/shared_memory_posix.cc if (access(dir.value().c_str(), W_OK | X_OK) < 0) { access 199 base/memory/shared_memory_win.cc DWORD access = FILE_MAP_READ; access 204 base/memory/shared_memory_win.cc access |= FILE_MAP_WRITE; access 218 base/memory/shared_memory_win.cc &result, access, FALSE, options)) access 54 base/platform_file_win.cc DWORD access = 0; access 56 base/platform_file_win.cc access = GENERIC_WRITE; access 58 base/platform_file_win.cc DCHECK(!access); access 59 base/platform_file_win.cc access = FILE_APPEND_DATA; access 62 base/platform_file_win.cc access |= GENERIC_READ; access 64 base/platform_file_win.cc access |= FILE_WRITE_ATTRIBUTES; access 66 base/platform_file_win.cc access |= GENERIC_EXECUTE; access 86 base/platform_file_win.cc HANDLE file = CreateFile(name.value().c_str(), access, sharing, NULL, access 178 base/tools_sanity_unittest.cc int* volatile access = &array[5]; access 179 base/tools_sanity_unittest.cc *access = 43; access 192 base/tools_sanity_unittest.cc int* volatile access = g_asan_test_global_array - 1; access 193 base/tools_sanity_unittest.cc *access = 43; access 47 base/win/registry.cc RegKey::RegKey(HKEY rootkey, const wchar_t* subkey, REGSAM access) access 51 base/win/registry.cc if (access & (KEY_SET_VALUE | KEY_CREATE_SUB_KEY | KEY_CREATE_LINK)) access 52 base/win/registry.cc Create(rootkey, subkey, access); access 54 base/win/registry.cc Open(rootkey, subkey, access); access 64 base/win/registry.cc LONG RegKey::Create(HKEY rootkey, const wchar_t* subkey, REGSAM access) { access 66 base/win/registry.cc return CreateWithDisposition(rootkey, subkey, &disposition_value, access); access 70 base/win/registry.cc DWORD* disposition, REGSAM access) { access 71 base/win/registry.cc DCHECK(rootkey && subkey && access && disposition); access 75 base/win/registry.cc REG_OPTION_NON_VOLATILE, access, NULL, &key_, access 80 base/win/registry.cc LONG RegKey::CreateKey(const wchar_t* name, REGSAM access) { access 81 base/win/registry.cc DCHECK(name && access); access 84 base/win/registry.cc access, NULL, &subkey, NULL); access 91 base/win/registry.cc LONG RegKey::Open(HKEY rootkey, const wchar_t* subkey, REGSAM access) { access 92 base/win/registry.cc DCHECK(rootkey && subkey && access); access 95 base/win/registry.cc LONG result = RegOpenKeyEx(rootkey, subkey, 0, access, &key_); access 99 base/win/registry.cc LONG RegKey::OpenKey(const wchar_t* relative_key_name, REGSAM access) { access 100 base/win/registry.cc DCHECK(relative_key_name && access); access 102 base/win/registry.cc LONG result = RegOpenKeyEx(key_, relative_key_name, 0, access, &subkey); access 30 base/win/registry.h RegKey(HKEY rootkey, const wchar_t* subkey, REGSAM access); access 33 base/win/registry.h LONG Create(HKEY rootkey, const wchar_t* subkey, REGSAM access); access 36 base/win/registry.h DWORD* disposition, REGSAM access); access 39 base/win/registry.h LONG CreateKey(const wchar_t* name, REGSAM access); access 42 base/win/registry.h LONG Open(HKEY rootkey, const wchar_t* subkey, REGSAM access); access 45 base/win/registry.h LONG OpenKey(const wchar_t* relative_key_name, REGSAM access); access 286 cc/test/test_gles2_interface.cc void* TestGLES2Interface::MapImageCHROMIUM(GLuint image_id, GLenum access) { access 287 cc/test/test_gles2_interface.cc return test_context_->mapImageCHROMIUM(image_id, access); access 309 cc/test/test_gles2_interface.cc void* TestGLES2Interface::MapBufferCHROMIUM(GLuint target, GLenum access) { access 310 cc/test/test_gles2_interface.cc return test_context_->mapBufferCHROMIUM(target, access); access 131 cc/test/test_gles2_interface.h virtual void* MapImageCHROMIUM(GLuint image_id, GLenum access) OVERRIDE; access 140 cc/test/test_gles2_interface.h virtual void* MapBufferCHROMIUM(GLuint target, GLenum access) OVERRIDE; access 513 cc/test/test_web_graphics_context_3d.cc GLenum access) { access 570 cc/test/test_web_graphics_context_3d.cc GLenum access) { access 232 cc/test/test_web_graphics_context_3d.h GLenum access); access 242 cc/test/test_web_graphics_context_3d.h virtual void* mapImageCHROMIUM(GLuint image_id, GLenum access); access 2065 chrome/browser/about_flags.cc FlagAccess access, access 2106 chrome/browser/about_flags.cc if (access == kOwnerAccessToFlags && access 134 chrome/browser/about_flags.h FlagAccess access, access 41 chrome/browser/mac/security_wrappers.cc SecAccessRef access) access 43 chrome/browser/mac/security_wrappers.cc access_(access) { access 173 chrome/browser/mac/security_wrappers.cc SecAccessRef access; access 174 chrome/browser/mac/security_wrappers.cc OSStatus status = SecKeychainItemCopyAccess(item, &access); access 182 chrome/browser/mac/security_wrappers.cc return access; access 185 chrome/browser/mac/security_wrappers.cc CFArrayRef CrSAccessCopyACLList(SecAccessRef access) { access 186 chrome/browser/mac/security_wrappers.cc if (!access) { access 191 chrome/browser/mac/security_wrappers.cc OSStatus status = SecAccessCopyACLList(access, &acl_list); access 392 chrome/browser/mac/security_wrappers.cc SecAccessRef access) { access 400 chrome/browser/mac/security_wrappers.cc access, access 37 chrome/browser/mac/security_wrappers.h CrSKeychainItemAndAccess(SecKeychainItemRef item, SecAccessRef access); access 45 chrome/browser/mac/security_wrappers.h SecAccessRef access() const { return access_; } access 174 chrome/browser/mac/security_wrappers.h CFArrayRef CrSAccessCopyACLList(SecAccessRef access); access 228 chrome/browser/mac/security_wrappers.h SecAccessRef access); access 98 chrome/browser/renderer_host/web_cache_manager.cc stats->access = Time::Now(); access 121 chrome/browser/renderer_host/web_cache_manager.cc item->second.access = Time::Now(); access 440 chrome/browser/renderer_host/web_cache_manager.cc TimeDelta idle = Time::Now() - elmt->second.access; access 92 chrome/browser/renderer_host/web_cache_manager.h base::Time access; access 39 chrome/browser/renderer_host/web_cache_manager_unittest.cc stats(h)[renderer_id].access = Time::Now() - TimeDelta::FromMinutes( access 115 chrome/browser/ui/webui/flags_ui.cc about_flags::FlagAccess access); access 156 chrome/browser/ui/webui/flags_ui.cc about_flags::FlagAccess access) { access 158 chrome/browser/ui/webui/flags_ui.cc access_ = access; access 80 chrome/common/extensions/api/file_browser_handlers/file_browser_handler.cc const std::string& access) { access 81 chrome/common/extensions/api/file_browser_handlers/file_browser_handler.cc file_access_permission_flags_ |= GetAccessPermissionFlagFromString(access); access 168 chrome/common/extensions/api/file_browser_handlers/file_browser_handler.cc std::string access; access 169 chrome/common/extensions/api/file_browser_handlers/file_browser_handler.cc if (!access_list_value->GetString(i, &access) || access 170 chrome/common/extensions/api/file_browser_handlers/file_browser_handler.cc result->AddFileAccessPermission(access)) { access 69 chrome/installer/mini_installer/decompress.cc DWORD access = 0; access 73 chrome/installer/mini_installer/decompress.cc access = GENERIC_READ | GENERIC_WRITE; access 75 chrome/installer/mini_installer/decompress.cc access = GENERIC_WRITE; access 77 chrome/installer/mini_installer/decompress.cc access = GENERIC_READ; access 87 chrome/installer/mini_installer/decompress.cc HANDLE file = CreateFileW(path, access, FILE_SHARE_READ, NULL, disposition, access 59 chrome/installer/mini_installer/mini_installer.cc LONG Open(HKEY key, const wchar_t* sub_key, REGSAM access); access 86 chrome/installer/mini_installer/mini_installer.cc LONG RegKey::Open(HKEY key, const wchar_t* sub_key, REGSAM access) { access 88 chrome/installer/mini_installer/mini_installer.cc return ::RegOpenKeyEx(key, sub_key, NULL, access, &key_); access 143 chrome/installer/mini_installer/mini_installer.cc bool OpenClientStateKey(HKEY root_key, const wchar_t* app_guid, REGSAM access, access 148 chrome/installer/mini_installer/mini_installer.cc (key->Open(root_key, client_state_key.get(), access) == ERROR_SUCCESS); access 17 chrome/test/base/profile_mock.h MOCK_METHOD1(GetPasswordStore, PasswordStore* (ServiceAccessType access)); access 64 cloud_print/service/win/service_controller.cc HRESULT OpenService(const base::string16& name, DWORD access, access 74 cloud_print/service/win/service_controller.cc service->Set(::OpenService(scm, name.c_str(), access)); access 137 content/browser/zygote_host/zygote_host_impl_linux.cc if (access(sandbox_binary_.c_str(), X_OK) == 0 && access 431 content/browser/zygote_host/zygote_host_impl_linux.cc selinux = access(kSelinuxPath.value().c_str(), X_OK) == 0 && access 549 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc WGC3Denum access) { access 551 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc target, level, xoffset, yoffset, width, height, format, type, access); access 525 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h WGC3Dsizeiptr size, WGC3Denum access); access 536 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h WGC3Denum access); access 616 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h virtual void* mapBufferCHROMIUM(WGC3Denum target, WGC3Denum access); access 660 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h virtual void* mapImageCHROMIUM(WGC3Duint image_id, WGC3Denum access); access 90 content/common/handle_enumerator_win.cc ACCESS_MASK access) { access 92 content/common/handle_enumerator_win.cc if (access & GENERIC_READ) access 94 content/common/handle_enumerator_win.cc if (access & GENERIC_WRITE) access 96 content/common/handle_enumerator_win.cc if (access & GENERIC_EXECUTE) access 98 content/common/handle_enumerator_win.cc if (access & GENERIC_ALL) access 100 content/common/handle_enumerator_win.cc if (access & DELETE) access 102 content/common/handle_enumerator_win.cc if (access & READ_CONTROL) access 104 content/common/handle_enumerator_win.cc if (access & WRITE_DAC) access 106 content/common/handle_enumerator_win.cc if (access & WRITE_OWNER) access 108 content/common/handle_enumerator_win.cc if (access & SYNCHRONIZE) access 113 content/common/handle_enumerator_win.cc if (access & PROCESS_CREATE_PROCESS) access 115 content/common/handle_enumerator_win.cc if (access & PROCESS_CREATE_THREAD) access 117 content/common/handle_enumerator_win.cc if (access & PROCESS_DUP_HANDLE) access 119 content/common/handle_enumerator_win.cc if (access & PROCESS_QUERY_INFORMATION) access 121 content/common/handle_enumerator_win.cc if (access & PROCESS_QUERY_LIMITED_INFORMATION) access 123 content/common/handle_enumerator_win.cc if (access & PROCESS_SET_INFORMATION) access 125 content/common/handle_enumerator_win.cc if (access & PROCESS_SET_QUOTA) access 127 content/common/handle_enumerator_win.cc if (access & PROCESS_SUSPEND_RESUME) access 129 content/common/handle_enumerator_win.cc if (access & PROCESS_TERMINATE) access 131 content/common/handle_enumerator_win.cc if (access & PROCESS_VM_OPERATION) access 133 content/common/handle_enumerator_win.cc if (access & PROCESS_VM_READ) access 135 content/common/handle_enumerator_win.cc if (access & PROCESS_VM_WRITE) access 139 content/common/handle_enumerator_win.cc if (access & THREAD_DIRECT_IMPERSONATION) access 141 content/common/handle_enumerator_win.cc if (access & THREAD_GET_CONTEXT) access 143 content/common/handle_enumerator_win.cc if (access & THREAD_IMPERSONATE) access 145 content/common/handle_enumerator_win.cc if (access & THREAD_QUERY_INFORMATION ) access 147 content/common/handle_enumerator_win.cc if (access & THREAD_QUERY_LIMITED_INFORMATION) access 149 content/common/handle_enumerator_win.cc if (access & THREAD_SET_CONTEXT) access 151 content/common/handle_enumerator_win.cc if (access & THREAD_SET_INFORMATION) access 153 content/common/handle_enumerator_win.cc if (access & THREAD_SET_LIMITED_INFORMATION) access 155 content/common/handle_enumerator_win.cc if (access & THREAD_SET_THREAD_TOKEN) access 157 content/common/handle_enumerator_win.cc if (access & THREAD_SUSPEND_RESUME) access 159 content/common/handle_enumerator_win.cc if (access & THREAD_TERMINATE) access 163 content/common/handle_enumerator_win.cc if (access & FILE_APPEND_DATA) access 165 content/common/handle_enumerator_win.cc if (access & FILE_EXECUTE) access 167 content/common/handle_enumerator_win.cc if (access & FILE_READ_ATTRIBUTES) access 169 content/common/handle_enumerator_win.cc if (access & FILE_READ_DATA) access 171 content/common/handle_enumerator_win.cc if (access & FILE_READ_EA) access 173 content/common/handle_enumerator_win.cc if (access & FILE_WRITE_ATTRIBUTES) access 175 content/common/handle_enumerator_win.cc if (access & FILE_WRITE_DATA) access 177 content/common/handle_enumerator_win.cc if (access & FILE_WRITE_EA) access 181 content/common/handle_enumerator_win.cc if (access & FILE_ADD_FILE) access 183 content/common/handle_enumerator_win.cc if (access & FILE_ADD_SUBDIRECTORY) access 185 content/common/handle_enumerator_win.cc if (access & FILE_APPEND_DATA) access 187 content/common/handle_enumerator_win.cc if (access & FILE_DELETE_CHILD) access 189 content/common/handle_enumerator_win.cc if (access & FILE_LIST_DIRECTORY) access 191 content/common/handle_enumerator_win.cc if (access & FILE_READ_DATA) access 193 content/common/handle_enumerator_win.cc if (access & FILE_TRAVERSE) access 195 content/common/handle_enumerator_win.cc if (access & FILE_WRITE_DATA) access 199 content/common/handle_enumerator_win.cc if (access & KEY_CREATE_LINK) access 201 content/common/handle_enumerator_win.cc if (access & KEY_CREATE_SUB_KEY) access 203 content/common/handle_enumerator_win.cc if (access & KEY_ENUMERATE_SUB_KEYS) access 205 content/common/handle_enumerator_win.cc if (access & KEY_EXECUTE) access 207 content/common/handle_enumerator_win.cc if (access & KEY_NOTIFY) access 209 content/common/handle_enumerator_win.cc if (access & KEY_QUERY_VALUE) access 211 content/common/handle_enumerator_win.cc if (access & KEY_READ) access 213 content/common/handle_enumerator_win.cc if (access & KEY_SET_VALUE) access 215 content/common/handle_enumerator_win.cc if (access & KEY_WOW64_32KEY) access 217 content/common/handle_enumerator_win.cc if (access & KEY_WOW64_64KEY) access 221 content/common/handle_enumerator_win.cc if (access & WINSTA_ACCESSCLIPBOARD) access 223 content/common/handle_enumerator_win.cc if (access & WINSTA_ACCESSGLOBALATOMS) access 225 content/common/handle_enumerator_win.cc if (access & WINSTA_CREATEDESKTOP) access 227 content/common/handle_enumerator_win.cc if (access & WINSTA_ENUMDESKTOPS) access 229 content/common/handle_enumerator_win.cc if (access & WINSTA_ENUMERATE) access 231 content/common/handle_enumerator_win.cc if (access & WINSTA_EXITWINDOWS) access 233 content/common/handle_enumerator_win.cc if (access & WINSTA_READATTRIBUTES) access 235 content/common/handle_enumerator_win.cc if (access & WINSTA_READSCREEN) access 237 content/common/handle_enumerator_win.cc if (access & WINSTA_WRITEATTRIBUTES) access 241 content/common/handle_enumerator_win.cc if (access & DESKTOP_CREATEMENU) access 243 content/common/handle_enumerator_win.cc if (access & DESKTOP_CREATEWINDOW) access 245 content/common/handle_enumerator_win.cc if (access & DESKTOP_ENUMERATE) access 247 content/common/handle_enumerator_win.cc if (access & DESKTOP_HOOKCONTROL) access 249 content/common/handle_enumerator_win.cc if (access & DESKTOP_JOURNALPLAYBACK) access 251 content/common/handle_enumerator_win.cc if (access & DESKTOP_JOURNALRECORD) access 253 content/common/handle_enumerator_win.cc if (access & DESKTOP_READOBJECTS) access 255 content/common/handle_enumerator_win.cc if (access & DESKTOP_SWITCHDESKTOP) access 257 content/common/handle_enumerator_win.cc if (access & DESKTOP_WRITEOBJECTS) access 261 content/common/handle_enumerator_win.cc if (access & SC_MANAGER_CREATE_SERVICE) access 263 content/common/handle_enumerator_win.cc if (access & SC_MANAGER_CONNECT) access 265 content/common/handle_enumerator_win.cc if (access & SC_MANAGER_ENUMERATE_SERVICE ) access 267 content/common/handle_enumerator_win.cc if (access & SC_MANAGER_LOCK) access 269 content/common/handle_enumerator_win.cc if (access & SC_MANAGER_MODIFY_BOOT_CONFIG ) access 271 content/common/handle_enumerator_win.cc if (access & SC_MANAGER_QUERY_LOCK_STATUS ) access 275 content/common/handle_enumerator_win.cc if (access & EVENT_MODIFY_STATE) access 279 content/common/handle_enumerator_win.cc if (access & MUTEX_MODIFY_STATE) access 283 content/common/handle_enumerator_win.cc if (access & SEMAPHORE_MODIFY_STATE) access 287 content/common/handle_enumerator_win.cc if (access & TIMER_MODIFY_STATE) access 289 content/common/handle_enumerator_win.cc if (access & TIMER_QUERY_STATE) access 293 content/common/handle_enumerator_win.cc if (access & PIPE_ACCESS_INBOUND) access 295 content/common/handle_enumerator_win.cc if (access & PIPE_ACCESS_OUTBOUND) access 299 content/common/handle_enumerator_win.cc if (access & JOB_OBJECT_ASSIGN_PROCESS) access 301 content/common/handle_enumerator_win.cc if (access & JOB_OBJECT_QUERY) access 303 content/common/handle_enumerator_win.cc if (access & JOB_OBJECT_SET_ATTRIBUTES) access 305 content/common/handle_enumerator_win.cc if (access & JOB_OBJECT_SET_SECURITY_ATTRIBUTES) access 307 content/common/handle_enumerator_win.cc if (access & JOB_OBJECT_TERMINATE) access 311 content/common/handle_enumerator_win.cc if (access & FILE_MAP_EXECUTE) access 313 content/common/handle_enumerator_win.cc if (access & FILE_MAP_READ) access 315 content/common/handle_enumerator_win.cc if (access & FILE_MAP_WRITE) access 37 content/common/handle_enumerator_win.h ACCESS_MASK access); access 113 content/common/sandbox_win.cc sandbox::TargetPolicy::Semantics access, access 123 content/common/sandbox_win.cc result = policy->AddRule(sandbox::TargetPolicy::SUBSYS_FILES, access, access 133 content/common/sandbox_win.cc result = policy->AddRule(sandbox::TargetPolicy::SUBSYS_FILES, access, access 144 content/common/sandbox_win.cc sandbox::TargetPolicy::Semantics access, access 147 content/common/sandbox_win.cc result = policy->AddRule(sandbox::TargetPolicy::SUBSYS_REGISTRY, access, access 153 content/common/sandbox_win.cc result = policy->AddRule(sandbox::TargetPolicy::SUBSYS_REGISTRY, access, access 286 content/gpu/gpu_main.cc if (access("/dev/nvidiactl", R_OK) != 0) { access 23 content/shell/app/webkit_test_platform_support_linux.cc if (access(font, R_OK) < 0) { access 25 content/shell/app/webkit_test_platform_support_linux.cc if (access(font, R_OK) < 0) { access 95 content/shell/app/webkit_test_platform_support_linux.cc if (access(kFonts[i], R_OK) < 0) { access 78 gpu/GLES2/gl2extchromium.h GL_APICALL void* GL_APIENTRY glMapBufferCHROMIUM(GLuint target,GLenum access); access 82 gpu/GLES2/gl2extchromium.h GLuint target,GLenum access); access 115 gpu/GLES2/gl2extchromium.h GL_APICALL void* GL_APIENTRY glMapImageCHROMIUM(GLuint image_id, GLenum access); access 126 gpu/GLES2/gl2extchromium.h GLuint image_id, GLenum access); access 143 gpu/GLES2/gl2extchromium.h GLuint target, GLintptr offset, GLsizeiptr size, GLenum access); access 147 gpu/GLES2/gl2extchromium.h GLsizei height, GLenum format, GLenum type, GLenum access); access 151 gpu/GLES2/gl2extchromium.h GLuint target, GLintptr offset, GLsizeiptr size, GLenum access); access 156 gpu/GLES2/gl2extchromium.h GLsizei height, GLenum format, GLenum type, GLenum access); access 702 gpu/command_buffer/client/gles2_c_lib_autogen.h void* GLES2MapBufferCHROMIUM(GLuint target, GLenum access) { access 703 gpu/command_buffer/client/gles2_c_lib_autogen.h return gles2::GetGLContext()->MapBufferCHROMIUM(target, access); access 708 gpu/command_buffer/client/gles2_c_lib_autogen.h void* GLES2MapImageCHROMIUM(GLuint image_id, GLenum access) { access 709 gpu/command_buffer/client/gles2_c_lib_autogen.h return gles2::GetGLContext()->MapImageCHROMIUM(image_id, access); access 717 gpu/command_buffer/client/gles2_c_lib_autogen.h GLenum access) { access 719 gpu/command_buffer/client/gles2_c_lib_autogen.h target, offset, size, access); access 732 gpu/command_buffer/client/gles2_c_lib_autogen.h GLenum access) { access 734 gpu/command_buffer/client/gles2_c_lib_autogen.h target, level, xoffset, yoffset, width, height, format, type, access); access 2876 gpu/command_buffer/client/gles2_implementation.cc GLuint target, GLintptr offset, GLsizeiptr size, GLenum access) { access 2880 gpu/command_buffer/client/gles2_implementation.cc << GLES2Util::GetStringEnum(access) << ")"); access 2883 gpu/command_buffer/client/gles2_implementation.cc if (access != GL_WRITE_ONLY) { access 2885 gpu/command_buffer/client/gles2_implementation.cc "glMapBufferSubDataCHROMIUM", access, "access"); access 2904 gpu/command_buffer/client/gles2_implementation.cc access, shm_id, mem, shm_offset, target, offset, size))); access 2937 gpu/command_buffer/client/gles2_implementation.cc GLenum access) { access 2945 gpu/command_buffer/client/gles2_implementation.cc << GLES2Util::GetStringEnum(access) << ")"); access 2946 gpu/command_buffer/client/gles2_implementation.cc if (access != GL_WRITE_ONLY) { access 2948 gpu/command_buffer/client/gles2_implementation.cc "glMapTexSubImage2DCHROMIUM", access, "access"); access 2977 gpu/command_buffer/client/gles2_implementation.cc access, shm_id, mem, shm_offset, access 3627 gpu/command_buffer/client/gles2_implementation.cc void* GLES2Implementation::MapBufferCHROMIUM(GLuint target, GLenum access) { access 3630 gpu/command_buffer/client/gles2_implementation.cc << target << ", " << GLES2Util::GetStringEnum(access) << ")"); access 3633 gpu/command_buffer/client/gles2_implementation.cc if (access != GL_READ_ONLY) { access 3639 gpu/command_buffer/client/gles2_implementation.cc if (access != GL_WRITE_ONLY) { access 3988 gpu/command_buffer/client/gles2_implementation.cc GLenum access) { access 3996 gpu/command_buffer/client/gles2_implementation.cc switch(access) { access 4021 gpu/command_buffer/client/gles2_implementation.cc GLuint image_id, GLenum access) { access 4025 gpu/command_buffer/client/gles2_implementation.cc << GLES2Util::GetStringEnum(access) << ")"); access 4027 gpu/command_buffer/client/gles2_implementation.cc void* mapped = MapImageCHROMIUMHelper(image_id, access); access 286 gpu/command_buffer/client/gles2_implementation.h : access(_access), access 293 gpu/command_buffer/client/gles2_implementation.h GLenum access; access 308 gpu/command_buffer/client/gles2_implementation.h GLenum access, access 320 gpu/command_buffer/client/gles2_implementation.h : MappedResource(access, shm_id, shm_mem, shm_offset), access 345 gpu/command_buffer/client/gles2_implementation.h GLenum access, access 352 gpu/command_buffer/client/gles2_implementation.h : MappedResource(access, shm_id, shm_mem, shm_offset), access 549 gpu/command_buffer/client/gles2_implementation.h void* MapImageCHROMIUMHelper(GLuint image_id, GLenum access); access 564 gpu/command_buffer/client/gles2_implementation_autogen.h virtual void* MapBufferCHROMIUM(GLuint target, GLenum access) OVERRIDE; access 568 gpu/command_buffer/client/gles2_implementation_autogen.h virtual void* MapImageCHROMIUM(GLuint image_id, GLenum access) OVERRIDE; access 575 gpu/command_buffer/client/gles2_implementation_autogen.h GLenum access) OVERRIDE; access 587 gpu/command_buffer/client/gles2_implementation_autogen.h GLenum access) OVERRIDE; access 382 gpu/command_buffer/client/gles2_interface_autogen.h virtual void* MapBufferCHROMIUM(GLuint target, GLenum access) = 0; access 384 gpu/command_buffer/client/gles2_interface_autogen.h virtual void* MapImageCHROMIUM(GLuint image_id, GLenum access) = 0; access 389 gpu/command_buffer/client/gles2_interface_autogen.h GLenum access) = 0; access 399 gpu/command_buffer/client/gles2_interface_autogen.h GLenum access) = 0; access 406 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual void* MapBufferCHROMIUM(GLuint target, GLenum access) OVERRIDE; access 408 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual void* MapImageCHROMIUM(GLuint image_id, GLenum access) OVERRIDE; access 413 gpu/command_buffer/client/gles2_interface_stub_autogen.h GLenum access) OVERRIDE; access 423 gpu/command_buffer/client/gles2_interface_stub_autogen.h GLenum access) OVERRIDE; access 406 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual void* MapBufferCHROMIUM(GLuint target, GLenum access) OVERRIDE; access 408 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual void* MapImageCHROMIUM(GLuint image_id, GLenum access) OVERRIDE; access 413 gpu/command_buffer/client/gles2_trace_implementation_autogen.h GLenum access) OVERRIDE; access 423 gpu/command_buffer/client/gles2_trace_implementation_autogen.h GLenum access) OVERRIDE; access 1171 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h GLenum access) { access 1173 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h return gl_->MapBufferCHROMIUM(target, access); access 1182 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h GLenum access) { access 1184 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h return gl_->MapImageCHROMIUM(image_id, access); access 1195 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h GLenum access) { access 1197 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h return gl_->MapBufferSubDataCHROMIUM(target, offset, size, access); access 1214 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h GLenum access) { access 1217 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h target, level, xoffset, yoffset, width, height, format, type, access); access 118 gpu/config/gpu_info_collector_x11.cc pci_access* access = (libpci_loader.pci_alloc)(); access 119 gpu/config/gpu_info_collector_x11.cc DCHECK(access != NULL); access 120 gpu/config/gpu_info_collector_x11.cc (libpci_loader.pci_init)(access); access 121 gpu/config/gpu_info_collector_x11.cc (libpci_loader.pci_scan_bus)(access); access 123 gpu/config/gpu_info_collector_x11.cc for (pci_dev* device = access->devices; access 161 gpu/config/gpu_info_collector_x11.cc (libpci_loader.pci_cleanup)(access); access 56 media/audio/alsa/alsa_output_unittest.cc snd_pcm_access_t access, unsigned int channels, access 75 media/audio/alsa/alsa_wrapper.cc snd_pcm_access_t access, unsigned int channels, access 80 media/audio/alsa/alsa_wrapper.cc access, access 43 media/audio/alsa/alsa_wrapper.h snd_pcm_access_t access, unsigned int channels, access 78 media/audio/alsa/alsa_wrapper.h snd_pcm_format_t format, snd_pcm_access_t access, access 131 mojo/examples/pepper_container_app/graphics_3d_resource.cc GLenum access) { access 55 mojo/examples/pepper_container_app/graphics_3d_resource.h GLenum access) OVERRIDE; access 95 native_client_sdk/src/libraries/nacl_io/fuse.h int (*access)(const char* path, int mode); access 57 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc if (!fuse_ops_->access) access 60 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc int result = fuse_ops_->access(path.Join().c_str(), a_mode); access 292 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc return s_state.kp->access(path, amode); access 134 native_client_sdk/src/libraries/nacl_io/kernel_proxy.h virtual int access(const char* path, int amode); access 46 native_client_sdk/src/libraries/nacl_io/kernel_wrap.h int NAME(access)(const char* path, int amode) NOTHROW; access 86 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc OP(dev_filename, access); \ access 241 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc int WRAP(access)(const char* pathname, int amode) { access 138 native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc TEST_F(KernelWrapTest, access) { access 139 native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc EXPECT_CALL(mock, access(kDummyConstChar, kDummyInt)) .WillOnce(Return(-1)); access 140 native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc EXPECT_EQ(-1, access(kDummyConstChar, kDummyInt)); access 142 native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc EXPECT_CALL(mock, access(kDummyConstChar, kDummyInt)) .WillOnce(Return(0)); access 143 native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc EXPECT_EQ(0, access(kDummyConstChar, kDummyInt)); access 21 native_client_sdk/src/tests/nacl_io_test/mock_kernel_proxy.h MOCK_METHOD2(access, int(const char*, int)); access 3070 net/disk_cache/backend_unittest.cc DWORD access = GENERIC_READ | GENERIC_WRITE; access 3072 net/disk_cache/backend_unittest.cc name.value().c_str(), access, sharing, NULL, OPEN_EXISTING, 0, NULL)); access 3076 net/disk_cache/backend_unittest.cc file2.Set(CreateFile(name.value().c_str(), access, sharing, NULL, access 84 net/disk_cache/blockfile/file_win.cc DWORD access = GENERIC_READ | GENERIC_WRITE | DELETE; access 86 net/disk_cache/blockfile/file_win.cc base::File(CreateFile(name.value().c_str(), access, sharing, NULL, access 97 net/disk_cache/blockfile/file_win.cc base::File(CreateFile(name.value().c_str(), access, sharing, NULL, access 35 net/disk_cache/cache_util_win.cc DWORD access = SYNCHRONIZE; access 37 net/disk_cache/cache_util_win.cc name.value().c_str(), access, sharing, NULL, OPEN_EXISTING, 0, NULL)); access 45 ppapi/c/dev/ppb_gles_chromium_texture_mapping_dev.h GLenum access); access 578 ppapi/c/ppb_opengles2.h GLenum access); access 589 ppapi/c/ppb_opengles2.h GLenum access); access 981 ppapi/lib/gl/gles2/gles2.c GLenum access) { access 986 ppapi/lib/gl/gles2/gles2.c glGetCurrentContextPPAPI(), target, offset, size, access); access 1005 ppapi/lib/gl/gles2/gles2.c GLenum access) { access 1018 ppapi/lib/gl/gles2/gles2.c access); access 755 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void* GL_APIENTRY glMapBufferOES (GLenum target, GLenum access); access 760 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void* (GL_APIENTRYP PFNGLMAPBUFFEROESPROC) (GLenum target, GLenum access); access 1733 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void* GL_APIENTRY glMapBufferSubDataCHROMIUM (GLuint target, GLintptr offset, GLsizeiptr size, GLenum access); access 1735 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void* GL_APIENTRY glMapTexSubImage2DCHROMIUM (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLenum access); access 1739 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void* (GL_APIENTRYP PFNGLMAPBUFFERSUBDATACHROMIUM) (GLuint target, GLintptr offset, GLsizeiptr size, GLenum access); access 1741 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void* (GL_APIENTRYP PFNGLMAPTEXSUBIMAGE2DCHROMIUM) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLenum access); access 84 ppapi/shared_impl/ppb_graphics_3d_shared.cc GLenum access) { access 86 ppapi/shared_impl/ppb_graphics_3d_shared.cc target, level, xoffset, yoffset, width, height, format, type, access); access 51 ppapi/shared_impl/ppb_graphics_3d_shared.h GLenum access) OVERRIDE; access 1492 ppapi/shared_impl/ppb_opengles2_shared.cc GLenum access) { access 1496 ppapi/shared_impl/ppb_opengles2_shared.cc ->MapBufferSubDataCHROMIUM(target, offset, size, access); access 1518 ppapi/shared_impl/ppb_opengles2_shared.cc GLenum access) { access 1522 ppapi/shared_impl/ppb_opengles2_shared.cc target, level, xoffset, yoffset, width, height, format, type, access); access 26 ppapi/thunk/ppb_gles_chromium_texture_mapping_thunk.cc GLenum access) { access 30 ppapi/thunk/ppb_gles_chromium_texture_mapping_thunk.cc target, level, xoffset, yoffset, width, height, format, type, access); access 53 ppapi/thunk/ppb_graphics_3d_api.h GLenum access) = 0; access 64 remoting/host/setup/daemon_controller_delegate_linux.cc if (access(candidate_exe.value().c_str(), X_OK) == 0) { access 60 rlz/win/lib/rlz_value_store_registry.cc bool GetRegKey(const char* name, REGSAM access, base::win::RegKey* key) { access 66 rlz/win/lib/rlz_value_store_registry.cc if (access & (KEY_SET_VALUE | KEY_CREATE_SUB_KEY | KEY_CREATE_LINK)) { access 68 rlz/win/lib/rlz_value_store_registry.cc access); access 71 rlz/win/lib/rlz_value_store_registry.cc access); access 77 rlz/win/lib/rlz_value_store_registry.cc bool GetPingTimesRegKey(REGSAM access, base::win::RegKey* key) { access 78 rlz/win/lib/rlz_value_store_registry.cc return GetRegKey(kPingTimesSubkeyName, access, key); access 84 rlz/win/lib/rlz_value_store_registry.cc REGSAM access, base::win::RegKey* key) { access 99 rlz/win/lib/rlz_value_store_registry.cc if (access & (KEY_SET_VALUE | KEY_CREATE_SUB_KEY | KEY_CREATE_LINK)) { access 101 rlz/win/lib/rlz_value_store_registry.cc access); access 104 rlz/win/lib/rlz_value_store_registry.cc access); access 110 rlz/win/lib/rlz_value_store_registry.cc bool GetAccessPointRlzsRegKey(REGSAM access, base::win::RegKey* key) { access 111 rlz/win/lib/rlz_value_store_registry.cc return GetRegKey(kRlzsSubkeyName, access, key); access 775 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc BPF_ASSERT(access("/proc/denied", R_OK) == -1); access 778 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc BPF_ASSERT(access("/proc/allowed", R_OK) == -1); access 782 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc int cpu_info_access = access("/proc/cpuinfo", R_OK); access 428 sandbox/linux/services/broker_process.cc int access_ret = access(file_to_access, mode); access 55 sandbox/linux/services/yama.cc int ret = access(kProcfsKernelSysPath, F_OK); access 103 sandbox/win/src/Wow64.cc DWORD access = EVENT_MODIFY_STATE | SYNCHRONIZE; access 105 sandbox/win/src/Wow64.cc &remote_load, access, FALSE, 0)) access 108 sandbox/win/src/Wow64.cc &remote_continue, access, FALSE, 0)) access 41 sandbox/win/src/acl.cc ACCESS_MASK access, ACL** new_dacl) { access 44 sandbox/win/src/acl.cc new_access.grfAccessPermissions = access; access 59 sandbox/win/src/acl.cc bool AddSidToDefaultDacl(HANDLE token, const Sid& sid, ACCESS_MASK access) { access 68 sandbox/win/src/acl.cc if (!AddSidToDacl(sid, default_dacl->DefaultDacl, GRANT_ACCESS, access, access 81 sandbox/win/src/acl.cc bool AddUserSidToDefaultDacl(HANDLE token, ACCESS_MASK access) { access 92 sandbox/win/src/acl.cc access); access 97 sandbox/win/src/acl.cc ACCESS_MASK access) { access 107 sandbox/win/src/acl.cc if (!AddSidToDacl(sid.GetPSID(), old_dacl, access_mode, access, &new_dacl)) { access 25 sandbox/win/src/acl.h ACCESS_MASK access, ACL** new_dacl); access 29 sandbox/win/src/acl.h bool AddSidToDefaultDacl(HANDLE token, const Sid& sid, ACCESS_MASK access); access 33 sandbox/win/src/acl.h bool AddUserSidToDefaultDacl(HANDLE token, ACCESS_MASK access); access 39 sandbox/win/src/acl.h ACCESS_MASK access); access 209 sandbox/win/src/policy_low_level_unittest.cc unsigned long access = 0; access 212 sandbox/win/src/policy_low_level_unittest.cc POLPARAM(access) // Argument 1 access 219 sandbox/win/src/policy_low_level_unittest.cc access = 24; access 224 sandbox/win/src/policy_low_level_unittest.cc access = 42; access 229 sandbox/win/src/policy_low_level_unittest.cc access = 24; access 235 sandbox/win/src/policy_low_level_unittest.cc access = 42; access 258 sandbox/win/src/policy_low_level_unittest.cc unsigned long access = 0; access 263 sandbox/win/src/policy_low_level_unittest.cc POLPARAM(access) // Argument 1 access 271 sandbox/win/src/policy_low_level_unittest.cc access = 24; access 276 sandbox/win/src/policy_low_level_unittest.cc access = 24; access 282 sandbox/win/src/policy_low_level_unittest.cc access = 24; access 289 sandbox/win/src/policy_low_level_unittest.cc access = 42; access 294 sandbox/win/src/policy_low_level_unittest.cc access = 24; access 300 sandbox/win/src/policy_low_level_unittest.cc access = 42; access 305 sandbox/win/src/policy_low_level_unittest.cc access = 24; access 27 sandbox/win/src/registry_policy.cc DWORD* access) { access 39 sandbox/win/src/registry_policy.cc NTSTATUS status = NtOpenKey(&handle, *access, obj_attributes); access 50 sandbox/win/src/registry_policy.cc *access = info.GrantedAccess & kAllowedRegFlags; access 262 sandbox/win/src/target_process.cc DWORD access = FILE_MAP_READ | FILE_MAP_WRITE; access 266 sandbox/win/src/target_process.cc &target_shared_section, access, FALSE, 0)) { access 97 sandbox/win/tools/finder/finder.h void Output(ATL::CString type, ATL::CString access, ATL::CString info) { access 98 sandbox/win/tools/finder/finder.h fprintf(file_output_, "\n%S;%S;%S", type.GetBuffer(), access.GetBuffer(), access 73 sandbox/win/wow_helper/wow_helper.cc DWORD access = PROCESS_VM_OPERATION | PROCESS_VM_READ | PROCESS_VM_WRITE; access 74 sandbox/win/wow_helper/wow_helper.cc HANDLE child = ::OpenProcess(access, FALSE, process_id); access 243 third_party/khronos/GLES2/gl2ext.h typedef void *(GL_APIENTRYP PFNGLMAPBUFFEROESPROC) (GLenum target, GLenum access); access 247 third_party/khronos/GLES2/gl2ext.h GL_APICALL void *GL_APIENTRY glMapBufferOES (GLenum target, GLenum access); access 787 third_party/khronos/GLES2/gl2ext.h typedef void *(GL_APIENTRYP PFNGLMAPBUFFERRANGEEXTPROC) (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access); access 790 third_party/khronos/GLES2/gl2ext.h GL_APICALL void *GL_APIENTRY glMapBufferRangeEXT (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access); access 386 third_party/libva/va/va_backend.h * CPU access access 2516 third_party/libxml/src/debugXML.c if (access((char *) filename, W_OK)) { access 2585 third_party/libxml/src/debugXML.c if (access((char *) filename, W_OK)) { access 149 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc if (access(path.c_str(), F_OK) == -1) { access 763 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc if (access(input_files_[i].c_str(), F_OK) < 0) { access 945 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc if (access(disk_path.c_str(), F_OK) < 0) { access 284 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc if (access(possible_paths[i], F_OK) == 0) { access 377 third_party/protobuf/src/google/protobuf/compiler/importer.cc if (access(shadowing_disk_file->c_str(), F_OK) >= 0) { access 62 third_party/protobuf/src/google/protobuf/testing/file.cc return access(name.c_str(), F_OK) == 0; access 24445 third_party/sqlite/amalgamation/sqlite3.c { "access", (sqlite3_syscall_ptr)access, 0 }, access 304 third_party/sqlite/src/src/os_unix.c { "access", (sqlite3_syscall_ptr)access, 0 }, access 2778 third_party/sqlite/src/src/shell.c if( access(data.zDbFilename, 0)==0 ){ access 514 third_party/sqlite/src/src/test_demovfs.c rc = access(zPath, eAccess); access 36 third_party/sqlite/src/test/crashtest1.c if( access("./test.db-journal",0)==0 ){ access 26 third_party/sqlite/src/tool/lemon.c extern int access(const char *path, int mode); access 3040 third_party/sqlite/src/tool/lemon.c if( access(path,modemask)==0 ) break; access 3110 third_party/sqlite/src/tool/lemon.c if( access(user_templatename,004)==-1 ){ access 3131 third_party/sqlite/src/tool/lemon.c if( access(buf,004)==0 ){ access 3133 third_party/sqlite/src/tool/lemon.c }else if( access(templatename,004)==0 ){ access 132 third_party/tcmalloc/chromium/src/symbolize.cc if (access(g_pprof_path->c_str(), R_OK) != 0) { access 132 third_party/tcmalloc/vendor/src/symbolize.cc if (access(g_pprof_path->c_str(), R_OK) != 0) { access 366 ui/gl/gl_bindings_skia_in_process.cc void* StubGLMapBuffer(GLenum target, GLenum access) { access 367 ui/gl/gl_bindings_skia_in_process.cc return glMapBuffer(target, access); access 142 webkit/browser/database/vfs_backend.cc if (!access(file_path.value().c_str(), R_OK)) access 144 webkit/browser/database/vfs_backend.cc if (!access(file_path.value().c_str(), W_OK)) access 368 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc WGC3Denum access) { access 370 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc return gl_->MapBufferSubDataCHROMIUM(target, offset, size, access); access 388 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc WGC3Denum access) { access 391 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc target, level, xoffset, yoffset, width, height, format, type, access); access 1106 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc WGC3Denum target, WGC3Denum access) { access 1108 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc return gl_->MapBufferCHROMIUM(target, access); access 430 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h WGC3Dsizeiptr size, WGC3Denum access); access 441 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h WGC3Denum access); access 485 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h virtual void* mapImageCHROMIUM(WGC3Duint image_id, WGC3Denum access); access 518 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h virtual void* mapBufferCHROMIUM(WGC3Denum target, WGC3Denum access);