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

  /external/freetype/src/sfnt/
ttcmap.h 63 init_, \
79 init_, \
99 init_, \
115 clazz->clazz.init = init_; \
  /external/pdfium/third_party/freetype/src/sfnt/
ttcmap.h 63 init_, \
79 init_, \
99 init_, \
115 clazz->clazz.init = init_; \
  /ndk/sources/android/crazy_linker/src/
crazy_linker_rdebug.h 168 RDebug() : r_debug_(NULL), init_(false),
223 bool init_; member in class:crazy::RDebug
crazy_linker_rdebug.cpp 202 init_ = true;
324 if (!init_)
  /external/freetype/include/internal/
ftobjs.h 221 init_, \
234 init_, \
255 init_, \
271 clazz->init = init_; \
    [all...]
ftdriver.h 247 init_, \
274 init_, \
313 init_, \
370 init_, \
  /external/pdfium/third_party/freetype/include/internal/
ftobjs.h 220 init_, \
233 init_, \
254 init_, \
270 clazz->init = init_; \
    [all...]
ftdriver.h 247 init_, \
274 init_, \
313 init_, \
370 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/v8/src/arm64/
assembler-arm64.h 330 const CPURegister init_##register_class##_##name = {code, size, type}; \
332 &init_##register_class##_##name)
335 &init_##register_class##_##name)
    [all...]
  /external/v8/src/
ast.h 839 init_ = init;
844 Statement* init() const { return init_; }
867 init_(NULL),
876 Statement* init_; member in class:v8::internal::FINAL
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/
apiviewer.js     [all...]

Completed in 284 milliseconds