/third_party/icu/icu4c/source/test/perf/collperf2/ |
H A D | collperf2.cpp | 758 UniStrCollatorComparator(const void* context, const void* left, const void* right) { in UniStrCollatorComparator() argument 847 StringPieceCollatorComparator(const void* context, const void* left, const void* right) { in StringPieceCollatorComparator() argument 857 StringPieceUCollatorComparator(const void* context, const void* left, const void* right) { in StringPieceUCollatorComparator() argument 1275 U16CollatorComparator(const void* context, const void* left, const void* right) { in U16CollatorComparator() argument 1287 U16HashComparator(const void* context, cons argument 1327 sortData16(const CA_uchar* d16, UComparator *cmp, const void *context, UErrorCode &status) sortData16() argument [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cucdtst.c | 963 unicodeDataLineFn(void *context, in unicodeDataLineFn() argument 1183 enumTypeRange(const void *context, UChar32 start, UChar32 limit, UCharCategory type) { in enumTypeRange() argument 1221 enumDefaultsRange(const void *context, UChar3 argument 75 parseUCDFile(const char *filename, char *fields[][2], int32_t fieldCount, UParseLineFn *lineFn, void *context, UErrorCode *pErrorCode) parseUCDFile() argument 1325 UnicodeDataContext context; TestUnicodeData() local 1685 enumCharNamesFn(void *context, UChar32 code, UCharNameChoice nameChoice, const char *name, int32_t length) enumCharNamesFn() argument 1739 enumExtCharNamesFn(void *context, UChar32 code, UCharNameChoice nameChoice, const char *name, int32_t length) enumExtCharNamesFn() argument 3432 caseFoldingLineFn(void *context, char *fields[][2], int32_t fieldCount, UErrorCode *pErrorCode) caseFoldingLineFn() argument [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | ucnv.cpp | 714 ucnv_getToUCallBack(const UConverter * converter, UConverterToUCallback *action, const void **context) ucnv_getToUCallBack() argument 723 ucnv_getFromUCallBack(const UConverter * converter, UConverterFromUCallback *action, const void **context) ucnv_getFromUCallBack() argument
|
H A D | ucnvmbcs.cpp | 1407 writeStage3Roundtrip(const void *context, uint32_t value, UChar32 codePoints[32]) { in writeStage3Roundtrip() argument 635 enumToU(UConverterMBCSTable *mbcsTable, int8_t stateProps[], int32_t state, uint32_t offset, uint32_t value, UConverterEnumToUCallback *callback, const void *context, UErrorCode *pErrorCode) enumToU() argument 809 ucnv_MBCSEnumToUnicode(UConverterMBCSTable *mbcsTable, UConverterEnumToUCallback *callback, const void *context, UErrorCode *pErrorCode) ucnv_MBCSEnumToUnicode() argument
|
H A D | umutablecptrie.cpp | 285 maybeFilterValue(uint32_t value, uint32_t initialValue, uint32_t nullValue, UCPMapValueFilter *filter, const void *context) maybeFilterValue() argument 295 getRange( UChar32 start, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) const getRange() argument 1804 getRange(const void *trie, UChar32 start, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) getRange() argument 1813 umutablecptrie_getRange(const UMutableCPTrie *trie, UChar32 start, UCPMapRangeOption option, uint32_t surrogateValue, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) umutablecptrie_getRange() argument [all...] |
H A D | unistr.cpp | 94 UnicodeString_charAt(int32_t offset, void *context) { in UnicodeString_charAt() argument
|
H A D | unames.cpp | 599 enumGroupNames(UCharNames *names, const uint16_t *group, UChar32 start, UChar32 end, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice) enumGroupNames() argument 644 enumExtNames(UChar32 start, UChar32 end, UEnumCharNamesFn *fn, void *context) enumExtNames() argument 667 enumNames(UCharNames *names, UChar32 start, UChar32 limit, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice) enumNames() argument 936 enumAlgNames(AlgorithmicRange *range, UChar32 start, UChar32 limit, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice) enumAlgNames() argument 1635 u_enumCharNames(UChar32 start, UChar32 limit, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice, UErrorCode *pErrorCode) u_enumCharNames() argument [all...] |
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | f_mass_storage.c | 1491 int fmass_register_notify(void(*notify)(void *context, int status), void *context) in fmass_register_notify() argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | SimpleDateFormat.java | 1317 public void setContext(DisplayContext context) { in setContext() argument
|
H A D | DateFormat.java | 1667 public void setContext(DisplayContext context) { in setContext() argument
|
H A D | DateFormatSymbols.java | 774 getMonths(int context, int width) getMonths() argument 827 setMonths(String[] newMonths, int context, int width) setMonths() argument 895 getWeekdays(int context, int width) getWeekdays() argument 944 setWeekdays(String[] newWeekdays, int context, int width) setWeekdays() argument 1020 getQuarters(int context, int width) getQuarters() argument 1066 setQuarters(String[] newQuarters, int context, int width) setQuarters() argument 1109 getYearNames(int context, int width) getYearNames() argument 1123 setYearNames(String[] yearNames, int context, int width) setYearNames() argument 1137 getZodiacNames(int context, int width) getZodiacNames() argument 1151 setZodiacNames(String[] zodiacNames, int context, int width) setZodiacNames() argument 1169 getLeapMonthPattern(int context, int width) getLeapMonthPattern() argument 1223 setLeapMonthPattern(String leapMonthPattern, int context, int width) setLeapMonthPattern() argument [all...] |
H A D | PluralRules.java | 1501 private static ParseException unexpected(String token, String context) { in unexpected() argument 1509 private static String nextToken(String[] tokens, int x, String context) in nextToken() argument
|
/third_party/icu/icu4c/source/i18n/ |
H A D | msgfmt.cpp | 1969 PluralSelectorContext &context = *static_cast<PluralSelectorContext *>(ctx); in select() local [all...] |
H A D | rematch.cpp | 363 struct URegexUTextUnescapeCharContext context = U_REGEX_UTEXT_UNESCAPE_CONTEXT(replacement); in appendReplacement() local 2437 setMatchCallback(URegexMatchCallback *callback, const void *context, UErrorCode &status) setMatchCallback() argument 2453 getMatchCallback(URegexMatchCallback *&callback, const void *&context, UErrorCode &status) getMatchCallback() argument 2469 setFindProgressCallback(URegexFindProgressCallback *callback, const void *context, UErrorCode &status) setFindProgressCallback() argument 2485 getFindProgressCallback(URegexFindProgressCallback *&callback, const void *&context, UErrorCode &status) getFindProgressCallback() argument [all...] |
/third_party/libuv/src/win/ |
H A D | pipe.c | 1341 static void CALLBACK post_completion_read_wait(void* context, BOOLEAN timed_out) { in post_completion_read_wait() argument 1360 static void CALLBACK post_completion_write_wait(void* context, BOOLEAN timed_out) { in post_completion_write_wait() argument
|
/third_party/libwebsockets/lib/core/ |
H A D | libwebsockets.c | 175 lws_hex_random(struct lws_context *context, char *dest, size_t len) in lws_hex_random() argument 240 lws_pthread_self_to_tsi(struct lws_context *context) in lws_pthread_self_to_tsi() argument 264 lws_context_user(struct lws_context *context) in lws_context_user() argument 298 lws_canonical_hostname(struct lws_context *context) in lws_canonical_hostname() argument 305 lws_get_count_threads(struct lws_context *context) lws_get_count_threads() argument 734 lws_finalize_startup(struct lws_context *context) lws_finalize_startup() argument 745 lws_get_effective_uid_gid(struct lws_context *context, uid_t *uid, gid_t *gid) lws_get_effective_uid_gid() argument [all...] |
/third_party/mbedtls/tests/src/test_helpers/ |
H A D | ssl_helpers.c | 487 mbedtls_test_message_socket_context *context = in mbedtls_test_mock_tcp_send_msg() local 514 mbedtls_test_message_socket_context *context = in mbedtls_test_mock_tcp_recv_msg() local 893 mbedtls_test_ssl_endpoint_free( mbedtls_test_ssl_endpoint *ep, mbedtls_test_message_socket_context *context) mbedtls_test_ssl_endpoint_free() argument [all...] |
/third_party/libcoap/src/ |
H A D | coap_block.c | 379 coap_context_set_block_mode(coap_context_t *context, in coap_context_set_block_mode() argument 2576 coap_handle_request_put_block(coap_context_t *context, coap_session_t *session, coap_pdu_t *pdu, coap_pdu_t *response, coap_resource_t *resource, coap_string_t *uri_path, coap_opt_t *observe, int *added_block, coap_lg_srcv_t **pfree_lg_srcv) coap_handle_request_put_block() argument 3335 coap_handle_response_get_block(coap_context_t *context, coap_session_t *session, coap_pdu_t *sent, coap_pdu_t *rcvd, coap_recurse_t recursive) coap_handle_response_get_block() argument [all...] |
H A D | coap_session.c | 519 coap_make_session(coap_proto_t proto, coap_session_type_t type, const coap_addr_hash_t *addr_hash, const coap_address_t *local_addr, const coap_address_t *remote_addr, int ifindex, coap_context_t *context, coap_endpoint_t *endpoint) coap_make_session() argument 1844 coap_new_endpoint(coap_context_t *context, const coap_address_t *listen_addr, coap_proto_t proto) coap_new_endpoint() argument [all...] |
/third_party/mesa3d/src/egl/main/ |
H A D | eglapi.c | 206 _eglCheckContext(_EGLDisplay *disp, _EGLContext *context, const char *msg) in _eglCheckContext() argument 815 _EGLContext *context; in eglCreateContext() local 841 _EGLContext *context in eglDestroyContext() local 859 _EGLContext *context = _eglLookupContext(ctx, disp); eglMakeCurrent() local 923 _EGLContext *context = _eglLookupContext(ctx, disp); eglQueryContext() local 1746 _EGLContext *context = _eglLookupContext(ctx, disp); _eglCreateImageCommon() local 2763 _eglLockDisplayInterop(EGLDisplay dpy, EGLContext context, _EGLDisplay **disp, _EGLContext **ctx) _eglLockDisplayInterop() argument 2786 MesaGLInteropEGLQueryDeviceInfo(EGLDisplay dpy, EGLContext context, struct mesa_glinterop_device_info *out) MesaGLInteropEGLQueryDeviceInfo() argument 2807 MesaGLInteropEGLExportObject(EGLDisplay dpy, EGLContext context, struct mesa_glinterop_export_in *in, struct mesa_glinterop_export_out *out) MesaGLInteropEGLExportObject() argument [all...] |
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_llvm_build.h | 67 LLVMContextRef context; member
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | dri2.c | 409 handle_in_fence(__DRIcontext *context, __DRIimage *img) in handle_in_fence() argument 1742 dri2_blit_image(__DRIcontext *context, __DRIimage *dst, __DRIimage *src, in dri2_blit_image() argument 1791 dri2_map_image(__DRIcontext *context, __DRIimage *image, in dri2_map_image() argument 1830 dri2_unmap_image(__DRIcontext *context, __DRIimage *image, void *data) in dri2_unmap_image() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/tegra/ |
H A D | tegra_context.c | 39 struct tegra_context *context = to_tegra_context(pcontext); in tegra_destroy() local 64 struct tegra_context *context = to_tegra_context(pcontext); in tegra_draw_vbo() local 93 struct tegra_context *context in tegra_render_condition() local 102 struct tegra_context *context = to_tegra_context(pcontext); tegra_create_query() local 112 struct tegra_context *context = to_tegra_context(pcontext); tegra_create_batch_query() local 121 struct tegra_context *context = to_tegra_context(pcontext); tegra_destroy_query() local 129 struct tegra_context *context = to_tegra_context(pcontext); tegra_begin_query() local 137 struct tegra_context *context = to_tegra_context(pcontext); tegra_end_query() local 148 struct tegra_context *context = to_tegra_context(pcontext); tegra_get_query_result() local 163 struct tegra_context *context = to_tegra_context(pcontext); tegra_get_query_result_resource() local 173 struct tegra_context *context = to_tegra_context(pcontext); tegra_set_active_query_state() local 182 struct tegra_context *context = to_tegra_context(pcontext); tegra_create_blend_state() local 190 struct tegra_context *context = to_tegra_context(pcontext); tegra_bind_blend_state() local 198 struct tegra_context *context = to_tegra_context(pcontext); tegra_delete_blend_state() local 207 struct tegra_context *context = to_tegra_context(pcontext); tegra_create_sampler_state() local 217 struct tegra_context *context = to_tegra_context(pcontext); tegra_bind_sampler_states() local 226 struct tegra_context *context = to_tegra_context(pcontext); tegra_delete_sampler_state() local 235 struct tegra_context *context = to_tegra_context(pcontext); tegra_create_rasterizer_state() local 243 struct tegra_context *context = to_tegra_context(pcontext); tegra_bind_rasterizer_state() local 251 struct tegra_context *context = to_tegra_context(pcontext); tegra_delete_rasterizer_state() local 260 struct tegra_context *context = to_tegra_context(pcontext); tegra_create_depth_stencil_alpha_state() local 268 struct tegra_context *context = to_tegra_context(pcontext); tegra_bind_depth_stencil_alpha_state() local 276 struct tegra_context *context = to_tegra_context(pcontext); tegra_delete_depth_stencil_alpha_state() local 285 struct tegra_context *context = to_tegra_context(pcontext); tegra_create_fs_state() local 293 struct tegra_context *context = to_tegra_context(pcontext); tegra_bind_fs_state() local 301 struct tegra_context *context = to_tegra_context(pcontext); tegra_delete_fs_state() local 310 struct tegra_context *context = to_tegra_context(pcontext); tegra_create_vs_state() local 318 struct tegra_context *context = to_tegra_context(pcontext); tegra_bind_vs_state() local 326 struct tegra_context *context = to_tegra_context(pcontext); tegra_delete_vs_state() local 335 struct tegra_context *context = to_tegra_context(pcontext); tegra_create_gs_state() local 343 struct tegra_context *context = to_tegra_context(pcontext); tegra_bind_gs_state() local 351 struct tegra_context *context = to_tegra_context(pcontext); tegra_delete_gs_state() local 360 struct tegra_context *context = to_tegra_context(pcontext); tegra_create_tcs_state() local 368 struct tegra_context *context = to_tegra_context(pcontext); tegra_bind_tcs_state() local 376 struct tegra_context *context = to_tegra_context(pcontext); tegra_delete_tcs_state() local 385 struct tegra_context *context = to_tegra_context(pcontext); tegra_create_tes_state() local 393 struct tegra_context *context = to_tegra_context(pcontext); tegra_bind_tes_state() local 401 struct tegra_context *context = to_tegra_context(pcontext); tegra_delete_tes_state() local 411 struct tegra_context *context = to_tegra_context(pcontext); tegra_create_vertex_elements_state() local 421 struct tegra_context *context = to_tegra_context(pcontext); tegra_bind_vertex_elements_state() local 429 struct tegra_context *context = to_tegra_context(pcontext); tegra_delete_vertex_elements_state() local 438 struct tegra_context *context = to_tegra_context(pcontext); tegra_set_blend_color() local 447 struct tegra_context *context = to_tegra_context(pcontext); tegra_set_stencil_ref() local 455 struct tegra_context *context = to_tegra_context(pcontext); tegra_set_sample_mask() local 463 struct tegra_context *context = to_tegra_context(pcontext); tegra_set_min_samples() local 472 struct tegra_context *context = to_tegra_context(pcontext); tegra_set_clip_state() local 482 struct tegra_context *context = to_tegra_context(pcontext); tegra_set_constant_buffer() local 498 struct tegra_context *context = to_tegra_context(pcontext); tegra_set_framebuffer_state() local 523 struct tegra_context *context = to_tegra_context(pcontext); tegra_set_polygon_stipple() local 533 struct tegra_context *context = to_tegra_context(pcontext); tegra_set_scissor_states() local 544 struct tegra_context *context = to_tegra_context(pcontext); tegra_set_window_rectangles() local 555 struct tegra_context *context = to_tegra_context(pcontext); tegra_set_viewport_states() local 569 struct tegra_context *context = to_tegra_context(pcontext); tegra_set_sampler_views() local 597 struct tegra_context *context = to_tegra_context(pcontext); tegra_set_tess_state() local 607 struct tegra_context *context = to_tegra_context(pcontext); tegra_set_debug_callback() local 618 struct tegra_context *context = to_tegra_context(pcontext); tegra_set_shader_buffers() local 630 struct tegra_context *context = to_tegra_context(pcontext); tegra_set_shader_images() local 642 struct tegra_context *context = to_tegra_context(pcontext); tegra_set_vertex_buffers() local 669 struct tegra_context *context = to_tegra_context(pcontext); tegra_create_stream_output_target() local 681 struct tegra_context *context = to_tegra_context(pcontext); tegra_stream_output_target_destroy() local 692 struct tegra_context *context = to_tegra_context(pcontext); tegra_set_stream_output_targets() local 709 struct tegra_context *context = to_tegra_context(pcontext); tegra_resource_copy_region() local 721 struct tegra_context *context = to_tegra_context(pcontext); tegra_blit() local 739 struct tegra_context *context = to_tegra_context(pcontext); tegra_clear() local 754 struct tegra_context *context = to_tegra_context(pcontext); tegra_clear_render_target() local 773 struct tegra_context *context = to_tegra_context(pcontext); tegra_clear_depth_stencil() local 789 struct tegra_context *context = to_tegra_context(pcontext); tegra_clear_texture() local 803 struct tegra_context *context = to_tegra_context(pcontext); tegra_clear_buffer() local 813 struct tegra_context *context = to_tegra_context(pcontext); tegra_flush() local 823 struct tegra_context *context = to_tegra_context(pcontext); tegra_create_fence_fd() local 833 struct tegra_context *context = to_tegra_context(pcontext); tegra_fence_server_sync() local 844 struct tegra_context *context = to_tegra_context(pcontext); tegra_create_sampler_view() local 887 struct tegra_context *context = to_tegra_context(pcontext); tegra_create_surface() local 931 struct tegra_context *context = to_tegra_context(pcontext); tegra_transfer_map() local 962 struct tegra_context *context = to_tegra_context(pcontext); tegra_transfer_flush_region() local 972 struct tegra_context *context = to_tegra_context(pcontext); tegra_transfer_unmap() local 989 struct tegra_context *context = to_tegra_context(pcontext); tegra_buffer_subdata() local 1006 struct tegra_context *context = to_tegra_context(pcontext); tegra_texture_subdata() local 1015 struct tegra_context *context = to_tegra_context(pcontext); tegra_texture_barrier() local 1023 struct tegra_context *context = to_tegra_context(pcontext); tegra_memory_barrier() local 1035 struct tegra_context *context = to_tegra_context(pcontext); tegra_create_video_codec() local 1044 struct tegra_context *context = to_tegra_context(pcontext); tegra_create_video_buffer() local 1053 struct tegra_context *context = to_tegra_context(pcontext); tegra_create_compute_state() local 1061 struct tegra_context *context = to_tegra_context(pcontext); tegra_bind_compute_state() local 1069 struct tegra_context *context = to_tegra_context(pcontext); tegra_delete_compute_state() local 1079 struct tegra_context *context = to_tegra_context(pcontext); tegra_set_compute_resources() local 1091 struct tegra_context *context = to_tegra_context(pcontext); tegra_set_global_binding() local 1103 struct tegra_context *context = to_tegra_context(pcontext); tegra_launch_grid() local 1114 struct tegra_context *context = to_tegra_context(pcontext); tegra_get_sample_position() local 1122 struct tegra_context *context = to_tegra_context(pcontext); tegra_get_timestamp() local 1132 struct tegra_context *context = to_tegra_context(pcontext); tegra_flush_resource() local 1142 struct tegra_context *context = to_tegra_context(pcontext); tegra_invalidate_resource() local 1150 struct tegra_context *context = to_tegra_context(pcontext); tegra_get_device_reset_status() local 1159 struct tegra_context *context = to_tegra_context(pcontext); tegra_set_device_reset_callback() local 1168 struct tegra_context *context = to_tegra_context(pcontext); tegra_dump_debug_state() local 1177 struct tegra_context *context = to_tegra_context(pcontext); tegra_emit_string_marker() local 1192 struct tegra_context *context = to_tegra_context(pcontext); tegra_generate_mipmap() local 1204 struct tegra_context *context = to_tegra_context(pcontext); tegra_create_texture_handle() local 1212 struct tegra_context *context = to_tegra_context(pcontext); tegra_delete_texture_handle() local 1220 struct tegra_context *context = to_tegra_context(pcontext); tegra_make_texture_handle_resident() local 1228 struct tegra_context *context = to_tegra_context(pcontext); tegra_create_image_handle() local 1236 struct tegra_context *context = to_tegra_context(pcontext); tegra_delete_image_handle() local 1245 struct tegra_context *context = to_tegra_context(pcontext); tegra_make_image_handle_resident() local 1256 struct tegra_context *context; tegra_screen_context_create() local [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_texture.c | 571 si_resource_get_param(struct pipe_screen *screen, struct pipe_context *context, struct pipe_resource *resource, unsigned plane, unsigned layer, unsigned level, enum pipe_resource_param param, unsigned handle_usage, uint64_t *value) si_resource_get_param() argument [all...] |
/third_party/mesa3d/src/glx/ |
H A D | glxcmds.c | 2737 MesaGLInteropGLXQueryDeviceInfo(Display *dpy, GLXContext context, struct mesa_glinterop_device_info *out) MesaGLInteropGLXQueryDeviceInfo() argument 2761 MesaGLInteropGLXExportObject(Display *dpy, GLXContext context, struct mesa_glinterop_export_in *in, struct mesa_glinterop_export_out *out) MesaGLInteropGLXExportObject() argument [all...] |