Home
last modified time | relevance | path

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

12

/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')
Dadd3prf.py226 for suffix in ["MIT", "APACHE", "APACHE2", "BSD_LIKE"]:
227 module_file = "MODULE_LICENSE_" + suffix
229 if license_type.name != suffix:
Dget_rust_pkg.py282 for (prefix, suffix) in [(" ", "pkg[k]"), ("all_", "pkg[1] to pkg[k]")]:
284 print(pattern.format(prefix + name, kind, suffix))
Dcargo2android.py689 suffix = self.main_src_basename_path()
693 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/vndk/tools/header-checker/utils/
Dutils.py181 def _get_module_variant_sort_key(suffix): argument
182 for variant in suffix.split('_'):
185 return (int(match.group(1)), suffix)
186 return (-1, suffix)
/development/gsi/gsi_util/gsi_util/utils/tests/
Dfile_utils_unittest.py31 prefix='prefix', suffix='suffix') as f:
/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/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/tools/repo_diff/service/repodiff/mappers/
Dmappers.go287 suffix := []interface{}{
296 suffix...,
/development/gsi/gsi_util/gsi_util/mounters/
Dimage_mounter.py106 unsparsed_file = tempfile.NamedTemporaryFile(suffix=unsparsed_suffix)
/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DFlagUtils.java132 for (String suffix: suffixes) {
133 if (target.endsWith(suffix)) {
/development/tools/repo_pull/
Drepo_pull.py73 suffix = '[Y/n] ' if default else ' [y/N] '
75 file.write(question + suffix)
/development/samples/training/multiscreen/newsreader/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/basic/ActivityLifecycle/libs/
Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/basic/FragmentBasics/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/location-aware/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/AnimationsDemo/libs/
Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/InteractiveChart/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/ContactsList/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/ControllerSample/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...

12