Home
last modified time | relevance | path

Searched refs:input_strings (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/build/android/gyp/util/
Dmd5_check_test.py26 input_strings = ['string1', 'string2']
62 input_strings=input_strings,
109 input_strings[0] = input_strings[0] + ' a bit longer'
114 input_strings = input_strings[::-1]
118 input_strings = input_strings[:1]
121 input_strings.append('a brand new string')
Dmd5_check.py22 function, record_path=None, input_paths=None, input_strings=None, argument
47 input_strings = input_strings or []
56 new_metadata.AddStrings(input_strings)
Dbuild_utils.py561 input_paths=None, input_strings=None, argument
579 input_strings = list(input_strings or [])
602 input_strings=input_strings,
/external/libabigail/src/
Dabg-tools-utils.cc985 sorted_strings_common_prefix(vector<string>& input_strings, string& prefix) in sorted_strings_common_prefix() argument
990 if (input_strings.size() == 1) in sorted_strings_common_prefix()
992 if (dir_name(input_strings.front(), prefix, in sorted_strings_common_prefix()
999 for (vector<string>::const_iterator i = input_strings.begin(); in sorted_strings_common_prefix()
1000 i != input_strings.end(); in sorted_strings_common_prefix()