Home
last modified time | relevance | path

Searched refs:access (Results 301 - 325 of 1295) sorted by relevance

1...<<11121314151617181920>>...52

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationGL15_autogen.h29 bool ValidateMapBuffer(const Context *context, BufferBinding targetPacked, GLenum access);
/base/tee/tee_client/services/teecd/src/
H A Dfs_work_agent.c206 if (access(pathTemp, F_OK) == 0) { in CreateDir()
1066 tlogv("sec storage : file access\n"); in FileAccessWork()
1073 if (JoinFileName((char *)(transControl->args.access.name), nameBuff, sizeof(nameBuff)) == 0) { in FileAccessWork()
1074 ret = access(nameBuff, transControl->args.access.mode); in FileAccessWork()
1076 tloge("access file mode %d failed: %d\n", transControl->args.access.mode, errno); in FileAccessWork()
1084 ret = access((char *)(transControl->args.access.name), transControl->args.access in FileAccessWork()
[all...]
/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_controller_impl.cpp261 bool access = false; in AccessForward() local
264 access = nweb_ptr->IsNavigateForwardAllowed(); in AccessForward()
266 return access; in AccessForward()
271 bool access = false; in AccessBackward() local
274 access = nweb_ptr->IsNavigatebackwardAllowed(); in AccessBackward()
276 return access; in AccessBackward()
511 bool access = false; in AccessStep() local
514 access = nweb_ptr->CanNavigateBackOrForward(step); in AccessStep()
516 return access; in AccessStep()
/third_party/vk-gl-cts/modules/gles3/accuracy/
H A Des3aTextureFilteringTests.cpp443 tcu::PixelBufferAccess access = m_textures[texNdx]->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)face); in init() local
445 access.setPixel(color, 0, 0); in init()
446 access.setPixel(color, access.getWidth()-1, 0); in init()
447 access.setPixel(color, 0, access.getHeight()-1); in init()
448 access.setPixel(color, access.getWidth()-1, access.getHeight()-1); in init()
/base/customization/config_policy/frameworks/config_policy/src/
H A Dconfig_policy_utils.c453 access(buf, F_OK) == 0) { in GetOneCfgFileEx()
462 access(buf, F_OK) == 0) { in GetOneCfgFileEx()
501 access(buf, F_OK) == 0) { in GetCfgFilesEx()
508 access(buf, F_OK) == 0) { in GetCfgFilesEx()
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_file_operator.c78 if (access(fileName, F_OK) != 0) { in IsFileExist()
225 if ((access(path, F_OK)) != -1) { in CmMakeDir()
244 if ((access(path, F_OK)) != -1) { in CmUserBakupMakeDir()
532 if (access(path, F_OK) != 0) { in DirRemove()
/third_party/node/deps/v8/src/compiler/
H A Dload-elimination.h304 Reduction ReduceLoadField(Node* node, FieldAccess const& access);
305 Reduction ReduceStoreField(Node* node, FieldAccess const& access);
320 FieldAccess const& access) const;
325 static IndexRange FieldIndexOf(FieldAccess const& access);
H A Drepresentation-change.h342 MachineType TypeForBasePointer(const FieldAccess& access) { in TypeForBasePointer() argument
343 return access.tag() != 0 ? MachineType::AnyTagged() in TypeForBasePointer()
347 MachineType TypeForBasePointer(const ElementAccess& access) { in TypeForBasePointer() argument
348 return access.tag() != 0 ? MachineType::AnyTagged() in TypeForBasePointer()
/third_party/musl/Benchmark/musl/
H A Dlibc_unistd.cpp252 benchmark::DoNotOptimize(access(filename, F_OK)); in Bm_function_Access_exist()
261 benchmark::DoNotOptimize(access(filename, R_OK)); in Bm_function_Access_read()
270 benchmark::DoNotOptimize(access(filename, W_OK)); in Bm_function_Access_write()
279 benchmark::DoNotOptimize(access(filename, X_OK)); in Bm_function_Access_execute()
451 // Used to check file access permissions
/third_party/vk-gl-cts/modules/egl/
H A DteglColorClearCase.cpp105 tcu::PixelBufferAccess access = tcu::getSubregion(dst.getAccess(), clearIter->x, clearIter->y, 0, clearIter->width, clearIter->height, 1); in renderReference() local
106 tcu::clear(access, pixelFormat.convertColor(clearIter->color).toIVec()); in renderReference()
425 tcu::PixelBufferAccess access = tcu::getSubregion(refFrame.getAccess(), in executeForContexts() local
428 tcu::clear(access, pixelFmt.convertColor(packet.clears[clearNdx].color).toIVec()); in executeForContexts()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.cpp92 // Access mask when transitioning out from this layout. Note that source access mask never
297 // > is executed, are automatically made visible to the read access performed by the
1095 BufferAccess access; in usesBufferForWrite() local
1096 if (!mUsedBuffers.get(buffer.getBufferSerial().getValue(), &access)) in usesBufferForWrite()
1100 return access == BufferAccess::Write; in usesBufferForWrite()
1274 void CommandBufferHelper::onDepthAccess(ResourceAccess access) in onDepthAccess() argument
1276 // Update the access for optimizing this render pass's loadOp in onDepthAccess()
1277 UpdateAccess(&mDepthAccess, access); in onDepthAccess()
1280 if (onDepthStencilAccess(access, &mDepthCmdCountInvalidated, &mDepthCmdCountDisabled)) in onDepthAccess()
1287 void CommandBufferHelper::onStencilAccess(ResourceAccess access) in onStencilAccess() argument
1300 onDepthStencilAccess(ResourceAccess access, uint32_t *cmdCountInvalidated, uint32_t *cmdCountDisabled) onDepthStencilAccess() argument
1686 finalizeDepthStencilLoadStoreOps(Context *context, ResourceAccess access, RenderPassLoadOp *loadOp, RenderPassStoreOp *storeOp) finalizeDepthStencilLoadStoreOps() argument
3443 vk::CommandBufferAccess access; getIndexBufferForElementArrayBuffer() local
3823 vk::CommandBufferAccess access; copyFromBuffer() local
5478 CommandBufferAccess access; CopyImageSubData() local
5529 CommandBufferAccess access; generateMipmapsWithBlit() local
5701 stageSubresourceUpdateImpl(ContextVk *contextVk, const gl::ImageIndex &index, const gl::Extents &glExtents, const gl::Offset &offset, const gl::InternalFormat &formatInfo, const gl::PixelUnpackState &unpack, DynamicBuffer *stagingBufferOverride, GLenum type, const uint8_t *pixels, const Format &vkFormat, ImageAccess access, const GLuint inputRowPitch, const GLuint inputDepthPitch, const GLuint inputSkipBytes) stageSubresourceUpdateImpl() argument
6152 stageSubresourceUpdate(ContextVk *contextVk, const gl::ImageIndex &index, const gl::Extents &glExtents, const gl::Offset &offset, const gl::InternalFormat &formatInfo, const gl::PixelUnpackState &unpack, DynamicBuffer *stagingBufferOverride, GLenum type, const uint8_t *pixels, const Format &vkFormat, ImageAccess access) stageSubresourceUpdate() argument
6218 stageSubresourceUpdateFromFramebuffer( const gl::Context *context, const gl::ImageIndex &index, const gl::Rectangle &sourceArea, const gl::Offset &dstOffset, const gl::Extents &dstExtent, const gl::InternalFormat &formatInfo, ImageAccess access, FramebufferVk *framebufferVk, DynamicBuffer *stagingBufferOverride) stageSubresourceUpdateFromFramebuffer() argument
6731 CommandBufferAccess access; flushStagedUpdates() local
7261 CommandBufferAccess access; copyImageDataToBuffer() local
7438 CommandBufferAccess access; readPixels() local
[all...]
/base/web/webview/test/unittest/napi_web_cookie_manager_test/
H A Dnapi_web_cookie_manager_test.cpp62 if (access(MOCK_NWEB_INSTALLATION_DIR.c_str(), F_OK) == 0) { in HWTEST_F()
/third_party/alsa-utils/axfer/test/
H A Dgenerator.h17 snd_pcm_access_t access,
/third_party/ltp/testcases/cve/
H A Dcve-2017-2618.c28 if (access(PATH_ATTRFS, F_OK)) in setup()
/third_party/mesa3d/src/imagination/rogue/
H A Drogue_validate.h41 enum rogue_register_access access; member
/third_party/node/test/async-hooks/
H A Dtest-fsreqcallback-access.js13 fs.access(__filename, common.mustCall(onaccess));
/third_party/ltp/testcases/kernel/sched/autogroup/
H A Dautogroup01.c64 if (access(PATH_AUTOGROUP, F_OK)) in setup()
/third_party/ltp/testcases/kernel/syscalls/io_setup/
H A Dio_setup02.c45 if (!access("/proc/sys/fs/aio-max-nr", F_OK)) { in run()
/third_party/ltp/testcases/kernel/syscalls/ioctl/
H A Dioctl_ns03.c24 int exists = access("/proc/self/ns/uts", F_OK); in setup()
H A Dioctl_ns02.c25 int exists = access("/proc/self/ns/uts", F_OK); in setup()
H A Dioctl_ns04.c24 int exists = access("/proc/self/ns/user", F_OK); in setup()
/third_party/musl/libc-test/src/functionalext/supplement/process/
H A Dexeclp.c33 int isExist = access("execlptest.txt", F_OK); in execlp_0100()
H A Dexecv.c34 int isExist = access("execvtest.txt", F_OK); in execv_0100()
H A Dexecve.c34 int isExist = access("execvetest.txt", F_OK); in execve_0100()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/unistd_gtest/
H A Dunistd_access_test.cpp25 EXPECT_EQ(0, access(ptr, F_OK)); in HWTEST_F()

Completed in 24 milliseconds

1...<<11121314151617181920>>...52