OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:debug_flags
(Results
1 - 3
of
3
) sorted by null
/art/runtime/native/
dalvik_system_ZygoteHooks.cc
51
static void EnableDebugFeatures(uint32_t
debug_flags
) {
61
if ((
debug_flags
& DEBUG_ENABLE_CHECKJNI) != 0) {
72
debug_flags
&= ~DEBUG_ENABLE_CHECKJNI;
75
if ((
debug_flags
& DEBUG_ENABLE_JNI_LOGGING) != 0) {
77
debug_flags
&= ~DEBUG_ENABLE_JNI_LOGGING;
80
Dbg::SetJdwpAllowed((
debug_flags
& DEBUG_ENABLE_DEBUGGER) != 0);
81
if ((
debug_flags
& DEBUG_ENABLE_DEBUGGER) != 0) {
84
debug_flags
&= ~DEBUG_ENABLE_DEBUGGER;
87
debug_flags
&= ~DEBUG_ENABLE_ASSERT;
88
debug_flags
&= ~DEBUG_ENABLE_SAFEMODE
[
all
...]
/frameworks/base/core/jni/
com_android_internal_os_Zygote.cpp
426
jint
debug_flags
, jobjectArray javaRlimits,
569
env->CallStaticVoidMethod(gZygoteClass, gCallPostForkChildHooks,
debug_flags
,
587
jint
debug_flags
, jobjectArray rlimits,
596
return ForkAndSpecializeCommon(env, uid, gid, gids,
debug_flags
,
603
jint
debug_flags
, jobjectArray rlimits, jlong permittedCapabilities,
606
debug_flags
, rlimits,
/external/e2fsprogs/debian/
rules
695
debug_flags
debian-files
697
debug_flags
:
Completed in 563 milliseconds