/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationGL15_autogen.h | 29 bool ValidateMapBuffer(const Context *context, BufferBinding targetPacked, GLenum access);
|
/base/tee/tee_client/services/teecd/src/ |
H A D | fs_work_agent.c | 206 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 D | webview_controller_impl.cpp | 261 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 D | es3aTextureFilteringTests.cpp | 443 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 D | config_policy_utils.c | 453 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 D | cert_manager_file_operator.c | 78 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 D | load-elimination.h | 304 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 D | representation-change.h | 342 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 D | libc_unistd.cpp | 252 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 D | teglColorClearCase.cpp | 105 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 D | vk_helpers.cpp | 92 // 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 D | napi_web_cookie_manager_test.cpp | 62 if (access(MOCK_NWEB_INSTALLATION_DIR.c_str(), F_OK) == 0) { in HWTEST_F()
|
/third_party/alsa-utils/axfer/test/ |
H A D | generator.h | 17 snd_pcm_access_t access,
|
/third_party/ltp/testcases/cve/ |
H A D | cve-2017-2618.c | 28 if (access(PATH_ATTRFS, F_OK)) in setup()
|
/third_party/mesa3d/src/imagination/rogue/ |
H A D | rogue_validate.h | 41 enum rogue_register_access access; member
|
/third_party/node/test/async-hooks/ |
H A D | test-fsreqcallback-access.js | 13 fs.access(__filename, common.mustCall(onaccess));
|
/third_party/ltp/testcases/kernel/sched/autogroup/ |
H A D | autogroup01.c | 64 if (access(PATH_AUTOGROUP, F_OK)) in setup()
|
/third_party/ltp/testcases/kernel/syscalls/io_setup/ |
H A D | io_setup02.c | 45 if (!access("/proc/sys/fs/aio-max-nr", F_OK)) { in run()
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
H A D | ioctl_ns03.c | 24 int exists = access("/proc/self/ns/uts", F_OK); in setup()
|
H A D | ioctl_ns02.c | 25 int exists = access("/proc/self/ns/uts", F_OK); in setup()
|
H A D | ioctl_ns04.c | 24 int exists = access("/proc/self/ns/user", F_OK); in setup()
|
/third_party/musl/libc-test/src/functionalext/supplement/process/ |
H A D | execlp.c | 33 int isExist = access("execlptest.txt", F_OK); in execlp_0100()
|
H A D | execv.c | 34 int isExist = access("execvtest.txt", F_OK); in execv_0100()
|
H A D | execve.c | 34 int isExist = access("execvetest.txt", F_OK); in execve_0100()
|
/third_party/musl/libc-test/src/functionalext/supplement/unistd/unistd_gtest/ |
H A D | unistd_access_test.cpp | 25 EXPECT_EQ(0, access(ptr, F_OK)); in HWTEST_F()
|