Home
last modified time | relevance | path

Searched refs:ZEROINIT_DEFAULT (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java1532 public static final int ZEROINIT_DEFAULT = -1; field in ApplicationInfo
1548 ZEROINIT_DEFAULT,
1558 private @NativeHeapZeroInitialized int nativeHeapZeroInitialized = ZEROINIT_DEFAULT;
1759 if (nativeHeapZeroInitialized != ZEROINIT_DEFAULT) { in dump()
1887 if (nativeHeapZeroInitialized != ZEROINIT_DEFAULT) { in dumpDebug()
/frameworks/base/core/java/com/android/internal/os/
DZygote.java1431 && processInfo.nativeHeapZeroInitialized != ApplicationInfo.ZEROINIT_DEFAULT) { in enableNativeHeapZeroInit()
1435 if (info.getNativeHeapZeroInitialized() != ApplicationInfo.ZEROINIT_DEFAULT) { in enableNativeHeapZeroInit()
/frameworks/base/core/java/com/android/internal/pm/pkg/component/
DParsedProcessImpl.java55 private int nativeHeapZeroInitialized = ApplicationInfo.ZEROINIT_DEFAULT;
/frameworks/base/services/core/java/com/android/server/am/
DProcessRecord.java591 && procInfo.nativeHeapZeroInitialized == ApplicationInfo.ZEROINIT_DEFAULT) { in ProcessRecord()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt12220 field public static final int ZEROINIT_DEFAULT = -1; // 0xffffffff