/aosp12/packages/modules/adb/libs/adbconnection/include/adbconnection/ |
H A D | client.h | 30 debuggable, enumerator 39 bool debuggable; member
|
H A D | process_info.h | 27 bool debuggable; member
|
/aosp12/frameworks/base/core/java/com/android/internal/content/ |
H A D | NativeLibraryHelper.java | 86 final boolean debuggable; field in NativeLibraryHelper.Handle 105 boolean extractNativeLibs, boolean debuggable) throws IOException { in create() 138 boolean extractNativeLibs, boolean debuggable) { in Handle() 176 boolean debuggable); in nativeSumNativeBinaries() 179 String abiToCopy, boolean extractNativeLibs, boolean debuggable); in nativeCopyNativeBinaries() 241 boolean debuggable); in nativeFindSupportedAbi()
|
/aosp12/frameworks/base/core/jni/ |
H A D | com_android_internal_content_NativeLibraryHelper.cpp | 309 NativeLibrariesIterator(ZipFileRO* zipFile, bool debuggable, void* cookie) in NativeLibrariesIterator() 315 static NativeLibrariesIterator* create(ZipFileRO* zipFile, bool debuggable) { in create() 390 jboolean debuggable, iterFunc callFunc, void* callArg) { in iterateOverNativeFiles() 432 jboolean debuggable) { in findSupportedAbi() 489 jboolean extractNativeLibs, jboolean debuggable) in com_android_internal_content_NativeLibraryHelper_copyNativeBinaries() 498 jlong apkHandle, jstring javaCpuAbi, jboolean debuggable) in com_android_internal_content_NativeLibraryHelper_sumNativeBinaries() 509 jlong apkHandle, jobjectArray javaCpuAbisToSearch, jboolean debuggable) in com_android_internal_content_NativeLibraryHelper_findSupportedAbi()
|
/aosp12/packages/modules/Virtualization/compos/src/ |
H A D | pvm_exec.rs | 89 debuggable: bool, field 135 let debuggable = matches.is_present("debug"); in parse_args() localVariable
|
H A D | compsvc_worker.rs | 138 debuggable: bool, field 194 let debuggable = matches.is_present("debug"); in parse_args() localVariable
|
H A D | compsvc.rs | 54 debuggable: bool, field
|
/aosp12/art/runtime/ |
H A D | jdwp_provider.h | 44 inline JdwpProvider CanonicalizeJdwpProvider(JdwpProvider p, bool debuggable) { in CanonicalizeJdwpProvider()
|
/aosp12/system/linkerconfig/contents/common/ |
H A D | system_links.cc | 45 const bool debuggable = android::base::GetBoolProperty("ro.debuggable", false); in AddStandardSystemLinks() local
|
/aosp12/libnativehelper/ |
H A D | JniInvocation.c | 58 char debuggable[PROP_VALUE_MAX] = {0}; in IsDebuggable() local 130 bool debuggable = IsDebuggable(); in JniInvocationGetLibrary() local
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/compat/ |
H A D | ApplicationInfoBuilder.java | 40 ApplicationInfoBuilder debuggable() { in debuggable() method in ApplicationInfoBuilder
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | PackageInfoLite.java | 79 public boolean debuggable; field in PackageInfoLite
|
/aosp12/system/core/libpackagelistparser/include/packagelistparser/ |
H A D | packagelistparser.h | 40 bool debuggable; member
|
/aosp12/packages/modules/adb/libs/adbconnection/ |
H A D | adbconnection_client.cpp | 65 std::optional<bool> debuggable; in adbconnection_client_new() local
|
/aosp12/system/core/libpackagelistparser/ |
H A D | packagelistparser.cpp | 67 int debuggable; in parse_line() local
|
/aosp12/art/tools/checker/file_format/checker/ |
H A D | parser.py | 27 def _extract_line(prefix, line, arch=None, debuggable=False): argument
|
/aosp12/frameworks/native/cmds/installd/ |
H A D | run_dex2oat.cpp | 81 bool debuggable, in Initialize() 183 bool debuggable, in PrepareCompilerConfigFlags()
|
H A D | run_dex2oat_test.cpp | 109 bool debuggable = false; member
|
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/ |
H A D | PluginActionManager.java | 88 boolean debuggable, in PluginActionManager() 397 boolean allowMultiple, boolean debuggable) { in create()
|
H A D | PluginManagerImpl.java | 63 boolean debuggable, in PluginManagerImpl()
|
/aosp12/system/libhidl/base/ |
H A D | HidlSupport.cpp | 29 bool debuggable() { in debuggable() function
|
/aosp12/frameworks/base/core/java/android/content/pm/parsing/ |
H A D | ApkLite.java | 118 boolean debuggable, boolean profileableByShell, boolean multiArch, boolean use32bitAbi, in ApkLite()
|
H A D | ParsingPackage.java | 171 ParsingPackage setDebuggable(boolean debuggable); in setDebuggable()
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageDexOptimizer.java | 742 private int getDexFlags(boolean debuggable, int hiddenApiEnforcementPolicy, in getDexFlags()
|
/aosp12/system/libhidl/transport/ |
H A D | ServiceManagement.cpp | 172 static bool debuggable = base::GetBoolProperty("ro.debuggable", false); in isDebuggable() local
|