Home
last modified time | relevance | path

Searched refs:nativeHeapZeroInitialized (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DProcessInfo.java63 public @ApplicationInfo.NativeHeapZeroInitialized int nativeHeapZeroInitialized; field in ProcessInfo
77 this.nativeHeapZeroInitialized = orig.nativeHeapZeroInitialized; in ProcessInfo()
120 @ApplicationInfo.NativeHeapZeroInitialized int nativeHeapZeroInitialized, in ProcessInfo() argument
132 this.nativeHeapZeroInitialized = nativeHeapZeroInitialized; in ProcessInfo()
134 ApplicationInfo.NativeHeapZeroInitialized.class, null, nativeHeapZeroInitialized); in ProcessInfo()
165 dest.writeInt(nativeHeapZeroInitialized); in writeToParcel()
197 this.nativeHeapZeroInitialized = _nativeHeapZeroInitialized; in ProcessInfo()
199 ApplicationInfo.NativeHeapZeroInitialized.class, null, nativeHeapZeroInitialized); in ProcessInfo()
DApplicationInfo.java1558 private @NativeHeapZeroInitialized int nativeHeapZeroInitialized = ZEROINIT_DEFAULT; field in ApplicationInfo
1759 if (nativeHeapZeroInitialized != ZEROINIT_DEFAULT) { in dump()
1760 pw.println(prefix + "nativeHeapZeroInitialized=" + nativeHeapZeroInitialized); in dump()
1887 if (nativeHeapZeroInitialized != ZEROINIT_DEFAULT) { in dumpDebug()
1889 nativeHeapZeroInitialized); in dumpDebug()
2015 nativeHeapZeroInitialized = orig.nativeHeapZeroInitialized; in ApplicationInfo()
2109 dest.writeInt(nativeHeapZeroInitialized); in writeToParcel()
2212 nativeHeapZeroInitialized = source.readInt(); in ApplicationInfo()
2739 nativeHeapZeroInitialized = value; in setNativeHeapZeroInitialized()
2787 return nativeHeapZeroInitialized; in getNativeHeapZeroInitialized()
/frameworks/base/core/java/com/android/internal/pm/pkg/component/
DParsedProcessImpl.java55 private int nativeHeapZeroInitialized = ApplicationInfo.ZEROINIT_DEFAULT; field in ParsedProcessImpl
69 nativeHeapZeroInitialized = other.getNativeHeapZeroInitialized(); in ParsedProcessImpl()
77 nativeHeapZeroInitialized = other.getNativeHeapZeroInitialized(); in addStateFrom()
122 @ApplicationInfo.NativeHeapZeroInitialized int nativeHeapZeroInitialized, in ParsedProcessImpl() argument
139 this.nativeHeapZeroInitialized = nativeHeapZeroInitialized; in ParsedProcessImpl()
141 ApplicationInfo.NativeHeapZeroInitialized.class, null, nativeHeapZeroInitialized); in ParsedProcessImpl()
177 return nativeHeapZeroInitialized; in getNativeHeapZeroInitialized()
230 nativeHeapZeroInitialized = value; in setNativeHeapZeroInitialized()
232 ApplicationInfo.NativeHeapZeroInitialized.class, null, nativeHeapZeroInitialized); in setNativeHeapZeroInitialized()
267 dest.writeInt(nativeHeapZeroInitialized); in writeToParcel()
[all …]
/frameworks/base/core/java/com/android/internal/os/
DZygote.java1431 && processInfo.nativeHeapZeroInitialized != ApplicationInfo.ZEROINIT_DEFAULT) { in enableNativeHeapZeroInit()
1432 return processInfo.nativeHeapZeroInitialized == ApplicationInfo.ZEROINIT_ENABLED; in enableNativeHeapZeroInit()
/frameworks/base/core/java/com/android/internal/pm/pkg/parsing/
DParsingPackage.java278 @ApplicationInfo.NativeHeapZeroInitialized int nativeHeapZeroInitialized); in setNativeHeapZeroInitialized()
/frameworks/base/core/java/com/android/internal/pm/parsing/pkg/
DPackageImpl.java394 private int nativeHeapZeroInitialized; field in PackageImpl
1097 return nativeHeapZeroInitialized; in getNativeHeapZeroInitialized()
2185 nativeHeapZeroInitialized = value;
2657 appInfo.setNativeHeapZeroInitialized(nativeHeapZeroInitialized);
3252 dest.writeInt(this.nativeHeapZeroInitialized);
3419 this.nativeHeapZeroInitialized = in.readInt();
/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.txt1205 field public static final int nativeHeapZeroInitialized = 16844325; // 0x1010625