/third_party/skia/third_party/externals/angle2/tools/android/modularization/convenience/ |
H A D | lookup_dep.py | 247 # Remove .class suffix 264 cache_path = abs_jar_path.with_suffix(abs_jar_path.suffix + '.namelist_cache') 290 if source_path.suffix != '.java': 291 logging.warning(f'"{source_path}" does not have the .java suffix')
|
/third_party/python/Modules/_ctypes/ |
H A D | ctypes.h | 372 extern char *_ctypes_alloc_format_string(const char *prefix, const char *suffix); 375 const char *prefix, const char *suffix);
|
/third_party/skia/modules/skottie/utils/ |
H A D | SkottieUtils.cpp | 93 std::string CustomPropertyManager::acceptKey(const char* name, const char* suffix) const { in acceptKey() 100 : fCurrentNode + suffix; in acceptKey()
|
/third_party/rust/crates/os_str_bytes/src/ |
H A D | raw_str.rs | 457 let suffix = &self.0[index + pat.len()..]; in split_once_raw_with() 458 Some((Self::from_inner(prefix), Self::from_inner(suffix))) in split_once_raw_with() 572 let (prefix, suffix) = self.0.split_at(mid); in split_at() 573 (Self::from_inner(prefix), Self::from_inner(suffix)) in split_at()
|
/third_party/rust/crates/regex/bench/src/ |
H A D | misc.rs | 88 // This benchmark specifically targets the "reverse suffix literal" 109 fn get_text(corpus: &str, suffix: String) -> String { in get_text() 111 corpus.push_str(&suffix); in get_text() 182 // thwart any prefix or suffix literal optimizations.
|
/kernel/linux/linux-6.6/sound/pci/ac97/ |
H A D | ac97_codec.c | 2655 static void set_ctl_name(char *dst, const char *src, const char *suffix) in set_ctl_name() argument 2659 if (suffix) { in set_ctl_name() 2660 if (snprintf(dst, msize, "%s %s", src, suffix) >= msize) in set_ctl_name() 2662 src, suffix, dst); in set_ctl_name() 2670 /* remove the control with the given name and optional suffix */ 2672 const char *suffix) in snd_ac97_remove_ctl() 2676 set_ctl_name(id.name, name, suffix); in snd_ac97_remove_ctl() 2681 static struct snd_kcontrol *ctl_find(struct snd_ac97 *ac97, const char *name, const char *suffix) in ctl_find() argument 2685 set_ctl_name(sid.name, name, suffix); in ctl_find() 2690 /* rename the control with the given name and optional suffix */ 2671 snd_ac97_remove_ctl(struct snd_ac97 *ac97, const char *name, const char *suffix) snd_ac97_remove_ctl() argument 2691 snd_ac97_rename_ctl(struct snd_ac97 *ac97, const char *src, const char *dst, const char *suffix) snd_ac97_rename_ctl() argument 2714 snd_ac97_swap_ctl(struct snd_ac97 *ac97, const char *s1, const char *s2, const char *suffix) snd_ac97_swap_ctl() argument [all...] |
/kernel/linux/linux-5.10/sound/pci/ |
H A D | intel8x0m.c | 680 char *suffix; member 695 if (rec->suffix) in snd_intel8x0m_pcm1() 696 sprintf(name, "Intel ICH - %s", rec->suffix); in snd_intel8x0m_pcm1() 713 if (rec->suffix) in snd_intel8x0m_pcm1() 714 sprintf(pcm->name, "%s - %s", chip->card->shortname, rec->suffix); in snd_intel8x0m_pcm1() 729 .suffix = "Modem",
|
/kernel/linux/linux-6.6/sound/pci/ |
H A D | intel8x0m.c | 666 char *suffix; member 681 if (rec->suffix) in snd_intel8x0m_pcm1() 682 sprintf(name, "Intel ICH - %s", rec->suffix); in snd_intel8x0m_pcm1() 699 if (rec->suffix) in snd_intel8x0m_pcm1() 700 sprintf(pcm->name, "%s - %s", chip->card->shortname, rec->suffix); in snd_intel8x0m_pcm1() 715 .suffix = "Modem",
|
/third_party/ffmpeg/libavcodec/ |
H A D | ivi_dsp.c | 775 #define IVI_MC_TEMPLATE(size, suffix, OP) \ 776 static void ivi_mc_ ## size ##x## size ## suffix(int16_t *buf, \ 812 void ff_ivi_mc_ ## size ##x## size ## suffix(int16_t *buf, const int16_t *ref_buf, \ 815 ivi_mc_ ## size ##x## size ## suffix(buf, pitch, ref_buf, pitch, mc_type); \ 818 #define IVI_MC_AVG_TEMPLATE(size, suffix, OP) \ 819 void ff_ivi_mc_avg_ ## size ##x## size ## suffix(int16_t *buf, \
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | DecimalFormat.java | 155 * subpattern := prefix? number exponent? suffix? 158 * suffix := '\u0000'..'\uFFFD' - specialCharacters 188 * before the suffix, after the suffix, or not at all. 220 * number: prefix, number, exponent separator, and suffix. Ignorable whitespace characters are those 472 // Backwards compatibility: clear out user-specified prefix and suffix, in applyPattern() 1007 * <strong>Affixes:</strong> Gets the positive suffix string currently being used to format 1031 * @param suffix The literal string to append to positive numbers. 1035 public synchronized void setPositiveSuffix(String suffix) { in setPositiveSuffix() argument 1036 if (suffix in setPositiveSuffix() 1072 setNegativeSuffix(String suffix) setNegativeSuffix() argument [all...] |
H A D | NFRule.java | 1286 String suffix = ruleText.substring(pluralRuleSuffix); in findText() 1288 && str.regionMatches(start + matchLen, suffix, 0, suffix.length())) in findText() 1290 return new int[]{start - prefix.length(), matchLen + prefix.length() + suffix.length()}; in findText()
|
/third_party/PyYAML/lib/yaml/ |
H A D | emitter.py | 586 suffix = tag 592 suffix = tag[len(prefix):] 595 while end < len(suffix): 596 ch = suffix[end] 603 chunks.append(suffix[start:end]) 609 chunks.append(suffix[start:end])
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | DecimalFormat.java | 156 * subpattern := prefix? number exponent? suffix? 159 * suffix := '\u0000'..'\uFFFD' - specialCharacters 189 * before the suffix, after the suffix, or not at all. 221 * number: prefix, number, exponent separator, and suffix. Ignorable whitespace characters are those 466 // Backwards compatibility: clear out user-specified prefix and suffix, in applyPattern() 972 * <strong>Affixes:</strong> Gets the positive suffix string currently being used to format 994 * @param suffix The literal string to append to positive numbers. 996 public synchronized void setPositiveSuffix(String suffix) { in setPositiveSuffix() argument 997 if (suffix in setPositiveSuffix() 1029 setNegativeSuffix(String suffix) setNegativeSuffix() argument [all...] |
/third_party/mesa3d/src/panfrost/lib/genxml/ |
H A D | decode.c | 285 char *suffix, unsigned gpu_id); 372 mali_ptr addr, int job_no, char *suffix, in pandecode_attributes() 820 char *suffix, unsigned gpu_id) in pandecode_dcd() 925 pandecode_attributes(attr_mem, p->attribute_buffers, job_no, suffix, max_attr_index, false, job_type); in pandecode_dcd() 934 pandecode_attributes(attr_mem, p->varying_buffers, job_no, suffix, varying_count, true, job_type); in pandecode_dcd() 1258 char *suffix, unsigned gpu_id) in pandecode_dcd() 371 pandecode_attributes(const struct pandecode_mapped_memory *mem, mali_ptr addr, int job_no, char *suffix, int count, bool varying, enum mali_job_type job_type) pandecode_attributes() argument 818 pandecode_dcd(const struct MALI_DRAW *p, int job_no, enum mali_job_type job_type, char *suffix, unsigned gpu_id) pandecode_dcd() argument 1256 pandecode_dcd(const struct MALI_DRAW *p, int job_no, enum mali_job_type job_type, char *suffix, unsigned gpu_id) pandecode_dcd() argument
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | reslist.cpp | 1419 * and mark the old, now unused suffix bytes as deleted. in compactKeys() 1425 * This key is not a suffix of the previous one; in compactKeys() 1442 char *suffix; in compactKeys() local 1445 suffix = keys + map[j].oldpos; in compactKeys() 1446 for (suffixLimit = suffix; *suffixLimit != 0; ++suffixLimit) {} in compactKeys() 1447 offset = static_cast<int32_t>((keyLimit - key) - (suffixLimit - suffix)); in compactKeys() 1449 break; /* suffix cannot be longer than the original */ in compactKeys() 1451 /* Is it a suffix of the earlier, longer key? */ in compactKeys() 1452 for (k = keyLimit; suffix < suffixLimit && *--k == *--suffixLimit;) {} in compactKeys() 1453 if (suffix in compactKeys() [all...] |
/third_party/icu/icu4c/source/tools/genrb/ |
H A D | reslist.cpp | 1419 * and mark the old, now unused suffix bytes as deleted. in compactKeys() 1425 * This key is not a suffix of the previous one; in compactKeys() 1442 char *suffix; in compactKeys() local 1445 suffix = keys + map[j].oldpos; in compactKeys() 1446 for (suffixLimit = suffix; *suffixLimit != 0; ++suffixLimit) {} in compactKeys() 1447 offset = static_cast<int32_t>((keyLimit - key) - (suffixLimit - suffix)); in compactKeys() 1449 break; /* suffix cannot be longer than the original */ in compactKeys() 1451 /* Is it a suffix of the earlier, longer key? */ in compactKeys() 1452 for (k = keyLimit; suffix < suffixLimit && *--k == *--suffixLimit;) {} in compactKeys() 1453 if (suffix in compactKeys() [all...] |
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
H A D | reslist.cpp | 1427 * and mark the old, now unused suffix bytes as deleted. in compactKeys() 1433 * This key is not a suffix of the previous one; in compactKeys() 1450 char *suffix; in compactKeys() local 1453 suffix = keys + map[j].oldpos; in compactKeys() 1454 for (suffixLimit = suffix; *suffixLimit != 0; ++suffixLimit) {} in compactKeys() 1455 offset = static_cast<int32_t>((keyLimit - key) - (suffixLimit - suffix)); in compactKeys() 1457 break; /* suffix cannot be longer than the original */ in compactKeys() 1459 /* Is it a suffix of the earlier, longer key? */ in compactKeys() 1460 for (k = keyLimit; suffix < suffixLimit && *--k == *--suffixLimit;) {} in compactKeys() 1461 if (suffix in compactKeys() [all...] |
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | vp9itxfm_16bpp_neon.S | 1580 .macro idct32_funcs suffix 1590 function idct32_1d_4x32_pass1\suffix\()_neon 1596 .ifb \suffix 1601 .ifc \suffix,_quarter 1606 .ifc \suffix,_half 1612 bl idct16\suffix 1653 .ifb \suffix 1656 .ifc \suffix,_quarter 1659 .ifc \suffix,_half 1666 .ifb \suffix [all...] |
/kernel/linux/linux-5.10/sound/pci/ac97/ |
H A D | ac97_codec.c | 2589 static void set_ctl_name(char *dst, const char *src, const char *suffix) in set_ctl_name() argument 2591 if (suffix) in set_ctl_name() 2592 sprintf(dst, "%s %s", src, suffix); in set_ctl_name() 2597 /* remove the control with the given name and optional suffix */ 2599 const char *suffix) in snd_ac97_remove_ctl() 2603 set_ctl_name(id.name, name, suffix); in snd_ac97_remove_ctl() 2608 static struct snd_kcontrol *ctl_find(struct snd_ac97 *ac97, const char *name, const char *suffix) in ctl_find() argument 2612 set_ctl_name(sid.name, name, suffix); in ctl_find() 2617 /* rename the control with the given name and optional suffix */ 2619 const char *dst, const char *suffix) in snd_ac97_rename_ctl() 2598 snd_ac97_remove_ctl(struct snd_ac97 *ac97, const char *name, const char *suffix) snd_ac97_remove_ctl() argument 2618 snd_ac97_rename_ctl(struct snd_ac97 *ac97, const char *src, const char *dst, const char *suffix) snd_ac97_rename_ctl() argument 2638 snd_ac97_swap_ctl(struct snd_ac97 *ac97, const char *s1, const char *s2, const char *suffix) snd_ac97_swap_ctl() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 2151 const auto suffix = "_" + std::to_string(i); in iterate() local 2152 const auto vertName = "vert" + suffix; in iterate() 2153 const auto tescName = "tesc" + suffix; in iterate() 2154 const auto teseName = "tese" + suffix; in iterate() 2155 const auto geomName = "geom" + suffix; in iterate() 2156 const auto fragName = "frag" + suffix; in iterate() 2356 const auto suffix = "_" + std::to_string(i); in iterate() local 2357 const auto compName = "comp" + suffix; in iterate() 2462 const auto suffix = "_" + std::to_string(i); in iterate() local 2463 const auto rgenName = "rgen" + suffix; in iterate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 2140 const auto suffix = "_" + std::to_string(i); in iterate() local 2141 const auto vertName = "vert" + suffix; in iterate() 2142 const auto tescName = "tesc" + suffix; in iterate() 2143 const auto teseName = "tese" + suffix; in iterate() 2144 const auto geomName = "geom" + suffix; in iterate() 2145 const auto fragName = "frag" + suffix; in iterate() 2342 const auto suffix = "_" + std::to_string(i); in iterate() local 2343 const auto compName = "comp" + suffix; in iterate() 2448 const auto suffix = "_" + std::to_string(i); in iterate() local 2449 const auto rgenName = "rgen" + suffix; in iterate() [all...] |
/kernel/linux/linux-5.10/fs/ |
H A D | xattr.c | 222 const char *suffix = name + XATTR_SECURITY_PREFIX_LEN; in __vfs_setxattr_noperm() local 224 error = security_inode_setsecurity(inode, suffix, value, in __vfs_setxattr_noperm() 395 const char *suffix = name + XATTR_SECURITY_PREFIX_LEN; in vfs_getxattr() local 396 int ret = xattr_getsecurity(inode, suffix, value, size); in vfs_getxattr() 881 * xattr_full_name - Compute full attribute name from suffix
|
/third_party/elfutils/libdwfl/ |
H A D | linux-kernel-modules.c | 426 const size_t suffix = check_suffix (f, 0); in dwfl_linux_kernel_report_offline() local 427 if (suffix) in dwfl_linux_kernel_report_offline() 437 char *name = strndup (f->fts_name, f->fts_namelen - suffix); in dwfl_linux_kernel_report_offline() 444 for (size_t i = 0; i < f->fts_namelen - suffix; ++i) in dwfl_linux_kernel_report_offline()
|
/third_party/cJSON/ |
H A D | cJSON_Utils.c | 1113 static void compose_patch(cJSON * const patches, const unsigned char * const operation, const unsigned char * const path, const unsigned char *suffix, const cJSON * const value) in compose_patch() argument 1129 if (suffix == NULL) in compose_patch() 1135 size_t suffix_length = pointer_encoded_length(suffix); in compose_patch() 1140 encode_string_as_pointer(full_path + path_length + 1, suffix); in compose_patch()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | localematchertest.cpp | 469 const UnicodeString &prefix, UnicodeString &suffix) { in getSuffixAfterPrefix() 471 suffix.setTo(s, prefix.length(), limit - prefix.length()); in getSuffixAfterPrefix() 479 const UnicodeString &prefix, CharString &suffix, in getInvariantSuffixAfterPrefix() 483 toInvariant(u_suffix, suffix, errorCode); in getInvariantSuffixAfterPrefix() 468 getSuffixAfterPrefix(const UnicodeString &s, int32_t limit, const UnicodeString &prefix, UnicodeString &suffix) getSuffixAfterPrefix() argument 478 getInvariantSuffixAfterPrefix(const UnicodeString &s, int32_t limit, const UnicodeString &prefix, CharString &suffix, ErrorCode &errorCode) getInvariantSuffixAfterPrefix() argument
|