| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| H A D | Utility.java | 36 public final static boolean arrayEquals(Object[] source, Object target) { in arrayEquals() argument 48 public final static boolean arrayEquals(int[] source, Object target) { in arrayEquals() argument 60 public final static boolean arrayEquals(double[] source, Object target) { in arrayEquals() argument 67 arrayEquals(byte[] source, Object target) arrayEquals() argument 79 arrayEquals(Object source, Object target) arrayEquals() argument 100 arrayRegionMatches(Object[] source, int sourceStart, Object[] target, int targetStart, int len) arrayRegionMatches() argument 119 arrayRegionMatches(char[] source, int sourceStart, char[] target, int targetStart, int len) arrayRegionMatches() argument 138 arrayRegionMatches(int[] source, int sourceStart, int[] target, int targetStart, int len) arrayRegionMatches() argument 157 arrayRegionMatches(double[] source, int sourceStart, double[] target, int targetStart, int len) arrayRegionMatches() argument 169 arrayRegionMatches(byte[] source, int sourceStart, byte[] target, int targetStart, int len) arrayRegionMatches() argument 1104 lookup(String source, String[] target) lookup() argument 1679 compareUnsigned(int source, int target) compareUnsigned() argument 1765 splitString(String src, String target) splitString() argument [all...] |
| /third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
| H A D | ICUJDKCompare.java | 797 private String pairEquivalent(String target) { in pairEquivalent() argument 812 private Class pairClassEquivalent(Class target) { in pairClassEquivalent() argument
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | UTF16.java | 978 public static StringBuffer append(StringBuffer target, int char32) { in append() argument 1003 public static StringBuffer appendCodePoint(StringBuffer target, int cp) { in appendCodePoint() argument 1017 append(char[] target, int limit, int char32) append() argument 1082 setCharAt(StringBuffer target, int offset16, int char32) setCharAt() argument 1116 setCharAt(char target[], int limit, int offset16, int char32) setCharAt() argument 1359 insert(StringBuffer target, int offset16, int char32) insert() argument 1387 insert(char target[], int limit, int offset16, int char32) insert() argument 1413 delete(StringBuffer target, int offset16) delete() argument 1438 delete(char target[], int limit, int offset16) delete() argument [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | ucol.cpp | 447 ucol_strcoll( const UCollator *coll, const UChar *source, int32_t sourceLength, const UChar *target, int32_t targetLength) ucol_strcoll() argument 468 ucol_strcollUTF8( const UCollator *coll, const char *source, int32_t sourceLength, const char *target, int32_t targetLength, UErrorCode *status) ucol_strcollUTF8() argument 498 ucol_greater( const UCollator *coll, const UChar *source, int32_t sourceLength, const UChar *target, int32_t targetLength) ucol_greater() argument 510 ucol_greaterOrEqual( const UCollator *coll, const UChar *source, int32_t sourceLength, const UChar *target, int32_t targetLength) ucol_greaterOrEqual() argument 522 ucol_equal( const UCollator *coll, const UChar *source, int32_t sourceLength, const UChar *target, int32_t targetLength) ucol_equal() argument 622 ucol_equals(const UCollator *source, const UCollator *target) ucol_equals() argument [all...] |
| /third_party/json/tests/src/ |
| H A D | unit-regression2.cpp | 592 const auto target = R"({"foo": [ "1", "2", "3" ]})"_json; variable
|
| /third_party/jerryscript/jerry-core/ecma/operations/ |
| H A D | ecma-proxy-object.c | 72 ecma_proxy_create (ecma_value_t target, /**< proxy target */ in ecma_proxy_create() argument 152 ecma_proxy_create_revocable (ecma_value_t target, /**< target argument */ in ecma_proxy_create_revocable() argument 311 ecma_value_t target = proxy_obj_p->target; ecma_proxy_object_get_prototype_of() local 418 ecma_value_t target = proxy_obj_p->target; ecma_proxy_object_set_prototype_of() local 519 ecma_value_t target = proxy_obj_p->target; ecma_proxy_object_is_extensible() local 603 ecma_value_t target = proxy_obj_p->target; ecma_proxy_object_prevent_extensions() local 684 ecma_value_t target = proxy_obj_p->target; ecma_proxy_object_get_own_property_descriptor() local 868 ecma_value_t target = proxy_obj_p->target; ecma_proxy_object_define_own_property() local 1014 ecma_value_t target = proxy_obj_p->target; ecma_proxy_object_has() local 1118 ecma_value_t target = proxy_obj_p->target; ecma_proxy_object_get() local 1223 ecma_value_t target = proxy_obj_p->target; ecma_proxy_object_set() local 1333 ecma_value_t target = proxy_obj_p->target; ecma_proxy_object_delete_property() local 1562 ecma_value_t target = proxy_obj_p->target; ecma_proxy_object_own_property_keys() local 1717 ecma_value_t target = proxy_obj_p->target; ecma_proxy_object_call() local 1771 ecma_value_t target = proxy_obj_p->target; ecma_proxy_object_construct() local [all...] |
| /third_party/mesa3d/src/egl/drivers/dri2/ |
| H A D | platform_x11_dri3.c | 396 dri3_create_image_khr(_EGLDisplay *disp, _EGLContext *ctx, EGLenum target, in dri3_create_image_khr() argument 463 xcb_pixmap_t target; in dri3_copy_buffers() local
|
| H A D | platform_drm.c | 494 dri2_drm_create_image_khr(_EGLDisplay *disp, _EGLContext *ctx, EGLenum target, in dri2_drm_create_image_khr() argument
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_lower_goto_ifs.c | 136 set_path_vars(nir_builder *b, struct path_fork *fork, nir_block *target) in set_path_vars() argument 206 route_to(nir_builder *b, struct routes *routing, nir_block *target) in route_to() argument [all...] |
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | list.h | 485 exec_list_move_nodes_to(struct exec_list *list, struct exec_list *target) in exec_list_move_nodes_to() argument 656 move_nodes_to(exec_list *target) move_nodes_to() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/virgl/ |
| H A D | virgl_screen.c | 655 virgl_is_format_supported( struct pipe_screen *screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned bind) virgl_is_format_supported() argument [all...] |
| /third_party/mesa3d/src/gallium/frontends/va/ |
| H A D | va_private.h | 283 struct pipe_video_buffer *target; member
|
| /third_party/mesa3d/src/gallium/winsys/virgl/vtest/ |
| H A D | virgl_vtest_winsys.c | 225 virgl_vtest_winsys_resource_create(struct virgl_winsys *vws, enum pipe_texture_target target, const void *map_front_private, uint32_t format, uint32_t bind, uint32_t width, uint32_t height, uint32_t depth, uint32_t array_size, uint32_t last_level, uint32_t nr_samples, uint32_t size) virgl_vtest_winsys_resource_create() argument 365 virgl_vtest_winsys_resource_cache_create(struct virgl_winsys *vws, enum pipe_texture_target target, const void *map_front_private, uint32_t format, uint32_t bind, uint32_t width, uint32_t height, uint32_t depth, uint32_t array_size, uint32_t last_level, uint32_t nr_samples, uint32_t flags, uint32_t size) virgl_vtest_winsys_resource_cache_create() argument [all...] |
| /third_party/mesa3d/src/imagination/vulkan/ |
| H A D | pvr_job_context.c | 450 pvr_ctx_sr_programs_setup(struct pvr_device *device, enum pvr_ctx_sr_program_target target, struct rogue_sr_programs *sr_programs) pvr_ctx_sr_programs_setup() argument
|
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_pipe_blit.c | 171 has_layer_face_index_in_z(enum pipe_texture_target target) in has_layer_face_index_in_z() argument 189 adjust_z_layer(enum pipe_texture_target target, in adjust_z_layer() argument [all...] |
| /third_party/node/src/ |
| H A D | async_wrap.cc | 199 Global<Object> target; member in node::DestroyParam 353 void AsyncWrap::Initialize(Local<Object> target, in Initialize() argument [all...] |
| H A D | module_wrap.cc | 753 void ModuleWrap::Initialize(Local<Object> target, in Initialize() argument
|
| H A D | node_blob.cc | 360 void FixedSizeBlobCopyJob::Initialize(Environment* env, Local<Object> target) { in Initialize() argument 35 Initialize( Local<Object> target, Local<Value> unused, Local<Context> context, void* priv) Initialize() argument
|
| H A D | node_builtins.cc | 719 void BuiltinLoader::CreatePerContextProperties(Local<Object> target, in CreatePerContextProperties() argument 684 CreatePerIsolateProperties(IsolateData* isolate_data, Local<FunctionTemplate> target) CreatePerIsolateProperties() argument
|
| H A D | node_i18n.cc | 160 char* target = *result; in Transcode() local 490 UChar* target = *result; in Decode() local 862 void Initialize(Local<Object> target, in Initialize() argument [all...] |
| H A D | node_process_methods.cc | 567 static void Initialize(Local<Object> target, in Initialize() argument [all...] |
| /third_party/node/src/crypto/ |
| H A D | crypto_ec.cc | 64 void ECDH::Initialize(Environment* env, Local<Object> target) { in Initialize() argument 756 ExportJWKEcKey( Environment* env, std::shared_ptr<KeyObjectData> key, Local<Object> target) ExportJWKEcKey() argument 846 ExportJWKEdKey( Environment* env, std::shared_ptr<KeyObjectData> key, Local<Object> target) ExportJWKEdKey() argument 984 GetEcKeyDetail( Environment* env, std::shared_ptr<KeyObjectData> key, Local<Object> target) GetEcKeyDetail() argument [all...] |
| H A D | crypto_dh.cc | 61 void DiffieHellman::Initialize(Environment* env, Local<Object> target) { in Initialize() argument 718 GetDhKeyDetail( Environment* env, std::shared_ptr<KeyObjectData> key, Local<Object> target) GetDhKeyDetail() argument
|
| H A D | crypto_sig.cc | 329 void Sign::Initialize(Environment* env, Local<Object> target) { in Initialize() argument 459 void Verify::Initialize(Environment* env, Local<Object> target) { in Initialize() argument [all...] |
| H A D | crypto_util.cc | 739 void Initialize(Environment* env, Local<Object> target) { in SetFipsCrypto() argument 661 SetEncodedValue( Environment* env, Local<Object> target, Local<String> name, const BIGNUM* bn, int size) SetFipsCrypto() argument [all...] |