Searched refs:do_c (Results 1 - 3 of 3) sorted by relevance

/external/qemu/scripts/
H A Dqapi-commands.py406 do_c = False variable
419 do_c = True variable
423 if not do_c and not do_h:
424 do_c = True variable
449 fdef = maybe_open(do_c, c_file, 'w')
H A Dqapi-types.py297 do_c = False variable
307 do_c = True variable
313 if not do_c and not do_h:
314 do_c = True variable
333 fdef = maybe_open(do_c, c_file, 'w')
H A Dqapi-visit.py398 do_c = False variable
408 do_c = True variable
414 if not do_c and not do_h:
415 do_c = True variable
434 fdef = maybe_open(do_c, c_file, 'w')

Completed in 689 milliseconds