OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:enable_debug
(Results
1 - 25
of
31
) sorted by null
1
2
/external/webrtc/webrtc/base/
common.h
61
#ifndef
ENABLE_DEBUG
63
#define
ENABLE_DEBUG
1
65
#define
ENABLE_DEBUG
0
67
#endif // !defined(
ENABLE_DEBUG
)
104
#if
ENABLE_DEBUG
156
#else // !
ENABLE_DEBUG
172
#endif // !
ENABLE_DEBUG
/external/srtp/
configure.in
137
[],
enable_debug
=yes)
138
if test "$
enable_debug
" = "yes"; then
142
AC_MSG_RESULT($
enable_debug
)
/device/google/contexthub/firmware/src/drivers/vsync/
vsync.c
58
if (
enable_debug
) { \
63
static const bool
enable_debug
= 0;
variable
/external/libdrm/freedreno/
freedreno_priv.h
153
#define
enable_debug
0 /* TODO make dynamic */
macro
159
do if (
enable_debug
) { drmMsg("[D] "fmt " (%s:%d)\n", \
/external/iputils/ninfod/
config.h.in
7
#undef
ENABLE_DEBUG
ninfod.c
149
#if
ENABLE_DEBUG
423
#if
ENABLE_DEBUG
706
#if
ENABLE_DEBUG
736
#if
ENABLE_DEBUG
ninfod.h
86
#if
ENABLE_DEBUG
ninfod_name.c
309
#if
ENABLE_DEBUG
336
#if
ENABLE_DEBUG
configure.in
49
AC_DEFINE(
ENABLE_DEBUG
, 1,
ninfod_core.c
517
#if
ENABLE_DEBUG
559
#if
ENABLE_DEBUG
/external/libdrm/intel/
intel_bufmgr.c
182
drm_intel_bufmgr_set_debug(drm_intel_bufmgr *bufmgr, int
enable_debug
)
184
bufmgr->debug =
enable_debug
;
intel_bufmgr.h
142
void drm_intel_bufmgr_set_debug(drm_intel_bufmgr *bufmgr, int
enable_debug
);
/external/libunwind/
configure.ac
199
if test x$
enable_debug
= xyes; then
204
AC_MSG_RESULT([$
enable_debug
])
/external/jemalloc/
configure.ac
702
[if test "x$
enable_debug
" = "xno" ; then
703
enable_debug
="0"
705
enable_debug
="1"
708
[
enable_debug
="0"]
710
if test "x$
enable_debug
" = "x1" ; then
713
if test "x$
enable_debug
" = "x1" ; then
717
AC_SUBST([
enable_debug
])
736
if test "x$
enable_debug
" = "x0" -a "x$no_CFLAGS" = "xyes" ; then
[
all
...]
/device/google/contexthub/firmware/src/drivers/rohm_rpr0521/
rohm_rpr0521.c
140
if (
enable_debug
) { \
145
static const bool
enable_debug
= 0;
variable
/device/lge/bullhead/
init.bullhead.rc
84
write /sys/module/subsystem_restart/parameters/
enable_debug
${persist.sys.ssr.
enable_debug
}
/external/icu/icu4c/source/
icudefs.mk.in
109
ENABLE_DEBUG
= @
ENABLE_DEBUG
@
configure.ac
105
ENABLE_DEBUG
=0
109
yes|"") enabled=yes;
ENABLE_DEBUG
=1; CONFIG_CPPFLAGS="$CONFIG_CPPFLAGS -DU_DEBUG=1" ;;
114
AC_SUBST(
ENABLE_DEBUG
)
148
if test "$
ENABLE_DEBUG
" = 1; then
156
if test "$
ENABLE_DEBUG
" = 1; then
[
all
...]
/packages/apps/Email/src/com/android/email/activity/setup/
EmailPreferenceActivity.java
55
private static final String EXTRA_ENABLE_DEBUG = "AccountSettings.
enable_debug
";
/external/icu/icu4c/source/config/
mh-cygwin-msvc
38
ifeq ($(
ENABLE_DEBUG
),1)
mh-msys-msvc
43
ifeq ($(
ENABLE_DEBUG
),1)
/device/google/contexthub/firmware/src/drivers/ams_tmd4903/
ams_tmd4903.c
148
if (
enable_debug
) { \
153
static const bool
enable_debug
= 0;
variable
[
all
...]
/device/google/marlin/
init.common.rc
217
write /sys/module/subsystem_restart/parameters/
enable_debug
${persist.sys.ssr.
enable_debug
}
/device/moto/shamu/
init.shamu.rc
103
# write /sys/module/subsystem_restart/parameters/
enable_debug
${persist.sys.ssr.
enable_debug
}
/external/curl/
CMakeLists.txt
80
option(
ENABLE_DEBUG
"Set to ON to enable curl debug features" OFF)
83
if (
ENABLE_DEBUG
)
[
all
...]
Completed in 1157 milliseconds
1
2