Home
last modified time | relevance | path

Searched defs:debuggable (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/com/android/internal/content/
DNativeLibraryHelper.java80 final boolean debuggable; field in NativeLibraryHelper.Handle
104 boolean extractNativeLibs, boolean debuggable) throws IOException { in create()
134 boolean debuggable) { in Handle()
171 boolean debuggable); in nativeSumNativeBinaries()
174 String abiToCopy, boolean extractNativeLibs, boolean debuggable); in nativeCopyNativeBinaries()
236 boolean debuggable); in nativeFindSupportedAbi()
/frameworks/base/core/jni/
Dcom_android_internal_content_NativeLibraryHelper.cpp309 NativeLibrariesIterator(ZipFileRO* zipFile, bool debuggable, void* cookie) in NativeLibrariesIterator()
315 static NativeLibrariesIterator* create(ZipFileRO* zipFile, bool debuggable) { in create()
390 jboolean debuggable, iterFunc callFunc, void* callArg) { in iterateOverNativeFiles()
432 jboolean debuggable) { in findSupportedAbi()
489 jboolean extractNativeLibs, jboolean debuggable) in com_android_internal_content_NativeLibraryHelper_copyNativeBinaries()
498 jlong apkHandle, jstring javaCpuAbi, jboolean debuggable) in com_android_internal_content_NativeLibraryHelper_sumNativeBinaries()
509 jlong apkHandle, jobjectArray javaCpuAbisToSearch, jboolean debuggable) in com_android_internal_content_NativeLibraryHelper_findSupportedAbi()
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeScreenBrightness.java74 int[] sensorToScrimOpacity, boolean debuggable) { in DozeScreenBrightness()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
DPluginInstanceManager.java82 PluginManagerImpl manager, boolean debuggable, String[] pluginWhitelist) { in PluginInstanceManager()
DPluginManagerImpl.java92 PluginManagerImpl(Context context, PluginInstanceManagerFactory factory, boolean debuggable, in PluginManagerImpl()
/frameworks/base/core/proto/android/os/
Dsystem_properties.proto390 optional bool debuggable = 24; field
/frameworks/native/cmds/installd/
Ddexopt.cpp318 bool debuggable, in RunDex2Oat()
2032 bool debuggable = (dexopt_flags & DEXOPT_DEBUGGABLE) != 0; in dexopt() local
/frameworks/base/core/java/android/content/pm/
DPackageParser.java406 public final boolean debuggable; field in PackageParser.PackageLite
466 public final boolean debuggable; field in PackageParser.ApkLite
480 boolean debuggable, boolean multiArch, boolean use32bitAbi, in ApkLite()
/frameworks/base/tools/aapt/
DCommand.cpp1398 int32_t debuggable = AaptXml::getResolvedIntegerAttribute(res, tree, in doDump() local
/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp501 int32_t debuggable; member in aapt::Application