/third_party/icu/icu4c/source/samples/ustring/ |
D | ustring.cpp | 419 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/ |
D | ustring.cpp | 419 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/ |
D | page-memory.h | 53 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/ |
D | dzn_descriptor_set.c | 60 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 …]
|
D | dzn_private.h | 375 bool writeable, 382 bool writeable,
|
/third_party/libwebsockets/include/libwebsockets/abstract/ |
D | protocols.h | 63 int (*writeable)(lws_abs_protocol_inst_t *d, size_t budget); member
|
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-adopt-udp/ |
D | README.md | 11 always believes that the socket is writeable... the callback will
|
/third_party/libwebsockets/lib/abstract/ |
D | README.md | 85 |`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/ |
D | lp_scene.c | 408 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()
|
D | lp_scene.h | 223 boolean writeable);
|
/third_party/libwebsockets/lib/abstract/protocols/smtp/ |
D | smtp.c | 377 .writeable = lws_smtpc_abs_writeable,
|
/third_party/libwebsockets/plugins/deaddrop/ |
D | README.md | 11 |upload-dir|A writeable directory where uploaded files will go|
|
/third_party/exfatprogs/include/ |
D | libexfat.h | 78 bool writeable; member
|
/third_party/libwebsockets/READMEs/ |
D | README.coding.md | 38 @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/ |
D | libexfat.c | 134 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/ |
D | raw-skt.c | 152 priv->abs->ap->writeable(priv->abs->api, in callback_abs_client_raw_skt()
|
D | unit-test.c | 228 priv->abs->ap->writeable(priv->abs->api, 1024); in unit_test_sequencer_cb()
|
/third_party/node/test/parallel/ |
D | test-fs-cp.mjs | 405 // 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/ |
D | fsck.c | 1567 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/ |
D | exfat2img.c | 946 ui.writeable = true; in main() 948 ui.writeable = false; in main()
|
/third_party/libabigail/doc/website/ |
D | mainpage.txt | 111 exists and is writeable by you.
|
/third_party/python/Doc/library/ |
D | marshal.rst | 60 file must be a writeable :term:`binary file`.
|
D | io.rst | 780 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/ |
D | libwebsockets.dox | 169 include/libwebsockets/lws-writeable.h \
|
/third_party/skia/third_party/externals/egl-registry/extensions/NV/ |
D | EGL_NV_stream_metadata.txt | 286 If <data> does not point to valid writeable memory of at least
|