Home
last modified time | relevance | path

Searched refs:suffix (Results 701 - 725 of 1194) sorted by relevance

1...<<21222324252627282930>>...48

/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));
/third_party/python/Lib/test/
H A Dtest_dbm_dumb.py288 for suffix in ['.dir', '.dat', '.bak']:
289 self.addCleanup(os_helper.unlink, filename + suffix)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DTimer.cpp372 const char *suffix, double Value) { in printJSONValue()
375 OS << "\t\"time." << Name << '.' << R.Name << suffix << "\": " << Value; in printJSONValue()
371 printJSONValue(raw_ostream &OS, const PrintRecord &R, const char *suffix, double Value) printJSONValue() argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/bloat/
H A Dbloat.py104 def __init__(self, suffix, replacement):
105 self.pattern = '^(.*)' + suffix + '(.*)$'
110 """Pre-compile suffix regular expressions."""
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DTimer.cpp401 const char *suffix, double Value) { in printJSONValue()
407 OS << "\t\"time." << Name << '.' << R.Name << suffix in printJSONValue()
400 printJSONValue(raw_ostream &OS, const PrintRecord &R, const char *suffix, double Value) printJSONValue() argument
/third_party/python/Python/
H A Dpyhash.c163 (prefix ^ suffix), since this slightly obfuscates the hash secret in _Py_HashBytes()
193 hash ^= (Py_uhash_t) _Py_HashSecret.djbx33a.suffix; in _Py_HashBytes()
282 x ^= (Py_uhash_t) _Py_HashSecret.fnv.suffix; in fnv()
/third_party/python/Lib/test/test_importlib/extension/
H A Dtest_loader.py88 for suffix in self.machinery.EXTENSION_SUFFIXES:
89 path = os.path.join('some', 'path', 'pkg', '__init__' + suffix)
/third_party/skia/gm/
H A Dimagefiltersbase.cpp291 ImageFiltersTextBaseGM(const char suffix[]) : fSuffix(suffix) {} in ImageFiltersTextBaseGM() argument
H A Dimage_pict.cpp231 ImageCacheratorGM(const char suffix[], FactoryFunc factory) : fFactory(factory) { in ImageCacheratorGM() argument
232 fName.printf("image-cacherator-from-%s", suffix); in ImageCacheratorGM()
/third_party/skia/
H A DPRESUBMIT.py368 for suffix in SERVICE_ACCOUNT_SUFFIX:
369 if change.author_email.endswith(suffix):
/third_party/skia/bench/
H A DTessellateBench.cpp327 PatchAttribs attribs, float matrixScale, const char* suffix) in TessPrepareBench()
332 fName.printf("tessellate_%s", suffix); in TessPrepareBench()
326 TessPrepareBench(MakePathStrokesFn makePathStrokesFn, MakeTessellatorFn makeTessellatorFn, PatchAttribs attribs, float matrixScale, const char* suffix) TessPrepareBench() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/default_app/
H A Ddefault_app_mgr.cpp457 std::string suffix; in GetTypeFromWant() local
458 (void)MimeTypeMgr::GetUriSuffix(uri, suffix); in GetTypeFromWant()
459 return suffix; in GetTypeFromWant()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_security_manager.cpp584 std::string suffix(".db"); in RemoveSuffix()
585 auto pos = name.rfind(suffix); in RemoveSuffix()
586 if (pos == std::string::npos || pos < name.length() - suffix.length()) { in RemoveSuffix()
H A Drdb_service_proxy.cpp204 std::string suffix(".db"); in RemoveSuffix()
205 auto pos = name.rfind(suffix); in RemoveSuffix()
206 if (pos == std::string::npos || pos < name.length() - suffix.length()) { in RemoveSuffix()
/kernel/linux/linux-5.10/scripts/kconfig/
H A Dconfdata.c651 const char *suffix = ""; in header_print_symbol() local
657 suffix = "_MODULE"; in header_print_symbol()
661 CONFIG_, sym->name, suffix); in header_print_symbol()
/kernel/linux/linux-5.10/tools/perf/pmu-events/
H A Djevents.c721 * replacing hyphens and stripping out .json suffix. in file_name_to_table_name()
948 const char *suffix; in is_json_file() local
953 suffix = name + strlen(name) - 5; in is_json_file()
955 if (strncmp(suffix, ".json", 5) == 0) in is_json_file()
1013 * Drop file name suffix. Replace hyphens with underscores. in process_one_file()
1050 pr_info("%s: Ignoring file without .json suffix %s\n", prog, in process_one_file()

Completed in 21 milliseconds

1...<<21222324252627282930>>...48