Home
last modified time | relevance | path

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

/external/perfetto/src/traced/probes/packages_list/
Dpackages_list_data_source.cc50 package->set_debuggable(pkg_struct.debuggable); in ParsePackagesListStream()
76 long long debuggable = strtoll(ss.cur_token(), &end, 10); in ReadPackagesListLine() local
81 package->debuggable = debuggable != 0; in ReadPackagesListLine()
Dpackages_list_data_source_unittest.cc40 EXPECT_EQ(pkg.debuggable, false); in TEST()
52 EXPECT_EQ(pkg.debuggable, false); in TEST()
64 EXPECT_EQ(pkg.debuggable, true); in TEST()
76 EXPECT_EQ(pkg.debuggable, true); in TEST()
Dpackages_list_data_source.h39 bool debuggable = false; member
/external/perfetto/test/cts/
Dheapprofd_test_cts.cc45 std::string debuggable(buf); in IsDebuggableBuild() local
46 if (debuggable == "1") in IsDebuggableBuild()
DREADME.md33 whether the target app is debuggable. The GTest binary handles the targets'
/external/mesa3d/src/gallium/drivers/vc4/kernel/
DREADME5 on a higher-performance and more-debuggable environment than the native
/external/walt/android/WALT/app/
Dbuild.gradle27 debuggable true
/external/perfetto/protos/perfetto/trace/android/
Dpackages_list.proto25 optional bool debuggable = 3; field
/external/perfetto/docs/
Dipc.md10 predictable, C++11 friendly and debuggable.
Dheapprofd.md14 On "user" builds, you can only use it on apps with the debuggable or
/external/libtextclassifier/
DAndroid.bp89 debuggable: {
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Ddbg-declare-inalloca.ll26 ; Remove C++ comments to have a complete, debuggable program.
/external/avb/contrib/linux/4.4/
D0002-ANDROID-AVB-error-handler-to-invalidate-vbmeta-parti.patch18 …are=uefi_x86_64 enforcing=0 androidboot.selinux=permissive androidboot.debuggable=1 buildvariant=e…
/external/clang/docs/CommandGuide/
Dclang.rst229 generates the most debuggable code.
/external/selinux/libselinux/src/android/
Dandroid_platform.c1292 … info->name, info->uid, info->debuggable ? "true" : "false", info->data_dir, info->seinfo); in package_info_init()
/external/v8/gypfiles/
Dstandalone.gypi226 # 0 - Compiler optimizations off (debuggable) (default). This may
/external/perfetto/
DAndroid.bp564 debuggable: {
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto382 optional bool debuggable = 3; field