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

  /external/chromium_org/remoting/host/native_messaging/
native_messaging_writer.cc 34 fail_(false) {
41 if (fail_) {
60 fail_ = true;
74 fail_ = true;
native_messaging_writer.h 29 bool fail_; member in class:remoting::NativeMessagingWriter
  /external/openfst/src/include/fst/
union-find.h 41 : parent_(max, fail), rank_(max), fail_(fail) { }
47 || item == fail_
48 || parent_[item] == fail_) return fail_;
69 // New value in parent_ should be initialized to fail_
71 parent_.resize(nitem, fail_);
89 T fail_; // Value indicating lookup failure. member in class:fst::UnionFind
  /external/chromium_org/net/http/
mock_http_cache.h 239 void set_fail(bool fail) { fail_ = fail; }
244 int Result() { return fail_ ? net::ERR_FAILED : net::OK; }
249 bool fail_; member in class:MockBlockingBackendFactory
mock_http_cache.cc 610 fail_(false) {
620 if (!fail_)
633 if (!fail_)
  /external/libpng/scripts/
options.awk 505 # For checking purposes names that start with "ok_" or "fail_" are
755 if (i ~ /^fail_/) {

Completed in 698 milliseconds