HomeSort by relevance Sort by last modified time
    Searched full:get_instance (Results 1 - 25 of 54) sorted by null

1 2 3

  /packages/inputmethods/PinyinIME/jni/share/
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...]
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
  /packages/inputmethods/PinyinIME/jni/include/
lpicache.h 39 static LpiCache& get_instance();
ngram.h 71 static NGram& get_instance();
  /external/chromium_org/third_party/mesa/src/src/glsl/tests/
uniform_initializer_utils.cpp 139 glsl_type::get_instance(base_type, rows, columns);
153 glsl_type::get_instance(base_type, rows, columns);
set_uniform_initializer_tests.cpp 168 glsl_type::get_instance(base_type, rows, columns);
316 glsl_type::get_instance(base_type, rows, columns);
  /external/mesa3d/src/glsl/tests/
uniform_initializer_utils.cpp 139 glsl_type::get_instance(base_type, rows, columns);
153 glsl_type::get_instance(base_type, rows, columns);
set_uniform_initializer_tests.cpp 168 glsl_type::get_instance(base_type, rows, columns);
316 glsl_type::get_instance(base_type, rows, columns);
  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_instructions.cpp 163 vec_type = glsl_type::get_instance(GLSL_TYPE_FLOAT,
174 vec_type = glsl_type::get_instance(GLSL_TYPE_FLOAT,
183 vec_type = glsl_type::get_instance(GLSL_TYPE_FLOAT,
glsl_types.cpp 396 glsl_type::get_instance(unsigned base_type, unsigned rows, unsigned columns) function in class:glsl_type
702 vec_type = get_instance(GLSL_TYPE_FLOAT, c, 1);
705 vec_type = get_instance(GLSL_TYPE_FLOAT, r, 1);
794 vec_type = get_instance(GLSL_TYPE_FLOAT,
798 vec_type = get_instance(GLSL_TYPE_FLOAT,
glsl_types.h 218 static const glsl_type *get_instance(unsigned base_type, unsigned rows,
422 ? get_instance(base_type, matrix_columns, 1)
436 ? get_instance(base_type, vector_elements, 1)
lower_vector.cpp 185 new(mem_ctx) ir_constant(glsl_type::get_instance(expr->type->base_type,
ir.cpp 282 this->type = glsl_type::get_instance(GLSL_TYPE_INT,
291 this->type = glsl_type::get_instance(GLSL_TYPE_FLOAT,
297 this->type = glsl_type::get_instance(GLSL_TYPE_BOOL,
304 this->type = glsl_type::get_instance(GLSL_TYPE_UINT,
381 this->type = glsl_type::get_instance(GLSL_TYPE_BOOL,
    [all...]
  /external/mesa3d/src/glsl/
lower_instructions.cpp 163 vec_type = glsl_type::get_instance(GLSL_TYPE_FLOAT,
174 vec_type = glsl_type::get_instance(GLSL_TYPE_FLOAT,
183 vec_type = glsl_type::get_instance(GLSL_TYPE_FLOAT,
glsl_types.cpp 396 glsl_type::get_instance(unsigned base_type, unsigned rows, unsigned columns) function in class:glsl_type
702 vec_type = get_instance(GLSL_TYPE_FLOAT, c, 1);
705 vec_type = get_instance(GLSL_TYPE_FLOAT, r, 1);
794 vec_type = get_instance(GLSL_TYPE_FLOAT,
798 vec_type = get_instance(GLSL_TYPE_FLOAT,
glsl_types.h 218 static const glsl_type *get_instance(unsigned base_type, unsigned rows,
422 ? get_instance(base_type, matrix_columns, 1)
436 ? get_instance(base_type, vector_elements, 1)
lower_vector.cpp 185 new(mem_ctx) ir_constant(glsl_type::get_instance(expr->type->base_type,
ir.cpp 282 this->type = glsl_type::get_instance(GLSL_TYPE_INT,
291 this->type = glsl_type::get_instance(GLSL_TYPE_FLOAT,
297 this->type = glsl_type::get_instance(GLSL_TYPE_BOOL,
304 this->type = glsl_type::get_instance(GLSL_TYPE_UINT,
381 this->type = glsl_type::get_instance(GLSL_TYPE_BOOL,
    [all...]
  /device/asus/flo/camera/mm-image-codec/qomx_core/
qomx_core.h 77 get_instance_t get_instance; member in struct:_omx_core_component_t
qomx_core.c 204 p_core_comp->get_instance = dlsym(p_core_comp->lib_handle, "getInstance");
207 if (!p_core_comp->create_comp_func || !p_core_comp->get_instance) {
215 p_obj = (*p_core_comp->get_instance)();
336 p_core_comp->get_instance = NULL;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_lower_texture_gradients.cpp 83 return glsl_type::get_instance(GLSL_TYPE_INT, dims, 1);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_lower_texture_gradients.cpp 83 return glsl_type::get_instance(GLSL_TYPE_INT, dims, 1);
  /hardware/qcom/camera/mm-image-codec/qomx_core/
qomx_core.h 77 get_instance_t get_instance; member in struct:_omx_core_component_t
qomx_core.c 204 p_core_comp->get_instance = dlsym(p_core_comp->lib_handle, "getInstance");
207 if (!p_core_comp->create_comp_func || !p_core_comp->get_instance) {
215 p_obj = (*p_core_comp->get_instance)();
336 p_core_comp->get_instance = NULL;

Completed in 1258 milliseconds

1 2 3