Home
last modified time | relevance | path

Searched refs:suffix (Results 1 – 17 of 17) sorted by relevance

/development/tools/findunused/
Dfindunusedtranslations29 $suffix = $3;
32 $pattern1 = "$prefix/values$1$2-??$3/$suffix";
33 $pattern2 = "$prefix/values$1$2-??-r??$3/$suffix";
35 $pattern1 = "$prefix/values-??$values/$suffix";
36 $pattern2 = "$prefix/values-??-r??$values/$suffix";
/development/vndk/tools/header-checker/src/utils/
Dstring_utils.cpp48 bool EndsWith(std::string_view s, std::string_view suffix) { in EndsWith() argument
49 return (s.size() >= suffix.size() && in EndsWith()
50 s.compare(s.size() - suffix.size(), suffix.size(), suffix) == 0); in EndsWith()
Dstring_utils.h32 bool EndsWith(std::string_view s, std::string_view suffix);
/development/scripts/
Dbash_util.bash84 local suffix="$1"
88 local file="$dir/temp-$(date '+%Y%m%d-%H%M%S')-$$$suffix"
Ddisassemble_tombstone.py91 scratch_file = tempfile.NamedTemporaryFile(suffix='.s')
138 object_file = tempfile.NamedTemporaryFile(suffix='.o')
148 linked_file = tempfile.NamedTemporaryFile(suffix='.o')
Dget_rust_pkg.py271 for (prefix, suffix) in [(" ", "pkg[k]"), ("all_", "pkg[1] to pkg[k]")]:
273 print(pattern.format(prefix + name, kind, suffix))
Dcargo2android.py708 suffix = self.main_src_basename_path()
712 return self.root_pkg + host_device + '_test_' + suffix
/development/vndk/tools/definition-tool/tests/
Dcompat.py16 def __init__(self, suffix='', prefix='tmp', dir=None): argument
18 self.name = tempfile.mkdtemp(suffix, prefix, dir)
/development/tools/bugreport/src/com/android/bugreport/inspector/
DInspector.java362 for (String suffix: HANDWRITTEN_BINDER_SUFFIXES) { in fixBinderClass()
363 if (className.length() > suffix.length() + 2) { in fixBinderClass()
364 if (className.endsWith(suffix)) { in fixBinderClass()
367 if (className.endsWith(suffix)) { in fixBinderClass()
369 return className.substring(0, className.length()-suffix.length()); in fixBinderClass()
371 return "I" + className.substring(0, className.length()-suffix.length()); in fixBinderClass()
/development/gsi/repack_super_image/
Drepack_super_image.py183 mode="wb", prefix="super", suffix=".img",
203 mode="w", prefix="misc_info", suffix=".txt",
/development/tools/repo_diff/service/repodiff/mappers/
Dmappers.go287 suffix := []interface{}{
296 suffix...,
/development/gsi/gsi_util/gsi_util/utils/tests/
Dfile_utils_unittest.py31 prefix='prefix', suffix='suffix') as f:
/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DFlagUtils.java132 for (String suffix: suffixes) {
133 if (target.endsWith(suffix)) {
/development/gsi/gsi_util/gsi_util/mounters/
Dimage_mounter.py106 unsparsed_file = tempfile.NamedTemporaryFile(suffix=unsparsed_suffix)
/development/tools/repo_pull/
Drepo_pull.py73 suffix = '[Y/n] ' if default else ' [y/N] '
75 file.write(question + suffix)
/development/vndk/tools/definition-tool/
Dvndk_definition_tool.py88 def __init__(self, suffix='', prefix='tmp', dir=None): argument
90 self.name = tempfile.mkdtemp(suffix, prefix, dir)
1448 for suffix in self._vndk_suffixes:
1449 pattern_with_suffix = pattern.replace('${VNDK_VER}', suffix)
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
Dcommit.csv2349 …orm/cts,fake_0Badg8rmRu2qWSu23UD7sg@fakeemail.com,Follow removal of -host suffix in system/timezone
5497 …f5ab34fd,platform/system/core,fake_GmY7H2GYTlKOrSutcsiEhQ@fakeemail.com,Handle invalid suffix lists
5651 …498318948cbebe42b1,platform/system/core,fake_mWyM_eSSQdq36XXrswJNbA@fakeemail.com,EndsWith *suffix*
6071 …e_1DHqQnNMQOOg6ea6DVClPQ@fakeemail.com,"Remove ""_static"" and ""_host"" suffix from libext4_utils…
6619 …rm/system/core,fake_HinKPgKTRoitvI6TLsBGrA@fakeemail.com,Remove .(ll)ndk suffix from (ll)ndk_libra…
6753 …m/system/core,fake_3znMO7IuQBGdR4lMt8HBeA@fakeemail.com,Add VNDK version suffix in ld.config.txt o…
6826 …e_1DHqQnNMQOOg6ea6DVClPQ@fakeemail.com,"Remove ""_host"" and ""_static"" suffix from libsparse def…
7292 …rm/system/core,fake_1VQmwE5LQoCL61LnThZ5dA@fakeemail.com,Remove .(ll)ndk suffix from (ll)ndk_libra…
10088 …gptfdisk,fake_1DHqQnNMQOOg6ea6DVClPQ@fakeemail.com,"Remove the ""-host"" suffix from libext2_uuid."
12308 …atform/build,fake_FrKr6yqzTpCZes_RF73rLA@fakeemail.com,Don't add .vendor suffix for vendor-only mo…
[all …]