Home
last modified time | relevance | path

Searched refs:debuggable (Results 1 – 25 of 26) 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
175 boolean debuggable); in nativeCopyNativeBinaries() argument
180 sum += nativeSumNativeBinaries(apkHandle, abi, handle.debuggable); in sumNativeBinaries()
[all …]
/frameworks/base/core/jni/
Dcom_android_internal_content_NativeLibraryHelper.cpp311 NativeLibrariesIterator(ZipFileRO* zipFile, bool debuggable, void* cookie) in NativeLibrariesIterator() argument
312 : mZipFile(zipFile), mDebuggable(debuggable), mCookie(cookie), mLastSlash(NULL) { in NativeLibrariesIterator()
317 static NativeLibrariesIterator* create(ZipFileRO* zipFile, bool debuggable) { in create() argument
324 return new NativeLibrariesIterator(zipFile, debuggable, cookie); in create()
392 jboolean debuggable, iterFunc callFunc, void* callArg) { in iterateOverNativeFiles() argument
399 NativeLibrariesIterator::create(zipFile, debuggable)); in iterateOverNativeFiles()
434 jboolean debuggable) { in findSupportedAbi() argument
449 NativeLibrariesIterator::create(zipFile, debuggable)); in findSupportedAbi()
491 jboolean extractNativeLibs, jboolean hasNativeBridge, jboolean debuggable) in com_android_internal_content_NativeLibraryHelper_copyNativeBinaries() argument
494 return (jint) iterateOverNativeFiles(env, apkHandle, javaCpuAbi, debuggable, in com_android_internal_content_NativeLibraryHelper_copyNativeBinaries()
[all …]
/frameworks/base/tools/aapt2/link/
DManifestFixer_test.cpp433 <application android:debuggable="false">
440 <application android:debuggable="true">
448 {}, "application", xml::kSchemaAndroid, "debuggable", "true"), NotNull());
454 {}, "application", xml::kSchemaAndroid, "debuggable", "true"), NotNull());
459 {}, "application", xml::kSchemaAndroid, "debuggable", "true"), NotNull());
465 {}, "application", xml::kSchemaAndroid, "debuggable", "true"), IsNull());
471 {}, "application", xml::kSchemaAndroid, "debuggable", "true"), IsNull());
477 {}, "application", xml::kSchemaAndroid, "debuggable", "true"), NotNull());
/frameworks/native/cmds/atrace/
DAndroid.bp27 debuggable: {
/frameworks/av/media/libmediaplayer2/nuplayer2/
DAndroid.bp38 debuggable: {
/frameworks/av/media/libmediaplayerservice/nuplayer/
DAndroid.bp39 debuggable: {
/frameworks/av/media/libstagefright/
DAndroid.bp211 debuggable: {
295 debuggable: {
/frameworks/av/media/img_utils/
DAndroid.bp50 debuggable: {
/frameworks/ml/nn/
DAndroid.bp26 debuggable: { // eng and userdebug builds
/frameworks/minikin/libs/minikin/
DAndroid.bp79 debuggable: {
/frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/
DPluginManagerImpl.java87 PluginManagerImpl(Context context, PluginInstanceManagerFactory factory, boolean debuggable, in PluginManagerImpl() argument
92 isDebuggable = debuggable; in PluginManagerImpl()
DPluginInstanceManager.java76 PluginManagerImpl manager, boolean debuggable) { in PluginInstanceManager() argument
86 isDebuggable = debuggable; in PluginInstanceManager()
/frameworks/compile/slang/
DAndroid.bp42 debuggable: {
/frameworks/opt/telephony/
DREADME.txt47 On debuggable builds (userdebug, eng) you can change additional
/frameworks/native/cmds/installd/
Ddexopt.cpp231 bool debuggable, bool post_bootcomplete, bool background_job_compile, int profile_fd, in run_dex2oat() argument
412 if (!debuggable) { in run_dex2oat()
414 debuggable = in run_dex2oat()
456 + (debuggable ? 1 : 0) in run_dex2oat()
507 if (debuggable) { in run_dex2oat()
1975 bool debuggable = (dexopt_flags & DEXOPT_DEBUGGABLE) != 0; in dexopt() local
2089 debuggable, in dexopt()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageDexOptimizer.java531 boolean debuggable = (flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0; in getDexFlags()
565 | (debuggable ? DEXOPT_DEBUGGABLE : 0) in getDexFlags()
/frameworks/native/vulkan/doc/implementors_guide/
Dimplementors_guide.adoc30 …In particular, Android does not allow loading external code into a non-debuggable process on produ…
42 On debuggable devices (+ro.debuggable+ property exists and is non-zero, generally rooted or enginee…
/frameworks/base/packages/SystemUI/
DREADME.md154 Class that only runs on debuggable builds that listens to broadcasts that
/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
443 this.debuggable = baseApk.debuggable; in PackageLite()
477 public final boolean debuggable; field in PackageParser.ApkLite
488 boolean debuggable, boolean multiArch, boolean use32bitAbi, in ApkLite() argument
503 this.debuggable = debuggable; in ApkLite()
1701 boolean debuggable = false; in parseApkLite()
1756 debuggable = attrs.getAttributeBooleanValue(i, false); in parseApkLite()
1785 installLocation, verifiers, signingDetails, coreApp, debuggable, in parseApkLite()
/frameworks/base/packages/SystemUI/docs/
Dplugins.md195 …ecks.  In 2 different places, SysUI checks to ensure that the build is debuggable before even scan…
/frameworks/base/tools/aapt/
DCommand.cpp1398 int32_t debuggable = AaptXml::getResolvedIntegerAttribute(res, tree, in doDump() local
1406 if (debuggable != 0) { in doDump()
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp192 int debuggable = atoi(value); in AudioFlinger() local
194 if (debuggable) { in AudioFlinger()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt464 field public static final int debuggable = 16842767; // 0x101000f
/frameworks/base/config/
Dhiddenapi-public-dex.txt35873 Landroid/R$attr;->debuggable:I

12