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
41
) sorted by null
1
2
/external/chromium/third_party/libjingle/source/talk/base/
common.h
69
#ifndef
ENABLE_DEBUG
70
#define
ENABLE_DEBUG
_DEBUG
71
#endif // !defined(
ENABLE_DEBUG
)
73
#if
ENABLE_DEBUG
108
#else // !
ENABLE_DEBUG
124
#endif // !
ENABLE_DEBUG
/external/chromium_org/third_party/libjingle/source/talk/base/
common.h
80
#ifndef
ENABLE_DEBUG
81
#define
ENABLE_DEBUG
_DEBUG
82
#endif // !defined(
ENABLE_DEBUG
)
111
#if
ENABLE_DEBUG
144
#else // !
ENABLE_DEBUG
160
#endif // !
ENABLE_DEBUG
/art/compiler/dex/
frontend.cc
143
cu.
enable_debug
= kCompilerDebugFlags;
145
(cu.
enable_debug
& (1 << kDebugVerbose));
211
if (cu.
enable_debug
& (1 << kDebugDumpCheckStats)) {
256
if (cu.
enable_debug
& (1 << kDebugShowMemoryUsage)) {
263
if (cu.
enable_debug
& (1 << kDebugShowSummaryMemoryUsage)) {
compiler_ir.h
58
enable_debug
(0),
87
uint32_t
enable_debug
; // debugControlVector flags.
member in struct:art::CompilationUnit
mir_optimization.cc
775
if (cu_->
enable_debug
& (1 << kDebugDumpCFG)) {
785
if (cu_->
enable_debug
& (1 << kDebugDumpCFG)) {
791
if (cu_->
enable_debug
& (1 << kDebugVerifyDataflow)) {
798
if (cu_->
enable_debug
& (1 << kDebugDumpCFG)) {
[
all
...]
ssa_transformation.cc
708
if (cu_->
enable_debug
& (1 << kDebugDumpCFG)) {
711
if (cu_->
enable_debug
& (1 << kDebugVerifyDataflow)) {
/external/srtp/
configure.in
137
[],
enable_debug
=yes)
138
if test "$
enable_debug
" = "yes"; then
142
AC_MSG_RESULT($
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
/art/compiler/dex/quick/
mir_to_lir.h
162
#define SLOW_FIELD_PATH (cu_->
enable_debug
& (1 << kDebugSlowFieldPath))
163
#define SLOW_INVOKE_PATH (cu_->
enable_debug
& (1 << kDebugSlowInvokePath))
164
#define SLOW_STRING_PATH (cu_->
enable_debug
& (1 << kDebugSlowStringPath))
165
#define SLOW_TYPE_PATH (cu_->
enable_debug
& (1 << kDebugSlowTypePath))
166
#define EXERCISE_SLOWEST_STRING_PATH (cu_->
enable_debug
& (1 << kDebugSlowestStringPath))
[
all
...]
/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/icu4c/
icudefs.mk.in
109
ENABLE_DEBUG
= @
ENABLE_DEBUG
@
configure.in
94
ENABLE_DEBUG
=0
98
yes|"") enabled=yes;
ENABLE_DEBUG
=1; CONFIG_CPPFLAGS="$CONFIG_CPPFLAGS -DU_DEBUG=1" ;;
103
AC_SUBST(
ENABLE_DEBUG
)
133
if test "$
ENABLE_DEBUG
" = 1; then
141
if test "$
ENABLE_DEBUG
" = 1; then
[
all
...]
icudefs.mk
109
ENABLE_DEBUG
= 0
/art/compiler/dex/portable/
mir_to_gbc.h
66
cu->
enable_debug
|= (1 << kDebugVerifyBitcode);
/external/chromium_org/third_party/icu/source/config/
mh-cygwin-msvc
38
ifeq ($(
ENABLE_DEBUG
),1)
/external/icu4c/config/
mh-cygwin-msvc
38
ifeq ($(
ENABLE_DEBUG
),1)
/external/libffi/
configure.ac
311
if test "$
enable_debug
" = "yes"; then
/external/chromium_org/third_party/icu/source/common/unicode/
platform.h.in
160
#define U_DEBUG @
ENABLE_DEBUG
@
Completed in 1642 milliseconds
1
2