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

  /external/stressapptest/src/
sat.h 87 int strict() const { return strict_; }
167 int strict_; // Check results per transaction. member in class:Sat
sat.cc 680 strict_ = 1;
889 ARG_KVALUE("-F", strict_, 0);
    [all...]
  /art/runtime/
transaction.cc 42 strict_(false) {
47 strict_ = strict;
116 return strict_;
126 if (strict_ // no constraint for boot image
138 if (!strict_ || // no constraint for boot image
transaction.h 310 bool strict_ GUARDED_BY(log_lock_);

Completed in 1095 milliseconds