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

1 2 3 4 5 6 7 8 91011>>

  /external/python/cpython3/Lib/test/dtracedata/
assert_usable.d 4 exit(0);
  /toolchain/binutils/binutils-2.27/gold/testsuite/
searched_file_test.cc 34 exit(zero_from_lib);
  /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);
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-discard/
exit.s 2 .section .data.exit,"aw"
5 .section .text.exit,"ax"
  /device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
exit.c 9 void exit(int v) function
11 ERROR("EXIT\n");
  /external/ltp/testcases/kernel/syscalls/execve/
execve_child.c 31 exit(0);
  /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/valgrind/none/tests/
fcntl_setown.c 14 exit(1);
20 exit(1);
26 exit(1);
29 exit(0);
map_unaligned.c 13 exit( 1 );
19 exit( 1 );
28 exit( 1 );
34 exit( 1 );
37 exit( 0 );
  /external/valgrind/none/tests/x86/
int.c 7 exit(0);
  /hardware/interfaces/vr/1.0/
IVr.hal 26 @exit
39 @exit
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
got1c.c 6 exit (status);
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
gotpcrel1c.c 6 exit (status);
  /external/valgrind/none/tests/amd64/
nibz_bennee_mmap.c 39 exit(1);
44 exit(1);
50 exit(1);
56 exit(1);
60 exit(0);
  /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/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_suspend/
5-1.c 29 exit(PTS_UNSUPPORTED);
30 exit(PTS_UNTESTED);

Completed in 476 milliseconds

1 2 3 4 5 6 7 8 91011>>