HomeSort by relevance Sort by last modified time
    Searched refs:init_ (Results 26 - 50 of 60) 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;
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 264 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_v3.cc 67 init_(false),
83 DCHECK(!init_);
84 if (init_)
397 if (!init_) {
429 DCHECK(init_);
838 init_ = true; // Let the destructor do proper cleanup.
858 init_ = false;
867 if (init_) {
1087 DCHECK(!init_);
1088 if (init_)
    [all...]
backend_impl.cc 124 init_(false),
150 init_(false),
196 DCHECK(!init_);
197 if (init_)
216 init_ = true;
306 if (init_) {
1108 if (!init_) {
    [all...]
rankings.cc 215 Rankings::Rankings() : init_(false) {}
220 DCHECK(!init_);
221 if (init_)
234 init_ = true;
239 init_ = false;
eviction.cc 73 // The real initialization happens during Init(), init_ is the only member that
77 init_(false),
97 init_ = true;
104 if (!init_)
backend_impl.h 378 bool init_; // controls the initialization of the system. member in class:disk_cache::BackendImpl
  /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/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 2296 milliseconds

12 3