Searched defs:fail_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/remoting/host/native_messaging/
H A Dnative_messaging_writer.h30 bool fail_; member in class:remoting::NativeMessagingWriter
/external/openfst/src/include/fst/
H A Dunion-find.h41 : 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/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dunion-find.h38 : parent_(max, fail), rank_(max), fail_(fail) { }
44 || item == fail_
45 || parent_[item] == fail_) return fail_;
67 // New value in parent_ should be initialized to fail_
68 parent_.resize(2 * item, fail_);
86 T fail_; // Value indicating lookup failure. member in class:fst::UnionFind
/external/chromium_org/net/http/
H A Dmock_http_cache.h234 void set_fail(bool fail) { fail_ = fail; }
239 int Result() { return fail_ ? net::ERR_FAILED : net::OK; }
244 bool fail_; member in class:MockBlockingBackendFactory
/external/chromium/net/http/
H A Dhttp_cache_unittest.cc648 : backend_(NULL), callback_(NULL), block_(true), fail_(false) {}
654 if (!fail_)
669 if (!fail_)
678 void set_fail(bool fail) { fail_ = fail; }
683 int Result() { return fail_ ? net::ERR_FAILED : net::OK; }
688 bool fail_; member in class:__anon3109::MockBlockingBackendFactory

Completed in 545 milliseconds