Searched refs:input_strings (Results 1 – 4 of 4) sorted by relevance
/external/libchrome/build/android/gyp/util/ |
D | md5_check_test.py | 26 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')
|
D | md5_check.py | 22 function, record_path=None, input_paths=None, input_strings=None, argument 47 input_strings = input_strings or [] 56 new_metadata.AddStrings(input_strings)
|
D | build_utils.py | 561 input_paths=None, input_strings=None, argument 579 input_strings = list(input_strings or []) 602 input_strings=input_strings,
|
/external/libabigail/src/ |
D | abg-tools-utils.cc | 985 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()
|