Lines Matching refs:list
7 # notice, this list of conditions and the following disclaimer.
9 # copyright notice, this list of conditions and the following
35 # Reads a .list file into an array of strings
37 list = []
44 list.append(line)
45 return list
114 list = glob.glob(dir+ '/**/*.' + ext, recursive=True)
116 list = [ x.replace('\\', '/')for x in list]
117 return sorted(list)