Home
last modified time | relevance | path

Searched refs:debuggable (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/base/core/java/com/android/internal/content/
DNativeLibraryHelper.java80 final boolean debuggable; field in NativeLibraryHelper.Handle
100 lite.debuggable); in create()
104 boolean extractNativeLibs, boolean debuggable) throws IOException { in create() argument
119 return new Handle(apkHandles, multiArch, extractNativeLibs, debuggable); in create()
130 return new Handle(apkHandles, lite.multiArch, lite.extractNativeLibs, lite.debuggable); in createFd()
134 boolean debuggable) { in Handle() argument
138 this.debuggable = debuggable; in Handle()
171 boolean debuggable); in nativeSumNativeBinaries() argument
174 String abiToCopy, boolean extractNativeLibs, boolean debuggable); in nativeCopyNativeBinaries() argument
179 sum += nativeSumNativeBinaries(apkHandle, abi, handle.debuggable); in sumNativeBinaries()
[all …]
/frameworks/base/core/jni/
Dcom_android_internal_content_NativeLibraryHelper.cpp309 NativeLibrariesIterator(ZipFileRO* zipFile, bool debuggable, void* cookie) in NativeLibrariesIterator() argument
310 : mZipFile(zipFile), mDebuggable(debuggable), mCookie(cookie), mLastSlash(NULL) { in NativeLibrariesIterator()
315 static NativeLibrariesIterator* create(ZipFileRO* zipFile, bool debuggable) { in create() argument
322 return new NativeLibrariesIterator(zipFile, debuggable, cookie); in create()
390 jboolean debuggable, iterFunc callFunc, void* callArg) { in iterateOverNativeFiles() argument
397 NativeLibrariesIterator::create(zipFile, debuggable)); in iterateOverNativeFiles()
432 jboolean debuggable) { in findSupportedAbi() argument
447 NativeLibrariesIterator::create(zipFile, debuggable)); in findSupportedAbi()
489 jboolean extractNativeLibs, jboolean debuggable) in com_android_internal_content_NativeLibraryHelper_copyNativeBinaries() argument
492 return (jint) iterateOverNativeFiles(env, apkHandle, javaCpuAbi, debuggable, in com_android_internal_content_NativeLibraryHelper_copyNativeBinaries()
[all …]
/frameworks/base/tools/aapt2/link/
DManifestFixer_test.cpp627 <application android:debuggable="false">
634 <application android:debuggable="true">
642 {}, "application", xml::kSchemaAndroid, "debuggable", "true"), NotNull());
648 {}, "application", xml::kSchemaAndroid, "debuggable", "true"), NotNull());
653 {}, "application", xml::kSchemaAndroid, "debuggable", "true"), NotNull());
659 {}, "application", xml::kSchemaAndroid, "debuggable", "true"), IsNull());
665 {}, "application", xml::kSchemaAndroid, "debuggable", "true"), IsNull());
671 {}, "application", xml::kSchemaAndroid, "debuggable", "true"), NotNull());
/frameworks/native/cmds/atrace/
DAndroid.bp28 debuggable: {
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeScreenBrightness.java74 int[] sensorToScrimOpacity, boolean debuggable) { in DozeScreenBrightness() argument
81 mDebuggable = debuggable; in DozeScreenBrightness()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DAndroid.bp39 debuggable: {
/frameworks/av/media/libstagefright/
DAndroid.bp249 debuggable: {
308 debuggable: {
/frameworks/av/media/libmediaplayer2/nuplayer2/
DAndroid.bp42 debuggable: {
/frameworks/ml/nn/
DAndroid.bp26 debuggable: { // eng and userdebug builds
/frameworks/av/media/img_utils/
DAndroid.bp50 debuggable: {
/frameworks/minikin/libs/minikin/
DAndroid.bp65 debuggable: {
/frameworks/base/startop/iorap/tests/
DAndroid.bp33 // and android:debuggable=true (see AndroidManifest.xml)
/frameworks/base/cmds/incidentd/
DAndroid.bp71 debuggable: {
/frameworks/compile/slang/
DAndroid.bp42 debuggable: {
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
DPluginManagerImpl.java92 PluginManagerImpl(Context context, PluginInstanceManagerFactory factory, boolean debuggable, in PluginManagerImpl() argument
97 isDebuggable = debuggable; in PluginManagerImpl()
DPluginInstanceManager.java82 PluginManagerImpl manager, boolean debuggable, String[] pluginWhitelist) { in PluginInstanceManager() argument
93 isDebuggable = debuggable; in PluginInstanceManager()
/frameworks/opt/telephony/
DREADME.txt47 On debuggable builds (userdebug, eng) you can change additional
/frameworks/native/cmds/installd/
Ddexopt.cpp318 bool debuggable, in RunDex2Oat() argument
460 if (!debuggable) { in RunDex2Oat()
461 debuggable = GetProperty("dalvik.vm.always_debuggable", "") == "1"; in RunDex2Oat()
516 if (debuggable) { in RunDex2Oat()
2032 bool debuggable = (dexopt_flags & DEXOPT_DEBUGGABLE) != 0; in dexopt() local
2148 debuggable, in dexopt()
/frameworks/native/opengl/libs/EGL/
DGLES_layers.md47 Target application must be debuggable, or you must have root access:
240 …- GLES Layers can be loaded by any debuggable application, or for any application if you have root…
/frameworks/base/services/core/java/com/android/server/pm/
DPackageDexOptimizer.java557 boolean debuggable = (flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0; in getDexFlags()
590 | (debuggable ? DEXOPT_DEBUGGABLE : 0) in getDexFlags()
/frameworks/base/core/proto/android/os/
Dsystem_properties.proto389 // Is this build debuggable.
390 optional bool debuggable = 24; field
/frameworks/base/cmds/statsd/
DAndroid.bp179 debuggable: {
/frameworks/base/packages/SystemUI/
DREADME.md154 Class that only runs on debuggable builds that listens to broadcasts that
/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp501 int32_t debuggable; member in aapt::Application
517 debuggable = GetAttributeIntegerDefault(FindAttribute(element, DEBUGGABLE_ATTR), 0); in Extract()
579 if (debuggable != 0) { in Print()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java406 public final boolean debuggable; field in PackageParser.PackageLite
430 this.debuggable = baseApk.debuggable; in PackageLite()
466 public final boolean debuggable; field in PackageParser.ApkLite
480 boolean debuggable, boolean multiArch, boolean use32bitAbi, in ApkLite() argument
496 this.debuggable = debuggable; in ApkLite()
1722 boolean debuggable = false; in parseApkLite()
1781 debuggable = attrs.getAttributeBooleanValue(i, false); in parseApkLite()
1824 revisionCode, installLocation, verifiers, signingDetails, coreApp, debuggable, in parseApkLite()

12