Searched refs:has_lock (Results 1 – 5 of 5) sorted by relevance
/external/vixl/tools/ |
D | printer.py | 69 def Print(string, has_lock = False): argument 70 if not has_lock: __print_lock__.acquire() 80 if not has_lock: __print_lock__.release() 85 def PrintOverwritableLine(string, has_lock = False, type = LINE_TYPE_NONE): argument 86 if not has_lock: __print_lock__.acquire() 102 if not has_lock: __print_lock__.release() 109 has_lock = False): argument 126 has_lock = has_lock)
|
D | test_runner.py | 83 has_lock = True, 87 printer.Print('FAILED: ' + test.name, has_lock = True) 89 has_lock = True) 90 printer.Print(p_out, has_lock = True)
|
D | clang_tidy.py | 125 has_lock = True, 130 has_lock = True) 131 printer.Print(p_out, has_lock = True)
|
D | clang_format.py | 139 has_lock = True, 146 out, has_lock = True)
|
/external/elfutils/libcpu/ |
D | i386_disasm.c | 490 if ((prefixes & has_lock) != 0) in i386_disasm()
|