HomeSort by relevance Sort by last modified time
    Searched defs:debug_type (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_qclient.cpp 218 int debug_type = inParcel->readInt32(); local
220 ALOGD("%s: debug_type: %d enable:%d",
221 __FUNCTION__, debug_type, enable);
223 switch (debug_type) {
228 if (debug_type != IQService::DEBUG_ALL)
232 if (debug_type != IQService::DEBUG_ALL)
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_qclient.cpp 221 int debug_type = inParcel->readInt32(); local
223 ALOGD("%s: debug_type: %d enable:%d",
224 __FUNCTION__, debug_type, enable);
226 switch (debug_type) {
231 if (debug_type != IQService::DEBUG_ALL)
235 if (debug_type != IQService::DEBUG_ALL)
239 if (debug_type != IQService::DEBUG_ALL)
243 if (debug_type != IQService::DEBUG_ALL)
  /toolchain/binutils/binutils-2.27/binutils/
debug.h 135 typedef struct debug_type_s *debug_type; typedef in typeref:struct:debug_type_s
137 #define DEBUG_TYPE_NULL ((debug_type) NULL)
444 block. The debug_type argument is the type of the return value.
451 (void *, const char *, debug_type, bfd_boolean, bfd_vma);
456 (void *, const char *, debug_type, enum debug_parm_kind, bfd_vma);
501 (void *, const char *, debug_type, bfd_vma);
506 (void *, const char *, debug_type, bfd_vma);
511 (void *, const char *, debug_type, enum debug_var_kind, bfd_vma);
520 extern debug_type debug_make_indirect_type
521 (void *, debug_type *, const char *)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
as.c 78 enum debug_info_type debug_type = DEBUG_UNSPECIFIED; variable in typeref:enum:debug_info_type
814 debug_type = md_debug_format_selector (& use_gnu_debug_info_extensions);
816 debug_type = DEBUG_DWARF2;
818 debug_type = DEBUG_STABS;
825 debug_type = DEBUG_STABS;
829 debug_type = DEBUG_DWARF2;
    [all...]

Completed in 1165 milliseconds