Home
last modified time | relevance | path

Searched refs:suffix (Results 476 - 500 of 957) sorted by relevance

1...<<11121314151617181920>>...39

/third_party/node/deps/icu-small/source/tools/genrb/
H A Dreslist.cpp1419 * 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 Dreslist.cpp1419 * 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 Dreslist.cpp1427 * 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 Dvp9itxfm_16bpp_neon.S1580 .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 DvktPipelineShaderModuleIdentifierTests.cpp2151 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 DvktPipelineShaderModuleIdentifierTests.cpp2140 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 Dextractor.h60 * @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 Dform_frontend_declarative.h89 std::string GetFormSrcPath(const std::string& uri, const std::string& suffix) const;
H A Dform_frontend_declarative.cpp23 std::string FormFrontendDeclarative::GetFormSrcPath(const std::string& uri, const std::string& suffix) const in GetFormSrcPath()
/foundation/communication/netstack/utils/common_utils/include/
H A Dnetstack_common_utils.h55 bool EndsWith(const std::string &str, const std::string &suffix);
/third_party/ffmpeg/libavcodec/
H A Dcbs_sei.h118 // Valid in a suffix SEI NAL unit (never for H.264).
119 uint8_t suffix; member
/third_party/icu/icu4c/source/i18n/
H A Dnumparse_types.h121 * 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 Dc_build_helper.py45 suffix='.c')
H A Dc_parsing_helper.py30 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 Dnode-gyp.js25 prog.devDir = envPaths('node-gyp', { suffix: '' }).cache
/third_party/node/deps/icu-small/source/i18n/
H A Dnumparse_types.h121 * 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 Dnumparse_types.h121 * 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 Dtext_generator.h122 /// @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 Dfilesets.py59 return os.path.normcase(f.suffix)
/third_party/skia/build/fuchsia/
H A Dupdate_fuchsia_sdk47 zip_file = tempfile.NamedTemporaryFile(suffix=pkg_suffix, delete=False)
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbackup_file_utils.cpp577 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 Dmedia_file_utils_test.cpp644 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 Dlinux-kernel-modules.c426 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 DcJSON_Utils.c1113 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 DNFRule.java1286 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()

Completed in 35 milliseconds

1...<<11121314151617181920>>...39