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.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')
Dcargo2android.py529 suffix = self.crate_name
530 if not suffix:
531 suffix = re.sub('/', '_', re.sub('.rs$', '', self.main_src))
532 return self.root_pkg + '_tests_' + 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/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.py110 suffix = '[Y/n] ' if default else ' [y/N] '
112 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/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/EffectiveNavigation/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/ ...
/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 ...