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
69
static void EnableDebugFeatures(uint32_t
debug_flags
) {
83
if ((
debug_flags
& DEBUG_ENABLE_CHECKJNI) != 0) {
93
debug_flags
&= ~DEBUG_ENABLE_CHECKJNI;
96
if ((
debug_flags
& DEBUG_ENABLE_JNI_LOGGING) != 0) {
98
debug_flags
&= ~DEBUG_ENABLE_JNI_LOGGING;
101
Dbg::SetJdwpAllowed((
debug_flags
& DEBUG_ENABLE_DEBUGGER) != 0);
102
if ((
debug_flags
& DEBUG_ENABLE_DEBUGGER) != 0) {
105
debug_flags
&= ~DEBUG_ENABLE_DEBUGGER;
107
const bool safe_mode = (
debug_flags
& DEBUG_ENABLE_SAFEMODE) != 0;
112
debug_flags
&= ~DEBUG_ENABLE_SAFEMODE
[
all
...]
/frameworks/base/core/jni/
com_android_internal_os_Zygote.cpp
441
jint
debug_flags
, jobjectArray javaRlimits,
582
env->CallStaticVoidMethod(gZygoteClass, gCallPostForkChildHooks,
debug_flags
,
604
jint
debug_flags
, jobjectArray rlimits,
639
return ForkAndSpecializeCommon(env, uid, gid, gids,
debug_flags
,
646
jint
debug_flags
, jobjectArray rlimits, jlong permittedCapabilities,
649
debug_flags
, rlimits,
/external/e2fsprogs/debian/
rules
695
debug_flags
debian-files
697
debug_flags
:
Completed in 261 milliseconds