Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/content/
DNativeLibraryHelper.java86 final boolean debuggable; field in NativeLibraryHelper.Handle
105 boolean extractNativeLibs, boolean debuggable) throws IOException { in create()
138 boolean extractNativeLibs, boolean debuggable) { in Handle()
176 boolean debuggable); in nativeSumNativeBinaries()
179 String abiToCopy, boolean extractNativeLibs, boolean debuggable); in nativeCopyNativeBinaries()
241 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/services/tests/servicestests/src/com/android/server/compat/
DApplicationInfoBuilder.java40 ApplicationInfoBuilder debuggable() { in debuggable() method in ApplicationInfoBuilder
/frameworks/base/core/java/android/content/pm/
DPackageInfoLite.java79 public boolean debuggable; field in PackageInfoLite
DPackageParser.java405 public final boolean debuggable; field in PackageParser.PackageLite
480 public final boolean debuggable; field in PackageParser.ApkLite
501 boolean debuggable, boolean profilableByShell, boolean multiArch, in ApkLite()
/frameworks/native/cmds/installd/
Drun_dex2oat.cpp81 bool debuggable, in Initialize()
183 bool debuggable, in PrepareCompilerConfigFlags()
Drun_dex2oat_test.cpp109 bool debuggable = false; member
Ddexopt.cpp1697 bool debuggable = (dexopt_flags & DEXOPT_DEBUGGABLE) != 0; in dexopt() local
/frameworks/base/core/java/android/content/pm/parsing/
DApkLite.java118 boolean debuggable, boolean profileableByShell, boolean multiArch, boolean use32bitAbi, in ApkLite()
DParsingPackage.java171 ParsingPackage setDebuggable(boolean debuggable); in setDebuggable()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
DPluginInstanceManager.java80 PluginManagerImpl manager, boolean debuggable, String[] pluginWhitelist) { in PluginInstanceManager()
DPluginManagerImpl.java89 PluginManagerImpl(Context context, PluginInstanceManagerFactory factory, boolean debuggable, in PluginManagerImpl()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageDexOptimizer.java708 private int getDexFlags(boolean debuggable, int hiddenApiEnforcementPolicy, in getDexFlags()
/frameworks/base/core/proto/android/os/
Dsystem_properties.proto390 optional bool debuggable = 24; field
/frameworks/base/tools/aapt/
DCommand.cpp1455 int32_t debuggable = AaptXml::getResolvedIntegerAttribute(res, tree, in doDump() local
/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp520 int32_t debuggable; member in aapt::Application