Searched defs:error_ (Results 1 - 25 of 155) sorted by last modified time

1234567

/external/webp/src/enc/
H A Dbackward_references.h149 int error_; // set to true if some memory error occurred member in struct:VP8LBackwardRefs
H A Dvp8enci.h369 int error_; // true in case of malloc error member in struct:__anon33387
/external/webp/src/utils/
H A Dbit_reader.h119 int error_; // an error occurred (buffer overflow attempt...) member in struct:__anon33390
H A Dbit_writer.h35 int error_; // true in case of error member in struct:VP8BitWriter
90 // the state of error_. A value of 1 indicates that a memory allocation
93 int error_; member in struct:__anon33391
111 // VP8LBitWriter's error_ flag is set in case of memory allocation error.
/external/regex-re2/re2/
H A Dre2.h279 const string& error() const { return *error_; }
714 mutable const string* error_; // Error indicator member in class:re2::RE2
/external/regex-re2/re2/testing/
H A Dtester.h58 bool error() { return error_; }
78 bool error_; // error during constructor? member in class:re2::TestInstance
96 bool error() { return error_; }
110 bool error_; member in class:re2::Tester
/external/regex-re2/util/
H A Dpcre.h239 const string& error() const { return *error_; }
508 const string* error_; // Error indicator (or empty string) member in class:re2::PCRE
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.h367 ::std::string* error_; member in class:google::protobuf::compiler::CodeGeneratorResponse
647 if (error_ != &_default_error_) {
648 error_->clear();
653 return *error_;
657 if (error_ == &_default_error_) {
658 error_ = new ::std::string;
660 error_->assign(value);
664 if (error_ == &_default_error_) {
665 error_ = new ::std::string;
667 error_
[all...]
/external/pcre/dist/
H A Dpcrecpp.h528 const string& error() const { return *error_; }
705 const string* error_; // Error indicator (or points to empty string) member in class:pcrecpp::RE
/external/openfst/src/include/fst/
H A Daccumulator.h172 error_(false) {}
178 error_(acc.error_) {
193 error_ = true;
211 if (error_) return Weight::NoWeight();
252 error_ = true;
281 bool Error() const { return error_; }
317 error_ = true;
334 bool error_; member in class:fst::FastLogAccumulator
440 error_(fals
589 bool error_; member in class:fst::CacheLogAccumulator
738 bool error_; member in class:fst::ReplaceAccumulator
[all...]
H A Darc-map.h815 : superfinal_label_(superfinal_label), error_(false) {}
831 error_ = true;
849 if (error_)
856 mutable bool error_; member in struct:fst::FromGallicMapper
874 isymbols_(0), error_(false) {
927 error_ = true;
942 if (error_)
963 mutable bool error_; member in struct:fst::GallicToNewSymbolsMapper
H A Dcompact-fst.h146 error_(false) {}
185 bool Error() const { return error_; }
197 bool error_; member in class:fst::CompactFstData
211 error_(false) {
238 error_ = true;
258 error_ = true;
264 error_ = true;
282 error_(false) {
302 error_ = true;
353 error_
[all...]
H A Dencode.h313 error_(false) {}
319 error_(false) {
328 error_(mapper.error_) {
349 if (error_) outprops |= kError;
412 bool error_; member in class:fst::EncodeMapper
441 error_ = true;
446 error_ = true;
451 error_ = true;
H A Dlabel-reachable.h160 error_(false) {
174 error_(false) {
185 error_(reachable.error_) {
201 if (label == 0 || error_)
266 if (accumulator_->Error()) error_ = true;
273 if (label == 0 || error_)
282 if (error_) return false;
293 if (accumulator_->Error()) error_ = true;
304 if (error_) retur
558 bool error_; member in class:fst::LabelReachable
[all...]
H A Dlookahead-matcher.h444 error_(false) {
447 error_ = true;
468 error_(lmatcher.error_) {}
504 if (error_ || (label_reachable_ && label_reachable_->Error()))
578 bool error_; member in class:fst::LabelLookAheadMatcher
H A Dmatcher.h158 error_(false) {
169 error_ = true;
182 error_(matcher.error_) {}
218 error_ = true;
230 if (error_) {
249 if (error_) {
293 if (error_) outprops |= kError;
318 bool error_; // Error encountered member in class:fst::SortedMatcher
411 error_(fals
518 bool error_; // Error encountered member in class:fst::RhoMatcher
707 bool error_; // Error encountered member in class:fst::SigmaMatcher
878 bool error_; // Error encountered member in class:fst::PhiMatcher
[all...]
H A Dqueue.h80 QueueBase(QueueType type) : queue_type_(type), error_(false) {}
89 bool Error() const { return error_; }
90 void SetError(bool error) { error_ = error; }
104 bool error_; member in class:fst::QueueBase
H A Dshortest-distance.h85 error_(false) {
93 bool Error() const { return error_; }
110 bool error_; member in class:fst::ShortestDistanceState
119 if (fst_.Properties(kError, false)) error_ = true;
126 error_ = true;
134 error_ = true;
206 error_ = true;
219 if (fst_.Properties(kError, false)) error_ = true;
H A Dstate-reachable.h59 error_(false) {
63 void InitVisit(const Fst<A> &fst) { error_ = false; }
78 error_ = true;
84 error_ = true;
102 error_ = true;
124 bool Error() const { return error_; }
131 bool error_; member in class:fst::IntervalReachVisitor
149 : error_(false) {
152 if (reach_visitor.Error()) error_ = true;
158 error_
191 bool error_; member in class:fst::StateReachable
[all...]
H A Dstate-table.h392 : error_(false) {
399 error_ = true;
404 : StateTable(table), error_(table.error_) {}
406 bool Error() const { return error_; }
409 bool error_; member in class:fst::StringDetComposeStateTable
434 :error_(false) {
441 error_ = true;
446 : StateTable(table), error_(table.error_) {}
451 bool error_; member in class:fst::DetStringComposeStateTable
[all...]
/external/openfst/src/include/fst/extensions/far/
H A Dfar.h237 : filename_(filename), error_(false), written_(false) {}
248 error_ = !fst.Write(filename_);
255 bool Error() const { return error_; }
261 bool error_; member in class:fst::FstFarWriter
407 : keys_(filenames), has_stdin_(false), pos_(0), fst_(0), error_(false) {
419 error_ = true;
434 error_ = true;
444 error_ = true;
452 bool Done() const { return error_ || pos_ >= keys_.size(); }
469 bool Error() const { return error_; }
495 mutable bool error_; member in class:fst::FstFarReader
[all...]
H A Dstlist.h64 error_(false) {
70 error_ = true;
81 error_ = true;
84 error_ = true;
86 if (error_) return;
92 bool Error() const { return error_; }
104 bool error_; member in class:fst::STListWriter
125 : sources_(filenames), entry_(0), error_(false) {
137 error_ = true;
150 error_
261 bool error_; member in class:fst::STListReader
[all...]
H A Dsttable.h56 error_(false) {
62 error_=true;
77 error_ = true;
80 error_ = true;
82 if (error_) return;
89 bool Error() const { return error_; }
101 bool error_; member in class:fst::STTableWriter
122 : sources_(filenames), entry_(0), error_(false) {
136 error_ = true;
142 error_
321 bool error_; member in class:fst::STTableReader
[all...]
/external/openfst/src/include/fst/extensions/pdt/
H A Dparen.h148 error_(false) {
161 error_ = true;
165 error_ = true;
169 bool const Error() { return error_; }
222 bool error_; member in class:fst::PdtParenReachable
H A Dshortest-path.h401 error_(false) {
407 error_ = true;
429 if (error_) ofst->SetProperties(kError, kError);
480 bool error_; member in class:fst::PdtShortestPath
613 error_ = true;
757 error_ = true;

Completed in 1119 milliseconds

1234567