/frameworks/base/core/java/com/android/internal/content/ |
D | NativeLibraryHelper.java | 79 final boolean debuggable; field in NativeLibraryHelper.Handle 99 lite.debuggable); in create() 103 boolean extractNativeLibs, boolean debuggable) throws IOException { in create() argument 118 return new Handle(apkHandles, multiArch, extractNativeLibs, debuggable); in create() 122 boolean debuggable) { in Handle() argument 126 this.debuggable = debuggable; in Handle() 158 boolean debuggable); in nativeSumNativeBinaries() argument 162 boolean debuggable); in nativeCopyNativeBinaries() argument 167 sum += nativeSumNativeBinaries(apkHandle, abi, handle.debuggable); in sumNativeBinaries() 183 handle.extractNativeLibs, HAS_NATIVE_BRIDGE, handle.debuggable); in copyNativeBinaries() [all …]
|
/frameworks/base/core/jni/ |
D | com_android_internal_content_NativeLibraryHelper.cpp | 313 NativeLibrariesIterator(ZipFileRO* zipFile, bool debuggable, void* cookie) in NativeLibrariesIterator() argument 314 : mZipFile(zipFile), mDebuggable(debuggable), mCookie(cookie), mLastSlash(NULL) { in NativeLibrariesIterator() 319 static NativeLibrariesIterator* create(ZipFileRO* zipFile, bool debuggable) { in create() argument 326 return new NativeLibrariesIterator(zipFile, debuggable, cookie); in create() 394 jboolean debuggable, iterFunc callFunc, void* callArg) { in iterateOverNativeFiles() argument 401 NativeLibrariesIterator::create(zipFile, debuggable)); in iterateOverNativeFiles() 436 jboolean debuggable) { in findSupportedAbi() argument 451 NativeLibrariesIterator::create(zipFile, debuggable)); in findSupportedAbi() 493 jboolean extractNativeLibs, jboolean hasNativeBridge, jboolean debuggable) in com_android_internal_content_NativeLibraryHelper_copyNativeBinaries() argument 496 return (jint) iterateOverNativeFiles(env, apkHandle, javaCpuAbi, debuggable, in com_android_internal_content_NativeLibraryHelper_copyNativeBinaries() [all …]
|
D | Android.bp | 295 debuggable: {
|
/frameworks/native/cmds/atrace/ |
D | Android.bp | 25 debuggable: {
|
/frameworks/ml/nn/ |
D | Android.bp | 31 debuggable: { // eng and userdebug builds
|
/frameworks/av/media/img_utils/ |
D | Android.bp | 50 debuggable: {
|
/frameworks/minikin/libs/minikin/ |
D | Android.bp | 73 debuggable: {
|
/frameworks/native/cmds/installd/ |
D | dexopt.cpp | 194 bool debuggable, bool post_bootcomplete, int profile_fd, const char* class_loader_context) { in run_dex2oat() argument 357 if (!debuggable) { in run_dex2oat() 359 debuggable = in run_dex2oat() 392 + (debuggable ? 1 : 0) in run_dex2oat() 437 if (debuggable) { in run_dex2oat() 1600 bool debuggable = (dexopt_flags & DEXOPT_DEBUGGABLE) != 0; in dexopt() local 1698 debuggable, in dexopt()
|
/frameworks/av/media/libstagefright/ |
D | Android.bp | 145 debuggable: {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/ |
D | PluginManagerImpl.java | 85 PluginManagerImpl(Context context, PluginInstanceManagerFactory factory, boolean debuggable, in PluginManagerImpl() argument 90 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/base/services/core/java/com/android/server/pm/ |
D | PackageDexOptimizer.java | 482 boolean debuggable = (flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0; in getDexFlags() 489 | (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/core/java/android/content/pm/ |
D | PackageParser.java | 426 public final boolean debuggable; field in PackageParser.PackageLite 449 this.debuggable = baseApk.debuggable; in PackageLite() 483 public final boolean debuggable; field in PackageParser.ApkLite 492 Certificate[][] certificates, boolean coreApp, boolean debuggable, in ApkLite() argument 508 this.debuggable = debuggable; in ApkLite() 1851 boolean debuggable = false; in parseApkLite() 1904 debuggable = attrs.getAttributeBooleanValue(i, false); in parseApkLite() 1933 verifiers, signatures, certificates, coreApp, debuggable, multiArch, use32bitAbi, in parseApkLite()
|
/frameworks/base/tools/aapt/ |
D | Command.cpp | 1386 int32_t debuggable = AaptXml::getResolvedIntegerAttribute(res, tree, in doDump() local 1394 if (debuggable != 0) { in doDump()
|
/frameworks/av/services/audioflinger/ |
D | AudioFlinger.cpp | 188 int debuggable = atoi(value); in AudioFlinger() local 190 if (debuggable) { in AudioFlinger()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 464 field public static final int debuggable = 16842767; // 0x101000f
|
/frameworks/base/api/ |
D | current.txt | 470 field public static final int debuggable = 16842767; // 0x101000f
|
D | test-current.txt | 470 field public static final int debuggable = 16842767; // 0x101000f
|
D | system-current.txt | 600 field public static final int debuggable = 16842767; // 0x101000f
|