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

1 2 3 4 5 6 7

  /external/clang/test/SemaCXX/
warn-static-const-float.cpp 12 #elif ERR
  /external/jemalloc/test/unit/
util.c 36 int err; local
40 err = get_errno();
41 assert_d_eq(err, 0, "Unexpected failure");
55 #define ERR(e) e, #e
58 {"0", "0", -1, ERR(EINVAL), UINTMAX_MAX},
59 {"0", "0", 1, ERR(EINVAL), UINTMAX_MAX},
60 {"0", "0", 37, ERR(EINVAL), UINTMAX_MAX},
62 {"", "", 0, ERR(EINVAL), UINTMAX_MAX},
63 {"+", "+", 0, ERR(EINVAL), UINTMAX_MAX},
64 {"++3", "++3", 0, ERR(EINVAL), UINTMAX_MAX}
116 int err; local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/
SAXNotRecognizedExceptionTest.java 25 public static final String ERR = "Houston, we have a problem";
33 SAXNotRecognizedException e = new SAXNotRecognizedException(ERR);
34 assertEquals(ERR, e.getMessage());
SAXNotSupportedExceptionTest.java 25 public static final String ERR = "Houston, we have a problem";
33 SAXNotSupportedException e = new SAXNotSupportedException(ERR);
34 assertEquals(ERR, e.getMessage());
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...]
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
ErrorLog.h 21 # define ERR(...) ALOGE(__VA_ARGS__)
29 # define ERR(...) fprintf(stderr, __VA_ARGS__)
GLErrorLog.h 26 int err = gl.glGetError(); \
27 if (err) { dbg(); ERR("Error: 0x%X in %s (%s:%d)\n", err, __FUNCTION__, __FILE__, __LINE__); } \
  /external/deqp/framework/opengl/
gluDefs.hpp 29 #define GLU_EXPECT_NO_ERROR(ERR, MSG) glu::checkError((ERR), MSG, __FILE__, __LINE__)
30 #define GLU_CHECK_ERROR(ERR) GLU_EXPECT_NO_ERROR(ERR, DE_NULL)
33 #define GLU_CHECK_CALL_ERROR(CALL, ERR) do { CALL; GLU_EXPECT_NO_ERROR(ERR, #CALL); } while (deGetFalse())
69 void checkError (deUint32 err, const char* msg, const char* file, int line);
  /external/selinux/libsepol/src/
policydb_convert.c 24 ERR(handle, "policy image is invalid");
48 ERR(handle, "could not compute policy length");
50 goto err;
57 ERR(handle, "out of memory");
58 goto err;
67 ERR(handle, "could not write policy");
69 goto err;
77 ERR(handle, "Out of memory");
79 goto err;
82 ERR(handle, "new policy image is invalid")
    [all...]
booleans.c 33 ERR(handle, "boolean %s no longer in policy", name);
34 goto err;
37 ERR(handle, "illegal value %d for boolean %s", value, name);
38 goto err;
46 ERR(handle, "out of memory");
48 err:
50 ERR(handle, "could not update boolean %s", cname);
66 goto err;
69 goto err;
76 err
    [all...]
context_record.c 39 ERR(handle, "out of memory, could not set "
66 ERR(handle, "out of memory, could not set "
92 ERR(handle, "out of memory, could not set "
118 ERR(handle, "out of memory, could not set "
137 ERR(handle, "out of memory, could not " "create context\n");
164 goto err;
182 ERR(handle, "out of memory");
184 err:
185 ERR(handle, "could not clone context record");
221 goto err;
    [all...]
context.c 135 ERR(handle, "out of memory, could not convert " "context to string");
162 ERR(handle, "out of memory");
163 goto err;
171 ERR(handle, "user %s is not defined", user);
180 ERR(handle, "role %s is not defined", role);
189 ERR(handle, "type %s is not defined", type);
196 ERR(handle, "MLS is disabled, but MLS context \"%s\" found",
200 ERR(handle, "MLS is enabled, but no MLS context found");
209 ERR(handle,
213 ERR(handle
    [all...]
genusers.c 30 ERR(NULL, "invalid entry %s (%s:%u)", \
52 ERR(NULL, "out of memory");
96 ERR(NULL, "out of memory");
105 ERR(NULL, "out of memory");
116 ERR(NULL, "out of memory");
166 ERR(NULL, "undefined role %s (%s:%u)",
175 ERR(NULL, "out of memory");
212 ERR(NULL, "out of memory");
230 ERR(NULL, "invalid level %s (%s:%u)", scontext,
258 ERR(NULL, "out of memory")
    [all...]
module.c 315 ERR(handle, "Out of memory!");
332 ERR(handle, "Out of memory!");
337 ERR(handle, "Out of memory!");
383 ERR(file->handle, "out of memory");
384 goto err;
389 ERR(file->handle, "module package header truncated");
390 goto err;
393 ERR(file->handle,
396 goto err;
403 ERR(file->handle, "too many sections (%u) in module package"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursslk.h 126 if (ERR==::slk_clear())
132 if (ERR==::slk_restore())
174 if (ERR==::slk_refresh())
181 if (ERR==::slk_noutrefresh())
187 if (ERR==::slk_touch())
214 if (ERR==::slk_attron(attrs))
219 if (ERR==::slk_attroff(attrs))
224 if (ERR==::slk_attrset(attrs))
229 if (ERR==::slk_color(color_pair_number))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursslk.h 126 if (ERR==::slk_clear())
132 if (ERR==::slk_restore())
174 if (ERR==::slk_refresh())
181 if (ERR==::slk_noutrefresh())
187 if (ERR==::slk_touch())
214 if (ERR==::slk_attron(attrs))
219 if (ERR==::slk_attroff(attrs))
224 if (ERR==::slk_attrset(attrs))
229 if (ERR==::slk_color(color_pair_number))
  /system/core/fastboot/
usb_osx.c 50 #define ERR(x...) fprintf(stderr, "ERROR: " x)
99 ERR("Couldn't create a device interface iterator: (%08x)\n", kr);
130 ERR("Couldn't create interface interface: (%08x)\n",
166 ERR("Unable to get number of endpoints: (%08x)\n", kr);
175 ERR("Unable to get interface class, subclass and protocol\n");
212 ERR("could not get pipe properties\n");
234 ERR("could not clear input pipe; result %x, ignoring...\n", kr);
242 ERR("could not clear output pipe; result %x, ignoring....\n", kr);
276 ERR("Unable to create a plug-in (%08x)\n", kr);
284 ERR("Couldn't create a device interface (%08x)\n", (int) result)
    [all...]
  /external/selinux/libsemanage/src/
modules.c 64 ERR(sh, "Out of memory!");
73 ERR(sh, "Could not parse module data.");
78 ERR(sh, "Data did not represent a pp module. Please upgrade to the latest version of libsemanage to support hll modules.");
111 ERR(sh,
115 ERR(sh, "Not connected.");
130 ERR(sh,
134 ERR(sh, "Not connected.");
185 ERR(sh, "No remove function defined for this connection type.");
188 ERR(sh, "Not connected.");
203 ERR(sh, "No list function defined for this connection type.")
    [all...]
parse_utils.c 20 ERR(handle,
50 ERR(handle, "could not open file %s: %s",
136 ERR(handle, "out of memory, could not allocate buffer");
145 ERR(handle, "unexpected end of file (%s: %u)",
160 ERR(handle, "missing whitespace (%s: %u):\n%s",
179 ERR(handle, "expected character \'%c\', but found \'%c\' "
200 ERR(handle, "experted string \"%s\", but found \"%s\" "
243 goto err;
246 ERR(handle, "expected a numeric value: (%s: %u)\n%s",
248 goto err;
    [all...]
database_policydb.c 60 ERR(handle, "could not update cache serial");
108 ERR(handle, "could not create policydb object");
109 goto err;
116 ERR(handle, "could not open %s for reading: %s",
118 goto err;
125 ERR(handle, "could not create policy file object");
126 goto err;
133 goto err;
142 goto err;
148 err
    [all...]
  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
QemuPipeStream.cpp 71 ERR("realloc (%d) failed\n", allocSize);
91 if (len>0) ERR("QemuPipeStream::writeFully failed, buf=NULL, len %d", len);
105 ERR("QemuPipeStream::writeFully failed: premature EOF\n");
113 ERR("QemuPipeStream::writeFully failed: %s\n", strerror(errno));
126 ERR("QemuPipeStream::readFully failed, buf=NULL, len %zu", len);
140 ERR("QemuPipeStream::readFully failed (buf %p, len %zu"
157 ERR("QemuPipeStream::read failed, buf=NULL");
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
TestLogWriter.java 31 log.msg("", level, level == TestLog.ERR, true);
33 log.msg(str, level, level == TestLog.ERR, false);
TestLog.java 21 void err(String message); method in interface:TestLog
35 public static final int ERR = 2;
  /system/extras/tests/net_test/
net_test.sh 15 trap "exec /bin/bash" ERR EXIT

Completed in 992 milliseconds

1 2 3 4 5 6 7