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

1 23 4 5 6 7 8 91011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/mqueue_h/
3-1-buildonly.c 14 int err; local
16 err = mq_getattr(mqdes, &mqs);
4-1-buildonly.c 14 int err; local
16 err = mq_notify(mqdes, notification);
  /external/tensorflow/tensorflow/go/
graph_test.go 57 v, err := NewTensor(int64(1))
58 if err != nil {
59 t.Fatal(err)
61 input, err := Placeholder(g, "input", v.DataType())
62 if err != nil {
63 t.Fatal(err)
65 if _, err := Neg(g, "neg", input); err != nil {
66 t.Fatal(err)
71 if _, err := g.WriteTo(buf); err != nil
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arc/
asm-errors-2.d 2 #error-output: asm-errors-2.err
asm-errors.d 2 #error-output: asm-errors.err
  /toolchain/binutils/binutils-2.27/gold/testsuite/
missing_key_func.sh 29 # are displayed. The errors will be found in debug_msg.err.
57 check missing_key_func.err "error: undefined reference to 'vtable for C'"
58 check missing_key_func.err "class is missing its key function"
copy_test_protected.sh 38 check copy_test_protected.err "protected symbol .ip."
hidden_test.sh 30 # hidden symbols. The errors will be found in hidden_test.err.
59 check_missing hidden_test.err "main_default"
60 check_missing hidden_test.err "main_protected"
63 check_missing hidden_test.err "main_hidden"
64 check_missing hidden_test.err "main_internal"
plugin_test_7.sh 52 check plugin_test_7.err "set_x: PREVAILING_DEF_IRONLY"
53 check plugin_test_7.err "fun2: RESOLVED_EXEC"
54 check plugin_test_7.err "fun1: PREVAILING_DEF_REG"
55 check plugin_test_7.err "removing unused section from '.text.fun2' in file 'plugin_test_7_2.o'"
x32_overflow_pc32.sh 40 check x86_64_overflow_pc32.err "function bar: error: relocation overflow"
x86_64_overflow_pc32.sh 40 check x86_64_overflow_pc32.err "function bar: error: relocation overflow"
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
uncompr.c 31 int err; local
45 err = inflateInit(&stream);
46 if (err != Z_OK) return err;
48 err = inflate(&stream, Z_FINISH);
49 if (err != Z_STREAM_END) {
51 if (err == Z_NEED_DICT || (err == Z_BUF_ERROR && stream.avail_in == 0))
53 return err;
57 err = inflateEnd(&stream);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
uncompr.c 33 int err; local
47 err = inflateInit(&stream);
48 if (err != Z_OK) return err;
50 err = inflate(&stream, Z_FINISH);
51 if (err != Z_STREAM_END) {
53 if (err == Z_NEED_DICT || (err == Z_BUF_ERROR && stream.avail_in == 0))
55 return err;
59 err = inflateEnd(&stream);
    [all...]
  /external/python/cpython2/Modules/zlib/
uncompr.c 31 int err; local
45 err = inflateInit(&stream);
46 if (err != Z_OK) return err;
48 err = inflate(&stream, Z_FINISH);
49 if (err != Z_STREAM_END) {
51 if (err == Z_NEED_DICT || (err == Z_BUF_ERROR && stream.avail_in == 0))
53 return err;
57 err = inflateEnd(&stream)
    [all...]
  /external/syslinux/com32/lib/zlib/
uncompr.c 31 int err; local
45 err = inflateInit(&stream);
46 if (err != Z_OK) return err;
48 err = inflate(&stream, Z_FINISH);
49 if (err != Z_STREAM_END) {
51 if (err == Z_NEED_DICT || (err == Z_BUF_ERROR && stream.avail_in == 0))
53 return err;
57 err = inflateEnd(&stream)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/all/
cond.s 35 .err
39 .err
43 .err
46 .err
50 .err
56 .err
59 .err
62 .err
65 .err
70 .err
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/
uncompr.c 31 int err; local
45 err = inflateInit(&stream);
46 if (err != Z_OK) return err;
48 err = inflate(&stream, Z_FINISH);
49 if (err != Z_STREAM_END) {
51 if (err == Z_NEED_DICT || (err == Z_BUF_ERROR && stream.avail_in == 0))
53 return err;
57 err = inflateEnd(&stream)
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/
3-1.c 45 int err; local
47 err = pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL);
48 if (err != 0) {
49 fprintf(stderr, "pthread_setcancelstate: %s", strerror(err));
53 err = pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, NULL);
54 if (err != 0) {
55 fprintf(stderr, "pthread_setcanceltype: %s", strerror(err));
79 int err; local
81 err = pthread_create(&new_th, NULL, a_thread_func, NULL);
82 if (err != 0)
    [all...]
  /prebuilts/go/darwin-x86/src/net/
protoconn_test.go 30 la, err := ResolveTCPAddr("tcp4", "127.0.0.1:0")
31 if err != nil {
32 t.Fatal(err)
34 ln, err := ListenTCP("tcp4", la)
35 if err != nil {
36 t.Fatal(err)
42 if c, err := ln.Accept(); err != nil {
43 if !err.(Error).Timeout() {
44 t.Fatal(err)
    [all...]
  /prebuilts/go/linux-x86/src/net/
protoconn_test.go 30 la, err := ResolveTCPAddr("tcp4", "127.0.0.1:0")
31 if err != nil {
32 t.Fatal(err)
34 ln, err := ListenTCP("tcp4", la)
35 if err != nil {
36 t.Fatal(err)
42 if c, err := ln.Accept(); err != nil {
43 if !err.(Error).Timeout() {
44 t.Fatal(err)
    [all...]
  /prebuilts/go/darwin-x86/src/os/exec/
lp_unix_test.go 16 tmp, err := ioutil.TempDir("", "TestLookPathUnixEmptyPath")
17 if err != nil {
18 t.Fatal("TempDir failed: ", err)
21 wd, err := os.Getwd()
22 if err != nil {
23 t.Fatal("Getwd failed: ", err)
25 err = os.Chdir(tmp)
26 if err != nil {
27 t.Fatal("Chdir failed: ", err)
31 f, err := os.OpenFile("exec_me", os.O_CREATE|os.O_EXCL, 0700
    [all...]
  /prebuilts/go/linux-x86/src/os/exec/
lp_unix_test.go 16 tmp, err := ioutil.TempDir("", "TestLookPathUnixEmptyPath")
17 if err != nil {
18 t.Fatal("TempDir failed: ", err)
21 wd, err := os.Getwd()
22 if err != nil {
23 t.Fatal("Getwd failed: ", err)
25 err = os.Chdir(tmp)
26 if err != nil {
27 t.Fatal("Chdir failed: ", err)
31 f, err := os.OpenFile("exec_me", os.O_CREATE|os.O_EXCL, 0700
    [all...]
  /external/python/cpython2/RISCOS/Python/
dynload_riscos.c 53 int err; local
57 err = dlk_load_no_init(pathname, &init_function);
58 if (err) {
59 PyOS_snprintf(errstr, sizeof(errstr), "dlk failure %d", err);
  /prebuilts/go/darwin-x86/src/syscall/
forkpipe_bsd.go 10 err := Pipe(p)
11 if err != nil {
12 return err
14 _, err = fcntl(p[0], F_SETFD, FD_CLOEXEC)
15 if err != nil {
16 return err
18 _, err = fcntl(p[1], F_SETFD, FD_CLOEXEC)
19 return err
  /prebuilts/go/linux-x86/src/syscall/
forkpipe_bsd.go 10 err := Pipe(p)
11 if err != nil {
12 return err
14 _, err = fcntl(p[0], F_SETFD, FD_CLOEXEC)
15 if err != nil {
16 return err
18 _, err = fcntl(p[1], F_SETFD, FD_CLOEXEC)
19 return err

Completed in 354 milliseconds

1 23 4 5 6 7 8 91011>>