Home
last modified time | relevance | path

Searched defs:writable (Results 51 - 75 of 105) sorted by relevance

12345

/third_party/python/Lib/
H A Dasyncore.py316 def writable(self): member in dispatcher
525 def writable(self): member in dispatcher_with_send
H A Dtempfile.py837 def writable(self): member in SpooledTemporaryFile
H A D_pyio.py479 def writable(self): member in IOBase
1034 def writable(self): member in BytesIO
1259 def writable(self): member in BufferedWriter
1397 def writable(self): global() member in BufferedRWPair
1792 def writable(self): global() member in FileIO
2182 def writable(self): global() member in TextIOWrapper
[all...]
H A Dmailbox.py2004 def writable(self): member in _ProxyFile
/third_party/curl/lib/
H A Dasyn-ares.c154 sock_state_cb(void *data, ares_socket_t socket_fd, int readable, int writable) sock_state_cb() argument
/third_party/node/lib/internal/http2/
H A Dcore.js[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_batch.c384 add_bo_to_batch(struct iris_batch *batch, struct iris_bo *bo, bool writable) in add_bo_to_batch() argument
404 flush_for_cross_batch_dependencies(struct iris_batch *batch, struct iris_bo *bo, bool writable) flush_for_cross_batch_dependencies() argument
446 iris_use_pinned_bo(struct iris_batch *batch, struct iris_bo *bo, bool writable, enum iris_domain access) iris_use_pinned_bo() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_batch.c307 crocus_use_bo(struct crocus_batch *batch, struct crocus_bo *bo, bool writable) in crocus_use_bo() argument
388 bool writable = reloc_flags & RELOC_WRITE; in emit_reloc() local
/third_party/python/Lib/idlelib/
H A Drun.py459 def writable(self): member in StdOutputFile
/third_party/python/Lib/multiprocessing/
H A Dconnection.py164 def writable(self): member in _ConnectionBase
[all...]
/third_party/python/Lib/test/
H A Dtest_asyncore.py651 def writable(self): member in BaseTestAPI.test_handle_close_after_conn_broken.TestHandler
H A Dtest_poplib.py254 def writable(self): member in DummyPOP3Server
H A Dtest_ftplib.py321 def writable(self): member in DummyFTPServer
/third_party/python/Modules/_io/
H A Dwinconsoleio.c147 unsigned int writable : 1; member
[all...]
H A Dfileio.c63 unsigned int writable : 1; member
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecode_circuit_builder.cpp836 bool writable = !bytecodeInfo.NoSideEffects(); in NewJSGate() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_storage_executor.cpp30 MultiVerStorageExecutor(IKvDB *kvDB, IKvDBMultiVerDataStorage *dataStorage, IKvDBCommitStorage *commitStorage, MultiVerKvDataStorage *kvDataStorage, bool writable) MultiVerStorageExecutor() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dutxttest.cpp1228 UBool writable = utext_isWritable(ut); in FreezeTest() local
[all...]
/third_party/node/src/
H A Dspawn_sync.cc200 bool SyncProcessStdioPipe::writable() const { in writable() function in node::SyncProcessStdioPipe
905 bool writable = in ParseStdioOption() local
95 SyncProcessStdioPipe(SyncProcessRunner* process_handler, bool readable, bool writable, uv_buf_t input_buffer) SyncProcessStdioPipe() argument
949 AddStdioPipe(uint32_t child_fd, bool readable, bool writable, uv_buf_t input_buffer) AddStdioPipe() argument
[all...]
/third_party/ltp/testcases/kernel/kvm/include/
H A Dkvm_x86.h147 unsigned int writable: 1; member
/third_party/node/deps/v8/src/debug/
H A Ddebug-interface.h650 bool writable : 1; member
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c301 tgsi_build_declaration_image(unsigned texture, unsigned format, unsigned raw, unsigned writable, struct tgsi_declaration *declaration, struct tgsi_header *header) tgsi_build_declaration_image() argument
/third_party/pulseaudio/src/pulsecore/
H A Dmemblock.c319 void pa_mempool_set_is_remote_writable(pa_mempool *p, bool writable) { in pa_mempool_set_is_remote_writable() argument
1169 int pa_memimport_attach_memfd(pa_memimport *i, uint32_t shm_id, int memfd_fd, bool writable) { in pa_memimport_attach_memfd() argument
1078 segment_attach(pa_memimport *i, pa_mem_type_t type, uint32_t shm_id, int memfd_fd, bool writable) segment_attach() argument
1195 pa_memimport_get(pa_memimport *i, pa_mem_type_t type, uint32_t block_id, uint32_t shm_id, size_t offset, size_t size, bool writable) pa_memimport_get() argument
[all...]
/third_party/pulseaudio/src/utils/
H A Dpacat.c528 size_t writable, towrite, r; in stdin_callback() local
/third_party/python/Lib/xml/etree/
H A DElementTree.py1110 def writable(self): member in _ListDataStream

Completed in 46 milliseconds

12345