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

1 2 3

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/val/
BasicBlock.h 80 bool is_type(BlockType type) const { function in class:libspirv::BasicBlock
Function.cpp 279 ret = block->is_type(type);
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3Stream.h 71 cam_is_type_t is_type,
QCamera3Stream.cpp 355 * @is_type : Image stabilization type, cam_is_type_t
372 cam_is_type_t is_type,
413 mStreamInfo->is_type = is_type;
    [all...]
QCamera3Channel.h 584 cam_is_type_t is_type,
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3Stream.h 68 cam_is_type_t is_type,
QCamera3Stream.cpp 294 * @is_type : Image stabilization type, cam_is_type_t
311 cam_is_type_t is_type,
350 mStreamInfo->is_type = is_type;
    [all...]
QCamera3Channel.h 519 cam_is_type_t is_type,
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3Stream.h 68 cam_is_type_t is_type,
QCamera3Stream.cpp 294 * @is_type : Image stabilization type, cam_is_type_t
311 cam_is_type_t is_type,
350 mStreamInfo->is_type = is_type;
    [all...]
  /external/vulkan-validation-layers/
vk_helper.py 317 if is_type(member_type, 'struct'):
342 def is_type(identifier, type_to_check): function
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3Stream.h 72 cam_is_type_t is_type,
QCamera3Stream.cpp 361 * @is_type : Image stabilization type, cam_is_type_t
378 cam_is_type_t is_type,
419 mStreamInfo->is_type = is_type;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/
vk_helper.py 317 if is_type(member_type, 'struct'):
342 def is_type(identifier, type_to_check): function
    [all...]
vk-layer-generate.py 121 elif vk_helper.is_type(base_type, 'struct'):
155 elif vk_helper.is_type(base_type, 'struct'):
242 if vk_helper.is_type(vk_type, 'enum'):#"_TYPE" in vk_type: # TODO : This should be generic ENUM check
285 if vk_helper.is_type(vk_type, 'struct') and '*' not in vk_type:
    [all...]
  /external/selinux/libsepol/src/
module_to_cil.c 178 int is_type; member in struct:attr_list_node
727 static char *get_new_attr_name(struct policydb *pdb, int is_type)
736 if (is_type) {
761 static int cil_add_attr_to_list(struct list *attr_list, char *attr_name, int is_type, void *set)
779 attr_list_node->is_type = is_type;
789 static int cil_print_attr_strs(int indent, struct policydb *pdb, int is_type, void *set, char *attr_name)
809 if (is_type) {
890 rc = cil_print_attr_strs(indent, pdb, node->is_type, node->set, node->attr_name);
899 static char *search_attr_list(struct list *attr_list, int is_type, void *set
    [all...]
  /external/pdfium/third_party/pymock/
mock.py     [all...]
  /external/valgrind/coregrind/m_demangle/
cplus-dem.c     [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
cplus-dem.c     [all...]
  /external/python/cpython2/Lib/test/
_mock_backport.py     [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_preview.c 703 abc.is_type = IS_TYPE_NONE;
774 abc.is_type = IS_TYPE_NONE;
850 abc_snap.is_type = IS_TYPE_NONE;
    [all...]
mm_qcamera_rdi.c 137 abc.is_type = IS_TYPE_NONE;
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
mm_qcamera_preview.c 886 abc.is_type[0] = IS_TYPE_NONE;
    [all...]
mm_qcamera_rdi.c 135 abc.is_type[0] = IS_TYPE_NONE;
  /device/huawei/angler/camera/QCamera2/stack/common/
cam_intf.h 507 cam_is_type_t is_type; member in struct:__anon4152
    [all...]

Completed in 1526 milliseconds

1 2 3