/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | TimeZoneFormat.java | 62 * time zone display name data model and this class implements the algorithm for actual 512 * Returns the time zone display name data used by this instance. 514 * @return the time zone display name data. 560 * Sets the time zone display name data to this instance. 562 * @param tznames the time zone display name data. 846 * data available for <code>GENERIC_LONG</code> style, the implementation 2118 //TODO This code will be obsoleted once we add hour-minute-second pattern data in CLDR 2122 throw new RuntimeException("Bad time zone hour pattern data"); in expandOffsetPattern() 2138 //TODO This code will be obsoleted once we add hour pattern data in CLDR 2142 throw new RuntimeException("Bad time zone hour pattern data"); in truncateOffsetPattern() 3131 createInstance(ULocale key, ULocale data) createInstance() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | TimeZoneFormat.java | 63 * time zone display name data model and this class implements the algorithm for actual 473 * Returns the time zone display name data used by this instance. 475 * @return the time zone display name data. 520 * Sets the time zone display name data to this instance. 522 * @param tznames the time zone display name data. 791 * data available for <code>GENERIC_LONG</code> style, the implementation 2048 //TODO This code will be obsoleted once we add hour-minute-second pattern data in CLDR 2052 throw new RuntimeException("Bad time zone hour pattern data"); in expandOffsetPattern() 2068 //TODO This code will be obsoleted once we add hour pattern data in CLDR 2072 throw new RuntimeException("Bad time zone hour pattern data"); in truncateOffsetPattern() 3061 createInstance(ULocale key, ULocale data) createInstance() argument [all...] |
/third_party/mesa3d/include/GLES/ |
H A D | glext.h | 697 typedef void (GL_APIENTRYP PFNGLREADNPIXELSEXTPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data); 702 GL_API void GL_APIENTRY glReadnPixelsEXT (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data);
|
/third_party/mbedtls/programs/ssl/ |
H A D | ssl_client2.c | 385 " application data message is sent followed by\n" \ 503 int exchanges; /* number of data exchanges */ 546 int early_data; /* early data enablement flag */ 564 static int my_verify(void *data, mbedtls_x509_crt *crt, in my_verify() argument 568 ((void) data); in my_verify() 678 /* free any previously saved data */ in ssl_save_session_serialize() 699 mbedtls_printf(" failed\n ! alloc %u bytes for session data\n", in ssl_save_session_serialize() 705 /* actually save session data */ in ssl_save_session_serialize() 1661 * 0. Initialize the RNG and the session data in main() 2403 mbedtls_printf(" [ Saved %u bytes of session data]\ in main() [all...] |
/third_party/mesa3d/src/freedreno/rnn/ |
H A D | rnn.c | 877 xmlNodePtr data = attr->children; in validate_doc() local 878 schema_name = data->content; in validate_doc()
|
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | qpu_schedule.c | 1351 edge->data ? 'w' : 'r'); in dump_state() 1455 if (edge->data) in pre_remove_head() 2455 * old data off and replace it. in v3d_qpu_schedule_instructions()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_descriptor_set.c | 41 * descriptor data, so their descriptor BO size is 0 even though they in descriptor_bo_map() 646 /* We place immutable samplers after the binding data. We want to use in v3dv_CreateDescriptorSetLayout() 1074 const void *data, in write_inline_uniform_descriptor() 1083 memcpy(desc_map + offset, data, size); in write_inline_uniform_descriptor() 1088 * buffer as the largest range of data that the client has written to it. in write_inline_uniform_descriptor() 1070 write_inline_uniform_descriptor(struct v3dv_device *device, struct v3dv_descriptor *descriptor, struct v3dv_descriptor_set *set, const struct v3dv_descriptor_set_binding_layout *binding_layout, const void *data, size_t offset, size_t size) write_inline_uniform_descriptor() argument
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_pipe.h | 382 * - image (pixel data) 539 /* Saved CS data for debugging features. */ 1453 unsigned size, unsigned dst_sel, unsigned engine, const void *data); 1466 void si_auto_log_cs(void *data, struct u_log_context *log);
|
H A D | si_blit.c | 1302 si_flush_resource(&sctx->b, entry->data); in si_flush_implicit_resources() 1303 pipe_resource_reference((struct pipe_resource **)&entry->data, NULL); in si_flush_implicit_resources()
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_pipeline.c | 236 * and is increased by one DWORD to contain the data for the DDMADT's in pvr_pds_get_max_vertex_program_const_map_size_in_bytes() 449 * inputs. This will bake the code segment and create a template of the data 946 /* This only uploads the code segment. The data segment will need to be patched 1011 /* We'll need to patch the base workgroup in the PDS data section before in pvr_pds_compute_base_workgroup_variant_program_init() 1014 * contiguously in the data segment. in pvr_pds_compute_base_workgroup_variant_program_init() 1497 /* Pre-back-end analysis and optimization, driver data extraction. */ in pvr_graphics_pipeline_compile() 1570 ctx->binary[MESA_SHADER_VERTEX]->data, in pvr_graphics_pipeline_compile() 1590 ctx->binary[MESA_SHADER_FRAGMENT]->data, in pvr_graphics_pipeline_compile()
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_context.c | 866 const void *data) in virgl_clear_texture() 871 virgl_encode_clear_texture(vctx, vres, level, box, data); in virgl_clear_texture() 862 virgl_clear_texture(struct pipe_context *ctx, struct pipe_resource *res, unsigned int level, const struct pipe_box *box, const void *data) virgl_clear_texture() argument
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | swapchain9.c | 165 * checks it to release immediately all data, else the release in D3DWindowBuffer_release() 686 static void work_present(void *data) in work_present() argument 688 struct end_present_struct *work = data; in work_present()
|
/third_party/openGLES/api/GL/ |
H A D | wgl.h | 393 typedef INT (WINAPI * PFNWGLGETGPUINFOAMDPROC) (UINT id, INT property, GLenum dataType, UINT size, void *data); 403 INT WINAPI wglGetGPUInfoAMD (UINT id, INT property, GLenum dataType, UINT size, void *data);
|
/third_party/openGLES/api/GLES/ |
H A D | glext.h | 678 typedef void (GL_APIENTRYP PFNGLREADNPIXELSEXTPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data); 683 GL_API void GL_APIENTRY glReadnPixelsEXT (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data);
|
/third_party/node/ |
H A D | configure.py | 615 intl_optgroup.add_argument('--with-icu-default-data-dir', 618 help='Path to the icuXXdt{lb}.dat file. If unspecified, ICU data will ' 620 '--icu-data-dir runtime argument is used. This option has effect ' 1659 def write(filename, data): 1662 f.write(data) 1731 # prevent data override 1769 error('''Could not load pkg-config data for "icu-i18n". 1901 icu_data_path = Path(icu_full_path, 'source', 'data', 'in', icu_data_file_l) # LE 1921 icu_data_path = Path(icu_full_path, 'source', 'data', 'in', icu_data_file) # will be generated 1924 error(f'''ICU prebuilt data fil [all...] |
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_pbo_compute.c | 207 /* this function extracts the conversion data from pbo_data using the 208 * size annotations for each grouping. data is compacted into bitfields, 610 sampler->data.explicit_binding = 1; in create_conversion_shader() 826 cs = he->data; in download_texture_compute()
|
/third_party/node/deps/icu-small/source/tools/pkgdata/ |
H A D | pkgdata.cpp | 15 * This program packages the ICU data into different forms 16 * (DLL, common data, etc.) 138 { "files", 0, "Uses raw data files (no effect). Installation copies all files to the target location." }, 140 { "dll", "library", "Generates one common data file and one shared library, <package>.dll"}, 147 { "common", "archive", "Generates one common data file, <package>.dat" }, 241 "Set the data name", 254 "Force rebuilding of all data", 256 "Install the data (specify target)", 263 "Build the data without assembly code", 343 "\tProduce packaged ICU data fro in main() [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | plurrule.cpp | 841 ulocimp_getParent(parentLocaleName.data(), sink, &status); in getRuleFromResource() 846 s = ures_getStringByKey(locRes.getAlias(), parentLocaleName.data(), &resLen, &status); in getRuleFromResource()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | texobj.c | 736 /* Adjust max level for views: the data store may have more levels than in _mesa_test_texobj_completeness() 1085 count_tex_size(void *data, void *userData) in count_tex_size() argument 1088 (const struct gl_texture_object *) data; in count_tex_size()
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_command_buffer.c | 1237 uint32_t data) in vn_CmdFillBuffer() 1240 data); in vn_CmdFillBuffer() 1233 vn_CmdFillBuffer(VkCommandBuffer commandBuffer, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize size, uint32_t data) vn_CmdFillBuffer() argument
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_setup.c | 708 jit_image->base = lp_res->data; in lp_setup_set_fs_images() 959 /* We're referencing the texture's internal data, so save a in lp_setup_set_fragment_sampler_views() 977 jit_tex->base = lp_tex->data; in lp_setup_set_fragment_sampler_views() 1328 * and append it to the bin's setup data buffer. in try_update_scene_state()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_state.c | 919 nv50->constbuf[s][i].u.data = cb->user_buffer; in nv50_set_constant_buffer() 1432 memset((uint8_t *)nv50->global_residents.data + old_size, 0, in nv50_set_global_bindings()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | rbbiapts.cpp | 1031 LocalUDataMemoryPointer data(udata_open(U_ICUDATA_BRKITR, "brk", dataFile, &status)); in RoundtripRule() 1042 builtRules = (const uint8_t *)udata_getMemory(data.getAlias()); in RoundtripRule()
|
/third_party/icu/icu4c/source/tools/pkgdata/ |
H A D | pkgdata.cpp | 15 * This program packages the ICU data into different forms 16 * (DLL, common data, etc.) 138 { "files", 0, "Uses raw data files (no effect). Installation copies all files to the target location." }, 140 { "dll", "library", "Generates one common data file and one shared library, <package>.dll"}, 147 { "common", "archive", "Generates one common data file, <package>.dat" }, 241 "Set the data name", 254 "Force rebuilding of all data", 256 "Install the data (specify target)", 263 "Build the data without assembly code", 343 "\tProduce packaged ICU data fro in main() [all...] |
/third_party/libinput/src/ |
H A D | evdev-tablet.c | 244 /* Intuos 3 strip data. Should only happen on the Pad device, not on in tablet_process_absolute() 2082 tablet_proximity_out_quirk_timer_func(uint64_t now, void *data) in tablet_proximity_out_quirk_timer_func() argument 2084 struct tablet_dispatch *tablet = data; in tablet_proximity_out_quirk_timer_func()
|