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

  /art/runtime/base/unix_file/
fd_file.cc 32 : guard_state_(check_usage ? GuardState::kBase : GuardState::kNoCheck),
37 : guard_state_(check_usage ? GuardState::kBase : GuardState::kNoCheck),
43 if (kCheckSafeUsage && (guard_state_ < GuardState::kNoCheck)) {
61 if (guard_state_ < GuardState::kNoCheck) {
62 if (warn_threshold < GuardState::kNoCheck && guard_state_ >= warn_threshold) {
72 if (guard_state_ < GuardState::kNoCheck) {
104 guard_state_ = GuardState::kNoCheck;
245 guard_state_ = GuardState::kNoCheck;
fd_file.h 84 kNoCheck // Do not check for the current file instance.
91 // If the guard state indicates checking (!=kNoCheck), go to the target state "target". Print the
95 // If the guard state indicates checking (<kNoCheck), and is below the target state "target", go
96 // to "target." If the current state is higher (excluding kNoCheck) than the trg state, print the
100 // Forcefully sets the state to the given one. This can overwrite kNoCheck.
mapped_file.cc 46 resetGuard(GuardState::kNoCheck);
  /external/chromium_org/v8/src/
hydrogen-instructions.h     [all...]
hydrogen.cc     [all...]

Completed in 116 milliseconds