HomeSort by relevance Sort by last modified time
    Searched defs:debug_type (Results 1 - 5 of 5) 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/msm8909/libhwcomposer/
hwc_qclient.cpp 222 int debug_type = inParcel->readInt32(); local
224 ALOGD("%s: debug_type: %d enable:%d",
225 __FUNCTION__, debug_type, enable);
227 switch (debug_type) {
232 if (debug_type != IQService::DEBUG_ALL)
236 if (debug_type != IQService::DEBUG_ALL)
240 if (debug_type != IQService::DEBUG_ALL)
244 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.25/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.25/gas/
as.c 74 enum debug_info_type debug_type = DEBUG_UNSPECIFIED; variable in typeref:enum:debug_info_type
754 debug_type = md_debug_format_selector (& use_gnu_debug_info_extensions);
756 debug_type = DEBUG_DWARF2;
758 debug_type = DEBUG_STABS;
765 debug_type = DEBUG_STABS;
769 debug_type = DEBUG_DWARF2;
    [all...]

Completed in 70 milliseconds