Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/content/
DNativeLibraryHelper.java79 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/
Dcom_android_internal_content_NativeLibraryHelper.cpp313 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 …]
DAndroid.bp295 debuggable: {
/frameworks/native/cmds/atrace/
DAndroid.bp25 debuggable: {
/frameworks/ml/nn/
DAndroid.bp31 debuggable: { // eng and userdebug builds
/frameworks/av/media/img_utils/
DAndroid.bp50 debuggable: {
/frameworks/minikin/libs/minikin/
DAndroid.bp73 debuggable: {
/frameworks/native/cmds/installd/
Ddexopt.cpp194 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/
DAndroid.bp145 debuggable: {
/frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/
DPluginManagerImpl.java85 PluginManagerImpl(Context context, PluginInstanceManagerFactory factory, boolean debuggable, in PluginManagerImpl() argument
90 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/base/services/core/java/com/android/server/pm/
DPackageDexOptimizer.java482 boolean debuggable = (flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0; in getDexFlags()
489 | (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/core/java/android/content/pm/
DPackageParser.java426 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/
DCommand.cpp1386 int32_t debuggable = AaptXml::getResolvedIntegerAttribute(res, tree, in doDump() local
1394 if (debuggable != 0) { in doDump()
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp188 int debuggable = atoi(value); in AudioFlinger() local
190 if (debuggable) { in AudioFlinger()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt464 field public static final int debuggable = 16842767; // 0x101000f
/frameworks/base/api/
Dcurrent.txt470 field public static final int debuggable = 16842767; // 0x101000f
Dtest-current.txt470 field public static final int debuggable = 16842767; // 0x101000f
Dsystem-current.txt600 field public static final int debuggable = 16842767; // 0x101000f