/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()
|
/third_party/curl/lib/ |
H A D | smb.c | 169 unsigned int access; member 723 msg.access = smb_swap32(SMB_GENERIC_READ | SMB_GENERIC_WRITE); in smb_send_open() 727 msg.access = smb_swap32(SMB_GENERIC_READ); in smb_send_open()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_softvol.c | 519 * refine the access mask 810 if (! (cinfo.access & SNDRV_CTL_ELEM_ACCESS_USER)) { in softvol_load_control() 820 (cinfo.access & SNDRV_CTL_ELEM_ACCESS_TLV_READ) == 0) || in softvol_load_control() 822 (cinfo.access & SNDRV_CTL_ELEM_ACCESS_TLV_READ) != 0)) { in softvol_load_control()
|
/third_party/cups-filters/filter/foomatic-rip/ |
H A D | util.c | 47 if (access(dirs[i], W_OK) == 0) { in temp_dir() 317 if (access(progname, X_OK) == 0) in find_in_path() 326 if (access(filepath, X_OK) == 0) { in find_in_path()
|
/third_party/ltp/lib/ |
H A D | tst_test.c | 97 if (access("/dev/shm", F_OK) == 0) { in setup_ipc() 144 if (shm_path[0] && !access(shm_path, F_OK) && unlink(shm_path)) in cleanup_ipc() 163 if (access(path, F_OK)) in tst_reinit()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | typed-optimization.cc | 290 FieldAccess const& access = FieldAccessOf(node->op()); in ReduceLoadField() local 291 if (access.base_is_tagged == kTaggedBase && in ReduceLoadField() 292 access.offset == HeapObject::kMapOffset) { in ReduceLoadField()
|
/third_party/rust/crates/bindgen/bindgen/ |
H A D | clang.rs | 779 /// Get the access specifier for this cursor's referent. 789 let access = self.access_specifier(); in public_accessible() 790 access == CX_CXXPublic || access == CX_CXXInvalidAccessSpecifier in public_accessible()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationUtil.cpp | 456 bool isAccessFlagAllowed(VkAccessFlags2 access) const in isAccessFlagAllowed() 458 // synchronization2 suports more access flags then legacy synchronization in isAccessFlagAllowed() 460 // operate on access flags also supported by legacy synchronization in isAccessFlagAllowed() 503 if (access > static_cast<deUint64>(std::numeric_limits<deUint32>::max())) in isAccessFlagAllowed() 506 return (allowedAccessFlags.find(static_cast<deUint32>(access)) != allowedAccessFlags.end()); in isAccessFlagAllowed()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | TracePerfTest.cpp | 363 GLbitfield access) in MapBufferRangeMinimizedProc() 365 access |= GL_MAP_UNSYNCHRONIZED_BIT; in MapBufferRangeMinimizedProc() 366 return glMapBufferRange(target, offset, length, access); in MapBufferRangeMinimizedProc() 360 MapBufferRangeMinimizedProc(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access) MapBufferRangeMinimizedProc() argument
|
/third_party/skia/third_party/externals/tint/src/ |
H A D | intrinsic_table.cc | 623 A = Number(static_cast<uint32_t>(v->access())); 638 auto access = static_cast<Access>(A.Value()); \ 640 return state.builder.create<sem::StorageTexture>(dim, format, access, T); \
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationUtil.cpp | 456 bool isAccessFlagAllowed(VkAccessFlags2 access) const in isAccessFlagAllowed() 458 // synchronization2 suports more access flags then legacy synchronization in isAccessFlagAllowed() 460 // operate on access flags also supported by legacy synchronization in isAccessFlagAllowed() 503 if (access > static_cast<deUint64>(std::numeric_limits<deUint32>::max())) in isAccessFlagAllowed() 506 return (allowedAccessFlags.find(static_cast<deUint32>(access)) != allowedAccessFlags.end()); in isAccessFlagAllowed()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineExtendedDynamicStateTests.cpp | 1075 void operator()(tcu::PixelBufferAccess& access) const override 1077 const auto kWidth = access.getWidth(); 1078 const auto kHeight = access.getHeight(); 1084 access.setPixel(m_colorUint, x, y); 1086 access.setPixel(m_colorFloat, x, y); 1109 void operator()(tcu::PixelBufferAccess& access) const override 1111 const auto kWidth = access.getWidth(); 1112 const auto kHeight = access.getHeight(); 1119 access.setPixel(color, x, y); 1142 void operator()(tcu::PixelBufferAccess& access) cons [all...] |
/third_party/f2fs-tools/tools/ |
H A D | f2fscrypt.c | 191 int ret = access(argv[x], W_OK); in validate_paths() 671 access(mnt->mnt_dir, R_OK)) in get_default_salts()
|
/third_party/alsa-utils/speaker-test/ |
H A D | speaker-test.c | 454 static int set_hwparams(snd_pcm_t *handle, snd_pcm_hw_params_t *params, snd_pcm_access_t access) { in set_hwparams() argument 470 err = snd_pcm_hw_params_set_access(handle, params, access); in set_hwparams()
|
/third_party/icu/icu4c/source/common/ |
H A D | udata.cpp | 651 * partial-data-library access functions where each returns a pointer 710 * access functions. in openCommonData() 1479 U_CAPI void U_EXPORT2 udata_setFileAccess(UDataFileAccess access, UErrorCode * /*status*/) in udata_setFileAccess() argument 1482 gDataFileAccess = access; in udata_setFileAccess()
|
/third_party/libdrm/nouveau/ |
H A D | pushbuf.c | 386 nouveau_bo(bo)->access |= NOUVEAU_BO_WR; in pushbuf_submit() 388 nouveau_bo(bo)->access |= NOUVEAU_BO_RD; in pushbuf_submit()
|
/third_party/nghttp2/src/ |
H A D | shrpx_log.cc | 580 auto &accessconf = get_config()->logging.access; in upstream_accesslog() 879 auto &accessconf = loggingconf.access; in reopen_log_files()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | udata.cpp | 651 * partial-data-library access functions where each returns a pointer 710 * access functions. in openCommonData() 1456 U_CAPI void U_EXPORT2 udata_setFileAccess(UDataFileAccess access, UErrorCode * /*status*/) in udata_setFileAccess() argument 1459 gDataFileAccess = access; in udata_setFileAccess()
|
/third_party/ltp/testcases/network/netstress/ |
H A D | netstress.c | 673 /* IPv6 socket is also able to access IPv4 protocol stack */ in server_init() 786 if (access(tfo_cfg, W_OK) < 0) { in check_tfo_value() 815 if (access(tcp_tw_reuse, W_OK) < 0) in check_tw_reuse()
|
/third_party/node/deps/v8/src/heap/ |
H A D | read-only-spaces.cc | 352 PageAllocator::Permission access) { in SetPermissionsForPages() 359 access)); in SetPermissionsForPages() 351 SetPermissionsForPages(MemoryAllocator* memory_allocator, PageAllocator::Permission access) SetPermissionsForPages() argument
|
/third_party/musl/libc-test/src/functionalext/trace/ |
H A D | trace_marker.c | 67 if (access("/sys/kernel/tracing/trace", F_OK) == 0) { in clear_trace() 71 if (access("/sys/kernel/debug/tracing/trace", F_OK) == 0) { in clear_trace()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_transfer.c | 363 uint32_t access = (usage & PIPE_MAP_WRITE) ? in nvc0_mt_sync() local 365 return !nouveau_bo_wait(mt->base.bo, access, nvc0->base.client); in nvc0_mt_sync()
|