Searched refs:init_ (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium/net/disk_cache/
H A Dfile.cc12 File::File() : init_(false), mixed_(false) {}
14 File::File(bool mixed_mode) : init_(false), mixed_(mixed_mode) {}
H A Dmapped_file_posix.cc17 DCHECK(!init_);
18 if (init_ || !File::Init(name))
26 init_ = true;
46 if (!init_)
H A Dmapped_file_win.cc14 DCHECK(!init_);
15 if (init_ || !File::Init(name))
19 init_ = true;
33 if (!init_)
H A Dmapped_file.h25 MappedFile() : File(true), init_(false) {}
43 bool init_; member in class:disk_cache::MappedFile
H A Dfile_win.cc70 : init_(true), mixed_(true), platform_file_(INVALID_HANDLE_VALUE),
75 DCHECK(!init_);
76 if (init_)
90 init_ = true;
101 if (!init_)
111 DCHECK(init_);
117 if (!init_)
124 DCHECK(init_);
141 DCHECK(init_);
162 DCHECK(init_);
[all...]
H A Dstats_histogram.h35 : Histogram(name, minimum, maximum, bucket_count), init_(false) {}
50 bool init_; member in class:disk_cache::StatsHistogram
H A Dfile_posix.cc170 : init_(true),
177 if (init_)
189 init_ = true;
198 if (!init_)
204 DCHECK(init_);
213 DCHECK(init_);
226 DCHECK(init_);
244 DCHECK(init_);
255 DCHECK(init_);
263 DCHECK(init_);
[all...]
H A Dstats_histogram.cc20 if (init_)
61 init_ = true;
H A Dblock_files.h88 bool init_; member in class:disk_cache::BlockFiles
H A Deviction.h81 bool init_; member in class:disk_cache::Eviction
H A Dfile.h79 bool init_; member in class:disk_cache::File
H A Dsparse_control.h153 bool init_; member in class:disk_cache::SparseControl
H A Dblock_files.cc190 : init_(false), zero_buffer_(NULL), path_(path) {
200 DCHECK(!init_);
201 if (init_)
219 init_ = true;
247 if (!init_)
309 if (init_) {
312 init_ = false;
H A Dsparse_control.cc190 init_(false),
200 if (init_)
205 DCHECK(!init_);
221 init_ = true;
226 DCHECK(!init_);
237 DCHECK(init_);
286 DCHECK(init_);
H A Drankings.h198 bool init_; member in class:disk_cache::Rankings
H A Dbackend_impl.cc350 init_(false),
376 init_(false),
431 DCHECK(!init_);
432 if (init_)
453 init_ = true;
521 if (init_) {
1235 if (!init_) {
1469 init_ = true; // Let the destructor do proper cleanup.
1498 init_ = false;
H A Drankings.cc203 Rankings::Rankings() : init_(false) {}
208 DCHECK(!init_);
209 if (init_)
222 init_ = true;
227 init_ = false;
H A Deviction.cc65 init_(false),
84 init_ = true;
92 if (!init_)
/external/freetype/src/sfnt/
H A Dttcmap.h60 #define FT_DEFINE_TT_CMAP(class_, size_, init_, done_, char_index_, \
67 {size_, init_, done_, char_index_, \
75 #define FT_DEFINE_TT_CMAP(class_, size_, init_, done_, char_index_, \
83 clazz->clazz.init = init_; \
/external/freetype/include/freetype/internal/
H A Dftobjs.h214 #define FT_DEFINE_CMAP_CLASS(class_, size_, init_, done_, char_index_, \
220 size_, init_, done_, char_index_, char_next_, char_var_index_, \
228 #define FT_DEFINE_CMAP_CLASS(class_, size_, init_, done_, char_index_, \
237 clazz->init = init_; \
1052 #define FT_DEFINE_GLYPH(class_, size_, format_, init_, done_, copy_, \
1057 size_, format_, init_, done_, copy_, transform_, bbox_, prepare_ \
1062 #define FT_DEFINE_GLYPH(class_, size_, format_, init_, done_, copy_, \
1069 clazz->glyph_init = init_; \
1122 interface_, init_, done_, get_interface_, \
1129 interface_,init_,done
[all...]
H A Dftdriver.h293 interface_, init_, done_, get_interface_, \
304 init_,done_,get_interface_) \
345 interface_, init_, done_, get_interface_, \
383 init_,done_,get_interface_) \
/external/openfst/src/include/fst/
H A Dsparse-tuple-weight.h233 : 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
H A Dstring-weight.h168 : 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
H A Daccumulator.h331 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/
H A Dstring-weight.h160 : 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

Completed in 2093 milliseconds

12