/external/chromium_org/net/disk_cache/ |
rankings.h | 201 bool init_; member in class:disk_cache::Rankings
|
/external/chromium_org/net/disk_cache/v3/ |
backend_impl_v3.h | 264 bool init_; // controls the initialization of the system. member in class:disk_cache::BackendImpl
|
/external/openfst/src/include/fst/ |
sparse-tuple-weight.h | 233 : first_(w.first_), rest_(w.rest_), init_(true), 237 if (init_) 243 const Pair& Value() const { return init_ ? first_ : *iter_; } 246 if (init_) 247 init_ = false; 253 init_ = true; 260 bool init_; // in the initialized state? member in class:fst::SparseTupleWeightIterator
|
string-weight.h | 168 : first_(w.first_), rest_(w.rest_), init_(true), 172 if (init_) return first_ == 0; 176 const L& Value() const { return init_ ? first_ : *iter_; } 179 if (init_) init_ = false; 184 init_ = true; 191 bool init_; // in the initialized state? member in class:fst::StringWeightIterator
|
accumulator.h | 331 bool init_; // Cumulative weights initialized? member in class:fst::FastLogAccumulator 666 : init_(false), data_(new ReplaceAccumulatorData<Accumulator, T>()), 670 : init_(false), 675 : init_(acc.init_), data_(acc.data_), error_(acc.error_) { 676 if (!init_) 690 init_ = true; 695 if (!init_) { 733 bool init_; member in class:fst::ReplaceAccumulator
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
string-weight.h | 160 : first_(w.first_), rest_(w.rest_), init_(true), 164 if (init_) return first_ == 0; 168 const L& Value() const { return init_ ? first_ : *iter_; } 171 if (init_) init_ = false; 176 init_ = true; 183 bool init_; // in the initialized state? member in class:fst::StringWeightIterator
|
/external/v8/src/ |
ast.h | 800 init_ = init; 805 Statement* init() const { return init_; } 830 init_(NULL), 840 Statement* init_; member in class:v8::internal::ForStatement [all...] |
/external/chromium_org/v8/src/ |
ast.h | 838 init_ = init; 843 Statement* init() const { return init_; } 865 init_(NULL), 875 Statement* init_; member in class:v8::internal::V8_FINAL [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/ |
compiler.jar | |