Home
last modified time | relevance | path

Searched refs:disable (Results 1 – 8 of 8) sorted by relevance

/bionic/libc/malloc_debug/
Ddebug_disable.cpp59 void DebugDisableSet(bool disable) { in DebugDisableSet() argument
60 if (disable) { in DebugDisableSet()
Ddebug_disable.h43 void DebugDisableSet(bool disable);
Dmalloc_debug.cpp239 ScopedDisableDebugCalls disable; in debug_get_malloc_leak_info() local
285 ScopedDisableDebugCalls disable; in debug_malloc_usable_size() local
332 ScopedDisableDebugCalls disable; in debug_malloc() local
403 ScopedDisableDebugCalls disable; in debug_free() local
416 ScopedDisableDebugCalls disable; in debug_memalign() local
488 ScopedDisableDebugCalls disable; in debug_realloc() local
594 ScopedDisableDebugCalls disable; in debug_calloc() local
708 ScopedDisableDebugCalls disable; in debug_malloc_backtrace() local
DRecordData.cpp113 ScopedDisableDebugCalls disable; in ThreadKeyDelete() local
/bionic/libc/private/
DScopeGuard.h38 void disable() { in disable() function
/bionic/libc/tools/
Dpylintrc29 # multiple time. See also the "--disable" option for examples.
35 # file where it should appear only once).You can also use "--disable=all" to
36 # disable everything first and then reenable specific checks. For example, if
37 # you want to run only the similarities checker, you can use "--disable=all
39 # no Warning level messages displayed, use"--disable=all --enable=classes
40 # --disable=W"
41 disable=missing-docstring,invalid-name,no-self-use,fixme,design
/bionic/linker/
Dlinker_config.cpp482 failure_guard.disable(); in read_binary_config()
Dlinker.cpp1674 failure_guard.disable(); in find_libraries()
1979 failure_guard.disable(); in do_dlopen()
2090 failure_guard.disable(); in do_dlsym()