Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/content/
DNativeLibraryHelper.java79 final boolean debuggable; field in NativeLibraryHelper.Handle
103 boolean extractNativeLibs, boolean debuggable) throws IOException { in create()
122 boolean debuggable) { in Handle()
158 boolean debuggable); in nativeSumNativeBinaries()
162 boolean debuggable); in nativeCopyNativeBinaries()
224 boolean debuggable); in nativeFindSupportedAbi()
/frameworks/base/core/jni/
Dcom_android_internal_content_NativeLibraryHelper.cpp313 NativeLibrariesIterator(ZipFileRO* zipFile, bool debuggable, void* cookie) in NativeLibrariesIterator()
319 static NativeLibrariesIterator* create(ZipFileRO* zipFile, bool debuggable) { in create()
394 jboolean debuggable, iterFunc callFunc, void* callArg) { in iterateOverNativeFiles()
436 jboolean debuggable) { in findSupportedAbi()
493 jboolean extractNativeLibs, jboolean hasNativeBridge, jboolean debuggable) in com_android_internal_content_NativeLibraryHelper_copyNativeBinaries()
502 jlong apkHandle, jstring javaCpuAbi, jboolean debuggable) in com_android_internal_content_NativeLibraryHelper_sumNativeBinaries()
513 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.java85 PluginManagerImpl(Context context, PluginInstanceManagerFactory factory, boolean debuggable, in PluginManagerImpl()
/frameworks/native/cmds/installd/
Ddexopt.cpp194 bool debuggable, bool post_bootcomplete, int profile_fd, const char* class_loader_context) { in run_dex2oat()
1600 bool debuggable = (dexopt_flags & DEXOPT_DEBUGGABLE) != 0; in dexopt() local
/frameworks/base/core/java/android/content/pm/
DPackageParser.java426 public final boolean debuggable; field in PackageParser.PackageLite
483 public final boolean debuggable; field in PackageParser.ApkLite
492 Certificate[][] certificates, boolean coreApp, boolean debuggable, in ApkLite()
/frameworks/base/tools/aapt/
DCommand.cpp1386 int32_t debuggable = AaptXml::getResolvedIntegerAttribute(res, tree, in doDump() local
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp188 int debuggable = atoi(value); in AudioFlinger() local