Searched refs:lst (Results 1 – 4 of 4) sorted by relevance
152 lst = []166 lst = find_all_compiler_filters(dexopt_state, package)168 print_utils.debug_print("all compiler filters: ", lst)170 for compiler_filter_info in lst:183 lst = []201 lst.append(info)203 return lst
139 lst = file_entries_map.get(entry.index_id, [])140 file_entries_map[entry.index_id] = lst146 lst.append(file_entry)148 final_map[file_name] = lst
239 def insert_pending_entries(engine, kls, lst): argument240 if len(lst) > 0:246 engine.execute(kls.__table__.insert(), lst)247 lst.clear()251 print(lst)
221 ArrayList<TextAttribute> lst = new ArrayList<TextAttribute>(); in retrieveTextAttribute() local258 lst.add(attr); in retrieveTextAttribute()261 return lst; in retrieveTextAttribute()