/aosp12/bionic/libc/bionic/ |
H A D | sigprocmask.cpp | 44 int sigprocmask(int how, in sigprocmask() argument 56 if (sigprocmask64(how, new_set_ptr, &old_set.sigset64) == -1) { in sigprocmask() 67 int sigprocmask64(int how, in sigprocmask64() argument 71 if (new_set && how != SIG_BLOCK && how != SIG_UNBLOCK && how != SIG_SETMASK) { in sigprocmask64() 79 mutable_new_set = filter_reserved_signals(*new_set, how); in sigprocmask64() 82 return __rt_sigprocmask(how, mutable_new_set_ptr, old_set, sizeof(*new_set)); in sigprocmask64()
|
H A D | signal.cpp | 49 int pthread_sigmask(int how, const sigset_t* new_set, sigset_t* old_set) { in pthread_sigmask() argument 51 return (sigprocmask(how, new_set, old_set) == -1) ? errno : 0; in pthread_sigmask() 54 int pthread_sigmask64(int how, const sigset64_t* new_set, sigset64_t* old_set) { in pthread_sigmask64() argument 56 return (sigprocmask64(how, new_set, old_set) == -1) ? errno : 0; in pthread_sigmask64()
|
/aosp12/art/sigchainlib/ |
H A D | sigchain.cc | 504 int __sigprocmask(int how, const SigsetType* new_set, SigsetType* old_set, in __sigprocmask() argument 508 return linked(how, new_set, old_set); in __sigprocmask() 516 if (how == SIG_BLOCK || how == SIG_SETMASK) { in __sigprocmask() 528 return linked(how, new_set_ptr, old_set); in __sigprocmask() 531 extern "C" int sigprocmask(int how, const sigset_t* new_set, in sigprocmask() argument 534 return __sigprocmask(how, new_set, old_set, linked_sigprocmask); in sigprocmask() 538 extern "C" int sigprocmask64(int how, const sigset64_t* new_set, in sigprocmask64() argument 541 return __sigprocmask(how, new_set, old_set, linked_sigprocmask64); in sigprocmask64()
|
H A D | sigchain_test.cc | 52 static int RealSigprocmask(int how, const sigset64_t* new_sigset, sigset64_t* old_sigset) { in RealSigprocmask() argument 54 return syscall(__NR_rt_sigprocmask, how, new_sigset, old_sigset, NSIG/8); in RealSigprocmask()
|
/aosp12/hardware/interfaces/cas/1.2/ |
H A D | ICasListener.hal | 29 * the positive number presents how many plugins are inserted; 30 * the negative number presents how many plugins are removed. 33 * the number presents how many sessions are supported
|
/aosp12/system/extras/simpleperf/doc/ |
H A D | executable_commands_reference.md | 7 - [How simpleperf works](#how-simpleperf-works) 13 - [Decide how long to stat](#decide-how-long-to-stat) 22 - [Decide how long to record](#decide-how-long-to-record) 37 several hardware counters, counting events like how many cpu cycles have happened, how many 38 instructions have executed, or how many cache misses have happened. 47 time period. Here’s how it works: 221 ### Decide how long to stat 402 ### Decide how long to record 453 A call graph shows how a function calls other functions, and a reversed call graph shows how 540 By passing options, we can decide how to filter out uninteresting samples, how to group samples [all …]
|
/aosp12/system/core/init/ |
H A D | service.cpp | 703 void Service::StopOrReset(int how) { in StopOrReset() argument 708 if ((how != SVC_DISABLED) && (how != SVC_RESET) && (how != SVC_RESTART)) { in StopOrReset() 710 how = SVC_DISABLED; in StopOrReset() 714 if (how == SVC_RESET) { in StopOrReset() 717 flags_ |= how; in StopOrReset() 721 if (how == SVC_RESTART) { in StopOrReset()
|
/aosp12/bionic/docs/ |
H A D | libc_assembler.md | 3 This document describes how to verify incoming assembler libc routines. 8 have any bugs. See the [Testing](#Testing) section for details about how to 14 the [Unwind Info](#unwind-info) section for details about how to verify this. 39 and pushed on to the device. The commands below show how to do this. 56 Here is an example of how the benchmark should be executed. For this 67 how to add a benchmark for a function that doesn't already exist. 144 **bionic/tests/string\_test.cpp** for examples of how to use it. 157 information indicating how to get the register.
|
/aosp12/bionic/libc/platform/bionic/ |
H A D | reserved_signals.h | 57 static inline __always_inline sigset64_t filter_reserved_signals(sigset64_t sigset, int how) { in filter_reserved_signals() argument 60 switch (how) { in filter_reserved_signals()
|
/aosp12/art/test/1978-regular-obsolete-then-structural-obsolescence/ |
H A D | expected-stdout.txt | 4 how do you do Alex 11 how do you do Alex
|
/aosp12/frameworks/rs/script_api/ |
H A D | rs_core.spec | 31 For more information on how to develop with RenderScript and how the runtime and Android
|
/aosp12/build/make/tools/fs_config/ |
H A D | README.md | 19 See `./fs_config_generator.py fsconfig --help` for how these files are generated. 26 See `./fs_config_generator.py passwd --help` and `./fs_config_generator.py group --help` for how 36 See `./fs_config_generator.py oemaid --help` for how this file is generated.
|
/aosp12/frameworks/base/startop/scripts/app_startup/ |
H A D | run_app_with_prefetch | 28 -c, --count <count> how many times to run (default 1) 29 -s, --sleep <sec> how long to sleep after readahead 30 -t, --timeout <sec> how many seconds to timeout in between each app run (default 10)
|
/aosp12/system/chre/doc/ |
H A D | nanoapp_clients.md | 16 how to design a protocol for use with a nanoapp. 48 `createClient()` API supports two modes of operation, which define how events 65 See `host/common/test/chre_test_client.cc` for an example of how to use this
|
/aosp12/frameworks/base/core/proto/android/os/ |
H A D | metadata.proto | 23 // such as the section ids and privacy policy specs from caller as well as how long 24 // and how many bytes a section takes, etc.
|
/aosp12/hardware/interfaces/radio/config/1.1/ |
H A D | IRadioConfigResponse.hal | 35 * how many logical modems it has, how many data connections it supports.
|
H A D | types.hal | 42 * maxActiveData defines how many logical modems can have 48 * maxActiveData defines how many logical modems can have
|
/aosp12/hardware/interfaces/tests/foo/1.0/ |
H A D | IFooCallback.hal | 33 // how long a method's body took to execute, regardless of whether the 48 // how long the three methods above took, from the point of view of that
|
/aosp12/frameworks/rs/script_api/include/ |
H A D | rs_core.rsh | 33 * For more information on how to develop with RenderScript and how the runtime and Android
|
/aosp12/frameworks/base/core/java/android/net/ |
H A D | ITetheringStatsProvider.aidl | 36 NetworkStats getTetherStats(int how); in getTetherStats() argument
|
/aosp12/frameworks/wilhelm/tools/permute/ |
H A D | readme.txt | 1 See comments at top of permute.c for information on how to build and use.
|
/aosp12/art/test/575-checker-string-init-alias/ |
H A D | info.txt | 2 sure the compiler knows how to handle dex aliases.
|
/aosp12/frameworks/av/media/tests/SampleVideoEncoder/ |
H A D | README.md | 5 This page describes how to get started with the Encoder App and how to run the tests for it.
|
/aosp12/art/test/991-field-trace-2/ |
H A D | info.txt | 3 This test specifically examines how the runtime responds to exceptions occurring
|
/aosp12/art/test/081-hot-exceptions/ |
H A D | info.txt | 1 Make a hot exception-throwing path to stress test how the trace builder handles
|