Home
last modified time | relevance | path

Searched refs:suffix (Results 1 – 25 of 25) 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.cpp49 bool EndsWith(std::string_view s, std::string_view suffix) { in EndsWith() argument
50 return (s.size() >= suffix.size() && in EndsWith()
51 s.compare(s.size() - suffix.size(), suffix.size(), suffix) == 0); in EndsWith()
Dsource_path_utils.cpp42 const std::vector<std::string> &suffix) { in PathEndsWith() argument
44 auto suffix_it = suffix.rbegin(); in PathEndsWith()
45 while (suffix_it != suffix.rend()) { in PathEndsWith()
121 llvm::StringRef suffix = norm_path.substr(root_dir.path.size()); in NormalizePath() local
122 if (suffix.startswith(separator)) { in NormalizePath()
124 return suffix.substr(separator.size()).str(); in NormalizePath()
128 return root_dir.replacement + suffix.substr(separator.size()).str(); in NormalizePath()
130 return root_dir.replacement + suffix.str(); in NormalizePath()
Dstring_utils.h35 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"
Dadd3prf.py285 …for suffix in ["MIT", "APACHE", "APACHE2", "BSD_LIKE", "MPL", "0BSD", "UNLICENSE", "ZLIB", "BOOST"…
286 module_file = "MODULE_LICENSE_" + suffix
288 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))
Dcargo2rulesmk.py642 suffix = self.main_src_basename_path()
643 return self.root_pkg + "_test_" + suffix
/development/vndk/tools/header-checker/utils/
Dutils.py200 def _get_module_variant_sort_key(suffix): argument
201 for variant in suffix.split('_'):
204 return (int(match.group(1)), suffix)
205 return (-1, suffix)
/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.py132 mode="wb", prefix="super", suffix=".img",
153 mode="w", prefix="misc_info", suffix=".txt",
/development/tools/repo_diff/service/repodiff/mappers/
Dmappers.go287 suffix := []interface{}{
296 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.py74 suffix = '[Y/n] ' if default else ' [y/N] '
76 file.write(question + suffix)
/development/tools/cargo_embargo/src/
Dmain.rs881 let suffix = crate_.main_src.to_string_lossy().into_owned(); in crate_to_bp_modules() localVariable
882 let suffix = suffix.replace('/', "_").replace(".rs", ""); in crate_to_bp_modules() localVariable
883 let stem = crate_.package_name.clone() + "_test_" + &suffix; in crate_to_bp_modules()
/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/training/EffectiveNavigation/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/ ...
/development/samples/training/NavigationDrawer/libs/
Dandroid-support-v4.jar ... , int, boolean, int) int amt int suffix boolean always int zeropad private static int printField (char ...