Home
last modified time | relevance | path

Searched refs:log_calls (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/utils/libcxx/test/
Dtracing.py14 def trace_function(function, log_calls, log_results, label=''): argument
22 if log_calls:
36 def trace_object(obj, log_calls, log_results, label=''): argument
41 setattr(obj, name, trace_function(member, log_calls,
Dexecutor.py163 self.local_run, log_calls=True, log_results=True,