/frameworks/base/core/java/com/android/internal/content/ |
D | NativeLibraryHelper.java | 80 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/ |
D | com_android_internal_content_NativeLibraryHelper.cpp | 311 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/ |
D | ManifestFixer_test.cpp | 433 <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/ |
D | Android.bp | 27 debuggable: {
|
/frameworks/av/media/libmediaplayer2/nuplayer2/ |
D | Android.bp | 38 debuggable: {
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | Android.bp | 39 debuggable: {
|
/frameworks/av/media/libstagefright/ |
D | Android.bp | 211 debuggable: { 295 debuggable: {
|
/frameworks/av/media/img_utils/ |
D | Android.bp | 50 debuggable: {
|
/frameworks/ml/nn/ |
D | Android.bp | 26 debuggable: { // eng and userdebug builds
|
/frameworks/minikin/libs/minikin/ |
D | Android.bp | 79 debuggable: {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/ |
D | PluginManagerImpl.java | 87 PluginManagerImpl(Context context, PluginInstanceManagerFactory factory, boolean debuggable, in PluginManagerImpl() argument 92 isDebuggable = debuggable; in PluginManagerImpl()
|
D | PluginInstanceManager.java | 76 PluginManagerImpl manager, boolean debuggable) { in PluginInstanceManager() argument 86 isDebuggable = debuggable; in PluginInstanceManager()
|
/frameworks/compile/slang/ |
D | Android.bp | 42 debuggable: {
|
/frameworks/opt/telephony/ |
D | README.txt | 47 On debuggable builds (userdebug, eng) you can change additional
|
/frameworks/native/cmds/installd/ |
D | dexopt.cpp | 231 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/ |
D | PackageDexOptimizer.java | 531 boolean debuggable = (flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0; in getDexFlags() 565 | (debuggable ? DEXOPT_DEBUGGABLE : 0) in getDexFlags()
|
/frameworks/native/vulkan/doc/implementors_guide/ |
D | implementors_guide.adoc | 30 …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/ |
D | README.md | 154 Class that only runs on debuggable builds that listens to broadcasts that
|
/frameworks/base/core/proto/android/os/ |
D | system_properties.proto | 349 optional bool debuggable = 24; field
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageParser.java | 419 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/ |
D | plugins.md | 195 …ecks. In 2 different places, SysUI checks to ensure that the build is debuggable before even scan…
|
/frameworks/base/tools/aapt/ |
D | Command.cpp | 1398 int32_t debuggable = AaptXml::getResolvedIntegerAttribute(res, tree, in doDump() local 1406 if (debuggable != 0) { in doDump()
|
/frameworks/av/services/audioflinger/ |
D | AudioFlinger.cpp | 192 int debuggable = atoi(value); in AudioFlinger() local 194 if (debuggable) { in AudioFlinger()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 464 field public static final int debuggable = 16842767; // 0x101000f
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 35873 Landroid/R$attr;->debuggable:I
|