Searched defs:err (Results 276 - 300 of 1696) sorted by relevance

<<11121314151617181920>>

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dthread.c36 int err; local
41 err = self->comm == NULL ? -ENOMEM : 0;
42 if (!err) {
45 return err;
H A Dtrace-event-scripting.c85 int err; local
86 err = script_spec_register("Python", scripting_ops);
87 if (err)
90 err = script_spec_register("py", scripting_ops);
91 if (err)
148 int err; local
149 err = script_spec_register("Perl", scripting_ops);
150 if (err)
153 err = script_spec_register("pl", scripting_ops);
154 if (err)
[all...]
H A Dusage.c12 static void report(const char *prefix, const char *err, va_list params) argument
15 vsnprintf(msg, sizeof(msg), err, params);
19 static NORETURN void usage_builtin(const char *err) argument
21 fprintf(stderr, "\n Usage: %s\n", err);
25 static NORETURN void die_builtin(const char *err, va_list params) argument
27 report(" Fatal: ", err, params);
31 static void error_builtin(const char *err, va_list params) argument
33 report(" Error: ", err, params);
43 static void (*usage_routine)(const char *err) NORETURN = usage_builtin;
44 static void (*die_routine)(const char *err, va_lis
48 set_die_routine(void (*routine)(const char *err, va_list params) NORETURN) argument
53 usage(const char *err) argument
58 die(const char *err, ...) argument
67 error(const char *err, ...) argument
[all...]
/external/lldb/source/Utility/
H A DKQueue.cpp81 int err = ::kevent(fd_kqueue, &event, 1, NULL, 0, NULL); local
82 return err == 0;
/external/lldb/tools/debugserver/source/
H A DPThreadEvent.cpp136 int err = 0; local
157 err = ::pthread_cond_timedwait (m_set_condition.Condition(), m_mutex.Mutex(), timeout_abstime);
160 if (err == ETIMEDOUT)
170 err = ::pthread_cond_wait (m_set_condition.Condition(), m_mutex.Mutex());
172 } while (err == 0);
184 int err = 0; local
205 err = ::pthread_cond_timedwait (m_reset_condition.Condition(), m_mutex.Mutex(), timeout_abstime);
211 err = ::pthread_cond_wait (m_reset_condition.Condition(), m_mutex.Mutex());
213 } while (err == 0);
H A DPThreadMutex.h103 int err; local
104 err = ::pthread_mutex_init (&m_mutex, NULL); assert(err == 0);
109 int err; local
111 err = ::pthread_mutexattr_init (&attr); assert(err == 0);
112 err = ::pthread_mutexattr_settype (&attr, type); assert(err == 0);
113 err = ::pthread_mutex_init (&m_mutex, &attr); assert(err
119 int err; local
[all...]
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_llvm_emit.cpp99 std::string err; local
100 const Target * AMDGPUTarget = TargetRegistry::lookupTarget("r600", err);
102 fprintf(stderr, "Can't find target: %s\n", err.c_str());
/external/openssl/crypto/bn/
H A Dbn_sqrt.c71 int err = 1; local
149 err = 0;
201 err = 0;
294 err = 0;
307 err = 0;
333 err = 0;
366 if (!err)
372 err = 1;
374 if (!err && 0 != BN_cmp(x, A))
377 err
[all...]
/external/openssl/crypto/rc4/
H A Drc4test.c117 int i,err=0; local
146 err++;
169 err++;
196 err++;
232 err++;
237 if (err) printf("ERROR: %d\n", err);
239 EXIT(err);
/external/openssl/crypto/sha/
H A Dsha1test.c108 int i,err=0; local
132 err++;
156 err++;
162 if (err) printf("ERROR: %d\n", err);
164 EXIT(err);
H A Dshatest.c108 int i,err=0; local
132 err++;
156 err++;
162 if (err) printf("ERROR: %d\n", err);
165 EXIT(err);
/external/oprofile/daemon/liblegacy/
H A Dopd_sample_files.c107 int err; local
127 err = odb_open(&sfile->sample_file, mangled, ODB_RDWR,
131 if (err) {
132 if (err == EMFILE) {
141 mangled, strerror(err));
150 return err;
/external/oprofile/daemon/
H A Dopd_mangling.c148 int err; local
165 err = odb_open(file, mangled, ODB_RDWR, sizeof(struct opd_header));
168 if (err) {
169 if (err == EMFILE) {
178 mangled, strerror(err));
204 return err;
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jdapimin.c44 * But the application has already set the err pointer, and may have set
50 struct jpeg_error_mgr * err = cinfo->err; local
53 cinfo->err = err;
/external/qemu/distrib/jpeg-6b/
H A Djdapimin.c43 * But the application has already set the err pointer, and may have set
49 struct jpeg_error_mgr * err = cinfo->err; local
52 cinfo->err = err;
H A Djerror.c73 (*cinfo->err->output_message) (cinfo);
103 (*cinfo->err->format_message) (cinfo, buffer);
130 struct jpeg_error_mgr * err = cinfo->err; local
137 if (err->num_warnings == 0 || err->trace_level >= 3)
138 (*err->output_message) (cinfo);
140 err->num_warnings++;
143 if (err->trace_level >= msg_level)
144 (*err
159 struct jpeg_error_mgr * err = cinfo->err; local
231 jpeg_std_error(struct jpeg_error_mgr * err) argument
[all...]
/external/qemu/util/
H A Dcompatfd.c39 int err; local
41 err = sigwait(&info->mask, &sig);
42 if (err != 0) {
/external/srtp/test/
H A Dreplay_driver.c66 err_status_t err; local
69 err = test_rdb_db();
70 if (err) {
105 err_status_t err; local
107 err = rdb_check(rdb, idx);
108 if ((err != err_status_replay_old) && (err != err_status_replay_fail)) {
134 err_status_t err; local
143 err = rdb_check_add(&rdb, idx);
144 if (err)
[all...]
/external/valgrind/main/drd/tests/
H A Dstd_list.cpp79 int err; local
86 err = pthread_create(&thread1, NULL, &func1, &instance1);
87 if (err != 0)
89 err = pthread_create(&thread2, NULL, &func2, &instance2);
90 if (err != 0)
93 err = pthread_join(thread1, NULL);
94 if (err != 0)
96 err = pthread_join(thread2, NULL);
97 if (err != 0)
/external/valgrind/main/none/tests/ppc32/
H A Ddata-cache-instructions.c21 int block_size, test_block_size = 4 * MAX_DCBZL_SZB, err; local
24 err = posix_memalign ((void **)&test_block, MAX_DCBZL_SZB, test_block_size);
25 if (err) {
26 fprintf(stderr, "posix_memalign() failed (err = %d [%s])\n", err, strerror(err));
27 return err;
61 int err; local
69 err = posix_memalign((void **) &buffer, block_size, buffer_size);
70 if (err) {
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Ddata-cache-instructions.c21 int block_size, test_block_size = 4 * MAX_DCBZL_SZB, err; local
24 err = posix_memalign ((void **)&test_block, MAX_DCBZL_SZB, test_block_size);
25 if (err) {
26 fprintf(stderr, "posix_memalign() failed (err = %d [%s])\n", err, strerror(err));
27 return err;
61 int err; local
69 err = posix_memalign((void **) &buffer, block_size, buffer_size);
70 if (err) {
[all...]
/external/valgrind/main/tests/
H A Dpower_insn_available.c46 int err; local
49 err = posix_memalign ((void **)&test_block, MAX_DCBZL_SZB, 4 * MAX_DCBZL_SZB);
50 if (err) {
51 fprintf(stderr, "posix_memalign() failed (err = %d [%s])\n", err, strerror(err));
52 return err;
/external/android-clat/
H A Dgetaddr.c85 * err - netlink message
89 __attribute__((unused)) struct nlmsgerr *err,
88 error_handler(__attribute__((unused)) struct sockaddr_nl *nla, __attribute__((unused)) struct nlmsgerr *err, __attribute__((unused)) void *arg) argument
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
H A DFramesTest.java44 short err; field in class:FramesTest
81 if (err != JDWPConstants.Error.NONE) {
82 printErrorAndFail("Unexpected ERROR = " + err
83 + "(" + JDWPConstants.Error.getName(err) + ")");
98 if (err == JDWPConstants.Error.INVALID_LENGTH) {
99 logWriter.println("Caught expected error - " + JDWPConstants.Error.getName(err)
100 + "(" + err + ")");
103 + JDWPConstants.Error.getName(err) + "(" + err + ")"
135 if (err !
[all...]
/external/bluetooth/bluedroid/hci/src/
H A Dutils.c269 int err; local
276 err = nanosleep(&delay, &delay);
277 } while (err < 0 && errno ==EINTR);

Completed in 325 milliseconds

<<11121314151617181920>>