Home | History | Annotate | Download | only in common

Lines Matching refs:input_list

36 def ExpandBitness(input_list):
51 input_list: list of string, the list to expand
57 for item in input_list:
66 def ExpandAppendix(input_list, appendix_list, filter_pattern):
67 '''Expand each item in input_list with appendix in the appendix_list
69 For each item in input_list, expand it to N items (N=size of appendix_list)
86 input_list: list of string, the list to expand
95 for item in input_list:
110 def SplitFilterList(input_list):
119 input_list: list of string, the list to split
128 for item in input_list:
146 def SplitNegativePattern(input_list):
153 input_list: list of string, the list to split
162 for item in input_list: