/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...] |
/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...] |
/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/ |
H A D | extractor.h | 60 * @param suffix Indicates the suffix of file. 62 void GetSpecifiedTypeFiles(std::vector<std::string> &fileNames, const std::string &suffix);
|
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | form_frontend_declarative.h | 89 std::string GetFormSrcPath(const std::string& uri, const std::string& suffix) const;
|
H A D | form_frontend_declarative.cpp | 23 std::string FormFrontendDeclarative::GetFormSrcPath(const std::string& uri, const std::string& suffix) const in GetFormSrcPath()
|
/foundation/communication/netstack/utils/common_utils/include/ |
H A D | netstack_common_utils.h | 55 bool EndsWith(const std::string &str, const std::string &suffix);
|
/third_party/ffmpeg/libavcodec/ |
H A D | cbs_sei.h | 118 // Valid in a suffix SEI NAL unit (never for H.264). 119 uint8_t suffix; member
|
/third_party/icu/icu4c/source/i18n/ |
H A D | numparse_types.h | 121 * The pattern string corresponding to the suffix that got consumed. 123 UnicodeString suffix; member in numparse::impl::ParsedNumber
|
/third_party/mbedtls/scripts/mbedtls_dev/ |
H A D | c_build_helper.py | 45 suffix='.c')
|
H A D | c_parsing_helper.py | 30 r'\s*(?P<suffix>\[[^][]*\])?\Z', 47 self.suffix = m.group('suffix') if m.group('suffix') else '' #type: str
|
/third_party/node/deps/npm/node_modules/node-gyp/bin/ |
H A D | node-gyp.js | 25 prog.devDir = envPaths('node-gyp', { suffix: '' }).cache
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | numparse_types.h | 121 * The pattern string corresponding to the suffix that got consumed. 123 UnicodeString suffix; member in numparse::impl::ParsedNumber
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | numparse_types.h | 121 * The pattern string corresponding to the suffix that got consumed. 123 UnicodeString suffix; member in numparse::impl::ParsedNumber
|
/third_party/skia/third_party/externals/tint/src/writer/ |
H A D | text_generator.h | 122 /// @param suffix the suffix to remove 123 /// @return returns str without the provided trailing suffix string. If str 124 /// doesn't end with suffix, str is returned unchanged. 125 std::string TrimSuffix(std::string str, const std::string& suffix);
|
/third_party/python/PC/layout/support/ |
H A D | filesets.py | 59 return os.path.normcase(f.suffix)
|
/third_party/skia/build/fuchsia/ |
H A D | update_fuchsia_sdk | 47 zip_file = tempfile.NamedTemporaryFile(suffix=pkg_suffix, delete=False)
|
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/ |
H A D | backup_file_utils.cpp | 577 static void addPathSuffix(const string &oldPath, const string &suffix, string &newPath) in addPathSuffix() argument 579 if (oldPath.empty() || suffix.empty()) { in addPathSuffix() 580 MEDIA_WARN_LOG("oldPath or suffix is empty"); in addPathSuffix() 584 newPath = oldPath + suffix; in addPathSuffix() 586 newPath += ".dup" + suffix; in addPathSuffix()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/ |
H A D | media_file_utils_test.cpp | 644 string suffix; in HWTEST_F() local 645 string str = MediaFileUtils::GetUriByExtrConditions(prefix, fileId, suffix); in HWTEST_F() 650 suffix = "file"; in HWTEST_F() 651 str = MediaFileUtils::GetUriByExtrConditions(prefix, fileId, suffix); in HWTEST_F()
|
/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/icu4j/main/classes/core/src/com/ibm/icu/text/ |
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()
|