Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Dam437x-vpfe.h44 unsigned char enable; member
48 unsigned char enable; member
Disst_if.h62 __u8 enable; member
Dfb.h303 __u16 enable; member
Domap3isp.h134 __u8 enable; member
Dkfd_ioctl.h649 struct kfd_ioctl_dbg_trap_enable_args enable; member
/bionic/tests/
Dsys_ptrace_test.cpp117 const unsigned enable = 1; in set_watchpoint() local
118 const unsigned control = byte_mask << 5 | type << 3 | enable; in set_watchpoint()
142 const unsigned enable = 1; in set_watchpoint() local
146 const unsigned value = size_flag << 18 | type << 16 | enable; in set_watchpoint()
305 const unsigned enable = 1; in set_breakpoint() local
306 const unsigned control = byte_mask << 5 | enable; in set_breakpoint()
331 const unsigned enable = 1; in set_breakpoint() local
335 const unsigned value = size << 18 | type << 16 | enable; in set_breakpoint()
DAndroid.bp1077 "-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.h114 __u32 enable; member
Dhabanalabs_accel.h1204 __u32 enable; member
/bionic/libc/kernel/uapi/linux/android/
Dbinder.h110 __u32 enable; member
/bionic/linker/
Dld.config.format.md39 enable.target.sdk.version = true
/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
221 enable the verbose option then look at the log for the message:
494 slow down process start up. However, if you want to re-enable these messages,
733 If you do have a rooted device, you can enable malloc debug for a specific
738 If you need to enable multiple options using this method, then you can set
743 For example, to enable malloc debug for the google search box (Android O or later):
773 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/libc/bionic/
Dgwp_asan_wrappers.cpp148 GuardedAlloc.enable(); in gwp_asan_malloc_enable()
/bionic/
Dandroid-changes-for-ndk-developers.md403 On devices running API level 26 or later you can 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.md145 # The code that implements the functionality to enable debugging of
/bionic/docs/
Dstatus.md395 The `_FORTIFY_SOURCE` macro can be used to enable extra
417 need to manually enable FORTIFY by setting `_FORTIFY_SOURCE` themselves in
Dnative_allocator.md13 systems and be a bit slower, but take less RSS. To enable the svelte config,
Dclang_fortify_anatomy.md34 compiler. `N==0` disables FORTIFY, whereas `N==1`, `N==2`, and `N==3` enable
Delf-tls.md613 CMake toolchain file) enable `-fstack-protector-strong` by default.
/bionic/tests/libs/
DAndroid.bp31 "-Wl,--enable-new-dtags",