HomeSort by relevance Sort by last modified time
    Searched defs:ERR (Results 26 - 50 of 118) sorted by null

12 3 4 5

  /cts/hostsidetests/security/securityPatch/CVE-2016-8432/
poc.c 30 #define ERR(fmt, ...) printf(fmt " %d %s\n", ##__VA_ARGS__, errno, strerror(errno))
  /external/dtc/tests/
tests.h 49 #define ERR "ERR: "
50 #define ERROR(fmt, args...) fprintf(stderr, ERR fmt, ## args)
  /external/jemalloc/test/unit/
util.c 57 int err; local
61 err = get_errno();
62 assert_d_eq(err, 0, "Unexpected failure");
76 #define ERR(e) e, #e
80 {"0", "0", -1, ERR(EINVAL), UINTMAX_MAX},
81 {"0", "0", 1, ERR(EINVAL), UINTMAX_MAX},
82 {"0", "0", 37, ERR(EINVAL), UINTMAX_MAX},
84 {"", "", 0, ERR(EINVAL), UINTMAX_MAX},
85 {"+", "+", 0, ERR(EINVAL), UINTMAX_MAX},
86 {"++3", "++3", 0, ERR(EINVAL), UINTMAX_MAX}
139 int err; local
    [all...]
  /external/kmod/testsuite/
test-list.c 24 #undef ERR
testsuite.h 45 * errno to err-code. Set this variable with the following format:
47 * modname:return-code:err-code
58 * errno to err-code. Set this variable with the following format:
60 * modname:return-code:err-code
89 const char *err; member in struct:test::__anon23668
122 #define ERR(fmt, ...) _LOG("ERR: ", fmt, ## __VA_ARGS__)
127 ERR("Failed assertion: " #expr " %s:%d %s\n", \
init_module.c 48 #undef ERR
243 int err; local
253 err = kmod_elf_get_section(elf, ".gnu.linkonce.this_module", &buf,
258 if (err < 0)
272 err = mod->ret;
274 err = -1;
277 err = 0;
279 if (err == 0)
282 return err;
308 int err; local
    [all...]
  /external/llvm/include/llvm/Support/
Solaris.h 46 #undef ERR
  /external/vogar/test/vogar/testing/
InterceptOutputStreams.java 32 * {@link System#err} and collate it for use by the test.
51 ERR {
54 return System.err;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/
SAXExceptionTest.java 26 public static final String ERR = "Houston, we have a problem";
39 SAXException e = new SAXException(ERR, c);
41 assertEquals(ERR, e.getMessage());
51 e = new SAXParseException(ERR, null);
53 assertEquals(ERR, e.getMessage());
59 SAXException e = new SAXException(ERR);
61 assertEquals(ERR, e.getMessage());
89 SAXException e = new SAXException(ERR);
92 assertTrue(s.contains(ERR));
98 assertFalse(s.contains(ERR));
    [all...]
SAXParseExceptionTest.java 27 public static final String ERR = "Houston, we have a problem";
47 SAXParseException e = new SAXParseException(ERR, l, c);
49 assertEquals(ERR, e.getMessage());
69 e = new SAXParseException(ERR, null, c);
71 assertEquals(ERR, e.getMessage());
80 e = new SAXParseException(ERR, l, null);
82 assertEquals(ERR, e.getMessage());
99 SAXParseException e = new SAXParseException(ERR, l);
101 assertEquals(ERR, e.getMessage());
121 e = new SAXParseException(ERR, null)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Solaris.h 46 #undef ERR
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Solaris.h 46 #undef ERR
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Solaris.h 46 #undef ERR
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Solaris.h 46 #undef ERR
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Solaris.h 46 #undef ERR
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Solaris.h 46 #undef ERR
  /art/dt_fd_forward/
dt_fd_forward.h 59 #define ERR(e) JDWPTRANSPORT_ERROR_ ## e
60 static constexpr jdwpTransportError OK = ERR(NONE);
  /art/openjdkjvmti/
art_jvmti.h 117 #define ERR(e) JVMTI_ERROR_ ## e
121 static constexpr jvmtiError ERR(NOT_IMPLEMENTED) = JVMTI_ERROR_NOT_AVAILABLE;
146 CHECK(ret == ERR(NONE));
167 CHECK(ret == ERR(NONE));
194 if (*error != ERR(NONE)) {
207 if (*error != ERR(NONE)) {
  /external/kmod/libkmod/
libkmod-internal.h 29 # define ERR(ctx, arg...) kmod_log_cond(ctx, LOG_ERR, ## arg)
33 # define ERR(ctx, arg...) kmod_log_null(ctx, ## arg)
  /external/ltp/testcases/lib/
tst_kvcmp.c 34 ERR,
63 return ERR;
122 enum op prev_op = ERR;
146 if (ret != -1 && prev_op == ERR) {
171 case ERR:
202 case ERR:
207 prev_op = ERR;
211 prev_op = ERR;
218 if (prev_op != ERR) {
  /external/ltp/testcases/misc/math/atof/
atof01.c 50 #define ERR 0.0000001
96 if (x > ERR) {
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_debug.h 34 #define ERR(fmt, ...) _nine_debug_printf(DBG_ERROR, __FUNCTION__, fmt, ## __VA_ARGS__)
132 ERR(x); \
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_common.h 51 #define ERR stderr
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
getaddrinfo.c 199 #define ERR(err) { error = (err); goto bad; }
282 ERR(EAI_BADHINTS); /* xxx */
284 ERR(EAI_BADFLAGS);
293 ERR(EAI_FAMILY);
317 ERR(EAI_BADHINTS); /*xxx*/
323 ERR(EAI_BADHINTS); /*xxx*/
327 ERR(EAI_SOCKTYPE);
363 ERR(EAI_SERVICE);
    [all...]
  /external/python/cpython2/Modules/
getaddrinfo.c 199 #define ERR(err) { error = (err); goto bad; }
282 ERR(EAI_BADHINTS); /* xxx */
284 ERR(EAI_BADFLAGS);
293 ERR(EAI_FAMILY);
317 ERR(EAI_BADHINTS); /*xxx*/
323 ERR(EAI_BADHINTS); /*xxx*/
327 ERR(EAI_SOCKTYPE);
363 ERR(EAI_SERVICE)
    [all...]

Completed in 1330 milliseconds

12 3 4 5