Home
last modified time | relevance | path

Searched refs:writeable (Results 1 – 25 of 56) sorted by relevance

123

/third_party/icu/icu4c/source/samples/ustring/
Dustring.cpp419 static UChar writeable[]={ variable
448 one+=UnicodeString(writeable, UPRV_LENGTHOF(writeable)); in demoUnicodeStringStorage()
471 one.setTo(false, writeable, UPRV_LENGTHOF(writeable)); in demoUnicodeStringStorage()
484 UnicodeString four(writeable, UPRV_LENGTHOF(writeable), UPRV_LENGTHOF(writeable)); in demoUnicodeStringStorage()
490 "after modification\n", i, writeable[i]); in demoUnicodeStringStorage()
498 "modification of string copy\n", i, writeable[i]); in demoUnicodeStringStorage()
501 one.setTo(writeable, UPRV_LENGTHOF(writeable), UPRV_LENGTHOF(writeable)); in demoUnicodeStringStorage()
511 one.charAt(1), writeable[1]); in demoUnicodeStringStorage()
515 if(one.length()<UPRV_LENGTHOF(writeable)) { in demoUnicodeStringStorage()
518 i=UPRV_LENGTHOF(writeable); in demoUnicodeStringStorage()
[all …]
/third_party/skia/third_party/externals/icu/source/samples/ustring/
Dustring.cpp419 static UChar writeable[]={ variable
448 one+=UnicodeString(writeable, UPRV_LENGTHOF(writeable)); in demoUnicodeStringStorage()
471 one.setTo(false, writeable, UPRV_LENGTHOF(writeable)); in demoUnicodeStringStorage()
484 UnicodeString four(writeable, UPRV_LENGTHOF(writeable), UPRV_LENGTHOF(writeable)); in demoUnicodeStringStorage()
490 "after modification\n", i, writeable[i]); in demoUnicodeStringStorage()
498 "modification of string copy\n", i, writeable[i]); in demoUnicodeStringStorage()
501 one.setTo(writeable, UPRV_LENGTHOF(writeable), UPRV_LENGTHOF(writeable)); in demoUnicodeStringStorage()
511 one.charAt(1), writeable[1]); in demoUnicodeStringStorage()
515 if(one.length()<UPRV_LENGTHOF(writeable)) { in demoUnicodeStringStorage()
518 i=UPRV_LENGTHOF(writeable); in demoUnicodeStringStorage()
[all …]
/third_party/node/deps/v8/src/heap/cppgc/
Dpage-memory.h53 PageMemory(MemoryRegion overall, MemoryRegion writeable) in PageMemory() argument
54 : overall_(overall), writable_(writeable) { in PageMemory()
55 DCHECK(overall.Contains(writeable)); in PageMemory()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_descriptor_set.c60 desc_type_to_range_type(VkDescriptorType in, bool writeable) in desc_type_to_range_type() argument
79 return writeable ? D3D12_DESCRIPTOR_RANGE_TYPE_UAV : D3D12_DESCRIPTOR_RANGE_TYPE_SRV; in desc_type_to_range_type()
409 bool writeable) in dzn_descriptor_set_layout_get_heap_offset() argument
421 if (writeable && in dzn_descriptor_set_layout_get_heap_offset()
425 if (writeable) in dzn_descriptor_set_layout_get_heap_offset()
866 bool writeable, bool cube_as_2darray, in dzn_descriptor_heap_write_image_view_desc() argument
873 if (writeable) { in dzn_descriptor_heap_write_image_view_desc()
908 bool writeable, in dzn_descriptor_heap_write_buffer_view_desc() argument
914 if (writeable) in dzn_descriptor_heap_write_buffer_view_desc()
923 bool writeable, in dzn_descriptor_heap_write_buffer_desc() argument
[all …]
Ddzn_private.h375 bool writeable,
382 bool writeable,
/third_party/libwebsockets/include/libwebsockets/abstract/
Dprotocols.h63 int (*writeable)(lws_abs_protocol_inst_t *d, size_t budget); member
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-adopt-udp/
DREADME.md11 always believes that the socket is writeable... the callback will
/third_party/libwebsockets/lib/abstract/
DREADME.md85 |`ask_for_writeable()`|request a `writeable()` callback when tx can be used|
96 |`writeable()`|The connection to the peer can take more tx|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_scene.c408 boolean writeable) in lp_scene_add_resource_reference() argument
412 struct resource_ref **list = writeable ? &scene->writeable_resources : &scene->resources; in lp_scene_add_resource_reference()
Dlp_scene.h223 boolean writeable);
/third_party/libwebsockets/lib/abstract/protocols/smtp/
Dsmtp.c377 .writeable = lws_smtpc_abs_writeable,
/third_party/libwebsockets/plugins/deaddrop/
DREADME.md11 |upload-dir|A writeable directory where uploaded files will go|
/third_party/exfatprogs/include/
Dlibexfat.h78 bool writeable; member
/third_party/libwebsockets/READMEs/
DREADME.coding.md38 @section writeable Only send data when socket writeable
45 when the socket is writeable using
50 using that protocol to get a callback when next writeable.
96 about what to send, it can't assume that just because the writeable callback
99 It's quite possible you get an 'extra' writeable callback at any time and
175 connection, and when it is writeable, you will get a `LWS_CALLBACK_SERVER_WRITEABLE`
203 can accept more RX, (eg, we learn our onward connection is writeable) we can call
278 dead connection will never become writeable. To cover that, you can use TCP
827 always believes that the socket is writeable... the callback will
1028 queue a callback when an outgoing socket is writeable to provide
[all …]
/third_party/exfatprogs/lib/
Dlibexfat.c134 ui->writeable = true; in init_user_input()
146 fd = open(ui->dev_name, ui->writeable ? O_RDWR|O_EXCL : O_RDONLY); in exfat_get_blk_dev_info()
/third_party/libwebsockets/lib/abstract/transports/
Draw-skt.c152 priv->abs->ap->writeable(priv->abs->api, in callback_abs_client_raw_skt()
Dunit-test.c228 priv->abs->ap->writeable(priv->abs->api, 1024); in unit_test_sequencer_cb()
/third_party/node/test/parallel/
Dtest-fs-cp.mjs405 // It makes file writeable when updating timestamp, if not writeable.
765 // It makes file writeable when updating timestamp, if not writeable.
/third_party/exfatprogs/fsck/
Dfsck.c1567 ui.ei.writeable = true; in main()
1573 ui.ei.writeable = false; in main()
1654 if (ui.ei.writeable && fsync(bd.dev_fd)) { in main()
/third_party/exfatprogs/exfat2img/
Dexfat2img.c946 ui.writeable = true; in main()
948 ui.writeable = false; in main()
/third_party/libabigail/doc/website/
Dmainpage.txt111 exists and is writeable by you.
/third_party/python/Doc/library/
Dmarshal.rst60 file must be a writeable :term:`binary file`.
Dio.rst780 A buffered binary stream providing higher-level access to a writeable, non
793 The constructor creates a :class:`BufferedWriter` for the given writeable
831 :class:`RawIOBase` raw binary streams---one readable, the other writeable.
835 writeable respectively. If the *buffer_size* is omitted it defaults to
/third_party/libwebsockets/
Dlibwebsockets.dox169 include/libwebsockets/lws-writeable.h \
/third_party/skia/third_party/externals/egl-registry/extensions/NV/
DEGL_NV_stream_metadata.txt286 If <data> does not point to valid writeable memory of at least

123