Home | History | Annotate | Download | only in src

Lines Matching defs:Sat

15 // sat.h : sat stress test object interface and data structures
34 // SAT stress test class.
35 class Sat {
40 Sat();
41 virtual ~Sat();
57 // Return value is success or failure of the SAT run, *not* of this function!
187 int monitor_mode_; // Switch for monitor-only mode SAT.
189 // argument, as SAT will only run error
303 Sat::PageQueueType pe_q_implementation_; // Queue implementation switch
305 DISALLOW_COPY_AND_ASSIGN(Sat);
308 Sat *SatFactory();