HomeSort by relevance Sort by last modified time
    Searched refs:init_ (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium/net/disk_cache/
file.cc 12 File::File() : init_(false), mixed_(false) {}
14 File::File(bool mixed_mode) : init_(false), mixed_(mixed_mode) {}
mapped_file.h 25 MappedFile() : File(true), init_(false) {}
43 bool init_; member in class:disk_cache::MappedFile
mapped_file_posix.cc 17 DCHECK(!init_);
18 if (init_ || !File::Init(name))
26 init_ = true;
46 if (!init_)
mapped_file_win.cc 14 DCHECK(!init_);
15 if (init_ || !File::Init(name))
19 init_ = true;
33 if (!init_)
file_win.cc 70 : 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...]
stats_histogram.h 35 : Histogram(name, minimum, maximum, bucket_count), init_(false) {}
50 bool init_; member in class:disk_cache::StatsHistogram
file_posix.cc 170 : 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...]
stats_histogram.cc 20 if (init_)
61 init_ = true;
block_files.h 88 bool init_; member in class:disk_cache::BlockFiles
eviction.h 81 bool init_; member in class:disk_cache::Eviction
file.h 79 bool init_; member in class:disk_cache::File
sparse_control.h 153 bool init_; member in class:disk_cache::SparseControl
block_files.cc 190 : 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;
sparse_control.cc 190 init_(false),
200 if (init_)
205 DCHECK(!init_);
221 init_ = true;
226 DCHECK(!init_);
237 DCHECK(init_);
286 DCHECK(init_);
rankings.h 198 bool init_; member in class:disk_cache::Rankings
backend_impl.cc 350 init_(false),
376 init_(false),
431 DCHECK(!init_);
432 if (init_)
453 init_ = true;
521 if (init_) {
    [all...]
rankings.cc 203 Rankings::Rankings() : init_(false) {}
208 DCHECK(!init_);
209 if (init_)
222 init_ = true;
227 init_ = false;
eviction.cc 65 init_(false),
84 init_ = true;
92 if (!init_)
  /external/freetype/src/sfnt/
ttcmap.h 60 #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/
ftobjs.h 214 #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_; \
    [all...]
ftdriver.h 293 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/
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

Completed in 230 milliseconds

1 2