Home | History | Annotate | Download | only in depstest

Lines Matching refs:current_type

146     current_type = None
151 current_type = "library"
160 current_type = "group"
177 if current_type == "library":
179 elif current_type == "group":
182 elif current_type == "system_symbols":
183 item = items[current_type]
188 current_type = "system_symbols"
189 if current_type in items:
191 item = items[current_type] = {"type": current_type, "name": current_type}