Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Dam437x-vpfe.h56 unsigned char enable; member
60 unsigned char enable; member
Dfb.h317 __u16 enable; member
Domap3isp.h145 __u8 enable; member
/bionic/tests/
Dsys_ptrace_test.cpp115 const unsigned enable = 1; in set_watchpoint() local
116 const unsigned control = byte_mask << 5 | type << 3 | enable; in set_watchpoint()
140 const unsigned enable = 1; in set_watchpoint() local
144 const unsigned value = size_flag << 18 | type << 16 | enable; in set_watchpoint()
300 const unsigned enable = 1; in set_breakpoint() local
301 const unsigned control = byte_mask << 5 | enable; in set_breakpoint()
326 const unsigned enable = 1; in set_breakpoint() local
330 const unsigned value = size << 18 | type << 16 | enable; in set_breakpoint()
DAndroid.bp834 "-Wl,--enable-new-dtags",
/bionic/libc/malloc_hooks/
DREADME.md8 There are two ways to enable these hooks, set a special system
92 adb shell setprop libc.debug.hooks.enable 1
109 For example, to enable malloc hooks for the google search box:
/bionic/libc/kernel/uapi/drm/
Dpanfrost_drm.h125 __u32 enable; member
/bionic/libc/bionic/
Dgwp_asan_wrappers.cpp175 GuardedAlloc.enable(); in gwp_asan_malloc_enable()
/bionic/libc/kernel/uapi/misc/
Dhabanalabs.h285 __u32 enable; member
/bionic/libc/malloc_debug/
DREADME.md7 This documentation describes how to enable this feature on Android N or later
116 As of P, this option will also enable dumping backtrace heap data to a
412 slow down process start up. However, if you want to re-enable these messages,
647 If you do have a rooted device, you can enable malloc debug for a specific
652 If you need to enable multiple options using this method, then you can set
657 For example, to enable malloc debug for the google search box (Android O or later):
687 occurring. If you enable malloc debug with the backtrace option for your
DREADME_marshmallow_and_earlier.md7 This documentation describes how to enable this feature on API level
/bionic/linker/
Dld.config.format.md39 enable.target.sdk.version = true
/bionic/docs/
Dstatus.md330 The `_FORTIFY_SOURCE` macro can be used to enable extra
349 need to manually enable FORTIFY by setting that themselves in whatever
Dnative_allocator.md13 systems and be a bit slower, but take less RSS. To enable the svelte config,
Delf-tls.md613 CMake toolchain file) enable `-fstack-protector-strong` by default.
/bionic/
Dandroid-changes-for-ndk-developers.md403 Starting with Android O it is possible to enable logging of dynamic
419 On userdebug and eng builds it is possible to enable tracing for the
421 app-specific one. For example, to enable logging of all dlopen(3)
DREADME.md122 # The code that implements the functionality to enable debugging of
/bionic/tests/libs/
DAndroid.bp26 "-Wl,--enable-new-dtags",