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

1 2

  /bionic/tests/libs/
dlopen_check_order_reloc_nephew_answer.cpp 35 extern "C" void* get_instance() { function
  /external/vulkan-validation-layers/tests/
test_environment.h 51 VkInstance get_instance() { return inst; } function in class:vk_testing::Environment
  /device/huawei/angler/camera/mm-image-codec/qomx_core/
qomx_core.h 78 get_instance_t get_instance; member in struct:_omx_core_component_t
qomx_core.c 225 p_core_comp->get_instance = dlsym(p_core_comp->lib_handle, "getInstance");
228 if (!p_core_comp->create_comp_func || !p_core_comp->get_instance) {
236 p_obj = (*p_core_comp->get_instance)();
360 p_core_comp->get_instance = NULL;
  /device/lge/bullhead/camera/mm-image-codec/qomx_core/
qomx_core.h 78 get_instance_t get_instance; member in struct:_omx_core_component_t
qomx_core.c 225 p_core_comp->get_instance = dlsym(p_core_comp->lib_handle, "getInstance");
228 if (!p_core_comp->create_comp_func || !p_core_comp->get_instance) {
236 p_obj = (*p_core_comp->get_instance)();
360 p_core_comp->get_instance = NULL;
  /device/moto/shamu/camera/mm-image-codec/qomx_core/
qomx_core.h 78 get_instance_t get_instance; member in struct:_omx_core_component_t
qomx_core.c 223 p_core_comp->get_instance = dlsym(p_core_comp->lib_handle, "getInstance");
226 if (!p_core_comp->create_comp_func || !p_core_comp->get_instance) {
234 p_obj = (*p_core_comp->get_instance)();
358 p_core_comp->get_instance = NULL;
  /hardware/qcom/camera/mm-image-codec/qomx_core/
qomx_core.h 78 get_instance_t get_instance; member in struct:_omx_core_component_t
qomx_core.c 231 p_core_comp->get_instance = dlsym(p_core_comp->lib_handle, "getInstance");
234 if (!p_core_comp->create_comp_func || !p_core_comp->get_instance) {
242 p_obj = (*p_core_comp->get_instance)();
366 p_core_comp->get_instance = NULL;
  /hardware/qcom/camera/msmcobalt/mm-image-codec/qomx_core/
qomx_core.h 78 get_instance_t get_instance; member in struct:_omx_core_component_t
qomx_core.c 231 p_core_comp->get_instance = dlsym(p_core_comp->lib_handle, "getInstance");
234 if (!p_core_comp->create_comp_func || !p_core_comp->get_instance) {
242 p_obj = (*p_core_comp->get_instance)();
366 p_core_comp->get_instance = NULL;
  /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);
  /external/mesa3d/src/glsl/
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_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,
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/mesa/drivers/dri/i965/
brw_lower_texture_gradients.cpp 83 return glsl_type::get_instance(GLSL_TYPE_INT, dims, 1);
  /external/autotest/client/cros/cellular/wardmodem/
state_machine.py 41 self._task_loop = task_loop.get_instance()
task_loop.py 15 def get_instance(): function
37 get_instance() instead.
41 tl = task_loop.get_instance()
task_loop_unittest.py 27 self._task_loop = task_loop.get_instance()
at_channel.py 73 self._task_loop = task_loop.get_instance()
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/
bootstrap.py 127 self.notify('Bootstrap Completed for %s' % boto.config.get_instance('instance-id'))
config.py 116 def get_instance(self, name, default=None): member in class:Config

Completed in 1241 milliseconds

1 2