Home
last modified time | relevance | path

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

12

/external/chromium/net/disk_cache/
Dfile_win.cc70 : init_(true), mixed_(true), platform_file_(INVALID_HANDLE_VALUE), in File()
75 DCHECK(!init_); in Init()
76 if (init_) in Init()
90 init_ = true; in Init()
101 if (!init_) in ~File()
111 DCHECK(init_); in platform_file()
117 if (!init_) in IsValid()
124 DCHECK(init_); in Read()
141 DCHECK(init_); in Write()
162 DCHECK(init_); in Read()
[all …]
Dfile_posix.cc170 : init_(true), in File()
177 if (init_) in Init()
189 init_ = true; in Init()
198 if (!init_) in IsValid()
204 DCHECK(init_); in Read()
213 DCHECK(init_); in Write()
226 DCHECK(init_); in Read()
244 DCHECK(init_); in Write()
255 DCHECK(init_); in SetLength()
263 DCHECK(init_); in GetLength()
[all …]
Dmapped_file_posix.cc17 DCHECK(!init_); in Init()
18 if (init_ || !File::Init(name)) in Init()
26 init_ = true; in Init()
46 if (!init_) in ~MappedFile()
Dmapped_file_win.cc14 DCHECK(!init_); in Init()
15 if (init_ || !File::Init(name)) in Init()
19 init_ = true; in Init()
33 if (!init_) in ~MappedFile()
Dfile.cc12 File::File() : init_(false), mixed_(false) {} in File()
14 File::File(bool mixed_mode) : init_(false), mixed_(mixed_mode) {} in File()
Dmapped_file.h25 MappedFile() : File(true), init_(false) {} in MappedFile()
43 bool init_; variable
Dstats_histogram.h35 : Histogram(name, minimum, maximum, bucket_count), init_(false) {} in StatsHistogram()
50 bool init_;
Dstats_histogram.cc20 if (init_) in ~StatsHistogram()
61 init_ = true; in Init()
Dblock_files.cc190 : init_(false), zero_buffer_(NULL), path_(path) { in BlockFiles()
200 DCHECK(!init_); in Init()
201 if (init_) in Init()
219 init_ = true; in Init()
247 if (!init_) in CreateBlock()
309 if (init_) { in CloseFiles()
312 init_ = false; in CloseFiles()
Dsparse_control.cc190 init_(false), in SparseControl()
200 if (init_) in ~SparseControl()
205 DCHECK(!init_); in Init()
221 init_ = true; in Init()
226 DCHECK(!init_); in CouldBeSparse()
237 DCHECK(init_); in StartIO()
286 DCHECK(init_); in GetAvailableRange()
Dfile.h79 bool init_;
Dblock_files.h88 bool init_; variable
Deviction.h81 bool init_; variable
Dsparse_control.h153 bool init_; variable
Drankings.cc203 Rankings::Rankings() : init_(false) {} in Rankings()
208 DCHECK(!init_); in Init()
209 if (init_) in Init()
222 init_ = true; in Init()
227 init_ = false; in Reset()
Deviction.cc65 init_(false), in Eviction()
84 init_ = true; in Init()
92 if (!init_) in Stop()
Dbackend_impl.cc350 init_(false), in BackendImpl()
376 init_(false), in BackendImpl()
431 DCHECK(!init_); in SyncInit()
432 if (init_) in SyncInit()
453 init_ = true; in SyncInit()
521 if (init_) { in CleanupCache()
1235 if (!init_) { in SelfCheck()
1469 init_ = true; // Let the destructor do proper cleanup. in RestartCache()
1492 init_ = false; in PrepareForRestart()
Drankings.h198 bool init_; variable
/external/freetype/include/freetype/internal/
Dftobjs.h214 #define FT_DEFINE_CMAP_CLASS(class_, size_, init_, done_, char_index_, \ argument
220 size_, init_, done_, char_index_, char_next_, char_var_index_, \
228 #define FT_DEFINE_CMAP_CLASS(class_, size_, init_, done_, char_index_, \ argument
237 clazz->init = init_; \
1052 #define FT_DEFINE_GLYPH(class_, size_, format_, init_, done_, copy_, \ argument
1057 size_, format_, init_, done_, copy_, transform_, bbox_, prepare_ \
1062 #define FT_DEFINE_GLYPH(class_, size_, format_, init_, done_, copy_, \ argument
1069 clazz->glyph_init = init_; \
1122 interface_, init_, done_, get_interface_, \ argument
1129 interface_,init_,done_,get_interface_) \
[all …]
Dftdriver.h293 interface_, init_, done_, get_interface_, \ argument
304 init_,done_,get_interface_) \
345 interface_, init_, done_, get_interface_, \ argument
383 init_,done_,get_interface_) \
/external/freetype/src/sfnt/
Dttcmap.h60 #define FT_DEFINE_TT_CMAP(class_, size_, init_, done_, char_index_, \ argument
67 {size_, init_, done_, char_index_, \
75 #define FT_DEFINE_TT_CMAP(class_, size_, init_, done_, char_index_, \ argument
83 clazz->clazz.init = init_; \
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dstring-weight.h160 : first_(w.first_), rest_(w.rest_), init_(true), in StringWeightIterator()
164 if (init_) return first_ == 0; in Done()
168 const L& Value() const { return init_ ? first_ : *iter_; } in Value()
171 if (init_) init_ = false; in Next()
176 init_ = true; in Reset()
183 bool init_; // in the initialized state? variable
/external/openfst/src/include/fst/
Daccumulator.h331 bool init_; // Cumulative weights initialized? variable
666 : init_(false), data_(new ReplaceAccumulatorData<Accumulator, T>()), in ReplaceAccumulator()
670 : init_(false), in ReplaceAccumulator()
675 : init_(acc.init_), data_(acc.data_), error_(acc.error_) { in ReplaceAccumulator()
676 if (!init_) in ReplaceAccumulator()
690 init_ = true; in Init()
695 if (!init_) { in SetState()
733 bool init_;
Dsparse-tuple-weight.h233 : first_(w.first_), rest_(w.rest_), init_(true), in SparseTupleWeightIterator()
237 if (init_) in Done()
243 const Pair& Value() const { return init_ ? first_ : *iter_; } in Value()
246 if (init_) in Next()
247 init_ = false; in Next()
253 init_ = true; in Reset()
260 bool init_; // in the initialized state? variable
Dstring-weight.h168 : first_(w.first_), rest_(w.rest_), init_(true), in StringWeightIterator()
172 if (init_) return first_ == 0; in Done()
176 const L& Value() const { return init_ ? first_ : *iter_; } in Value()
179 if (init_) init_ = false; in Next()
184 init_ = true; in Reset()
191 bool init_; // in the initialized state? variable

12