HomeSort by relevance Sort by last modified time
    Searched refs:debug_flags (Results 1 - 4 of 4) 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;
86 if ((debug_flags & DEBUG_ENABLE_SAFEMODE) != 0) {
90 debug_flags &= ~DEBUG_ENABLE_SAFEMODE
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Plex/
Lexicons.py 17 # debug_flags for Lexicon constructor
113 def __init__(self, specifications, debug = None, debug_flags = 7, timings = None):
142 if debug and (debug_flags & 1):
145 dfa = DFA.nfa_to_dfa(nfa, debug = (debug_flags & 3) == 3 and debug)
149 if debug and (debug_flags & 2):
  /frameworks/base/core/jni/
com_android_internal_os_Zygote.cpp 426 jint debug_flags, jobjectArray javaRlimits,
573 env->CallStaticVoidMethod(gZygoteClass, gCallPostForkChildHooks, debug_flags,
591 jint debug_flags, jobjectArray rlimits,
600 return ForkAndSpecializeCommon(env, uid, gid, gids, debug_flags,
607 jint debug_flags, jobjectArray rlimits, jlong permittedCapabilities,
610 debug_flags, rlimits,
  /external/e2fsprogs/debian/
rules 695 debug_flags debian-files
697 debug_flags:

Completed in 373 milliseconds