Home
last modified time | relevance | path

Searched refs:access (Results 251 - 275 of 2536) sorted by relevance

1...<<11121314151617181920>>...102

/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/gradle/wrapper/
H A Dgradle-wrapper.jar ... int timeoutMs int pollIntervalMs public java.lang.Object access (java.io.File, java.util.concurrent ...
/third_party/skia/third_party/externals/oboe/apps/fxlab/gradle/wrapper/
H A Dgradle-wrapper.jar ... int timeoutMs int pollIntervalMs public java.lang.Object access (java.io.File, java.util.concurrent ...
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/gradle/wrapper/
H A Dgradle-wrapper.jar ... int timeoutMs int pollIntervalMs public java.lang.Object access (java.io.File, java.util.concurrent ...
/kernel/linux/linux-5.10/drivers/iio/
H A Dindustrialio-buffer.c10 * - Alternative access techniques?
41 return buf->access->data_available(buf); in iio_buffer_data_available()
92 * iio_buffer_read_outer() - chrdev read for buffer access
117 if (!rb || !rb->access->read) in iio_buffer_read_outer()
152 ret = rb->access->read(rb, n, buf); in iio_buffer_read_outer()
163 * @filp: File structure pointer for device access
532 buffer->access->set_length(buffer, val); in iio_buffer_write_length()
629 if (!buffer->access->enable) in iio_buffer_enable()
631 return buffer->access->enable(buffer, indio_dev); in iio_buffer_enable()
637 if (!buffer->access in iio_buffer_disable()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineSamplerBorderSwizzleTests.cpp449 const tcu::ConstPixelBufferAccess& access, in comparePixelToColorClearValue()
454 const auto bufferFormat = access.getFormat(); in comparePixelToColorClearValue()
495 for (int z = 0; z < access.getDepth(); ++z) in comparePixelToColorClearValue()
496 for (int y = 0; y < access.getHeight(); ++y) in comparePixelToColorClearValue()
497 for (int x = 0; x < access.getWidth(); ++x) in comparePixelToColorClearValue()
499 const tcu::Vec4 resColor (access.getPixel(x, y, z)); in comparePixelToColorClearValue()
541 for (int z = 0; z < access.getDepth(); ++z) in comparePixelToColorClearValue()
542 for (int y = 0; y < access.getHeight(); ++y) in comparePixelToColorClearValue()
543 for (int x = 0; x < access.getWidth(); ++x) in comparePixelToColorClearValue()
545 const tcu::UVec4 resColor (access in comparePixelToColorClearValue()
448 comparePixelToColorClearValue(const TestParams& params, const tcu::ConstPixelBufferAccess& access, const tcu::TextureFormat& textureFormat, const VkClearColorValue& ref, std::string& stringResult) comparePixelToColorClearValue() argument
[all...]
/foundation/filemanagement/app_file_service/tools/backup_tool/src/
H A Dtools_op_incremental_backup.cpp136 if (access(tmpPath.data(), F_OK) != 0 && mkdir(tmpPath.data(), S_IRWXU) != 0) { in OnFileReady()
145 if (access(tmpPath.data(), F_OK) != 0 && mkdir(tmpPath.data(), S_IRWXU) != 0) { in OnFileReady()
150 if (access(tmpDataPath.data(), F_OK) != 0 && mkdir(tmpDataPath.data(), S_IRWXU) != 0) { in OnFileReady()
161 if (access(tmpmanifestPath.data(), F_OK) != 0 && mkdir(tmpmanifestPath.data(), S_IRWXU) != 0) { in OnFileReady()
235 if (access(BConstants::BACKUP_TOOL_LINK_DIR.data(), F_OK) == 0) { in BackupToolDirSoftlinkToBackupDir()
250 if (access(BConstants::GetSaBundleBackupToolDir(BConstants::DEFAULT_USER_ID).data(), F_OK) != 0 && in BackupToolDirSoftlinkToBackupDir()
304 if (access((BConstants::BACKUP_TOOL_INCREMENTAL_RECEIVE_DIR).data(), F_OK) != 0 && in Init()
329 if (access(tmpPath.data(), F_OK) != 0 && mkdir(tmpPath.data(), S_IRWXU) != 0) { in Init()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H A Dmmu-hash.h167 * taken as such, concurrent access on pre POWER5 hardware could result
456 extern int __hash_page_4K(unsigned long ea, unsigned long access,
459 extern int __hash_page_64K(unsigned long ea, unsigned long access,
465 unsigned long access, unsigned long trap,
467 extern int hash_page(unsigned long ea, unsigned long access, unsigned long trap,
469 int __hash_page_huge(unsigned long ea, unsigned long access, unsigned long vsid,
473 extern int __hash_page_thp(unsigned long ea, unsigned long access,
477 static inline int __hash_page_thp(unsigned long ea, unsigned long access, in __hash_page_thp() argument
486 extern void hash_failure_debug(unsigned long ea, unsigned long access,
561 * GPU has restrictions of not able to access beyon
[all...]
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H A Dmmu-hash.h167 * taken as such, concurrent access on pre POWER5 hardware could result
459 extern int __hash_page_4K(unsigned long ea, unsigned long access,
462 extern int __hash_page_64K(unsigned long ea, unsigned long access,
468 unsigned long access, unsigned long trap,
470 extern int hash_page(unsigned long ea, unsigned long access, unsigned long trap,
474 int __hash_page_huge(unsigned long ea, unsigned long access, unsigned long vsid,
478 extern int __hash_page_thp(unsigned long ea, unsigned long access,
482 static inline int __hash_page_thp(unsigned long ea, unsigned long access, in __hash_page_thp() argument
491 extern void hash_failure_debug(unsigned long ea, unsigned long access,
573 * GPU has restrictions of not able to access beyon
[all...]
/third_party/alsa-utils/axfer/
H A Dsubcmd-transfer.c165 static int capture_pre_process(struct context *ctx, snd_pcm_access_t *access, in capture_pre_process() argument
178 access, frames_per_buffer); in capture_pre_process()
229 static int playback_pre_process(struct context *ctx, snd_pcm_access_t *access, in playback_pre_process() argument
325 access, frames_per_buffer); in playback_pre_process()
331 snd_pcm_access_t access; in context_pre_process() local
339 err = capture_pre_process(ctx, &access, &frames_per_buffer, in context_pre_process()
343 err = playback_pre_process(ctx, &access, &frames_per_buffer, in context_pre_process()
359 err = mapper_context_pre_process(&ctx->mapper, access, bytes_per_sample, in context_pre_process()
H A Dframe-cache.h17 snd_pcm_access_t access; member
26 int frame_cache_init(struct frame_cache *cache, snd_pcm_access_t access,
/third_party/node/deps/v8/src/base/platform/
H A Dplatform.h327 // Remaps already-mapped memory at |new_address| with |access| permissions.
337 MemoryPermission access);
359 MemoryPermission access);
362 MemoryPermission access);
371 void* address, size_t size, OS::MemoryPermission access,
379 MemoryPermission access);
422 // to be inaccessible and cause a fault on access. As such, creating guard
439 OS::MemoryPermission access);
444 OS::MemoryPermission access,
451 OS::MemoryPermission access);
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DBuffer.cpp250 angle::Result Buffer::map(const Context *context, GLenum access) in map() argument
255 ANGLE_TRY(mImpl->map(context, access, &mState.mMapPointer)); in map()
257 ASSERT(access == GL_WRITE_ONLY_OES); in map()
262 mState.mAccess = access; in map()
275 GLbitfield access) in mapRange()
281 ANGLE_TRY(mImpl->mapRange(context, offset, length, access, &mState.mMapPointer)); in mapRange()
287 mState.mAccessFlags = access; in mapRange()
294 if ((access & GL_MAP_WRITE_BIT) > 0) in mapRange()
272 mapRange(const Context *context, GLintptr offset, GLsizeiptr length, GLbitfield access) mapRange() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageLoadStoreTests.cpp90 tcu::ConstPixelBufferAccess getLayerOrSlice (const Texture& texture, const tcu::ConstPixelBufferAccess access, const int layer) in getLayerOrSlice() argument
99 return access; in getLayerOrSlice()
102 return tcu::getSubregion(access, 0, layer, access.getWidth(), 1); in getLayerOrSlice()
108 return tcu::getSubregion(access, 0, 0, layer, access.getWidth(), access.getHeight(), 1); in getLayerOrSlice()
220 void replaceBadFloatReinterpretValues (const tcu::PixelBufferAccess access) in replaceBadFloatReinterpretValues() argument
222 DE_ASSERT(tcu::getTextureChannelClass(access.getFormat().type) == tcu::TEXTURECHANNELCLASS_FLOATING_POINT); in replaceBadFloatReinterpretValues()
224 for (int z = 0; z < access in replaceBadFloatReinterpretValues()
253 replaceSnormReinterpretValues(const tcu::PixelBufferAccess access) replaceSnormReinterpretValues() argument
292 const tcu::PixelBufferAccess access = reference.getAccess(); generateReferenceImage() local
345 flipHorizontally(const tcu::PixelBufferAccess access) flipHorizontally() argument
2215 const tcu::PixelBufferAccess access = m_inputImageData.getAccess(); ImageExtendOperandTestInstance() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageLoadStoreTests.cpp90 tcu::ConstPixelBufferAccess getLayerOrSlice (const Texture& texture, const tcu::ConstPixelBufferAccess access, const int layer) in getLayerOrSlice() argument
99 return access; in getLayerOrSlice()
102 return tcu::getSubregion(access, 0, layer, access.getWidth(), 1); in getLayerOrSlice()
108 return tcu::getSubregion(access, 0, 0, layer, access.getWidth(), access.getHeight(), 1); in getLayerOrSlice()
220 void replaceBadFloatReinterpretValues (const tcu::PixelBufferAccess access) in replaceBadFloatReinterpretValues() argument
222 DE_ASSERT(tcu::getTextureChannelClass(access.getFormat().type) == tcu::TEXTURECHANNELCLASS_FLOATING_POINT); in replaceBadFloatReinterpretValues()
224 for (int z = 0; z < access in replaceBadFloatReinterpretValues()
253 replaceSnormReinterpretValues(const tcu::PixelBufferAccess access) replaceSnormReinterpretValues() argument
292 const tcu::PixelBufferAccess access = reference.getAccess(); generateReferenceImage() local
345 flipHorizontally(const tcu::PixelBufferAccess access) flipHorizontally() argument
2186 const tcu::PixelBufferAccess access = m_inputImageData.getAccess(); ImageExtendOperandTestInstance() local
[all...]
/foundation/communication/netstack/test/unittest/tls_test/client/
H A Dtls_utils_test.cpp39 if (access(CA_DER.data(), 0)) { in CheckCaFileExistence()
48 if (access(CA_PATH_CHAIN.data(), 0)) { in CheckCaPathChainExistence()
/foundation/communication/netstack/test/unittest/tlssocket/client/
H A Dtls_utils_test.cpp39 if (access(CA_DER.data(), 0)) { in CheckCaFileExistence()
48 if (access(CA_PATH_CHAIN.data(), 0)) { in CheckCaPathChainExistence()
/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
40 return LibraryFunc::libraryFunc_->access(pathname, mode); in access()
/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
27 return Assistant::ins->access(name, type); in access()
/kernel/linux/linux-5.10/include/linux/
H A Dc2port.h20 unsigned int access:1; member
39 /* Enable or disable the access to C2 port */
40 void (*access)(struct c2port_device *dev, int status); member
/kernel/linux/linux-6.6/include/linux/
H A Dc2port.h20 unsigned int access:1; member
39 /* Enable or disable the access to C2 port */
40 void (*access)(struct c2port_device *dev, int status); member
/kernel/liteos_a/testsuites/unittest/process/plimits/smoke/
H A DIt_process_plimits_ipc_002.cpp53 fd = access(fullPath.c_str(), W_OK | X_OK); in ItProcessPlimitsIpc002()
55 fd = access(fullPath.c_str(), F_OK | R_OK); in ItProcessPlimitsIpc002()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dsymlink.c36 if (access(link_name, 0) != 0) { in symlink_0100()
56 if (access(link_name, 0) == 0) { in symlink_0200()
/third_party/skia/third_party/externals/tint/src/ast/
H A Dpointer.h20 #include "src/ast/access.h"
35 /// @param access the access control of the pointer
40 ast::Access access);
61 /// The access control of the pointer
62 ast::Access const access; member in tint::ast::Pointer::ast
/third_party/toybox/toys/other/
H A Dwhich.c31 if (!access(filename, X_OK)) { in which_in_path()
48 if (!access(list->str, X_OK)) { in which_in_path()
/third_party/mesa3d/src/mesa/main/
H A Dbufferobj.c420 _mesa_access_flags_to_transfer_flags(GLbitfield access, bool wholeBuffer) in _mesa_access_flags_to_transfer_flags() argument
424 if (access & GL_MAP_WRITE_BIT) in _mesa_access_flags_to_transfer_flags()
427 if (access & GL_MAP_READ_BIT) in _mesa_access_flags_to_transfer_flags()
430 if (access & GL_MAP_FLUSH_EXPLICIT_BIT) in _mesa_access_flags_to_transfer_flags()
433 if (access & GL_MAP_INVALIDATE_BUFFER_BIT) { in _mesa_access_flags_to_transfer_flags()
436 else if (access & GL_MAP_INVALIDATE_RANGE_BIT) { in _mesa_access_flags_to_transfer_flags()
443 if (access & GL_MAP_UNSYNCHRONIZED_BIT) in _mesa_access_flags_to_transfer_flags()
446 if (access & GL_MAP_PERSISTENT_BIT) in _mesa_access_flags_to_transfer_flags()
449 if (access & GL_MAP_COHERENT_BIT) in _mesa_access_flags_to_transfer_flags()
455 if (access in _mesa_access_flags_to_transfer_flags()
470 _mesa_bufferobj_map_range(struct gl_context *ctx, GLintptr offset, GLsizeiptr length, GLbitfield access, struct gl_buffer_object *obj, gl_map_buffer_index index) _mesa_bufferobj_map_range() argument
788 simplified_access_mode(struct gl_context *ctx, GLbitfield access) simplified_access_mode() argument
3599 validate_map_buffer_range(struct gl_context *ctx, struct gl_buffer_object *bufObj, GLintptr offset, GLsizeiptr length, GLbitfield access, const char *func) validate_map_buffer_range() argument
3736 map_buffer_range(struct gl_context *ctx, struct gl_buffer_object *bufObj, GLintptr offset, GLsizeiptr length, GLbitfield access, const char *func) map_buffer_range() argument
3795 _mesa_MapBufferRange_no_error(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access) _mesa_MapBufferRange_no_error() argument
3808 _mesa_MapBufferRange(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access) _mesa_MapBufferRange() argument
3833 _mesa_MapNamedBufferRange_no_error(GLuint buffer, GLintptr offset, GLsizeiptr length, GLbitfield access) _mesa_MapNamedBufferRange_no_error() argument
3844 map_named_buffer_range(GLuint buffer, GLintptr offset, GLsizeiptr length, GLbitfield access, bool dsa_ext, const char *func) map_named_buffer_range() argument
3873 _mesa_MapNamedBufferRangeEXT(GLuint buffer, GLintptr offset, GLsizeiptr length, GLbitfield access) _mesa_MapNamedBufferRangeEXT() argument
3887 _mesa_MapNamedBufferRange(GLuint buffer, GLintptr offset, GLsizeiptr length, GLbitfield access) _mesa_MapNamedBufferRange() argument
3901 get_map_buffer_access_flags(struct gl_context *ctx, GLenum access, GLbitfield *flags) get_map_buffer_access_flags() argument
3921 _mesa_MapBuffer_no_error(GLenum target, GLenum access) _mesa_MapBuffer_no_error() argument
3936 _mesa_MapBuffer(GLenum target, GLenum access) _mesa_MapBuffer() argument
3960 _mesa_MapNamedBuffer_no_error(GLuint buffer, GLenum access) _mesa_MapNamedBuffer_no_error() argument
3974 _mesa_MapNamedBuffer(GLuint buffer, GLenum access) _mesa_MapNamedBuffer() argument
3998 _mesa_MapNamedBufferEXT(GLuint buffer, GLenum access) _mesa_MapNamedBufferEXT() argument
[all...]

Completed in 23 milliseconds

1...<<11121314151617181920>>...102