HomeSort by relevance Sort by last modified time
    Searched refs:exit (Results 1 - 25 of 5238) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/python/cpython3/Lib/test/dtracedata/
assert_usable.d 4 exit(0);
  /external/e2fsprogs/lib/blkid/
tst_types.c 24 exit(1);
29 exit(1);
34 exit(1);
39 exit(1);
44 exit(1);
49 exit(1);
54 exit(1);
59 exit(1);
62 exit(0);
  /external/e2fsprogs/lib/ext2fs/
tst_types.c 24 exit(1);
29 exit(1);
34 exit(1);
39 exit(1);
44 exit(1);
49 exit(1);
54 exit(1);
59 exit(1);
62 exit(0);
  /device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
exit.c 9 void exit(int v) function
11 ERROR("EXIT\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/behavior/WIFEXITED/
1-2.c 22 exit(0);
33 exit(PTS_UNRESOLVED);
38 exit(PTS_PASS);
44 exit(PTS_FAIL);
1-3.c 26 exit(0);
36 exit(PTS_UNRESOLVED);
41 exit(PTS_PASS);
47 exit(PTS_FAIL);
  /external/clang/test/OpenMP/
target_exit_data_if_messages.cpp 14 #pragma omp target exit data map(from: i) if // expected-error {{expected '(' after 'if'}}
15 #pragma omp target exit data map(from: i) if ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
16 #pragma omp target exit data map(from: i) if () // expected-error {{expected expression}}
17 #pragma omp target exit data map(from: i) if (argc // expected-error {{expected ')'}} expected-note {{to match this '('}}
18 #pragma omp target exit data map(from: i) if (argc)) // expected-warning {{extra tokens at the end of '#pragma omp target exit data' are ignored}}
19 #pragma omp target exit data map(from: i) if (argc > 0 ? argv[1] : argv[2])
20 #pragma omp target exit data map(from: i) if (argc + argc)
21 #pragma omp target exit data map(from: i) if (foobool(argc)), if (true) // expected-error {{directive '#pragma omp target exit data' cannot contain more than one 'if' clause}
    [all...]
target_exit_data_map_messages.c 7 #pragma omp target exit data // expected-error {{expected at least one map clause for '#pragma omp target exit data'}}
9 #pragma omp target exit data map(r) // expected-error {{map type must be specified for '#pragma omp target exit data'}}
10 #pragma omp target exit data map(tofrom: r) // expected-error {{map type 'tofrom' is not allowed for '#pragma omp target exit data'}}
12 #pragma omp target exit data map(always, from: r)
13 #pragma omp target exit data map(delete: r)
14 #pragma omp target exit data map(release: r)
15 #pragma omp target exit data map(always, alloc: r) // expected-error {{map type 'alloc' is not allowed for '#pragma omp ta (…)
    [all...]
  /external/clang/test/CodeGenCXX/
cp-blocks-linetables.cpp 11 extern "C" void exit(int);
13 extern void exit(int);
37 exit (6);
42 exit(1);
45 exit(2);
48 exit(3);
50 exit(4);
59 exit (5);
  /external/compiler-rt/test/BlocksRuntime/
rdar6396238.c 26 exit(1);
29 exit(0);
  /external/compiler-rt/test/msan/
no_sanitize_memory.cc 25 exit(0);
32 exit(0);
tzset.cc 11 exit(1);
14 exit(1);
  /external/junit/src/main/java/org/junit/internal/
RealSystem.java 11 public void exit(int code) { method in class:RealSystem
12 System.exit(code);
  /external/libcap/pam_cap/
test.c 9 exit(1);
11 exit(0);
  /external/libcxx/test/libcxx/containers/sequences/deque/
pop_back_empty.pass.cpp 14 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
25 std::exit(1);
  /external/libcxx/test/libcxx/containers/sequences/vector/
pop_back_empty.pass.cpp 14 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
25 std::exit(1);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_suspend/
5-1.c 28 exit(PTS_UNSUPPORTED);
29 exit(PTS_UNTESTED);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
testfrmw.h 43 exit(PTS_UNRESOLVED); \
50 exit(PTS_FAIL); \
56 exit(PTS_PASS); \
63 exit(PTS_UNTESTED); \
73 exit(PTS_UNRESOLVED); \
80 exit(PTS_FAIL); \
86 exit(PTS_PASS); \
93 exit(PTS_UNTESTED); \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
testfrmw.h 45 exit(PTS_UNRESOLVED); }
50 exit(PTS_FAIL); }
54 exit(PTS_PASS);
59 exit(PTS_UNTESTED); \
67 exit(PTS_UNRESOLVED); }
72 exit(PTS_FAIL); }
76 exit(PTS_PASS);
81 exit(PTS_UNTESTED); \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/
testfrmw.h 45 exit(PTS_UNRESOLVED); }
50 exit(PTS_FAIL); }
54 exit(PTS_PASS);
59 exit(PTS_UNTESTED); \
67 exit(PTS_UNRESOLVED); }
72 exit(PTS_FAIL); }
76 exit(PTS_PASS);
81 exit(PTS_UNTESTED); \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/
testfrmw.h 44 exit(PTS_UNRESOLVED); }
49 exit(PTS_FAIL); }
53 exit(PTS_PASS);
58 exit(PTS_UNTESTED); \
66 exit(PTS_UNRESOLVED); }
71 exit(PTS_FAIL); }
75 exit(PTS_PASS);
80 exit(PTS_UNTESTED); \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
testfrmw.h 44 exit(PTS_UNRESOLVED); }
49 exit(PTS_FAIL); }
53 exit(PTS_PASS);
58 exit(PTS_UNTESTED); \
66 exit(PTS_UNRESOLVED); }
71 exit(PTS_FAIL); }
75 exit(PTS_PASS);
80 exit(PTS_UNTESTED); \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
testfrmw.h 45 exit(PTS_UNRESOLVED); }
50 exit(PTS_FAIL); }
54 exit(PTS_PASS);
59 exit(PTS_UNTESTED); \
67 exit(PTS_UNRESOLVED); }
72 exit(PTS_FAIL); }
76 exit(PTS_PASS);
81 exit(PTS_UNTESTED); \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
testfrmw.h 45 exit(PTS_UNRESOLVED); }
50 exit(PTS_FAIL); }
54 exit(PTS_PASS);
59 exit(PTS_UNTESTED); \
67 exit(PTS_UNRESOLVED); }
72 exit(PTS_FAIL); }
76 exit(PTS_PASS);
81 exit(PTS_UNTESTED); \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
testfrmw.h 45 exit(PTS_UNRESOLVED); }
50 exit(PTS_FAIL); }
54 exit(PTS_PASS);
59 exit(PTS_UNTESTED); \
67 exit(PTS_UNRESOLVED); }
72 exit(PTS_FAIL); }
76 exit(PTS_PASS);
81 exit(PTS_UNTESTED); \

Completed in 1675 milliseconds

1 2 3 4 5 6 7 8 91011>>