Home
last modified time | relevance | path

Searched defs:debuggable (Results 1 – 9 of 9) 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()
175 boolean debuggable); in nativeCopyNativeBinaries()
237 boolean debuggable); in nativeFindSupportedAbi()
/frameworks/base/core/jni/
Dcom_android_internal_content_NativeLibraryHelper.cpp311 NativeLibrariesIterator(ZipFileRO* zipFile, bool debuggable, void* cookie) in NativeLibrariesIterator()
317 static NativeLibrariesIterator* create(ZipFileRO* zipFile, bool debuggable) { in create()
392 jboolean debuggable, iterFunc callFunc, void* callArg) { in iterateOverNativeFiles()
434 jboolean debuggable) { in findSupportedAbi()
491 jboolean extractNativeLibs, jboolean hasNativeBridge, jboolean debuggable) in com_android_internal_content_NativeLibraryHelper_copyNativeBinaries()
500 jlong apkHandle, jstring javaCpuAbi, jboolean debuggable) in com_android_internal_content_NativeLibraryHelper_sumNativeBinaries()
511 jlong apkHandle, jobjectArray javaCpuAbisToSearch, jboolean debuggable) in com_android_internal_content_NativeLibraryHelper_findSupportedAbi()
/frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/
DPluginInstanceManager.java76 PluginManagerImpl manager, boolean debuggable) { in PluginInstanceManager()
DPluginManagerImpl.java87 PluginManagerImpl(Context context, PluginInstanceManagerFactory factory, boolean debuggable, in PluginManagerImpl()
/frameworks/native/cmds/installd/
Ddexopt.cpp231 bool debuggable, bool post_bootcomplete, bool background_job_compile, int profile_fd, in run_dex2oat()
1975 bool debuggable = (dexopt_flags & DEXOPT_DEBUGGABLE) != 0; in dexopt() local
/frameworks/base/core/proto/android/os/
Dsystem_properties.proto349 optional bool debuggable = 24; field
/frameworks/base/core/java/android/content/pm/
DPackageParser.java419 public final boolean debuggable; field in PackageParser.PackageLite
477 public final boolean debuggable; field in PackageParser.ApkLite
488 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/av/services/audioflinger/
DAudioFlinger.cpp192 int debuggable = atoi(value); in AudioFlinger() local