Home
last modified time | relevance | path

Searched defs:writable (Results 76 - 96 of 96) sorted by relevance

1234

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-object-gen.cc123 ConstructDataDescriptor( TNode<Context> context, TNode<Object> value, TNode<BoolT> writable, TNode<BoolT> enumerable, TNode<BoolT> configurable) ConstructDataDescriptor() argument
/third_party/node/deps/v8/src/inspector/
H A Dvalue-mirror.cc1438 bool writable = false; in getProperties() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_descriptors.c1372 si_set_shader_buffer(struct si_context *sctx, struct si_buffer_resources *buffers, unsigned descriptors_idx, uint slot, const struct pipe_shader_buffer *sbuffer, bool writable, unsigned priority) si_set_shader_buffer() argument
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_descriptors.c1641 uint32_t writable = ctx->writable_ssbos[shader] & BITFIELD_BIT(idx + k); in calc_descriptor_state_hash_ssbo() local
H A Dzink_context.c1371 unbind_ssbo(struct zink_context *ctx, struct zink_resource *res, enum pipe_shader_type pstage, unsigned slot, bool writable) in unbind_ssbo() argument
1484 unbind_shader_image_counts(struct zink_context *ctx, struct zink_resource *res, bool is_compute, bool writable) in unbind_shader_image_counts() argument
/third_party/python/Lib/
H A Dtarfile.py641 def writable(self): member in _FileInFile
H A Dzipfile.py1153 def writable(self): member in _ZipWriteFile
H A Dtyping.py3260 def writable(self) -> bool: member in IO
/third_party/pulseaudio/src/modules/bluetooth/
H A Dmodule-bluez5-device.c1455 bool writable = false; in thread_func() local
[all...]
/third_party/python/Lib/test/
H A Dtest_nntplib.py397 def writable(self): member in _NNTPServerIO
H A Dtest_io.py98 def writable(self): member in MockRawIOWithoutRead
287 def writable(self): member in MockNonBlockWriterIO
468 writable = self.BufferedIOBase.writable variable in IOTest.test_optional_abilities.text_reader.UnseekableReader
489 writable = "w" in abilities variable in IOTest.test_optional_abilities.text_writer.UnseekableWriter
2011 def writable(self): global() member in BufferedRWPairTest.test_constructor_with_not_writeable.NotWriteable
3569 def writable(self): return True global() member in TextIOWrapperTest.test_issue22849.F
[all...]
/third_party/python/Modules/_io/
H A Dbufferedio.c193 int writable; member
[all...]
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_state.h460 unsigned writable:1; /**< writable shader resource */ member
/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp848 bool writable = (propertyDescriptor.attributes & NATIVE_WRITABLE) != 0; in NapiDefinePropertyInner() local
931 bool writable = (attributes & NATIVE_WRITABLE) != 0; in NapiCreateObjectWithProperties() local
/third_party/node/deps/v8/src/wasm/
H A Dwasm-code-manager.cc2144 SetThreadWritable(bool writable) SetThreadWritable() argument
[all...]
/third_party/skia/src/pathops/
H A DSkPathOpsDebug.cpp654 auto writable = const_cast<SkOpGlobalState*>(this); in debugSetPhase() local
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc2654 PropertyAttributes writable = in InitializeGlobal() local
/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.cc1178 writable); in JumpIfDataProperty() local
1165 JumpIfDataProperty(TNode<Uint32T> details, Label* writable, Label* readonly) JumpIfDataProperty() argument
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c5034 use_ubo_ssbo(struct iris_batch *batch, struct iris_context *ice, struct pipe_shader_buffer *buf, struct iris_state_ref *surf_state, bool writable, enum iris_domain access) use_ubo_ssbo() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A DFrameCapture.cpp5222 bool writable = in maybeCapturePreCallUpdates() local
4591 trackBufferMapping(CallCapture *call, gl::BufferID id, GLintptr offset, GLsizeiptr length, bool writable) trackBufferMapping() argument
/third_party/node/deps/v8/src/api/
H A Dapi.cc4413 bool v8::PropertyDescriptor::writable() const { in writable() function in v8::v8::PropertyDescriptor
4369 PropertyDescriptor(v8::Local<v8::Value> value, bool writable) PropertyDescriptor() argument

Completed in 118 milliseconds

1234