Home
last modified time | relevance | path

Searched defs:access (Results 1 - 25 of 464) sorted by relevance

12345678910>>...19

/third_party/musl/src/unistd/
H A Daccess.c5 int access(const char *filename, int amode) in access() function
/third_party/skia/third_party/externals/tint/src/ast/
H A Daccess.cc20 std::ostream& operator<<(std::ostream& out, Access access) { in operator <<() argument
H A Dpointer.h62 ast::Access const access; member in tint::ast::Pointer::ast
H A Dpointer.cc39 out << ", " << access; in FriendlyName() local
/third_party/libunwind/libunwind/doc/
H A Dunw_create_addr_space.tex[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_ccswe.h41 spinlock_t access; member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_ccswe.h40 spinlock_t access; member
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/property/
H A Dconstruct_array_property.h33 auto access = p.GetUnlockedAccess(); local
H A Dconstruct_property.h62 auto access = p.GetUnlockedAccess(); local
91 auto access = p.GetUnlockedAccess(); local
/foundation/filemanagement/app_file_service/tests/mock/library_func_mock/
H A Dlibrary_func_mock.cpp35 int access(const char *pathname, int mode) in access() function
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/
H A Dsystem_function_mock.cpp25 int access(const char *name, int type) in access() function
H A Dassistant.h42 static int access(const char *name, int type) in access() function in OHOS::FileManagement::CloudDisk::Assistant
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_regs_history_debugfs.c71 char const access = (io->addr & 1) ? 'w' : 'r'; in regs_history_show() local
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_regs_history_debugfs.c81 char const access = (io->addr & 1) ? 'w' : 'r'; in regs_history_show() local
/third_party/alsa-utils/axfer/
H A Dframe-cache.h17 snd_pcm_access_t access; member
H A Dframe-cache.c48 int frame_cache_init(struct frame_cache *cache, snd_pcm_access_t access, in frame_cache_init() argument
/third_party/mesa3d/src/imagination/rogue/
H A Drogue_validate.h41 enum rogue_register_access access; member
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_vdpau.h52 st_vdpau_map_surface(struct gl_context *ctx, GLenum target, GLenum access, in st_vdpau_map_surface() argument
57 st_vdpau_unmap_surface(struct gl_context *ctx, GLenum target, GLenum access, in st_vdpau_unmap_surface() argument
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl_variable_qualifier_test.cc25 ast::Access access; member
/third_party/skia/third_party/externals/tint/src/sem/
H A Dpointer_type.cc25 Pointer(const Type* subtype, ast::StorageClass storage_class, ast::Access access) Pointer() argument
H A Dreference_type.cc24 Reference(const Type* subtype, ast::StorageClass storage_class, ast::Access access) Reference() argument
H A Dstorage_texture_type.cc24 StorageTexture(ast::TextureDimension dim, ast::ImageFormat format, ast::Access access, sem::Type* subtype) StorageTexture() argument
H A Dstorage_texture_type.h53 ast::Access access() const { return access_; } in access() function in tint::sem::StorageTexture
H A Dvariable.cc31 Variable(const ast::Variable* declaration, const sem::Type* type, ast::StorageClass storage_class, ast::Access access, Constant constant_value) Variable() argument
44 LocalVariable(const ast::Variable* declaration, const sem::Type* type, ast::StorageClass storage_class, ast::Access access, const sem::Statement* statement, Constant constant_value) LocalVariable() argument
55 GlobalVariable(const ast::Variable* declaration, const sem::Type* type, ast::StorageClass storage_class, ast::Access access, Constant constant_value, sem::BindingPoint binding_point) GlobalVariable() argument
66 Parameter(const ast::Variable* declaration, uint32_t index, const sem::Type* type, ast::StorageClass storage_class, ast::Access access, const ParameterUsage usage ) Parameter() argument
/third_party/skia/docs/examples/
H A DCanvas_accessTopLayerPixels_b.cpp17 uint32_t* access = (uint32_t*) canvas->accessTopLayerPixels(&imageInfo, &rowBytes, &origin); in REG_FIDDLE() local

Completed in 6 milliseconds

12345678910>>...19