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
48
) sorted by null
1
2
/external/chromium_org/third_party/webrtc/base/
common.h
68
#ifndef
ENABLE_DEBUG
69
#define
ENABLE_DEBUG
_DEBUG
70
#endif // !defined(
ENABLE_DEBUG
)
103
#if
ENABLE_DEBUG
132
#else // !
ENABLE_DEBUG
148
#endif // !
ENABLE_DEBUG
/external/chromium_org/third_party/libjingle/source/talk/base/
common.h
86
#ifndef
ENABLE_DEBUG
87
#define
ENABLE_DEBUG
_DEBUG
88
#endif // !defined(
ENABLE_DEBUG
)
125
#if
ENABLE_DEBUG
154
#else // !
ENABLE_DEBUG
170
#endif // !
ENABLE_DEBUG
/external/srtp/
configure.in
137
[],
enable_debug
=yes)
138
if test "$
enable_debug
" = "yes"; then
142
AC_MSG_RESULT($
enable_debug
)
/art/compiler/dex/
compiler_ir.h
63
uint32_t
enable_debug
; // debugControlVector flags.
member in struct:art::CompilationUnit
frontend.cc
491
enable_debug
(0),
529
if (
enable_debug
& (1 << kDebugTimings)) {
674
cu.
enable_debug
= kCompilerDebugFlags;
676
(cu.
enable_debug
& (1 << kDebugVerbose));
691
cu.
enable_debug
|= (1 << kDebugCodegenDump);
748
if (cu.
enable_debug
& (1 << kDebugDumpCheckStats)) {
760
if (cu.
enable_debug
& (1 << kDebugShowMemoryUsage)) {
788
if (cu.
enable_debug
& (1 << kDebugShowMemoryUsage)) {
795
if (cu.
enable_debug
& (1 << kDebugShowSummaryMemoryUsage)) {
pass_driver_me.h
113
bool should_dump = ((c_unit->
enable_debug
& (1 << kDebugDumpCFG)) != 0);
124
if ((c_unit->
enable_debug
& (1 << kDebugDumpCFG)) != 0) {
post_opt_passes.h
123
if (c_unit->
enable_debug
& (1 << kDebugVerifyDataflow)) {
/hardware/intel/img/libdrm/libdrm/intel/
intel_bufmgr.c
147
drm_intel_bufmgr_set_debug(drm_intel_bufmgr *bufmgr, int
enable_debug
)
149
bufmgr->debug =
enable_debug
;
intel_bufmgr.h
93
void drm_intel_bufmgr_set_debug(drm_intel_bufmgr *bufmgr, int
enable_debug
);
/external/chromium_org/third_party/icu/source/tools/icuinfo/
Makefile.in
40
# -DENABLE_RELEASE=@ENABLE_RELEASE@ -DENABLE_DEBUG=@
ENABLE_DEBUG
@ "
/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/chromium_org/third_party/icu/source/
icudefs.mk.in
111
ENABLE_DEBUG
= @
ENABLE_DEBUG
@
configure.in
84
ENABLE_DEBUG
=0
88
yes|"") enabled=yes;
ENABLE_DEBUG
=1 ;;
93
AC_SUBST(
ENABLE_DEBUG
)
121
if test "$
ENABLE_DEBUG
" = 1; then
129
if test "$
ENABLE_DEBUG
" = 1; then
[
all
...]
/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
)
144
if test "$
ENABLE_DEBUG
" = 1; then
152
if test "$
ENABLE_DEBUG
" = 1; then
[
all
...]
/external/libunwind/
configure.ac
199
if test x$
enable_debug
= xyes; then
204
AC_MSG_RESULT([$
enable_debug
])
/external/jemalloc/
configure.ac
618
[if test "x$
enable_debug
" = "xno" ; then
619
enable_debug
="0"
621
enable_debug
="1"
624
[
enable_debug
="0"]
626
if test "x$
enable_debug
" = "x1" ; then
630
AC_SUBST([
enable_debug
])
648
if test "x$
enable_debug
" = "x0" -a "x$no_CFLAGS" = "xyes" ; then
[
all
...]
/art/compiler/dex/portable/
mir_to_gbc.h
73
cu->
enable_debug
|= (1 << kDebugVerifyBitcode);
/packages/apps/Email/src/com/android/email/activity/setup/
EmailPreferenceActivity.java
54
private static final String EXTRA_ENABLE_DEBUG = "AccountSettings.
enable_debug
";
/external/chromium_org/third_party/icu/source/config/
mh-cygwin-msvc
38
ifeq ($(
ENABLE_DEBUG
),1)
Completed in 607 milliseconds
1
2