/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/third_party/perf/ |
H A D | perf_test.cc | 59 const std::string &suffix, in ResultsToString() 68 suffix.c_str(), units.c_str()); in ResultsToString() 76 const std::string &suffix, in PrintResultsImpl() 82 ResultsToString(measurement, modifier, trace, values, prefix, suffix, units, important) in PrintResultsImpl() 54 ResultsToString(const std::string &measurement, const std::string &modifier, const std::string &trace, const std::string &values, const std::string &prefix, const std::string &suffix, const std::string &units, bool important) ResultsToString() argument 71 PrintResultsImpl(const std::string &measurement, const std::string &modifier, const std::string &trace, const std::string &values, const std::string &prefix, const std::string &suffix, const std::string &units, bool important) PrintResultsImpl() argument
|
/third_party/protobuf/src/google/protobuf/compiler/java/ |
H A D | java_helpers.h | 179 // annotation data for that descriptor. `suffix` is usually empty, but may 183 const std::string& suffix) { in AnnotationFileName() 184 return descriptor->name() + suffix + ".java.pb.meta"; in AnnotationFileName() 190 const std::string& suffix = "") { in MaybePrintGeneratedAnnotation() 194 ? AnnotationFileName(descriptor, suffix) in MaybePrintGeneratedAnnotation() 182 AnnotationFileName(const Descriptor* descriptor, const std::string& suffix) AnnotationFileName() argument
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | string_utils_unittest.cpp | 287 bool runEndsWith(const char *str, const char *suffix) in runEndsWith() argument 291 return EndsWith(str, suffix); in runEndsWith() 295 return EndsWith(std::string(str), suffix); in runEndsWith() 297 return EndsWith(std::string(str), std::string(suffix)); in runEndsWith()
|
/third_party/eudev/src/shared/ |
H A D | util.c | 426 char *strnappend(const char *s, const char *suffix, size_t b) { in strnappend() argument 430 if (!s && !suffix) in strnappend() 434 return strndup(suffix, b); in strnappend() 436 if (!suffix) in strnappend() 440 assert(suffix); in strnappend() 451 memcpy(r+a, suffix, b); in strnappend() 457 char *strappend(const char *s, const char *suffix) { in strappend() argument 458 return strnappend(s, suffix, suffix ? strlen(suffix) in strappend() 1065 dirent_is_file_with_suffix(const struct dirent *de, const char *suffix) dirent_is_file_with_suffix() argument [all...] |
/third_party/elfutils/src/ |
H A D | nm.c | 131 const char *suffix); 135 const char *suffix); 410 const char *suffix) in handle_ar() 415 size_t suffix_len = suffix != NULL ? strlen (suffix) : 0; in handle_ar() 428 if (suffix != NULL) in handle_ar() 429 cp = stpcpy (cp, suffix); in handle_ar() 1529 const char *suffix) in handle_elf() 1532 size_t suffix_len = suffix == NULL ? 0 : strlen (suffix); in handle_elf() 409 handle_ar(int fd, Elf *elf, const char *prefix, const char *fname, const char *suffix) handle_ar() argument 1528 handle_elf(int fd, Elf *elf, const char *prefix, const char *fname, const char *suffix) handle_elf() argument [all...] |
/third_party/skia/third_party/externals/tint/src/ |
H A D | intrinsic_table.cc | 527 #define DECLARE_SAMPLED_TEXTURE(suffix, dim) \ 528 bool JOIN(match_texture_, suffix)(const sem::Type* ty, \ 532 const sem::SampledTexture* JOIN(build_texture_, suffix)( \ 561 #define DECLARE_MULTISAMPLED_TEXTURE(suffix, dim) \ 562 bool JOIN(match_texture_multisampled_, suffix)(const sem::Type* ty, \ 566 const sem::MultisampledTexture* JOIN(build_texture_multisampled_, suffix)( \ 581 #define DECLARE_DEPTH_TEXTURE(suffix, dim) \ 582 bool JOIN(match_texture_depth_, suffix)(const sem::Type* ty) { \ 586 suffix)(MatchState & state) { \ 630 #define DECLARE_STORAGE_TEXTURE(suffix, di [all...] |
/third_party/selinux/libselinux/src/ |
H A D | label_file.c | 413 const char *suffix; member 417 static char *rolling_append(char *current, const char *suffix, size_t max) in rolling_append() argument 423 if (!suffix) in rolling_append() 427 suffix_size = strlen(suffix); in rolling_append() 442 /* Append any given suffix */ in rolling_append() 445 strcpy(to, suffix); in rolling_append() 462 static FILE *open_file(const char *path, const char *suffix, in open_file() argument 471 * Rolling append of suffix. Try to open with path.suffix then the in open_file() 472 * next as path.suffix in open_file() 532 process_file(const char *path, const char *suffix, struct selabel_handle *rec, const char *prefix, struct selabel_digest *digest) process_file() argument [all...] |
/third_party/python/PC/ |
H A D | launcher.c | 826 invoke_child(wchar_t * executable, wchar_t * suffix, wchar_t * cmdline) in invoke_child() argument 830 BOOL no_suffix = (suffix == NULL) || (*suffix == L'\0'); in invoke_child() 842 child_command_size = wcslen(executable) + wcslen(suffix) + in invoke_child() 856 executable, suffix, cmdline); in invoke_child() 1048 wchar_t ** suffix, BOOL *search) in parse_shebang() 1060 *suffix = NULL; in parse_shebang() 1104 *suffix = skip_whitespace(p); in parse_shebang() 1317 wchar_t * suffix; in maybe_handle_shebang() local 1431 &suffix, in maybe_handle_shebang() 1047 parse_shebang(wchar_t * shebang_line, int nchars, wchar_t ** command, wchar_t ** suffix, BOOL *search) parse_shebang() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | lzw.c | 64 uint8_t suffix[LZW_SIZTABLE]; member 205 *sp++ = s->suffix[code]; in ff_lzw_decode() 210 s->suffix[s->slot] = code; in ff_lzw_decode()
|
H A D | hevc_cabac.c | 994 int suffix = 0; in coeff_abs_level_remaining_decode() local 1003 suffix = (suffix << 1) | get_cabac_bypass(&s->HEVClc->cc); in coeff_abs_level_remaining_decode() 1004 last_coeff_abs_level_remaining = (prefix << rc_rice_param) + suffix; in coeff_abs_level_remaining_decode() 1014 suffix = (suffix << 1) | get_cabac_bypass(&s->HEVClc->cc); in coeff_abs_level_remaining_decode() 1016 << rc_rice_param) + suffix; in coeff_abs_level_remaining_decode() 1164 int suffix = last_significant_coeff_suffix_decode(s, last_significant_coeff_x); in ff_hevc_hls_residual_coding() local 1167 suffix; in ff_hevc_hls_residual_coding() 1171 int suffix in ff_hevc_hls_residual_coding() local [all...] |
/third_party/node/lib/ |
H A D | tls.js | 227 const { 0: prefix, 1: suffix } = patternSubdomainParts; 229 if (prefix.length + suffix.length > hostSubdomain.length) 235 if (!StringPrototypeEndsWith(hostSubdomain, suffix))
|
/third_party/node/deps/brotli/c/common/ |
H A D | transform.c | 241 const uint8_t* suffix = BROTLI_TRANSFORM_SUFFIX(transforms, transform_idx); in BrotliTransformDictionaryWord() local 283 int suffix_len = *suffix++; in BrotliTransformDictionaryWord() 284 while (suffix_len--) { dst[idx++] = *suffix++; } in BrotliTransformDictionaryWord()
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | gen_proc_table.py | 156 for suffix in strip_suffixes: 157 if name_no_suffix.endswith(suffix): 158 name_no_suffix = name_no_suffix[0:-len(suffix)]
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/ |
H A D | Transform.java | 14 * Transform descriptor is a triplet: {prefix, operator, suffix}. 15 * "prefix" and "suffix" are short strings inserted before and after transformed dictionary word. 113 int suffix = prefixSuffixHeads[suffixIdx]; in transformDictionaryWord() 229 // Copy suffix. in transformDictionaryWord() 230 while (suffix != suffixEnd) { in transformDictionaryWord() 231 dst[offset++] = prefixSuffixStorage[suffix++]; in transformDictionaryWord()
|
/third_party/skia/third_party/externals/brotli/c/common/ |
H A D | transform.c | 241 const uint8_t* suffix = BROTLI_TRANSFORM_SUFFIX(transforms, transform_idx); in BrotliTransformDictionaryWord() local 283 int suffix_len = *suffix++; in BrotliTransformDictionaryWord() 284 while (suffix_len--) { dst[idx++] = *suffix++; } in BrotliTransformDictionaryWord()
|
/third_party/python/PCbuild/ |
H A D | rt.bat | 32 set suffix=
variable 41 if "%1"=="-d" (set suffix=_d) & shift & goto CheckOpts
variable 50 set exe=%prefix%\python%suffix%.exe
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | cord_test.cc | 782 absl::Cord suffix(blob); in TEST_P() 783 suffix.RemovePrefix(9); in TEST_P() 784 EXPECT_EQ(1, suffix.size()); in TEST_P() 786 absl::CopyCordToString(suffix, &s); in TEST_P() 794 absl::Cord suffix(blob); in TEST_P() 795 suffix.RemovePrefix(10); in TEST_P() 796 EXPECT_EQ(0, suffix.size()); in TEST_P() 798 absl::CopyCordToString(suffix, &s); in TEST_P() 815 absl::Cord suffix(blob); in SpliceCord() 816 suffix in SpliceCord() [all...] |
/third_party/mesa3d/src/freedreno/rnn/ |
H A D | rnndec.c | 402 /* use _HI suffix for addresses */ in trymatch() 495 const char *suffix = strchr(name, '['); in tryreg() local 496 unsigned n = suffix ? (suffix - name) : strlen(name); in tryreg() 503 if (suffix) { in tryreg() 504 const char *tmp = strchr(suffix, ']'); in tryreg() 505 idx = strtol(suffix+1, NULL, 0); in tryreg() 517 assert(!suffix); in tryreg() 536 assert(suffix); in tryreg()
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-atomics.cc | 143 #define ATOMIC_OPS(type, suffix, vctype) \ 145 return InterlockedExchange##suffix(reinterpret_cast<vctype*>(p), \ 149 return InterlockedCompareExchange##suffix(reinterpret_cast<vctype*>(p), \ 154 return InterlockedExchangeAdd##suffix(reinterpret_cast<vctype*>(p), \ 158 return InterlockedExchangeAdd##suffix(reinterpret_cast<vctype*>(p), \ 162 return InterlockedAnd##suffix(reinterpret_cast<vctype*>(p), \ 166 return InterlockedOr##suffix(reinterpret_cast<vctype*>(p), \ 170 return InterlockedXor##suffix(reinterpret_cast<vctype*>(p), \
|
/third_party/python/Lib/importlib/ |
H A D | _bootstrap_external.py | 1248 return any(file_name == '__init__' + suffix 1249 for suffix in EXTENSION_SUFFIXES) 1565 loaders.extend((suffix, loader) for suffix in suffixes) 1628 for suffix, loader_class in self._loaders: 1629 init_filename = '__init__' + suffix 1637 # Check for a file w/ a proper suffix exists. 1638 for suffix, loader_class in self._loaders: 1640 full_path = _path_join(self.path, tail_module + suffix) 1644 if cache_module + suffix i [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | number_modifiers.cpp | 74 // Insert the suffix first since inserting the prefix will change the rightIndex in apply() 144 // Found suffix in SimpleModifier() 147 // No suffix in SimpleModifier() 271 // No suffix in formatTwoArgPattern() 337 const FormattedStringBuilder &suffix, in CurrencySpacingEnabledModifier() 342 : ConstantMultiFieldModifier(prefix, suffix, overwrite, strong) { in CurrencySpacingEnabledModifier() 360 if (suffix.length() > 0 && suffix.fieldAt(0) == Field(UFIELD_CATEGORY_NUMBER, UNUM_CURRENCY_FIELD)) { in CurrencySpacingEnabledModifier() 361 int suffixCp = suffix.getFirstCodePoint(); in CurrencySpacingEnabledModifier() 336 CurrencySpacingEnabledModifier(const FormattedStringBuilder &prefix, const FormattedStringBuilder &suffix, bool overwrite, bool strong, const DecimalFormatSymbols &symbols, UErrorCode &status) CurrencySpacingEnabledModifier() argument
|
/third_party/mbedtls/scripts/mbedtls_dev/ |
H A D | macro_collector.py | 253 suffix = name[len(prefix):] 254 if suffix in ['DSA', 'ECDSA']: 256 elif suffix == 'RSA_PSS': 257 suffix += '_STANDARD_SALT' 258 return prefix + midfix + suffix
|
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/ |
H A D | ittnotify_config.h | 185 #define __ITT_BUILD_ASSERT(expr, suffix) do { \ 186 static char __itt_build_check_##suffix[(expr) ? 1 : -1]; \ 187 __itt_build_check_##suffix[0] = 0; \ 189 #define _ITT_BUILD_ASSERT(expr, suffix) __ITT_BUILD_ASSERT((expr), suffix)
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | number_modifiers.cpp | 83 // Insert the suffix first since inserting the prefix will change the rightIndex in apply() 153 // Found suffix in SimpleModifier() 156 // No suffix in SimpleModifier() 280 // No suffix in formatTwoArgPattern() 346 const FormattedStringBuilder &suffix, in CurrencySpacingEnabledModifier() 351 : ConstantMultiFieldModifier(prefix, suffix, overwrite, strong) { in CurrencySpacingEnabledModifier() 369 if (suffix.length() > 0 && suffix.fieldAt(0) == Field(UFIELD_CATEGORY_NUMBER, UNUM_CURRENCY_FIELD)) { in CurrencySpacingEnabledModifier() 370 int suffixCp = suffix.getFirstCodePoint(); in CurrencySpacingEnabledModifier() 345 CurrencySpacingEnabledModifier(const FormattedStringBuilder &prefix, const FormattedStringBuilder &suffix, bool overwrite, bool strong, const DecimalFormatSymbols &symbols, UErrorCode &status) CurrencySpacingEnabledModifier() argument
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | by_dir.c | 36 int suffix; member 285 k = hent->suffix; in get_cert_by_subject_ex() 358 * If a CRL, update the last file suffix added for this. in get_cert_by_subject_ex() 384 hent->suffix = k; in get_cert_by_subject_ex() 398 } else if (hent->suffix < k) { in get_cert_by_subject_ex() 399 hent->suffix = k; in get_cert_by_subject_ex()
|