HomeSort by relevance Sort by last modified time
    Searched refs:trace_sim_ (Results 1 - 2 of 2) sorted by null

  /external/vixl/test/
test-runner.h 49 static bool trace_sim() { return trace_sim_; }
50 static void set_trace_sim(bool value) { trace_sim_ = value; }
73 static bool trace_sim_; member in class:vixl::Test
test-runner.cc 40 bool vixl::Test::trace_sim_ = false; member in class:vixl::Test

Completed in 71 milliseconds