/third_party/icu/icu4c/source/samples/ustring/ |
H A 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() 475 printUnicodeString("fastCopyFrom(readonly alias of \"writeable\" array): ", two); in demoUnicodeStringStorage() 483 // * UnicodeString using writeable-alias to a non-const UChar array in demoUnicodeStringStorage() 484 UnicodeString four(writeable, UPRV_LENGTHOF(writeable), UPRV_LENGTHOF(writeable)); in demoUnicodeStringStorage() [all...] |
/third_party/skia/third_party/externals/icu/source/samples/ustring/ |
H A 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() 475 printUnicodeString("fastCopyFrom(readonly alias of \"writeable\" array): ", two); in demoUnicodeStringStorage() 483 // * UnicodeString using writeable-alias to a non-const UChar array in demoUnicodeStringStorage() 484 UnicodeString four(writeable, UPRV_LENGTHOF(writeable), UPRV_LENGTHOF(writeable)); in demoUnicodeStringStorage() [all...] |
/third_party/node/deps/v8/src/heap/cppgc/ |
H A 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() 73 // Lookup writeable base for an |address| that's contained in 74 // PageMemoryRegion. Filters out addresses that are contained in non-writeable 175 // A pool of PageMemory objects represented by the writeable base addresses. 206 // Returns the writeable base of the region. 215 // Returns the writeable base of the region. 222 // Returns the writeable base if |address| is contained in a valid page
|
/third_party/libwebsockets/include/libwebsockets/abstract/ |
H A D | protocols.h | 63 int (*writeable)(lws_abs_protocol_inst_t *d, size_t budget); member
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A 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() 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() 873 if (writeable) { in dzn_descriptor_heap_write_image_view_desc() 908 bool writeable, in dzn_descriptor_heap_write_buffer_view_desc() 914 if (writeable) in dzn_descriptor_heap_write_buffer_view_desc() 923 bool writeable, in dzn_descriptor_heap_write_buffer_desc() 406 dzn_descriptor_set_layout_get_heap_offset(const struct dzn_descriptor_set_layout *layout, uint32_t b, D3D12_DESCRIPTOR_HEAP_TYPE type, bool writeable) dzn_descriptor_set_layout_get_heap_offset() argument 864 dzn_descriptor_heap_write_image_view_desc(struct dzn_descriptor_heap *heap, uint32_t desc_offset, bool writeable, bool cube_as_2darray, const struct dzn_image_view *iview) dzn_descriptor_heap_write_image_view_desc() argument 906 dzn_descriptor_heap_write_buffer_view_desc(struct dzn_descriptor_heap *heap, uint32_t desc_offset, bool writeable, const struct dzn_buffer_view *bview) dzn_descriptor_heap_write_buffer_view_desc() argument 921 dzn_descriptor_heap_write_buffer_desc(struct dzn_descriptor_heap *heap, uint32_t desc_offset, bool writeable, const struct dzn_buffer_desc *info) dzn_descriptor_heap_write_buffer_desc() argument 1065 dzn_descriptor_set_ptr_get_heap_offset(const struct dzn_descriptor_set_layout *layout, D3D12_DESCRIPTOR_HEAP_TYPE type, const struct dzn_descriptor_set_ptr *ptr, bool writeable) dzn_descriptor_set_ptr_get_heap_offset() argument [all...] |
H A D | dzn_private.h | 375 bool writeable, 382 bool writeable,
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_scene.c | 408 boolean writeable) in lp_scene_add_resource_reference() 412 struct resource_ref **list = writeable ? &scene->writeable_resources : &scene->resources; in lp_scene_add_resource_reference() 405 lp_scene_add_resource_reference(struct lp_scene *scene, struct pipe_resource *resource, boolean initializing_scene, boolean writeable) lp_scene_add_resource_reference() argument
|
H A D | lp_scene.h | 223 boolean writeable);
|
/third_party/exfatprogs/include/ |
H A D | libexfat.h | 78 bool writeable; member
|
/third_party/libwebsockets/lib/abstract/protocols/smtp/ |
H A D | smtp.c | 377 .writeable = lws_smtpc_abs_writeable,
|
/third_party/libwebsockets/lib/abstract/transports/ |
H A D | raw-skt.c | 152 priv->abs->ap->writeable(priv->abs->api, in callback_abs_client_raw_skt()
|
H A D | unit-test.c | 226 * inform the protocol our transport is writeable now in unit_test_sequencer_cb() 228 priv->abs->ap->writeable(priv->abs->api, 1024); in unit_test_sequencer_cb() 405 * Queue a writeable event... this won't be handled by teh sequencer in lws_atcut_ask_for_writeable()
|
/third_party/exfatprogs/lib/ |
H A 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/exfatprogs/exfat2img/ |
H A D | exfat2img.c | 946 ui.writeable = true; in main() 948 ui.writeable = false; in main()
|
/third_party/libwebsockets/include/ |
H A D | libwebsockets.h | 622 #include <libwebsockets/lws-writeable.h>
|
/third_party/exfatprogs/fsck/ |
H A 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/node/lib/internal/debugger/ |
H A D | inspect_repl.js | 951 writeable: false,
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_state.c | 4957 bool writeable, in use_surface() 4989 iris_use_pinned_bo(batch, res->aux.bo, writeable, access); in use_surface() 4991 iris_use_pinned_bo(batch, res->bo, writeable, access); in use_surface() 5202 bool writeable, in iris_use_optional_res() 5207 iris_use_pinned_bo(batch, bo, writeable, access); in iris_use_optional_res() 4954 use_surface(struct iris_context *ice, struct iris_batch *batch, struct pipe_surface *p_surf, bool writeable, enum isl_aux_usage aux_usage, bool is_read_surface, enum iris_domain access) use_surface() argument 5200 iris_use_optional_res(struct iris_batch *batch, struct pipe_resource *res, bool writeable, enum iris_domain access) iris_use_optional_res() argument
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_state.c | 4976 bool writeable, in emit_surface_state() 4988 if (writeable) in emit_surface_state() 5167 struct pipe_shader_buffer *buffer, bool writeable) in emit_ssbo_buffer() 5173 if (writeable) in emit_ssbo_buffer() 4971 emit_surface_state(struct crocus_batch *batch, struct crocus_resource *res, const struct isl_surf *in_surf, bool adjust_surf, struct isl_view *in_view, bool writeable, enum isl_aux_usage aux_usage, bool blend_enable, uint32_t write_disables, uint32_t *surf_state, uint32_t addr_offset) emit_surface_state() argument 5165 emit_ssbo_buffer(struct crocus_context *ice, struct crocus_batch *batch, struct pipe_shader_buffer *buffer, bool writeable) emit_ssbo_buffer() argument
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
H A D | scsimain.c | 647 int writeable = 0; in run_sg_scan_tests() local 659 flags = writeable ? O_RDWR : OPEN_FLAG; in run_sg_scan_tests() 662 writeable = O_RDONLY; in run_sg_scan_tests()
|