Home
last modified time | relevance | path

Searched refs:suffix (Results 601 - 625 of 1055) sorted by relevance

1...<<21222324252627282930>>...43

/third_party/icu/tools/colprobe/
H A Dsortedlines.cpp916 Line trial, prefix, suffix; in gooseUp() local
934 suffix.clear(); in gooseUp()
936 suffix.append(*toSort[expIndexes[m]]); in gooseUp()
946 trial.append(suffix); in gooseUp()
969 suffix.clear(); in gooseUp()
971 suffix.append(*toSort[expIndexes[m]]); in gooseUp()
976 trial.append(suffix); in gooseUp()
/third_party/node/tools/gyp/pylib/gyp/
H A Dxcodeproj_file.py2460 # suffix : the suffix for the file name
2513 (filetype, prefix, suffix) = self._product_filetypes[
2547 force_extension = suffix[1:]
2556 force_extension = suffix[1:]
2561 suffix = "." + force_extension
2569 product_name += suffix
2570 suffix = ""
2606 "path": prefix + product_name + suffix,
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dmake.py47 "RULE_INPUT_EXT": "$(suffix $<)",
768 # Generate suffix rules for all compilable extensions.
930 self.WriteLn("# End of this set of suffix rules")
2072 suffix = ""
2075 suffix = ",,1" # Tell do_cmd to honor $POSTBUILDS
2079 actions=[f"$(call do_cmd,{command}{suffix})"],
2216 # Filter out those which do not match prefix and suffix and produce
2217 # the resulting list without prefix and suffix.
2218 def DepsToModules(deps, prefix, suffix):
2222 if filename.startswith(prefix) and filename.endswith(suffix)
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcodeproj_file.py2459 # suffix : the suffix for the file name
2512 (filetype, prefix, suffix) = self._product_filetypes[
2546 force_extension = suffix[1:]
2554 force_extension = suffix[1:]
2559 suffix = "." + force_extension
2567 product_name += suffix
2568 suffix = ""
2604 "path": prefix + product_name + suffix,
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dmake.py47 "RULE_INPUT_EXT": "$(suffix $<)",
777 # Generate suffix rules for all compilable extensions.
939 self.WriteLn("# End of this set of suffix rules")
2078 suffix = ""
2081 suffix = ",,1" # Tell do_cmd to honor $POSTBUILDS
2085 actions=[f"$(call do_cmd,{command}{suffix})"],
2222 # Filter out those which do not match prefix and suffix and produce
2223 # the resulting list without prefix and suffix.
2224 def DepsToModules(deps, prefix, suffix):
2228 if filename.startswith(prefix) and filename.endswith(suffix)
[all...]
/third_party/python/Lib/collections/
H A D__init__.py1439 def removesuffix(self, suffix, /):
1440 if isinstance(suffix, UserString):
1441 suffix = suffix.data
1442 return self.__class__(self.data.removesuffix(suffix))
1449 def endswith(self, suffix, start=0, end=_sys.maxsize):
1450 return self.data.endswith(suffix, start, end)
/third_party/skia/third_party/externals/angle2/scripts/
H A Dgenerate_entry_points.py1453 # For commands where aliasing is excepted, keep the suffix
1457 for suffix in STRIP_SUFFIXES:
1458 if name.endswith(suffix):
1459 name = name[0:-len(suffix)]
1477 # Always strip the suffix when querying packed enums.
1955 def write_file(annotation, comment, template, entry_points, suffix, includes, lib, file):
1967 path = path_to(lib, "entry_points_{}_autogen.{}".format(annotation.lower(), suffix))
2808 # Validation duplicates handled with suffix
3102 for lib in ["libGLESv2" + suffix for suffix i
[all...]
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngfix.c3734 " --suffix=<suffix>:", in usage()
3735 " Set --out=<name><suffix> for all following files unless overridden on", in usage()
3740 " These two options can be used together to produce a suffix and prefix.", in usage()
3863 const char * suffix = NULL; in main() local
3904 else if (strncmp(*argv, "--suffix=", 9) == 0) in main()
3905 suffix = 9+*argv; in main()
3966 /* Consider the prefix/suffix options */ in main()
3974 prog, prefix, *argv, suffix ? suffix in main()
[all...]
/third_party/elfutils/debuginfod/
H A Ddebuginfod.cxx2110 const string& suffix /* unsafe */, in handle_buildid()
2130 if (suffix.size () < 2) in handle_buildid()
2131 throw reportable_exception ("invalid section suffix"); in handle_buildid()
2134 section = suffix.substr(1); in handle_buildid()
2137 if (atype_code == "S" && suffix == "") in handle_buildid()
2138 throw reportable_exception("invalid source suffix"); in handle_buildid()
2148 << " suffix=" << suffix << endl; in handle_buildid()
2185 pp->bind(2, suffix); in handle_buildid()
2186 pp->bind(3, canon_pathname(suffix)); in handle_buildid()
2589 string artifacttype, suffix; handler_cb() local
[all...]
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dprocess.c214 #define bstr(suffix, str) [PSR_BTYPE_ ## suffix >> PSR_BTYPE_SHIFT] = str
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dprocess.c149 #define bstr(suffix, str) [PSR_BTYPE_ ## suffix >> PSR_BTYPE_SHIFT] = str
/kernel/linux/linux-5.10/lib/
H A Dtest_bitmap.c158 #define __expect_eq(suffix, ...) \
162 if (!__check_eq_ ## suffix(__FILE__, __LINE__, \
/kernel/liteos_a/testsuites/unittest/tools/
H A Dunittest_tools.cpp356 const string &suffix = file.c_str() + (fileLen - testCase->caseLen); in IsCase() local
357 if (strcmp(suffix.c_str(), testCase->bin) != 0) { in IsCase()
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dbignum_common.py127 suffix = False # for arity = 1, symbol can be prefix (default) or suffix variable in OperationCommon
200 format_string = "{1:x} {0}" if self.suffix else "{0} {1:x}"
/third_party/mesa3d/src/amd/compiler/tests/
H A Dglsl_scraper.py85 in_file = tempfile.NamedTemporaryFile(suffix='.'+stage)
89 out_file = tempfile.NamedTemporaryFile(suffix='.spirv')
/third_party/node/lib/internal/policy/
H A Dmanifest.js139 const suffix = target[2];
142 [prefix, suffix],
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dstringutil.cc85 bool HasSuffixString(const string& s, const string& suffix) { in HasSuffixString() argument
86 return absl::EndsWith(s, suffix); in HasSuffixString()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_format.c228 #define TYPELESS_TO(channels, suffix) \ in d3d12_get_default_pipe_format()
230 return PIPE_FORMAT_##channels##_##suffix in d3d12_get_default_pipe_format()
/third_party/node/deps/openssl/openssl/apps/include/
H A Dapps.h227 int save_serial(const char *serialfile, const char *suffix,
235 int save_index(const char *dbfile, const char *suffix, CA_DB *db);
/third_party/node/deps/openssl/openssl/util/perl/TLSProxy/
H A DMessage.pm486 my $suffix = substr($recdata, $self->startoffset + $old_length);
488 $rec->decrypt_data($prefix.($msgdata).($suffix));
/third_party/rust/crates/codespan/codespan-reporting/tests/
H A Dterm.rs812 let suffix = r#" fn foo() {}"#;
816 format!("{}{}{}", prefix, abi, suffix),
/third_party/python/Lib/distutils/tests/
H A Dtest_archive_util.py106 def _make_tarball(self, tmpdir, target_name, suffix, **kwargs):
118 tarball = base_name + suffix
/third_party/openssl/apps/include/
H A Dapps.h227 int save_serial(const char *serialfile, const char *suffix,
235 int save_index(const char *dbfile, const char *suffix, CA_DB *db);
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dwrgif.c56 * its prefix symbol's code concatenated with its suffix character.
59 * prefix code / suffix character combination. We do a variant of Knuth's
66 #define HASH_ENTRY(prefix, suffix) ((((hash_entry)(prefix)) << 8) | (suffix))
/third_party/openssl/util/perl/TLSProxy/
H A DMessage.pm486 my $suffix = substr($recdata, $self->startoffset + $old_length);
488 $rec->decrypt_data($prefix.($msgdata).($suffix));

Completed in 68 milliseconds

1...<<21222324252627282930>>...43