Lines Matching full: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!
196 int monitor_mode_; // Switch for monitor-only mode SAT.
198 // argument, as SAT will only run error
322 Sat::PageQueueType pe_q_implementation_; // Queue implementation switch
324 DISALLOW_COPY_AND_ASSIGN(Sat);
327 Sat *SatFactory();