Home
last modified time | relevance | path

Searched refs:writeable (Results 1 - 20 of 20) sorted by relevance

/third_party/icu/icu4c/source/samples/ustring/
H A 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()
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 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()
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 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()
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 Dprotocols.h63 int (*writeable)(lws_abs_protocol_inst_t *d, size_t budget); member
/third_party/mesa3d/src/microsoft/vulkan/
H A 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()
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 Ddzn_private.h375 bool writeable,
382 bool writeable,
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_scene.c408 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 Dlp_scene.h223 boolean writeable);
/third_party/exfatprogs/include/
H A Dlibexfat.h78 bool writeable; member
/third_party/libwebsockets/lib/abstract/protocols/smtp/
H A Dsmtp.c377 .writeable = lws_smtpc_abs_writeable,
/third_party/libwebsockets/lib/abstract/transports/
H A Draw-skt.c152 priv->abs->ap->writeable(priv->abs->api, in callback_abs_client_raw_skt()
H A Dunit-test.c226 * 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 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/exfatprogs/exfat2img/
H A Dexfat2img.c946 ui.writeable = true; in main()
948 ui.writeable = false; in main()
/third_party/libwebsockets/include/
H A Dlibwebsockets.h622 #include <libwebsockets/lws-writeable.h>
/third_party/exfatprogs/fsck/
H A 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/node/lib/internal/debugger/
H A Dinspect_repl.js951 writeable: false,
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c4957 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 Dcrocus_state.c4976 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 Dscsimain.c647 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()

Completed in 49 milliseconds