Home | History | Annotate | Download | only in depstest

Lines Matching refs:current_type

143     current_type = None
148 current_type = "library"
157 current_type = "group"
173 if current_type == "library":
175 elif current_type == "group":
178 elif current_type == "system_symbols":
179 item = items[current_type]
184 current_type = "system_symbols"
185 if current_type in items:
187 item = items[current_type] = {"type": current_type}