Home
last modified time | relevance | path

Searched refs:access (Results 1076 - 1100 of 1153) sorted by relevance

1...<<41424344454647

/third_party/mksh/
H A Dvar.c1391 /* LINTED use of access */ in setspec()
1392 if (mksh_abspath(s) && access(s, W_OK|X_OK) == 0 && in setspec()
1657 /* allocate-by-access the [0] element to keep in scope */ in set_array()
/third_party/node/deps/uv/src/unix/
H A Dfs.c1715 X(ACCESS, access(req->path, req->flags)); in uv__fs_work()
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1189 pub fn access(path: *const c_char, amode: ::c_int) -> ::c_int; in access() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs856 pub fn access(path: *const c_char, amode: ::c_int) -> ::c_int; in access() functions
/third_party/popt/src/
H A Dpopt.c436 if (!access(t, X_OK)) in findProgramPath()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dframe_capture_utils.cpp523 json->addScalar("Access", imageUnit.access); in SerializeImageUnit()
H A Dcapture_gles_ext_autogen.h1214 GLbitfield access,
2227 GLenum access,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp225 RAW_METHOD_DUMP(OS, access); in dump()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShadingLanguage420PackTests.hpp180 void* map(glw::GLenum access) const;
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationGL1.cpp2417 GLenum access) in ValidateMapBuffer()
2414 ValidateMapBuffer(const Context *context, angle::EntryPoint entryPoint, BufferBinding targetPacked, GLenum access) ValidateMapBuffer() argument
H A DvalidationGL1_autogen.h1189 GLenum access);
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_1_autogen.h725 ANGLE_EXPORT void *GL_APIENTRY GL_MapBuffer(GLenum target, GLenum access);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.h147 void updateDepthStencilAccess(ResourceAccess access);
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djchuff-sse2.asm29 .cinfo: resp 1 ; dump_buffer needs access to this
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dlocaltime.c381 if (doaccess && access(name, R_OK) != 0) in tzload()
/third_party/tzdata/
H A Dlocaltime.c461 if (doaccess && access(name, R_OK) != 0) in tzloadbody()
/third_party/rust/crates/serde/serde/src/private/
H A Dde.rs2404 fn visit_map<M>(self, mut access: M) -> Result<(), M::Error> in visit_map()
2408 while tri!(access.next_entry::<IgnoredAny, IgnoredAny>()).is_some() {} in visit_map()
/third_party/vk-gl-cts/framework/common/
H A DtcuTexture.hpp342 * \brief Read-only pixel data access
345 * format and layout information. It can be used for read-only access
409 * \brief Read-write pixel data access
411 * This class extends read-only access object by providing write functionality.
443 * both 2D and 3D textures. To read or manipulate data access object must
1292 std::ostream& operator<< (std::ostream& str, const ConstPixelBufferAccess& access);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp21 * \brief Binding shader access tests
7765 static void populateSourceBuffer (const tcu::PixelBufferAccess& access,
8016 void TexelBufferInstanceBuffers::populateSourceBuffer (const tcu::PixelBufferAccess& access, deUint32 bufferNdx)
8018 DE_ASSERT(access.getHeight() == 1);
8019 DE_ASSERT(access.getDepth() == 1);
8021 const deInt32 width = access.getWidth();
8037 access.setPixel(tcu::IVec4(red, green, blue, 255), x, 0, 0);
9559 // \note No way to access SAMPLED_IMAGE without a sampler
9573 vk::VkShaderStageFlags activeStages; //!< stages that access resource
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp21 * \brief Binding shader access tests
7765 static void populateSourceBuffer (const tcu::PixelBufferAccess& access,
8016 void TexelBufferInstanceBuffers::populateSourceBuffer (const tcu::PixelBufferAccess& access, deUint32 bufferNdx)
8018 DE_ASSERT(access.getHeight() == 1);
8019 DE_ASSERT(access.getDepth() == 1);
8021 const deInt32 width = access.getWidth();
8037 access.setPixel(tcu::IVec4(red, green, blue, 255), x, 0, 0);
9562 // \note No way to access SAMPLED_IMAGE without a sampler
9577 vk::VkShaderStageFlags activeStages; //!< stages that access resource
/third_party/elfutils/tests/
H A Drun-allregs.sh2236 access registers:
2309 access registers:
/third_party/ffmpeg/fftools/
H A Dffplay.c828 int access, w, h; in realloc_texture() local
829 if (!*texture || SDL_QueryTexture(*texture, &format, &access, &w, &h) < 0 || new_width != w || new_height != h || new_format != format) { in realloc_texture()
1170 * directly access it but it is more than fast enough. */ in video_audio_display()
/third_party/node/deps/v8/src/compiler/
H A Djs-native-context-specialization.cc12 #include "src/compiler/access-builder.h"
13 #include "src/compiler/access-info.h"
22 #include "src/compiler/property-access-builder.h"
322 // constant-folding for optimizing property access, but we should in ReduceJSAdd()
370 // We can constant-fold the super constructor access if the in ReduceJSGetSuperConstructor()
431 // Monomorphic property access. in ReduceJSInstanceOf()
467 // Monomorphic property access. in ReduceJSInstanceOf()
709 // Compute property access info for "then" on {resolution}. in ReduceJSResolvePromise()
758 FieldAccess access = { in ForPropertyCellValue() local
761 return access; in ForPropertyCellValue()
[all...]
/third_party/node/deps/v8/src/codegen/ppc/
H A Dmacro-assembler-ppc.cc2439 ConstantPoolEntry::Access access = ConstantPoolAddEntry(value); in CallRecordWriteStub() local
2440 if (access == ConstantPoolEntry::OVERFLOWED) { in CallRecordWriteStub()
/third_party/node/deps/v8/src/execution/
H A Disolate.cc178 // These variables provide access to the current embedded blob without requiring
180 // not have access to an isolate but still needs to access the embedded blob.
212 // This mutex protects access to the following variables:
1471 // Get the data object from access check info. in ReportFailedAccessCheck()
1632 ExecutionAccess access(this); in RequestInterrupt()
1639 // Note: callback below should be called outside of execution access lock. in InvokeApiInterruptCallbacks()
1643 ExecutionAccess access(this); in InvokeApiInterruptCallbacks()
3186 // the isolate can access it in their destructors without having a in ThrowInternal()
4294 os << "=== Stack access counter in ThrowInternal()
[all...]

Completed in 90 milliseconds

1...<<41424344454647