/third_party/skia/third_party/externals/icu/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; 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...] |
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | uvc_configfs.c | 647 struct config_item *target) in uvcg_control_class_allow_link() 660 if (!header || target->ci_parent != header) in uvcg_control_class_allow_link() 675 target_hdr = to_uvcg_control_header(target); in uvcg_control_class_allow_link() 689 struct config_item *target) in uvcg_control_class_drop_link() 701 if (!header || target->ci_parent != header) in uvcg_control_class_drop_link() 712 target_hdr = to_uvcg_control_header(target); in uvcg_control_class_drop_link() 931 struct config_item *target) in uvcg_streaming_header_allow_link() 957 * the grand-parent of the target matches the grand-parent of the source in uvcg_streaming_header_allow_link() 958 * (the streaming node), and then verify that the target parent is a in uvcg_streaming_header_allow_link() 961 if (src->ci_parent->ci_parent != target in uvcg_streaming_header_allow_link() 646 uvcg_control_class_allow_link(struct config_item *src, struct config_item *target) uvcg_control_class_allow_link() argument 688 uvcg_control_class_drop_link(struct config_item *src, struct config_item *target) uvcg_control_class_drop_link() argument 930 uvcg_streaming_header_allow_link(struct config_item *src, struct config_item *target) uvcg_streaming_header_allow_link() argument 996 uvcg_streaming_header_drop_link(struct config_item *src, struct config_item *target) uvcg_streaming_header_drop_link() argument 2212 uvcg_streaming_class_allow_link(struct config_item *src, struct config_item *target) uvcg_streaming_class_allow_link() argument 2286 uvcg_streaming_class_drop_link(struct config_item *src, struct config_item *target) uvcg_streaming_class_drop_link() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
H A D | TransliteratorTest.java | 1553 String target = (String) et.nextElement(); in TestSTV() 1554 logln(" " + j + ": " + target); in TestSTV() 1555 if (target.length() == 0) { in TestSTV() 1556 errln("FAIL: empty target"); in TestSTV() 1559 Enumeration ev = Transliterator.getAvailableVariants(source, target); in TestSTV() 2447 String target = "\u03AC"; // alpha-acute in TestToRulesMark() 2449 Transliterator t2 = Transliterator.createFromRules("source-target", testRules, Transliterator.FORWARD); in TestToRulesMark() 2450 Transliterator t3 = Transliterator.createFromRules("target-source", testRules, Transliterator.REVERSE); in TestToRulesMark() 2452 expect(t2, source, target); in TestToRulesMark() 2453 expect(t3, target, sourc in TestToRulesMark() [all...] |
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
H A D | TransliteratorTest.java | 1550 String target = (String) et.nextElement(); in TestSTV() 1551 logln(" " + j + ": " + target); in TestSTV() 1552 if (target.length() == 0) { in TestSTV() 1553 errln("FAIL: empty target"); in TestSTV() 1556 Enumeration ev = Transliterator.getAvailableVariants(source, target); in TestSTV() 2444 String target = "\u03AC"; // alpha-acute in TestToRulesMark() 2446 Transliterator t2 = Transliterator.createFromRules("source-target", testRules, Transliterator.FORWARD); in TestToRulesMark() 2447 Transliterator t3 = Transliterator.createFromRules("target-source", testRules, Transliterator.REVERSE); in TestToRulesMark() 2449 expect(t2, source, target); in TestToRulesMark() 2450 expect(t3, target, sourc in TestToRulesMark() [all...] |
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | ShaderTGSI.c | 199 uint target; /* TGSI_TEXTURE_x */ member 1406 sx.resources[resource].target, in Shader_tgsi_translate() 1448 sx.resources[resource].target, in Shader_tgsi_translate() 1491 unsigned target = sx.resources[res_index].target; in Shader_tgsi_translate() local 1492 unsigned dims = texture_dim_from_tgsi_target(target); in Shader_tgsi_translate() 1525 sx.resources[opcode.src[1].base.index[0].imm].target, in Shader_tgsi_translate() 1551 LOG_UNSUPPORTED(sx.resources[opcode.src[1].base.index[0].imm].target != in Shader_tgsi_translate() 1572 sx.resources[opcode.src[1].base.index[0].imm].target, in Shader_tgsi_translate() 1604 LOG_UNSUPPORTED(sx.resources[opcode.src[1].base.index[0].imm].target ! in Shader_tgsi_translate() 1824 unsigned target; Shader_tgsi_translate() local [all...] |
/kernel/linux/linux-5.10/include/uapi/linux/netfilter_bridge/ |
H A D | ebt_mark_t.h | 5 /* The target member is reused for adding new actions, the 6 * value of the real target is -1 to -NUM_STANDARD_TARGETS. 8 * but let's play it safe) are kept to designate this target. 20 int target; member
|
H A D | ebt_nat.h | 11 int target; member
|
/kernel/linux/linux-6.6/include/uapi/linux/netfilter_bridge/ |
H A D | ebt_mark_t.h | 5 /* The target member is reused for adding new actions, the 6 * value of the real target is -1 to -NUM_STANDARD_TARGETS. 8 * but let's play it safe) are kept to designate this target. 20 int target; member
|
H A D | ebt_nat.h | 11 int target; member
|
/kernel/linux/linux-6.6/security/apparmor/include/ |
H A D | ipc.h | 17 const struct cred *target_cred, struct aa_label *target,
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/netfilter_bridge/ |
H A D | ebt_mark_t.h | 27 int target; member
|
H A D | ebt_nat.h | 25 int target; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter_bridge/ |
H A D | ebt_mark_t.h | 27 int target; member
|
H A D | ebt_nat.h | 25 int target; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter_bridge/ |
H A D | ebt_mark_t.h | 15 int target; member
|
H A D | ebt_nat.h | 13 int target; member
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/ |
H A D | usb_string.h | 46 extern int utf8_to_utf16le(const char *src, uint8_t *target, uint32_t len);
|
/third_party/musl/porting/linux/user/include/info/ |
H A D | application_target_sdk_version.h | 29 * @brief Get the target sdk version number of the application. 30 * @return The target sdk version number. 35 * @brief Set the target sdk version number of the application. 36 * @param target The target sdk version number. 38 void set_application_target_sdk_version(int target);
|
/third_party/mesa3d/src/mesa/main/ |
H A D | genmipmap.h | 33 GLenum target);
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_gen_mipmap.h | 40 st_generate_mipmap(struct gl_context *ctx, GLenum target,
|
/third_party/musl/include/info/linux/ |
H A D | application_target_sdk_version.h | 29 * @brief Get the target sdk version number of the application. 30 * @return The target sdk version number. 35 * @brief Set the target sdk version number of the application. 36 * @param target The target sdk version number. 38 void set_application_target_sdk_version(int target);
|
/third_party/node/deps/openssl/openssl/Configurations/ |
H A D | platform.pm | 10 my $module = $target{perl_platform} || 'Unix';
|
/third_party/openssl/Configurations/ |
H A D | platform.pm | 10 my $module = $target{perl_platform} || 'Unix';
|
/third_party/typescript/tests/baselines/reference/ |
H A D | decoratorOnEnum.js | 2 declare function dec<T>(target: T): T;
|
H A D | decoratorOnEnum2.js | 2 declare function dec<T>(target: T): T;
|