/third_party/icu/icu4c/source/test/intltest/ |
H A D | transrt.cpp | 635 parent->logln("Checking that all source characters convert to target - Singles"); in test2() 675 parent->logln("Checking that all source characters convert to target - Doubles"); in test2() 725 parent->logln("Checking that target characters convert to source and back - Singles"); in test2() 787 parent->logln("Checking that target characters convert to source and back - Doubles"); in test2() 1062 UnicodeString target=source; in TestHan() local 1063 hanTL->transliterate(target); in TestHan() 1067 if (allHan.containsSome(target)) { in TestHan() 1075 UnicodeString target2 = target; in TestHan() 1093 UBool roundtripOK = (target3.compare(target) == 0); in TestHan() 1100 writeStringInU8(out, target); in TestHan() [all...] |
/third_party/libunwind/libunwind/doc/ |
H A D | unw_create_addr_space.tex | 24 the unwind target. To request a particular byte-order, 29 is supported depends on the target platform. 135 from or write to a word of memory in the target address-space. The 143 target. In other words, it is the responsibility of the call-back 144 routine to convert between the target's and the host's byte-order, if 162 of the byte-order of the target. In other words, it is the 164 target's and the host's byte-order, if necessary. 182 target. In other words, it is the responsibility of the call-back 183 routine to convert between the target's and the host's byte-order, if 193 execution in the target addres [all...] |
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_resource.c | 49 if (prsc->target == PIPE_BUFFER) { in v3d_debug_resource_layout() 589 if (prsc->target == PIPE_TEXTURE_1D) in v3d_setup_slices() 684 if (prsc->target != PIPE_TEXTURE_3D) { in v3d_setup_slices() 699 if (prsc->target == PIPE_TEXTURE_3D) in v3d_layer_offset() 770 assert(tmpl->target != PIPE_BUFFER || in v3d_resource_create_with_modifiers() 775 if (tmpl->target == PIPE_BUFFER) in v3d_resource_create_with_modifiers() 784 if (tmpl->target == PIPE_TEXTURE_1D || in v3d_resource_create_with_modifiers() 785 tmpl->target == PIPE_TEXTURE_1D_ARRAY) in v3d_resource_create_with_modifiers() 823 .target = prsc->target, in v3d_resource_create_with_modifiers() [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_visitor.cpp | 698 for (int target = 0; target < key->nr_color_regions; target++) { in emit_fb_writes() 700 if (this->outputs[target].file == BAD_FILE) in emit_fb_writes() 704 ralloc_asprintf(this->mem_ctx, "FB write target %d", target)); in emit_fb_writes() 707 if (devinfo->ver >= 6 && replicate_alpha && target != 0) in emit_fb_writes() 710 inst = emit_single_fb_write(abld, this->outputs[target], in emit_fb_writes() 712 inst->target = target; in emit_fb_writes() [all...] |
/third_party/node/lib/internal/modules/cjs/ |
H A D | loader.js | 302 set(target, property, value, receiver) { 304 return ReflectSet(target, property, value, receiver); 307 defineProperty(target, property, descriptor) { 309 return ObjectDefineProperty(target, property, descriptor); 894 get(target, prop) { 898 if (prop in target || prop === '__esModule') { return target[prop]; } 903 getOwnPropertyDescriptor(target, prop) { 904 if (ObjectPrototypeHasOwnProperty(target, prop) || prop === '__esModule') { 905 return ObjectGetOwnPropertyDescriptor(target, pro [all...] |
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_program.c | 73 destroy_program_variants(struct st_context *st, struct gl_program *target); 222 delete_variant(struct st_context *st, struct st_variant *v, GLenum target) in delete_variant() argument 225 if (target == GL_VERTEX_PROGRAM_ARB && in delete_variant() 233 switch (target) { in delete_variant() 260 pipe_shader_type_from_mesa(_mesa_program_enum_to_shader_stage(target)); in delete_variant() 1349 GLenum target, in st_program_string_notify() 1359 if (target == GL_FRAGMENT_PROGRAM_ARB || in st_program_string_notify() 1360 target == GL_FRAGMENT_SHADER_ATI) { in st_program_string_notify() 1361 if (target == GL_FRAGMENT_SHADER_ATI) { in st_program_string_notify() 1370 } else if (target in st_program_string_notify() 1348 st_program_string_notify( struct gl_context *ctx, GLenum target, struct gl_program *prog ) st_program_string_notify() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nvfx_vertprog.c | 144 reloc.target = src.reg.index; in emit_src() 693 reloc.target = finst->Label.Label + 1; in nvfx_vertprog_parse_instruction() 704 reloc.target = finst->Label.Label; in nvfx_vertprog_parse_instruction() 720 reloc.target = vpc->info->num_instructions; in nvfx_vertprog_parse_instruction() 743 reloc.target = loop.cont_target; in nvfx_vertprog_parse_instruction() 752 reloc.target = loop.cont_target; in nvfx_vertprog_parse_instruction() 761 reloc.target = loop.brk_target; in nvfx_vertprog_parse_instruction() 771 reloc.target = vpc->info->num_instructions; in nvfx_vertprog_parse_instruction() 1039 hw_reloc.target = ((unsigned*)insns.data)[label_reloc->target]; in _nvfx_vertprog_translate() [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | js-heap-broker.cc | 256 MapRef target = MakeRefAssumeMemoryFence(broker, *group.front()); in Refine() local 258 inferred.find(target) != inferred.end() || new_group.size() > 1; in Refine() 260 new_group.push_back(target.object()); in Refine() 261 // The target must be at the front, the order of sources doesn't matter. in Refine() 267 new_group.front().equals(target.object())); in Refine() 836 Handle<Map> target = CanonicalPersistentHandle(transition_target); in ProcessFeedbackMapsForElementAccess() local 837 TransitionGroup new_group(1, target, zone()); in ProcessFeedbackMapsForElementAccess() 839 transition_groups.insert({target, new_group}).first->second; in ProcessFeedbackMapsForElementAccess() 860 // feedback. This implies that "a source is not a target". in AddGroup() 885 PropertyAccessTarget target({ma in GetPropertyAccessInfo() [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_bc_parser.cpp | 68 default: assert(!"unknown shader target"); return -1; break; in decode() 143 if (sh->target == TARGET_GS) { in parse_decls() 152 if (sh->target == TARGET_VS || sh->target == TARGET_ES || sh->target == TARGET_HS || sh->target == TARGET_LS) in parse_decls() 154 else if (sh->target == TARGET_GS) { in parse_decls() 157 } else if (sh->target == TARGET_COMPUTE) { in parse_decls() 163 && sh->target == TARGET_PS; in parse_decls() 170 bool preloaded = sh->target in parse_decls() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | libEGL.cpp | 1167 EGLBoolean EGLAPIENTRY CopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) in CopyBuffers() argument 1169 TRACE("(EGLDisplay dpy = %p, EGLSurface surface = %p, EGLNativePixmapType target = %p)", dpy, surface, target); in CopyBuffers() 1186 EGLImage EGLAPIENTRY CreateImage(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list) in CreateImage() argument 1188 TRACE("(EGLDisplay dpy = %p, EGLContext ctx = %p, EGLenum target = 0x%X, buffer = %p, const EGLAttrib *attrib_list = %p)", dpy, ctx, target, buffer, attrib_list); in CreateImage() 1229 if(target == EGL_NATIVE_BUFFER_ANDROID) in CreateImage() 1253 EGLenum validationResult = context->validateSharedImage(target, name, textureLevel); in CreateImage() 1260 Image *image = context->createSharedImage(target, name, textureLevel); in CreateImage() 1277 EGLImageKHR EGLAPIENTRY CreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffe argument [all...] |
/third_party/python/Lib/logging/ |
H A D | handlers.py | 1356 flushing them to a target handler. Flushing occurs whenever the buffer 1359 def __init__(self, capacity, flushLevel=logging.ERROR, target=None, 1363 flushing should occur and an optional target. 1365 Note that without a target being set either here or via setTarget(), 1375 self.target = target 1386 def setTarget(self, target): 1388 Set the target handler for this handler. 1392 self.target = target [all...] |
/third_party/python/Lib/test/ |
H A D | test_contextlib.py | 275 with woohoo(self=11, func=22, args=33, kwds=44) as target: 276 self.assertEqual(target, (11, 22, 33, 44)) 1215 target = self.make_relative_path('data') 1216 self.assertNotEqual(old_cwd, target) 1218 with chdir(target): 1219 self.assertEqual(os.getcwd(), target) 1241 target = self.make_relative_path('data') 1242 self.assertNotEqual(old_cwd, target) 1245 with chdir(target): 1246 self.assertEqual(os.getcwd(), target) [all...] |
/kernel/linux/linux-5.10/drivers/s390/block/ |
H A D | dasd.c | 145 device->target = DASD_STATE_NEW; in dasd_alloc_device() 393 * Forget format information. Check if the target level is basic 490 device->target >= DASD_STATE_KNOWN) in dasd_increase_state() 495 device->target >= DASD_STATE_BASIC) in dasd_increase_state() 500 device->target >= DASD_STATE_READY) in dasd_increase_state() 505 device->target > DASD_STATE_UNFMT) in dasd_increase_state() 510 device->target >= DASD_STATE_ONLINE) in dasd_increase_state() 525 device->target <= DASD_STATE_READY) in dasd_decrease_state() 530 device->target <= DASD_STATE_BASIC) in dasd_decrease_state() 535 device->target < in dasd_decrease_state() 646 dasd_set_target_state(struct dasd_device *device, int target) dasd_set_target_state() argument [all...] |
/kernel/linux/linux-6.6/drivers/s390/block/ |
H A D | dasd.c | 129 device->target = DASD_STATE_NEW; in dasd_alloc_device() 364 * Forget format information. Check if the target level is basic 445 device->target >= DASD_STATE_KNOWN) in dasd_increase_state() 450 device->target >= DASD_STATE_BASIC) in dasd_increase_state() 455 device->target >= DASD_STATE_READY) in dasd_increase_state() 460 device->target > DASD_STATE_UNFMT) in dasd_increase_state() 465 device->target >= DASD_STATE_ONLINE) in dasd_increase_state() 480 device->target <= DASD_STATE_READY) in dasd_decrease_state() 485 device->target <= DASD_STATE_BASIC) in dasd_decrease_state() 490 device->target < in dasd_decrease_state() 581 dasd_set_target_state(struct dasd_device *device, int target) dasd_set_target_state() argument [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | ULocaleTest.java | 1554 String target = "German (Phonebook Sort Order)"; in TestDisplayWithKeyword() 1555 assertEquals("collation", target, name); in TestDisplayWithKeyword() 1558 target = "德文(電話簿排序)"; // \u5FB7\u6587\uFF08\u96FB\u8A71\u7C3F\u6392\u5E8F\uFF09 in TestDisplayWithKeyword() 1559 assertEquals("collation", target, name); in TestDisplayWithKeyword() 1562 target = "Japanese (Japanese Yen)"; in TestDisplayWithKeyword() 1563 assertEquals("currency (JPY)", target, name); in TestDisplayWithKeyword() 1566 target = "日文(日圓)"; // \u65E5\u6587\uFF08\u65E5\u5713\uFF09 in TestDisplayWithKeyword() 1567 assertEquals("currency (JPY)", target, name); in TestDisplayWithKeyword() 1570 target = "German (Currency: XYZ)"; in TestDisplayWithKeyword() 1571 assertEquals("currency (XYZ)", target, nam in TestDisplayWithKeyword() [all...] |
/third_party/ntfs-3g/src/ |
H A D | ntfs-3g.c | 218 /* exact length of target text, without the terminator */ 715 char *target; in junction_getattr() local 719 target = ntfs_make_symlink(ni, ctx->abs_mnt_point); in junction_getattr() 725 if (target || (errno == EOPNOTSUPP)) { in junction_getattr() 726 if (target) in junction_getattr() 727 stbuf->st_size = strlen(target); in junction_getattr() 732 free(target); in junction_getattr() 866 char *target; in ntfs_fuse_getattr() 869 target = ntfs_make_symlink(ni, ctx->abs_mnt_point); in ntfs_fuse_getattr() 875 if (target || (errn in ntfs_fuse_getattr() 1003 char *target = NULL; ntfs_fuse_getattr() local 2059 ntfs_fuse_create(const char *org_path, mode_t typemode, dev_t dev, const char *target, struct fuse_file_info *fi) ntfs_fuse_create() argument [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | mipmap.c | 56 GLenum target) in _mesa_compute_num_levels() 61 baseImage = _mesa_get_tex_image(ctx, texObj, target, texObj->Attrib.BaseLevel); in _mesa_compute_num_levels() 1725 _mesa_generate_mipmap_level(GLenum target, in _mesa_generate_mipmap_level() argument 1737 switch (target) { in _mesa_generate_mipmap_level() 1783 unreachable("bad tex target in _mesa_generate_mipmaps"); in _mesa_generate_mipmap_level() 1793 _mesa_next_mipmap_level_size(GLenum target, GLint border, in _mesa_next_mipmap_level_size() argument 1805 target != GL_TEXTURE_1D_ARRAY_EXT && in _mesa_next_mipmap_level_size() 1806 target != GL_PROXY_TEXTURE_1D_ARRAY_EXT) { in _mesa_next_mipmap_level_size() 1814 target != GL_TEXTURE_2D_ARRAY_EXT && in _mesa_next_mipmap_level_size() 1815 target ! in _mesa_next_mipmap_level_size() 54 _mesa_compute_num_levels(struct gl_context *ctx, struct gl_texture_object *texObj, GLenum target) _mesa_compute_num_levels() argument 1869 const GLenum target = _mesa_cube_face_target(texObj->Target, face); prepare_mipmap_level() local 1952 generate_mipmap_uncompressed(struct gl_context *ctx, GLenum target, struct gl_texture_object *texObj, const struct gl_texture_image *srcImage, GLuint maxLevel) generate_mipmap_uncompressed() argument 2072 generate_mipmap_compressed(struct gl_context *ctx, GLenum target, struct gl_texture_object *texObj, struct gl_texture_image *srcImage, GLuint maxLevel) generate_mipmap_compressed() argument 2239 _mesa_generate_mipmap(struct gl_context *ctx, GLenum target, struct gl_texture_object *texObj) _mesa_generate_mipmap() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_descriptors.c | 193 if (res->b.b.target == PIPE_BUFFER) in si_get_sampler_view_priority() 228 if (resource->target != PIPE_BUFFER && tex->is_depth && in si_sampler_view_add_buffer() 455 if (tex->buffer.b.b.target == PIPE_BUFFER) { in si_set_sampler_view_desc() 550 if (tex->buffer.b.b.target == PIPE_BUFFER) { in si_set_sampler_views() 660 if (res && res->target != PIPE_BUFFER) { in si_samplers_update_needs_color_decompress_mask() 740 if (res->b.b.target != PIPE_BUFFER) in si_mark_image_range_valid() 755 if (res->b.b.target == PIPE_BUFFER) { in si_set_shader_image_desc() 822 screen, tex, false, res->b.b.target, view->format, swizzle, hw_level, hw_level, in si_set_shader_image_desc() 850 if (res->b.b.target == PIPE_BUFFER) { in si_set_shader_image() 930 if (res && res->target ! in si_images_update_needs_color_decompress_mask() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
H A D | debug.c | 26 #include "target.h" 220 * If the target supports GMBOX hardware, dump some in ath6kl_dump_registers() 278 void dump_cred_dist_stats(struct htc_target *target) in dump_cred_dist_stats() argument 282 list_for_each_entry(ep_list, &target->cred_dist_list, list) in dump_cred_dist_stats() 287 target->credit_info->total_avail_credits, in dump_cred_dist_stats() 288 target->credit_info->cur_free_credits); in dump_cred_dist_stats() 708 struct htc_target *target = ar->htc_target; in read_file_credit_dist_stats() local 715 get_queue_depth(&target->cred_dist_list) * CREDIT_INFO_LEN; in read_file_credit_dist_stats() 722 target->credit_info->total_avail_credits); in read_file_credit_dist_stats() 725 target in read_file_credit_dist_stats() 762 print_endpoint_stat(struct htc_target *target, char *buf, unsigned int buf_len, unsigned int len, int offset, const char *name) print_endpoint_stat() argument 786 struct htc_target *target = ar->htc_target; ath6kl_endpoint_stats_read() local 841 struct htc_target *target = ar->htc_target; ath6kl_endpoint_stats_write() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | core.c | 883 if (ab->qmi.target.bdf_ext[0] != '\0') in ath11k_core_check_cc_code_bdfext() 931 strlen(smbios->bdf_ext), sizeof(ab->qmi.target.bdf_ext)); in ath11k_core_check_cc_code_bdfext() 941 copied = strscpy(ab->qmi.target.bdf_ext, smbios->bdf_ext + strlen(magic), in ath11k_core_check_cc_code_bdfext() 942 sizeof(ab->qmi.target.bdf_ext)); in ath11k_core_check_cc_code_bdfext() 951 ATH11K_SMBIOS_BDF_EXT_TYPE, ab->qmi.target.bdf_ext); in ath11k_core_check_cc_code_bdfext() 956 ab->qmi.target.bdf_ext[0] = '\0'; in ath11k_core_check_smbios() 959 if (ab->qmi.target.bdf_ext[0] == '\0') in ath11k_core_check_smbios() 967 size_t max_len = sizeof(ab->qmi.target.bdf_ext); in ath11k_core_check_dt() 980 if (strscpy(ab->qmi.target.bdf_ext, variant, max_len) < 0) in ath11k_core_check_dt() 992 /* strlen(',variant=') + strlen(ab->qmi.target in __ath11k_core_create_board_name() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/ |
H A D | debug.c | 26 #include "target.h" 220 * If the target supports GMBOX hardware, dump some in ath6kl_dump_registers() 278 void dump_cred_dist_stats(struct htc_target *target) in dump_cred_dist_stats() argument 282 list_for_each_entry(ep_list, &target->cred_dist_list, list) in dump_cred_dist_stats() 287 target->credit_info->total_avail_credits, in dump_cred_dist_stats() 288 target->credit_info->cur_free_credits); in dump_cred_dist_stats() 708 struct htc_target *target = ar->htc_target; in read_file_credit_dist_stats() local 715 get_queue_depth(&target->cred_dist_list) * CREDIT_INFO_LEN; in read_file_credit_dist_stats() 722 target->credit_info->total_avail_credits); in read_file_credit_dist_stats() 725 target in read_file_credit_dist_stats() 762 print_endpoint_stat(struct htc_target *target, char *buf, unsigned int buf_len, unsigned int len, int offset, const char *name) print_endpoint_stat() argument 786 struct htc_target *target = ar->htc_target; ath6kl_endpoint_stats_read() local 841 struct htc_target *target = ar->htc_target; ath6kl_endpoint_stats_write() local [all...] |
/kernel/liteos_a/syscall/ |
H A D | fs_syscall.c | 581 int SysSymlink(const char *target, const char *linkpath) in SysSymlink() argument 587 if (target != NULL) { in SysSymlink() 588 ret = UserPathCopy(target, &targetRet); in SysSymlink() 746 int SysMount(const char *source, const char *target, const char *filesystemtype, unsigned long mountflags, in SysMount() argument 759 if (target != NULL) { in SysMount() 760 ret = UserPathCopy(target, &targetRet); in SysMount() 814 int SysUmount(const char *target) in SysUmount() argument 823 if (target != NULL) { in SysUmount() 824 ret = UserPathCopy(target, &pathRet); in SysUmount() 830 ret = umount(target in SysUmount() 974 SysUmount2(const char *target, int flags) SysUmount2() argument 1915 SysSymlinkat(const char *target, int dirfd, const char *linkpath) SysSymlinkat() argument [all...] |
/third_party/icu/icu4c/source/common/unicode/ |
H A D | unistr.h | 253 * target object, e.g., calling str.append(str), an extra copy may take place 1493 * `target`. 1496 * @param target UnicodeString into which to copy characters. 1501 UnicodeString& target) const; 1521 * into the UnicodeString `target`. Replaceable API. 1524 * @param target UnicodeString into which to copy characters. 1529 UnicodeString& target) const override; 1545 * @param target the target buffer for extraction, can be NULL 1547 * @param targetCapacity the length of the target buffe 4464 extract(int32_t start, int32_t _length, Char16Ptr target, int32_t targetStart) const extract() argument [all...] |
/third_party/node/src/ |
H A D | node_messaging.cc | 1115 MessagePort* target = in MoveToContext() local 1117 if (target != nullptr) in MoveToContext() 1118 args.GetReturnValue().Set(target->object()); in MoveToContext() 1391 *error = "The target port was posted to itself, and the " in Dispatch() 1478 static void InitMessaging(Local<Object> target, in InitMessaging() argument 1487 target, in InitMessaging() 1500 context, target, "JSTransferable", t, SetConstructorFunctionFlag::NONE); in InitMessaging() 1504 target, in InitMessaging() 1511 SetMethod(context, target, "stopMessagePort", MessagePort::Stop); in InitMessaging() 1512 SetMethod(context, target, "checkMessagePor in InitMessaging() [all...] |
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | xcodeproj_file.py | 45 referenced in the project, and a list of target objects, each of which defines 46 a target in the project. There are several different types of target object, 48 relationship is expressed by having each target type derive from an abstract 56 In Xcode, every file used as input to a target or produced as a final product 57 of a target must appear somewhere in the hierarchy rooted at the PBXGroup 1832 # someone adds the same file multiple times to the same target. That 2132 # to the target. Xcode uses the dstSubfolderSpec value set here 2271 # The "target" property accepts an XCTarget object, and obviously not 2277 # the "target" propert [all...] |