Home
last modified time | relevance | path

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

/frameworks/base/startop/scripts/app_startup/
Dquery_compiler_filter.py152 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
/frameworks/base/startop/scripts/iorap/
Danalyze_prefetch_file.py139 lst = file_entries_map.get(entry.index_id, [])
140 file_entries_map[entry.index_id] = lst
146 lst.append(file_entry)
148 final_map[file_name] = lst
/frameworks/base/startop/scripts/trace_analyzer/lib/
Dtrace2db.py239 def insert_pending_entries(engine, kls, lst): argument
240 if len(lst) > 0:
246 engine.execute(kls.__table__.insert(), lst)
247 lst.clear()
251 print(lst)
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DValueParser.java221 ArrayList<TextAttribute> lst = new ArrayList<TextAttribute>(); in retrieveTextAttribute() local
258 lst.add(attr); in retrieveTextAttribute()
261 return lst; in retrieveTextAttribute()