Home
last modified time | relevance | path

Searched refs:access (Results 701 - 725 of 1148) sorted by relevance

1...<<21222324252627282930>>...46

/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl.cc63 using google::protobuf::io::win32::access;
/third_party/pulseaudio/src/modules/
H A Dmodule-console-kit.c287 if (access("/run/systemd/seats/", F_OK) >= 0) in pa__init()
/third_party/skia/include/core/
H A DSkSurface.h63 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 Dsetrans_client.c288 has_setrans = (access(SETRANS_UNIX_SOCKET, F_OK) == 0); in init_context_translations()
/third_party/curl/lib/
H A Dsmb.c169 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 Dpcm_softvol.c519 * 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 Dutil.c47 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 Dtst_test.c97 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 Dtyped-optimization.cc290 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 Dclang.rs779 /// 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 DvktSynchronizationUtil.cpp456 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 DTracePerfTest.cpp363 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 Dintrinsic_table.cc623 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 DvktSynchronizationUtil.cpp456 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 DvktPipelineExtendedDynamicStateTests.cpp1075 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 Df2fscrypt.c191 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 Dspeaker-test.c454 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 Dudata.cpp651 * 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 Dpushbuf.c386 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 Dshrpx_log.cc580 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 Dudata.cpp651 * 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 Dnetstress.c673 /* 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 Dread-only-spaces.cc352 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 Dtrace_marker.c67 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 Dnvc0_transfer.c363 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()

Completed in 41 milliseconds

1...<<21222324252627282930>>...46