Home
last modified time | relevance | path

Searched refs:how (Results 1 – 6 of 6) sorted by relevance

/art/test/575-checker-string-init-alias/
Dinfo.txt2 sure the compiler knows how to handle dex aliases.
/art/sigchainlib/
Dsigchain.cc275 extern "C" int sigprocmask(int how, const sigset_t* bionic_new_set, sigset_t* bionic_old_set) { in sigprocmask() argument
281 if (how == SIG_BLOCK) { in sigprocmask()
303 typedef int (*SigProcMask)(int how, const sigset_t*, sigset_t*); in sigprocmask()
305 return linked_sigprocmask(how, new_set_ptr, bionic_old_set); in sigprocmask()
/art/test/081-hot-exceptions/
Dinfo.txt1 Make a hot exception-throwing path to stress test how the trace builder handles
/art/tools/ahat/
DREADME.txt13 - Recommend how to start looking at a heap dump.
14 - Say how to enable allocation sites.
/art/runtime/interpreter/mterp/
DREADME.txt8 Every configuration has a "config-*" file that controls how the sources
/art/cmdline/
DREADME.md33 // See variant_map_test.cc for how to completely define a custom map.