/third_party/mksh/ |
H A D | var.c | 1391 /* 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 D | fs.c | 1715 X(ACCESS, access(req->path, req->flags)); in uv__fs_work()
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 1189 pub fn access(path: *const c_char, amode: ::c_int) -> ::c_int; in access() functions
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 856 pub fn access(path: *const c_char, amode: ::c_int) -> ::c_int; in access() functions
|
/third_party/popt/src/ |
H A D | popt.c | 436 if (!access(t, X_OK)) in findProgramPath()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | frame_capture_utils.cpp | 523 json->addScalar("Access", imageUnit.access); in SerializeImageUnit()
|
H A D | capture_gles_ext_autogen.h | 1214 GLbitfield access, 2227 GLenum access,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIARawSymbol.cpp | 225 RAW_METHOD_DUMP(OS, access); in dump()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShadingLanguage420PackTests.hpp | 180 void* map(glw::GLenum access) const;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationGL1.cpp | 2417 GLenum access) in ValidateMapBuffer() 2414 ValidateMapBuffer(const Context *context, angle::EntryPoint entryPoint, BufferBinding targetPacked, GLenum access) ValidateMapBuffer() argument
|
H A D | validationGL1_autogen.h | 1189 GLenum access);
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_gl_1_autogen.h | 725 ANGLE_EXPORT void *GL_APIENTRY GL_MapBuffer(GLenum target, GLenum access);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_cache_utils.h | 147 void updateDepthStencilAccess(ResourceAccess access);
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jchuff-sse2.asm | 29 .cinfo: resp 1 ; dump_buffer needs access to this
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | localtime.c | 381 if (doaccess && access(name, R_OK) != 0) in tzload()
|
/third_party/tzdata/ |
H A D | localtime.c | 461 if (doaccess && access(name, R_OK) != 0) in tzloadbody()
|
/third_party/rust/crates/serde/serde/src/private/ |
H A D | de.rs | 2404 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 D | tcuTexture.hpp | 342 * \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 D | vktBindingShaderAccessTests.cpp | 21 * \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 D | vktBindingShaderAccessTests.cpp | 21 * \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 D | run-allregs.sh | 2236 access registers: 2309 access registers:
|
/third_party/ffmpeg/fftools/ |
H A D | ffplay.c | 828 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 D | js-native-context-specialization.cc | 12 #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 D | macro-assembler-ppc.cc | 2439 ConstantPoolEntry::Access access = ConstantPoolAddEntry(value); in CallRecordWriteStub() local 2440 if (access == ConstantPoolEntry::OVERFLOWED) { in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/execution/ |
H A D | isolate.cc | 178 // 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...] |