HomeSort by relevance Sort by last modified time
    Searched refs:current (Results 51 - 75 of 6162) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
13-16.c 10 signal-catching functions are executed on the current stack if the
25 stack_t current; variable
39 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
58 if (sigaltstack(NULL, &current) == -1) {
13-17.c 10 signal-catching functions are executed on the current stack if the
25 stack_t current; variable
39 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
58 if (sigaltstack(NULL, &current) == -1) {
13-18.c 10 signal-catching functions are executed on the current stack if the
25 stack_t current; variable
39 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
58 if (sigaltstack(NULL, &current) == -1) {
13-19.c 10 signal-catching functions are executed on the current stack if the
25 stack_t current; variable
39 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
58 if (sigaltstack(NULL, &current) == -1) {
13-2.c 10 signal-catching functions are executed on the current stack if the
25 stack_t current; variable
39 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
58 if (sigaltstack(NULL, &current) == -1) {
13-20.c 10 signal-catching functions are executed on the current stack if the
25 stack_t current; variable
39 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
58 if (sigaltstack(NULL, &current) == -1) {
13-21.c 10 signal-catching functions are executed on the current stack if the
25 stack_t current; variable
39 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
58 if (sigaltstack(NULL, &current) == -1) {
13-22.c 10 signal-catching functions are executed on the current stack if the
25 stack_t current; variable
39 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
58 if (sigaltstack(NULL, &current) == -1) {
13-23.c 10 signal-catching functions are executed on the current stack if the
25 stack_t current; variable
39 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
58 if (sigaltstack(NULL, &current) == -1) {
13-24.c 10 signal-catching functions are executed on the current stack if the
25 stack_t current; variable
39 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
58 if (sigaltstack(NULL, &current) == -1) {
13-25.c 10 signal-catching functions are executed on the current stack if the
25 stack_t current; variable
39 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
58 if (sigaltstack(NULL, &current) == -1) {
13-26.c 10 signal-catching functions are executed on the current stack if the
25 stack_t current; variable
39 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
58 if (sigaltstack(NULL, &current) == -1) {
13-3.c 10 signal-catching functions are executed on the current stack if the
25 stack_t current; variable
39 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
58 if (sigaltstack(NULL, &current) == -1) {
13-4.c 10 signal-catching functions are executed on the current stack if the
25 stack_t current; variable
39 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
58 if (sigaltstack(NULL, &current) == -1) {
13-5.c 10 signal-catching functions are executed on the current stack if the
25 stack_t current; variable
39 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
58 if (sigaltstack(NULL, &current) == -1) {
13-6.c 10 signal-catching functions are executed on the current stack if the
25 stack_t current; variable
39 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
58 if (sigaltstack(NULL, &current) == -1) {
13-7.c 10 signal-catching functions are executed on the current stack if the
25 stack_t current; variable
39 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
58 if (sigaltstack(NULL, &current) == -1) {
13-8.c 10 signal-catching functions are executed on the current stack if the
25 stack_t current; variable
39 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
58 if (sigaltstack(NULL, &current) == -1) {
13-9.c 10 signal-catching functions are executed on the current stack if the
25 stack_t current; variable
39 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
58 if (sigaltstack(NULL, &current) == -1) {
  /external/selinux/libsepol/cil/src/
cil_find.h 37 int cil_find_matching_avrule_in_ast(struct cil_tree_node *current, enum cil_flavor flavor, void *target, struct cil_list *matching, int match_self);
  /frameworks/base/services/core/java/com/android/server/updates/
SmartSelectionInstallReceiver.java 30 protected boolean verifyVersion(int current, int alternative) {
  /frameworks/base/tools/aapt2/integration-tests/AutoVersionTest/
Android.mk 22 LOCAL_SDK_VERSION := current
  /frameworks/base/tools/aapt2/integration-tests/BasicTest/
Android.mk 22 LOCAL_SDK_VERSION := current
  /frameworks/base/tools/aapt2/integration-tests/SymlinkTest/
Android.mk 22 LOCAL_SDK_VERSION := current
  /frameworks/base/tools/apilint/
apilint_sha.sh 3 python tools/apilint/apilint.py <(git show $1:api/current.txt) <(git show $1^:api/current.txt)

Completed in 291 milliseconds

1 23 4 5 6 7 8 91011>>