Searched refs:debuggable (Results 1 – 18 of 18) sorted by relevance
/external/perfetto/src/traced/probes/packages_list/ |
D | packages_list_data_source.cc | 50 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()
|
D | packages_list_data_source_unittest.cc | 40 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()
|
D | packages_list_data_source.h | 39 bool debuggable = false; member
|
/external/perfetto/test/cts/ |
D | heapprofd_test_cts.cc | 45 std::string debuggable(buf); in IsDebuggableBuild() local 46 if (debuggable == "1") in IsDebuggableBuild()
|
D | README.md | 33 whether the target app is debuggable. The GTest binary handles the targets'
|
/external/mesa3d/src/gallium/drivers/vc4/kernel/ |
D | README | 5 on a higher-performance and more-debuggable environment than the native
|
/external/walt/android/WALT/app/ |
D | build.gradle | 27 debuggable true
|
/external/perfetto/protos/perfetto/trace/android/ |
D | packages_list.proto | 25 optional bool debuggable = 3; field
|
/external/perfetto/docs/ |
D | ipc.md | 10 predictable, C++11 friendly and debuggable.
|
D | heapprofd.md | 14 On "user" builds, you can only use it on apps with the debuggable or
|
/external/libtextclassifier/ |
D | Android.bp | 89 debuggable: {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | dbg-declare-inalloca.ll | 26 ; Remove C++ comments to have a complete, debuggable program.
|
/external/avb/contrib/linux/4.4/ |
D | 0002-ANDROID-AVB-error-handler-to-invalidate-vbmeta-parti.patch | 18 …are=uefi_x86_64 enforcing=0 androidboot.selinux=permissive androidboot.debuggable=1 buildvariant=e…
|
/external/clang/docs/CommandGuide/ |
D | clang.rst | 229 generates the most debuggable code.
|
/external/selinux/libselinux/src/android/ |
D | android_platform.c | 1292 … info->name, info->uid, info->debuggable ? "true" : "false", info->data_dir, info->seinfo); in package_info_init()
|
/external/v8/gypfiles/ |
D | standalone.gypi | 226 # 0 - Compiler optimizations off (debuggable) (default). This may
|
/external/perfetto/ |
D | Android.bp | 564 debuggable: {
|
/external/perfetto/protos/perfetto/trace/ |
D | perfetto_trace.proto | 382 optional bool debuggable = 3; field
|