/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | PassResourceUsageTracker.cpp | 117 switch (bindingInfo.storageTexture.access) { in AddBindGroup()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | LockFileManager.cpp | 316 if (sys::fs::access(LockFileName.c_str(), sys::fs::AccessMode::Exist) == in waitForUnlock()
|
/third_party/skia/third_party/externals/tint/src/inspector/ |
H A D | test_inspector_builder.h | 220 /// @param access the storage buffer access control 225 ast::Access access, 232 /// @param members list of members to access, by index and type
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | utext.h | 43 * access to the actual text. 81 * or UTF-32, for example. When coding to the UText access API, no assumptions 109 * Most UText access functions have as their first parameter a (UText *) pointer, 332 * This is true for read access only with shallow clones, and for both read and 333 * write access with deep clones. 343 * @param readOnly true to request that the cloned UText have read only access to the 664 * #define inline versions of selected performance-critical text access functions 892 * are always an error while UText access is occurring because the underlying 918 * deleted, not just until the next time the access() function is called 999 * Function type declaration for UText.access() 1242 UTextAccess *access; global() member [all...] |
/third_party/toybox/toys/lsb/ |
H A D | mount.c | 326 if ((FLAG(a) && !access("/proc/mounts", R_OK)) || remount) { in mount_main()
|
/third_party/toybox/toys/pending/ |
H A D | wget.c | 326 if (!access(TT.filename, F_OK)) in wget_main()
|
/third_party/toybox/toys/posix/ |
H A D | patch.c | 417 if ((!strcmp(oldname, "/dev/null") || !oldsum) && access(name, F_OK)) in patch_main()
|
/third_party/protobuf/src/google/protobuf/io/ |
H A D | zero_copy_stream_impl.cc | 63 using google::protobuf::io::win32::access;
|
/third_party/pulseaudio/src/modules/ |
H A D | module-console-kit.c | 287 if (access("/run/systemd/seats/", F_OK) >= 0) in pa__init()
|
/third_party/skia/include/core/ |
H A D | SkSurface.h | 63 To access pixels after drawing, peekPixels() or readPixels(). 94 To access pixels after drawing, call flush() or peekPixels(). 659 @return true if SkSurface has direct access to pixels 948 @param access type of access the call will do on the backend object after flush 951 GrSemaphoresSubmitted flush(BackendSurfaceAccess access, const GrFlushInfo& info); 995 @param access optional state change request after flush
|
/third_party/selinux/libselinux/src/ |
H A D | setrans_client.c | 288 has_setrans = (access(SETRANS_UNIX_SOCKET, F_OK) == 0); in init_context_translations()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_operator.cpp | 627 if (access(oldPath.c_str(), F_OK) != 0 && access(newPath.c_str(), F_OK) == 0) { in RenameDir() 628 LOG_E(BMS_TAG_INSTALLD, "fail to access file errno:%{public}d", errno); in RenameDir() 682 if (access(subPath.c_str(), F_OK) == 0) { in ChangeDirOwnerRecursively() 693 if (access(currentPath.c_str(), F_OK) == 0) { in ChangeDirOwnerRecursively() 772 if (access(subPath.c_str(), F_OK) == 0) { in DeleteFiles() 809 if (access(filePath.c_str(), F_OK) == 0) { in DeleteFilesExceptDirs()
|
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/ |
H A D | ext_extension.cpp | 177 if (access(folderPath.c_str(), F_OK) != 0) { in CheckAndCreateDirectory() 202 if (access(path.c_str(), F_OK) != 0) { in GetFileHandleForSpecialCloneCloud() 253 if (access(tarName.c_str(), F_OK) == 0) { in GetFileHandle() 344 if (access(tarName.c_str(), F_OK) == 0) { in GetIncreFileHandleForNormalVersion() 358 if (access(reportName.c_str(), F_OK) == 0) { in GetIncreFileHandleForNormalVersion() 1099 if (access(fileName.data(), F_OK) != 0) { in RestoreBigFilePrecheck()
|
/third_party/node/lib/ |
H A D | fs.js | 226 function access(path, mode, callback) { function 233 mode = getValidMode(mode, 'access'); 238 binding.access(pathModule.toNamespacedPath(path), mode, req); 250 mode = getValidMode(mode, 'access'); 253 binding.access(pathModule.toNamespacedPath(path), mode, undefined, ctx); 271 fs.access(path, F_OK, suppressedCallback); 303 binding.access(nPath, F_OK, undefined, ctx); 305 // In case of an invalid symlink, `binding.access()` on win32 2176 * Changes the access and modification times of 2197 * Synchronously changes the access an [all...] |
/third_party/libabigail/include/ |
H A D | abg-ir.h | 1199 /// properties like access rights (if the parent is a class_decl), 2461 /// allows users to access the value as signed or unsigned as they 3732 /// functions. Its purpose is mainly to carry the access specifier 3753 /// Getter for the access specifier of this member. 3755 /// @return the access specifier for this member. 3760 /// Setter for the access specifier of this member. 3762 /// @param a the new access specifier. 4441 access_specifier access, in mem_fn_context_rel() 4443 : context_rel(s, access, is_static), in mem_fn_context_rel() 4567 access_specifier access, boo in member_function_template() 4435 mem_fn_context_rel(scope_decl* s, bool is_constructor, bool is_destructor, bool is_const, bool is_virtual, size_t vtable_offset_in_bits, access_specifier access, bool is_static) mem_fn_context_rel() argument 4566 member_function_template(function_tdecl_sptr f, access_specifier access, bool is_static, bool is_constructor, bool is_const) member_function_template() argument 4620 member_class_template(class_tdecl_sptr c, access_specifier access, bool is_static) member_class_template() argument [all...] |
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_codec.c | 1256 * amp access functions 1397 * the first access. If the amp was already initialized / updated beforehand, 1782 * toggle card->shutdown to allow/disallow the device access (as a hack) 1851 /* allow device access again */ in snd_hda_codec_reset() 1926 if (kctl->vd[0].access & SNDRV_CTL_ELEM_ACCESS_TLV_CALLBACK) { in init_follower_0dB() 1935 } else if (kctl->vd[0].access & SNDRV_CTL_ELEM_ACCESS_TLV_READ) in init_follower_0dB() 1984 * @access: kcontrol access rights 1999 unsigned int access, struct snd_kcontrol **ctl_ret) in __snd_hda_add_vmaster() 2015 kctl->vd[0].access | in __snd_hda_add_vmaster() 1996 __snd_hda_add_vmaster(struct hda_codec *codec, char *name, unsigned int *tlv, const char * const *followers, const char *suffix, bool init_follower_vol, unsigned int access, struct snd_kcontrol **ctl_ret) __snd_hda_add_vmaster() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | StateManagerGL.cpp | 522 GLenum access, in bindImageTexture() 527 binding.layer != layer || binding.access != access || binding.format != format) in bindImageTexture() 533 binding.access = access; in bindImageTexture() 536 layered, layer, access, format); in bindImageTexture() local 1049 imageUnit.layered, imageUnit.layer, imageUnit.access, in updateProgramImageBindings() 1055 imageUnit.access, imageUnit.format); in updateProgramImageBindings() 517 bindImageTexture(size_t unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format) bindImageTexture() argument
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/ |
H A D | temporal_test.cpp | 122 if (!access("/system/lib64/media/", 0)) { in HWTEST_F() 151 if (!access("/system/lib64/media/", 0)) { in HWTEST_F() 166 if (!access("/system/lib64/media/", 0)) { in HWTEST_F()
|
/foundation/multimedia/av_codec/test/moduletest/demuxer/src/ |
H A D | format_test.cpp | 411 if (!access("/system/lib64/media/", 0)) { in HevcVideoParam() 703 if (access(g_vvc8bitPath.c_str(), F_OK) != 0) { in HWTEST_F() 734 if (access(g_vvc10bitPath.c_str(), F_OK) != 0) { in HWTEST_F()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/ |
H A D | pgtable.h | 19 #define _PAGE_WRITE 0x00002 /* write access allowed */ 20 #define _PAGE_READ 0x00004 /* read access allowed */ 23 #define _PAGE_PRIVILEGED 0x00008 /* kernel access only */ 24 #define _PAGE_SAO 0x00010 /* Strong access order */ 116 * user access blocked by key 603 * _PAGE_READ is needed for any access and will be in pte_access_permitted() 778 static inline bool check_pte_access(unsigned long access, unsigned long ptev) in check_pte_access() argument 783 if (access & ~ptev) in check_pte_access() 786 * This check for access to privilege space in check_pte_access() 788 if ((access in check_pte_access() [all...] |
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | proc-v7.S | 148 mrc p15, 0, r10, c1, c0, 2 @ Co-processor access control 182 mcr p15, 0, r10, c1, c0, 2 @ Co-processor access control 536 mcr p14, 6, r0, c0, c0, 0 @ stop userspace TEEHBR access
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/ |
H A D | pgtable.h | 18 #define _PAGE_WRITE 0x00002 /* write access allowed */ 19 #define _PAGE_READ 0x00004 /* read access allowed */ 22 #define _PAGE_PRIVILEGED 0x00008 /* kernel access only */ 23 #define _PAGE_SAO 0x00010 /* Strong access order */ 116 * user access blocked by key 546 * _PAGE_READ is needed for any access and will be in pte_access_permitted() 731 static inline bool check_pte_access(unsigned long access, unsigned long ptev) in check_pte_access() argument 736 if (access & ~ptev) in check_pte_access() 739 * This check for access to privilege space in check_pte_access() 741 if ((access in check_pte_access() [all...] |
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | proc-v7.S | 150 mrc p15, 0, r10, c1, c0, 2 @ Co-processor access control 184 mcr p15, 0, r10, c1, c0, 2 @ Co-processor access control 544 mcr p14, 6, r0, c0, c0, 0 @ stop userspace TEEHBR access
|
/kernel/linux/linux-5.10/sound/pci/mixart/ |
H A D | mixart_mixer.c | 396 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE | 890 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE | 1016 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE |
|
/kernel/linux/linux-5.10/sound/core/ |
H A D | pcm.c | 279 static const char *snd_pcm_access_name(snd_pcm_access_t access) in snd_pcm_access_name() argument 281 return snd_pcm_access_names[(__force int)access]; in snd_pcm_access_name() 393 snd_iprintf(buffer, "access: %s\n", snd_pcm_access_name(runtime->access)); in snd_pcm_substream_proc_hw_params_read() 795 * and access to any private data. 1000 /* Avoid concurrent access to runtime via PCM timer interface */ in snd_pcm_detach_substream()
|