Searched defs:debugFlags (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DZygoteConnection.java232 parsedArgs.gids, parsedArgs.debugFlags, rlimits);
335 int debugFlags; field in class:ZygoteConnection.Arguments
419 debugFlags |= Zygote.DEBUG_ENABLE_DEBUGGER;
421 debugFlags |= Zygote.DEBUG_ENABLE_SAFEMODE;
423 debugFlags |= Zygote.DEBUG_ENABLE_CHECKJNI;
425 debugFlags |= Zygote.DEBUG_ENABLE_JNI_LOGGING;
427 debugFlags |= Zygote.DEBUG_ENABLE_ASSERT;
650 args.debugFlags |= Zygote.DEBUG_ENABLE_DEBUGGER;
/frameworks/base/core/java/android/os/
H A DProcess.java360 * @param debugFlags Additional flags.
372 int debugFlags, int targetSdkVersion,
376 debugFlags, targetSdkVersion, zygoteArgs);
537 * @param debugFlags Additional flags.
547 int debugFlags, int targetSdkVersion,
558 if ((debugFlags & Zygote.DEBUG_ENABLE_JNI_LOGGING) != 0) {
561 if ((debugFlags & Zygote.DEBUG_ENABLE_SAFEMODE) != 0) {
564 if ((debugFlags & Zygote.DEBUG_ENABLE_DEBUGGER) != 0) {
567 if ((debugFlags & Zygote.DEBUG_ENABLE_CHECKJNI) != 0) {
570 if ((debugFlags
369 start(final String processClass, final String niceName, int uid, int gid, int[] gids, int debugFlags, int targetSdkVersion, String[] zygoteArgs) argument
543 startViaZygote(final String processClass, final String niceName, final int uid, final int gid, final int[] gids, int debugFlags, int targetSdkVersion, String[] extraArgs) argument
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java275 * @param debugFlags the new debug flags
279 public void setDebugFlags(int debugFlags) { argument
280 mDebugFlags = debugFlags;

Completed in 577 milliseconds