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

  /packages/inputmethods/PinyinIME/jni/include/
lpicache.h 39 static LpiCache& get_instance();
ngram.h 71 static NGram& get_instance();
spellingtrie.h 230 static SpellingTrie& get_instance();
  /external/mesa3d/src/glsl/
ir_div_to_mul_rcp.cpp 85 vec_type = glsl_type::get_instance(GLSL_TYPE_FLOAT,
96 vec_type = glsl_type::get_instance(GLSL_TYPE_FLOAT,
glsl_types.h 193 static const glsl_type *get_instance(unsigned base_type, unsigned rows,
338 ? get_instance(base_type, matrix_columns, 1)
352 ? get_instance(base_type, vector_elements, 1)
lower_instructions.cpp 149 vec_type = glsl_type::get_instance(GLSL_TYPE_FLOAT,
160 vec_type = glsl_type::get_instance(GLSL_TYPE_FLOAT,
lower_vector.cpp 185 new(mem_ctx) ir_constant(glsl_type::get_instance(expr->type->base_type,
glsl_types.cpp 279 glsl_type::get_instance(unsigned base_type, unsigned rows, unsigned columns) function in class:glsl_type
ast_function.cpp 395 glsl_type::get_instance(GLSL_TYPE_FLOAT,
574 const glsl_type *rhs_type = glsl_type::get_instance(var->type->base_type,
    [all...]
lower_mat_op_to_vec.cpp 298 glsl_type::get_instance(GLSL_TYPE_BOOL, columns, 1);
ir.cpp 1147 type = glsl_type::get_instance(val->type->base_type, mask.num_components, 1);
1172 this->type = glsl_type::get_instance(val->type->base_type,
    [all...]
ast_to_hir.cpp 132 to = glsl_type::get_instance(GLSL_TYPE_FLOAT, from->type->vector_elements,
289 glsl_type::get_instance(type_a->base_type,
306 glsl_type::get_instance(type_a->base_type,
325 glsl_type::get_instance(type_a->base_type,
    [all...]
  /packages/inputmethods/PinyinIME/jni/share/
pinyinime.cpp 175 SpellingTrie &spl_trie = SpellingTrie::get_instance();
180 SpellingTrie &spl_trie = SpellingTrie::get_instance();
lpicache.cpp 41 LpiCache& LpiCache::get_instance() { function in class:ime_pinyin::LpiCache
dicttrie.cpp 150 SpellingTrie &spl_trie = SpellingTrie::get_instance();
151 NGram &ngram = NGram::get_instance();
194 size_t buf_size = SpellingTrie::get_instance().get_spelling_num() + 1;
261 SpellingTrie &spl_trie = SpellingTrie::get_instance();
262 NGram &ngram = NGram::get_instance();
299 SpellingTrie &spl_trie = SpellingTrie::get_instance();
300 NGram &ngram = NGram::get_instance();
318 NGram& ngram = NGram::get_instance();
337 NGram& ngram = NGram::get_instance();
398 LpiCache& lpi_cache = LpiCache::get_instance();
    [all...]
spellingtrie.cpp 228 return &get_instance();
231 SpellingTrie& SpellingTrie::get_instance() { function in class:ime_pinyin::SpellingTrie
ngram.cpp 154 NGram& NGram::get_instance() { function in class:ime_pinyin::NGram
dictbuilder.cpp 527 SpellingTrie &spl_trie = SpellingTrie::get_instance();
572 NGram& ngram = NGram::get_instance();
703 SpellingTrie &spl_trie = SpellingTrie::get_instance();
dictlist.cpp 241 NGram& ngram = NGram::get_instance();
userdict.cpp 372 SpellingTrie &spl_trie = SpellingTrie::get_instance();
392 SpellingTrie &spl_trie = SpellingTrie::get_instance();
481 SpellingTrie &spl_trie = SpellingTrie::get_instance();
    [all...]
matrixsearch.cpp 701 printf(" Spelling : %s, %d\n", SpellingTrie::get_instance().
    [all...]
  /external/libpcap/
inet.c 104 get_instance(const char *name) function
259 this_instance = get_instance(name);
322 if (this_instance < get_instance(nextdev->name) &&
  /external/v8/src/ia32/
disasm-ia32.cc 182 static InstructionTable* get_instance() { function in class:disasm::InstructionTable
272 instruction_table_(InstructionTable::get_instance()),
    [all...]

Completed in 737 milliseconds