/third_party/ltp/lib/ |
H A D | get_path.c | 47 if (!access(path, R_OK) && !stat(path, &st) && S_ISREG(st.st_mode)) in file_exist()
|
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/ |
H A D | cli.js | 26 await fs.access(resource, constants.R_OK);
|
/third_party/node/deps/npm/node_modules/ip-address/node_modules/sprintf-js/src/ |
H A D | sprintf.js | 45 throw new Error(sprintf('[sprintf] Cannot access property "%s" of undefined value "%s"', ph.keys[k], ph.keys[k-1]))
|
/third_party/ltp/testcases/kernel/syscalls/sched_rr_get_interval/ |
H A D | sched_rr_get_interval01.c | 47 proc_flag = !access(PROC_SCHED_RR_TIMESLICE_MS, F_OK); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/setrlimit/ |
H A D | setrlimit03.c | 61 if (!access(NR_OPEN_PATH, F_OK)) in setup()
|
/third_party/ltp/testcases/kernel/security/cap_bound/ |
H A D | cap_bounds_r.c | 49 if (access(PROC_CAP_LAST, R_OK) == 0) { in main()
|
/third_party/ltp/testcases/kernel/syscalls/io_setup/ |
H A D | io_setup01.c | 80 if (!access("/proc/sys/fs/aio-max-nr", F_OK)) { in verify_io_setup()
|
/third_party/ltp/testcases/kernel/syscalls/perf_event_open/ |
H A D | perf_event_open03.c | 40 if (access(INTEL_PT_PATH, F_OK)) in setup()
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
H A D | fcntl35.c | 52 if (!access("/proc/sys/fs/pipe-max-size", F_OK)) { in setup()
|
/third_party/musl/libc-test/src/functionalext/supplement/dirent/ |
H A D | opendir.c | 31 if (access(path, F_OK) == 0) { in opendir_0100()
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
H A D | lgetxattr.c | 33 if (access(path, F_OK) == 0) { in lgetxattr_0100()
|
H A D | llistxattr.c | 33 if (access(path, F_OK) == 0) { in llistxattr_0100()
|
H A D | listxattr.c | 33 if (access(path, F_OK) == 0) { in listxattr_0100()
|
H A D | ppoll.c | 43 ret = access("ppoll_function_file", F_OK); in ppoll_0100()
|
/third_party/musl/libc-test/src/functionalext/supplement/mman/ |
H A D | madvise.c | 36 if (access(path, F_OK) == 0) { in clearfile()
|
/third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
H A D | preadv.c | 60 ret = access("preadv_function_value.c", F_OK); in preadv_0100()
|
H A D | pwrite.c | 25 if (access(name, F_OK) == 0) { in rm_file()
|
/third_party/skia/third_party/externals/tint/src/ast/ |
H A D | storage_texture.h | 20 #include "src/ast/access.h" 82 /// @param access_control the access control for the texture. 115 /// The access control 116 const Access access; member in tint::ast::StorageTexture
|
/third_party/skia/third_party/icu/ |
H A D | make_data_cpp.py | 24 mm = mmap.mmap(f.fileno(), 0, access=mmap.ACCESS_READ)
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | touch.c | 18 Update the access and modification times of each FILE to the current time. 70 if (access(s, F_OK) && (-1!=(fd = open(s, O_CREAT, 0666)))) { in touch_main()
|
/third_party/toybox/toys/posix/ |
H A D | touch.c | 18 Update the access and modification times of each FILE to the current time. 20 -a Change access time 77 if (access(s, F_OK) && (-1!=(fd = open(s, O_CREAT, 0666)))) { in touch_main()
|
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/ |
H A D | coresight-etm4x-core.c | 201 etm4_os_unlock_csa(drvdata, &drvdata->csdev->access); in etm4_os_unlock() 209 etm_write_os_lock(drvdata, &drvdata->csdev->access, 0x1); in etm4_os_lock() 408 struct csdev_access *csa = &csdev->access; in etm4_enable_hw() 521 /* Synchronize the register updates for sysreg access */ in etm4_enable_hw() 872 struct csdev_access *csa = &csdev->access; in etm4_disable_hw() 954 control = etm4x_relaxed_read32(&csdev->access, TRCVICTLR); in etm4_disable_perf() 1052 * ETMs implementing sysreg access must implement TRCDEVARCH. in etm4_init_sysreg_access() 1116 * a memory map to prevent sysreg access on broken in etm4_init_csdev_access() 1170 * If we are unable to detect the access mechanism, in etm4_init_arch_data() 1308 /* Set ELx trace filter access i 2069 struct csdev_access access = { 0 }; etm4_probe() local 2185 struct csdev_access access = { 0 }; etm4_probe_cpu() local [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_descriptors.c | 291 bool is_stencil, uint16_t access, uint32_t * restrict state) in si_set_mutable_tex_desc_fields() 322 if (!(access & SI_IMAGE_ACCESS_DCC_OFF) && vi_dcc_enabled(tex, first_level)) { in si_set_mutable_tex_desc_fields() 373 (access & SI_IMAGE_ACCESS_ALLOW_DCC_STORE)); in si_set_mutable_tex_desc_fields() 756 if (view->access & PIPE_IMAGE_ACCESS_WRITE) in si_set_shader_image_desc() 769 unsigned access = view->access; in si_set_shader_image_desc() local 772 access |= SI_IMAGE_ACCESS_ALLOW_DCC_STORE; in si_set_shader_image_desc() 778 !(access & SI_IMAGE_ACCESS_DCC_OFF) && in si_set_shader_image_desc() 779 ((!(access & SI_IMAGE_ACCESS_ALLOW_DCC_STORE) && (access in si_set_shader_image_desc() 287 si_set_mutable_tex_desc_fields(struct si_screen *sscreen, struct si_texture *tex, const struct legacy_surf_level *base_level_info, unsigned base_level, unsigned first_level, unsigned block_width, bool is_stencil, uint16_t access, uint32_t * restrict state) si_set_mutable_tex_desc_fields() argument 2607 si_make_image_handle_resident(struct pipe_context *ctx, uint64_t handle, unsigned access, bool resident) si_make_image_handle_resident() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | TextureVk.cpp | 271 vk::ImageAccess access) in AdjustStorageViewFormatPerWorkarounds() 275 intended->getActualImageFormatID(access) == angle::FormatID::R32_FLOAT) in AdjustStorageViewFormatPerWorkarounds() 980 vk::CommandBufferAccess access; in copySubImageImplWithTransfer() local 981 access.onImageTransferRead(VK_IMAGE_ASPECT_COLOR_BIT, srcImage); in copySubImageImplWithTransfer() 1020 access.onImageTransferWrite(level, 1, baseLayer, layerCount, VK_IMAGE_ASPECT_COLOR_BIT, in copySubImageImplWithTransfer() 1024 ANGLE_TRY(contextVk->getOutsideRenderPassCommandBuffer(access, &commandBuffer)); in copySubImageImplWithTransfer() 1057 access.onImageTransferWrite(gl::LevelIndex(0), 1, 0, layerCount, VK_IMAGE_ASPECT_COLOR_BIT, in copySubImageImplWithTransfer() 1061 ANGLE_TRY(contextVk->getOutsideRenderPassCommandBuffer(access, &commandBuffer)); in copySubImageImplWithTransfer() 1773 vk::CommandBufferAccess access; in copyBufferDataToImage() local 1774 access in copyBufferDataToImage() 269 AdjustStorageViewFormatPerWorkarounds(ContextVk *contextVk, const vk::Format *intended, vk::ImageAccess access) AdjustStorageViewFormatPerWorkarounds() argument 1828 vk::CommandBufferAccess access; generateMipmapsWithCompute() local 2070 vk::CommandBufferAccess access; copyAndStageImageData() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrUtil.cpp | 1497 tcu::Interval lookupWrapped (const ChannelAccess& access, 1503 return access.getChannel(conversionFormat, 1504 tcu::IVec3(wrap(addressModeU, coord.x(), access.getSize().x()), wrap(addressModeV, coord.y(), access.getSize().y()), 0)); 1546 tcu::Interval linearSample (const ChannelAccess& access, 1556 lookupWrapped(access, conversionFormat, addressModeU, addressModeV, coord + tcu::IVec2(0, 0)), 1557 lookupWrapped(access, conversionFormat, addressModeU, addressModeV, coord + tcu::IVec2(1, 0)), 1558 lookupWrapped(access, conversionFormat, addressModeU, addressModeV, coord + tcu::IVec2(0, 1)), 1559 lookupWrapped(access, conversionFormat, addressModeU, addressModeV, coord + tcu::IVec2(1, 1))); 1567 const ChannelAccess& access, [all...] |