Home
last modified time | relevance | path

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

/external/vixl/test/
Dtest-runner.h49 static bool trace_sim() { return trace_sim_; } in trace_sim()
50 static void set_trace_sim(bool value) { trace_sim_ = value; } in set_trace_sim()
79 static bool trace_sim_; variable
Dtest-runner.cc41 bool vixl::Test::trace_sim_ = false; member in vixl::Test