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

  /external/chromium/net/disk_cache/
mapped_file.h 26 MappedFile() : File(true), init_(false) {}
44 bool init_; member in class:disk_cache::MappedFile
stats_histogram.h 34 : Histogram(name, minimum, maximum, bucket_count), init_(false) {}
50 bool init_; member in class:disk_cache::StatsHistogram
mapped_file_posix.cc 17 DCHECK(!init_);
18 if (init_ || !File::Init(name))
26 init_ = true;
36 if (!init_)
mapped_file_win.cc 14 DCHECK(!init_);
15 if (init_ || !File::Init(name))
19 init_ = true;
33 if (!init_)
file_win.cc 77 : init_(true), mixed_(true), platform_file_(INVALID_HANDLE_VALUE),
82 DCHECK(!init_);
83 if (init_)
97 init_ = true;
110 if (!init_)
120 DCHECK(init_);
126 if (!init_)
133 DCHECK(init_);
150 DCHECK(init_);
171 DCHECK(init_);
    [all...]
file.h 33 File() : init_(false), mixed_(false) {}
35 explicit File(bool mixed_mode) : init_(false), mixed_(mixed_mode) {}
84 bool init_; member in class:disk_cache::File
file_posix.cc 253 : init_(true), mixed_(true), platform_file_(file) {
257 if (init_)
269 init_ = true;
283 if (!init_)
289 DCHECK(init_);
298 DCHECK(init_);
311 DCHECK(init_);
330 DCHECK(init_);
341 DCHECK(init_);
347 DCHECK(init_);
    [all...]
block_files.h 25 : init_(false), zero_buffer_(NULL), path_(path) {}
75 bool init_; member in class:disk_cache::BlockFiles
sparse_control.h 43 : entry_(entry), child_(NULL), operation_(kNoOperation), init_(false),
153 bool init_; member in class:disk_cache::SparseControl
stats_histogram.cc 54 init_ = true;
61 if (init_)
rankings.h 108 Rankings() : init_(false) {}
192 bool init_; member in class:disk_cache::Rankings
backend_impl.h 41 init_(false), restarted_(false), unit_test_(false), read_only_(false),
48 init_(false), restarted_(false), unit_test_(false), read_only_(false),
293 bool init_; // controls the initialization of the system. member in class:disk_cache::BackendImpl
block_files.cc 171 DCHECK(!init_);
172 if (init_)
188 init_ = true;
193 init_ = false;
408 if (!init_)
sparse_control.cc 144 if (init_)
149 DCHECK(!init_);
165 init_ = true;
171 DCHECK(init_);
215 DCHECK(init_);
backend_impl.cc 250 DCHECK(!init_);
251 if (init_)
270 init_ = true;
325 if (!init_)
1000 if (!init_) {
1125 init_ = true; // Let the destructor do proper cleanup.
1143 init_ = false;
    [all...]
rankings.cc 179 DCHECK(!init_);
180 if (init_)
193 init_ = true;
198 init_ = false;
  /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 292 interface_, init_, done_, get_interface_, \
303 init_,done_,get_interface_) \
344 interface_, init_, done_, get_interface_, \
384 init_,done_,get_interface_) \
  /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/v8/src/
ast.h 411 init_(NULL),
422 init_ = init;
429 Statement* init() const { return init_; }
437 Statement* init_; member in class:v8::internal::ForStatement
    [all...]
  /external/qemu/audio/
audio_template.h 278 err = glue (hw->pcm_ops->init_, TYPE) (hw, as);

Completed in 106 milliseconds