HomeSort by relevance Sort by last modified time
    Searched refs:init_ (Results 26 - 50 of 63) sorted by null

12 3

  /external/chromium_org/net/disk_cache/blockfile/
eviction.h 82 bool init_; member in class:disk_cache::Eviction
file.h 90 bool init_; member in class:disk_cache::File
sparse_control.h 154 bool init_; member in class:disk_cache::SparseControl
sparse_control_v3.h 152 bool init_; member in class:disk_cache::SparseControl
block_files.h 153 bool init_; member in class:disk_cache::BlockFiles
block_files.cc 265 : init_(false), zero_buffer_(NULL), path_(path) {
275 DCHECK(!init_);
276 if (init_)
295 init_ = true;
328 if (!init_)
385 if (init_) {
388 init_ = false;
backend_impl_v3.cc 68 init_(false),
84 DCHECK(!init_);
85 if (init_)
390 if (!init_) {
422 DCHECK(init_);
841 init_ = true; // Let the destructor do proper cleanup.
861 init_ = false;
870 if (init_) {
1010 DCHECK(!init_);
1011 if (init_)
    [all...]
sparse_control.cc 193 init_(false),
209 if (init_)
214 DCHECK(!init_);
230 init_ = true;
235 DCHECK(!init_);
246 DCHECK(init_);
297 DCHECK(init_);
sparse_control_v3.cc 195 init_(false),
211 if (init_)
216 DCHECK(!init_);
227 DCHECK(init_);
276 DCHECK(init_);
354 DCHECK(!init_);
370 init_ = true;
eviction_v3.cc 75 // The real initialization happens during Init(), init_ is the only member that
81 init_(false),
100 init_ = true;
107 if (!init_)
backend_impl_v3.h 261 bool init_; // controls the initialization of the system. member in class:disk_cache::BackendImplV3
file_posix.cc 38 : init_(true),
rankings.h 201 bool init_; member in class:disk_cache::Rankings
backend_impl.cc 126 init_(false),
153 init_(false),
199 DCHECK(!init_);
200 if (init_)
219 init_ = true;
309 if (init_) {
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
ftdriver.h 247 init_, \
274 init_, \
313 init_, \
370 init_, \
  /external/freetype/include/internal/
ftdriver.h 247 init_, \
274 init_, \
313 init_, \
370 init_, \
  /external/chromium_org/content/browser/zygote_host/
zygote_host_impl_linux.cc 81 init_(false),
98 DCHECK(!init_);
99 init_ = true;
294 DCHECK(init_);
498 DCHECK(init_);
512 DCHECK(init_);
  /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/chromium_org/third_party/libjingle/source/talk/app/webrtc/
datachannel_unittest.cc 70 &provider_, cricket::DCT_SCTP, "test", init_)) {
87 webrtc::InternalDataChannelInit init_; member in class:SctpDataChannelTest
97 &provider_, cricket::DCT_SCTP, "test1", init_);
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
qm_select.h 185 bool init_; member in class:webrtc::VCMQmMethod
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_rdebug.cpp 202 init_ = true;
324 if (!init_)
  /ndk/sources/android/crazy_linker/src/
crazy_linker_rdebug.cpp 202 init_ = true;
324 if (!init_)

Completed in 1490 milliseconds

12 3