Searched refs:init_ (Results 1 - 25 of 78) sorted by relevance

1234

/external/chromium/net/disk_cache/
H A Dfile.cc12 File::File() : init_(false), mixed_(false) {}
14 File::File(bool mixed_mode) : init_(false), mixed_(mixed_mode) {}
H A Dmapped_file_posix.cc17 DCHECK(!init_);
18 if (init_ || !File::Init(name))
26 init_ = true;
46 if (!init_)
H A Dmapped_file_win.cc14 DCHECK(!init_);
15 if (init_ || !File::Init(name))
19 init_ = true;
33 if (!init_)
H A Dmapped_file.h25 MappedFile() : File(true), init_(false) {}
43 bool init_; member in class:disk_cache::MappedFile
H A Dfile_win.cc70 : 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...]
H A Dstats_histogram.h35 : Histogram(name, minimum, maximum, bucket_count), init_(false) {}
50 bool init_; member in class:disk_cache::StatsHistogram
H A Dfile_posix.cc170 : 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...]
/external/chromium_org/net/disk_cache/
H A Dfile.cc12 File::File() : init_(false), mixed_(false) {}
14 File::File(bool mixed_mode) : init_(false), mixed_(mixed_mode) {}
H A Dmapped_file.cc15 DCHECK(!init_);
16 if (init_ || !File::Init(name))
20 init_ = true;
40 if (!init_)
H A Dmapped_file_avoid_mmap_posix.cc15 DCHECK(!init_);
16 if (init_ || !File::Init(name))
32 init_ = true;
63 if (!init_)
H A Dmapped_file_posix.cc17 DCHECK(!init_);
18 if (init_ || !File::Init(name))
27 init_ = true;
55 if (!init_)
H A Dmapped_file_win.cc15 DCHECK(!init_);
16 if (init_ || !File::Init(name))
20 init_ = true;
40 if (!init_)
H A Dfile_win.cc73 : init_(true), mixed_(true), platform_file_(INVALID_HANDLE_VALUE),
78 DCHECK(!init_);
79 if (init_)
93 init_ = true;
104 if (!init_)
114 DCHECK(init_);
120 if (!init_)
127 DCHECK(init_);
144 DCHECK(init_);
165 DCHECK(init_);
[all...]
H A Dmapped_file.h26 MappedFile() : File(true), init_(false) {}
47 bool init_; member in class:disk_cache::MappedFile
H A Dfile_posix.cc172 : init_(true),
179 if (init_)
191 init_ = true;
200 if (!init_)
206 DCHECK(init_);
217 DCHECK(init_);
233 DCHECK(init_);
251 DCHECK(init_);
262 DCHECK(init_);
270 DCHECK(init_);
[all...]
/external/chromium_org/net/disk_cache/flash/
H A Dsegment.cc18 init_(false),
28 DCHECK(!init_ || read_only_);
34 DCHECK(init_);
39 DCHECK(init_);
44 DCHECK(init_);
49 DCHECK(init_);
54 DCHECK(!init_);
60 init_ = true;
73 init_ = true;
78 DCHECK(init_
[all...]
H A Dflash_entry_impl.cc18 : init_(false),
28 : init_(false),
36 init_ = true;
49 DCHECK(init_);
54 DCHECK(init_);
59 DCHECK(init_);
64 DCHECK(init_);
70 DCHECK(init_);
76 DCHECK(init_);
82 DCHECK(init_);
[all...]
H A Dlog_store_entry.cc15 : store_(store), id_(-1), init_(false), closed_(false), deleted_(false) {
20 : store_(store), id_(id), init_(false), closed_(false), deleted_(false) {
25 DCHECK(!init_ || closed_);
29 DCHECK(!init_);
31 init_ = true;
49 init_ = true;
54 DCHECK(init_ && !closed_);
68 DCHECK(init_);
73 DCHECK(init_);
79 DCHECK(init_);
[all...]
H A Dlog_store.cc22 init_(false),
28 DCHECK(!init_ || closed_);
33 DCHECK(!init_);
45 init_ = true;
50 DCHECK(init_ && !closed_);
60 DCHECK(init_ && !closed_);
92 DCHECK(init_ && !closed_);
99 DCHECK(init_ && !closed_);
110 DCHECK(init_ && !closed_);
137 DCHECK(init_
[all...]
/external/chromium_org/sandbox/win/src/
H A Drestricted_token.cc17 DCHECK(!init_);
18 if (init_)
43 init_ = true;
48 DCHECK(init_);
49 if (!init_)
155 DCHECK(init_);
156 if (!init_)
191 DCHECK(init_);
192 if (!init_)
244 DCHECK(init_);
[all...]
H A Drestricted_token.h48 : init_(false), effective_token_(NULL),
191 bool init_; member in class:sandbox::RestrictedToken
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttcmap.h60 #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/src/sfnt/
H A Dttcmap.h63 init_, \
79 init_, \
99 init_, \
115 clazz->clazz.init = init_; \
/external/chromium_org/net/disk_cache/v3/
H A Dbackend_worker.h53 bool init_; // controls the initialization of the system. member in class:disk_cache::BackendImpl
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dftobjs.h214 #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_; \
1067 #define FT_DEFINE_GLYPH(class_, size_, format_, init_, done_, copy_, \
1072 size_, format_, init_, done_, copy_, transform_, bbox_, prepare_ \
1077 #define FT_DEFINE_GLYPH(class_, size_, format_, init_, done_, copy_, \
1084 clazz->glyph_init = init_; \
1135 interface_, init_, done_, get_interface_, \
1142 interface_,init_,done
[all...]

Completed in 465 milliseconds

1234