Searched refs:ERR (Results 1 - 25 of 119) sorted by relevance

12345

/external/clang/test/SemaCXX/
H A Dwarn-static-const-float.cpp12 #elif ERR
/external/jemalloc/test/unit/
H A Dutil.c55 #define ERR(e) e, #e macro
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},
65 {"-", "-", 0, ERR(EINVAL), UINTMAX_MAX},
67 {"42", "", 0, ERR(0), KUMAX(42)},
68 {"+42", "", 0, ERR(
110 #undef ERR macro
[all...]
/external/deqp/framework/opengl/
H A DgluDefs.hpp29 #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())
/external/selinux/libsepol/src/
H A Dpolicydb_convert.c24 ERR(handle, "policy image is invalid");
48 ERR(handle, "could not compute policy length");
57 ERR(handle, "out of memory");
67 ERR(handle, "could not write policy");
77 ERR(handle, "Out of memory");
82 ERR(handle, "new policy image is invalid");
96 ERR(handle, "could not create policy image");
H A Dbooleans.c33 ERR(handle, "boolean %s no longer in policy", name);
37 ERR(handle, "illegal value %d for boolean %s", value, name);
46 ERR(handle, "out of memory");
50 ERR(handle, "could not update boolean %s", cname);
77 ERR(handle, "could not convert boolean %s to record", name);
95 ERR(handle, "error while re-evaluating conditionals");
102 ERR(handle, "could not set boolean %s", name);
130 ERR(handle, "out of memory, could not check "
170 ERR(handle, "out of memory");
173 ERR(handl
[all...]
H A Dcontext_record.c39 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");
182 ERR(handle, "out of memory");
185 ERR(handle, "could not clone context record");
226 ERR(handle, "out of memory");
271 ERR(handle, "malformed context \"%s\"", str);
274 ERR(handl
[all...]
H A Dcontext.c135 ERR(handle, "out of memory, could not convert " "context to string");
162 ERR(handle, "out of memory");
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,
235 ERR(handl
[all...]
H A Dgenusers.c30 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(NUL
[all...]
H A Dmodule.c315 ERR(handle, "Out of memory!");
332 ERR(handle, "Out of memory!");
337 ERR(handle, "Out of memory!");
383 ERR(file->handle, "out of memory");
389 ERR(file->handle, "module package header truncated");
393 ERR(file->handle,
403 ERR(file->handle, "too many sections (%u) in module package",
410 ERR(file->handle, "out of memory");
417 ERR(file->handle, "out of memory");
422 ERR(fil
[all...]
H A Dboolean_record.c29 ERR(handle, "out of memory, " "could not create boolean key");
55 ERR(handle, "could not extract key from boolean %s",
97 ERR(handle, "out of memory, could not set boolean name");
131 ERR(handle, "out of memory, "
164 ERR(handle, "could not clone boolean record");
H A Diface_record.c35 ERR(handle, "out of memory, could not create interface key");
61 ERR(handle, "could not extract key from "
96 ERR(handle, "out of memory, could not create "
126 ERR(handle, "out of memory, " "could not set interface name");
152 ERR(handle, "out of memory, could not set interface context");
178 ERR(handle, "out of memory, could not set message context");
215 ERR(handle, "could not clone interface record");
H A Dusers.c51 ERR(handle, "could not copy MLS level");
57 ERR(handle, "could not copy MLS level");
75 ERR(handle, "could not copy MLS range");
164 ERR(handle, "undefined role %s for user %s",
184 ERR(handle, "MLS is enabled, but no MLS "
196 ERR(handle, "could not copy MLS level %s", cmls_level);
204 ERR(handle, "MLS is enabled, but no MLS"
215 ERR(handle, "could not copy MLS range %s", cmls_range);
221 ERR(handle, "MLS is disabled, but MLS level/range "
264 ERR(handl
[all...]
H A Dnode_record.c55 ERR(handle, "could not parse IPv4 address "
68 ERR(handle, "could not parse IPv6 address "
81 ERR(handle, "unsupported protocol %u, could not "
116 ERR(handle, "unsupported protocol %u", proto);
125 ERR(handle, "out of memory");
129 ERR(handle, "could not allocate address of protocol %s",
153 ERR(handle,
173 ERR(handle,
182 ERR(handle, "unsupported protocol %u, could not"
214 ERR(handl
[all...]
H A Dgenbools.c56 ERR(NULL, "illegal value for boolean "
84 ERR(NULL, "out of memory");
98 ERR(NULL, "unknown boolean %s", name);
130 ERR(NULL, "unknown boolean %s", name);
168 ERR(NULL, "error while re-evaluating conditionals");
179 ERR(NULL, "unable to write new binary policy image");
226 ERR(NULL, "boolean %s no longer in policy", names[i]);
231 ERR(NULL, "illegal value %d for boolean %s",
240 ERR(NULL, "error while re-evaluating conditionals");
251 ERR(NUL
[all...]
H A Duser_record.c38 ERR(handle, "out of memory, "
65 ERR(handle, "could not extract key from user %s", user->name);
102 ERR(handle, "out of memory, could not set name");
127 ERR(handle, "out of memory, "
152 ERR(handle, "out of memory, "
194 ERR(handle, "out of memory, could not add role %s", role);
246 ERR(handle, "out of memory, could not allocate roles array for"
279 ERR(handle, "out of memory, could not "
308 ERR(handle, "out of memory, "
356 ERR(handl
[all...]
/external/selinux/libsemanage/src/
H A Dmodules.c64 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(s
[all...]
H A Dparse_utils.c20 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\" "
246 ERR(handle, "expected a numeric value: (%s: %u)\n%s",
253 ERR(handle, "could not parse numeric value \"%s\": "
264 ERR(handl
[all...]
H A Ddatabase_policydb.c60 ERR(handle, "could not update cache serial");
108 ERR(handle, "could not create policydb object");
116 ERR(handle, "could not open %s for reading: %s",
125 ERR(handle, "could not create policy file object");
149 ERR(handle, "could not cache policy database");
206 ERR(handle, "out of memory, could not initialize policy database");
254 ERR(handle, "could not add record to the database");
270 ERR(handle, "could not set record value");
288 ERR(handle, "could not modify record value");
331 ERR(handl
[all...]
H A Duser_extra_record.c46 ERR(handle, "could not extract key from user extra record");
93 ERR(handle, "out of memory, could not set name %s "
117 ERR(handle, "out of memory, could not set prefix %s "
135 ERR(handle, "out of memory, could not "
182 ERR(handle, "could not clone extra data for user %s", user_extra->name);
H A Dbooleans_activedb.c35 ERR(handle, "could not get list of boolean names");
59 ERR(handle, "could not get the value "
77 ERR(handle, "out of memory");
80 ERR(handle, "could not read boolean list");
123 ERR(handle, "libselinux commit failed");
133 ERR(handle, "out of memory");
136 ERR(handle, "could not commit boolean list");
H A Dseuser_record.c48 ERR(handle, "out of memory, could not create seuser key");
70 ERR(handle, "could not extract seuser key from record");
124 ERR(handle, "out of memory, could not set seuser (Unix) name");
149 ERR(handle,
176 ERR(handle, "out of memory, could not set seuser MLS range");
195 ERR(handle, "out of memory, could not create seuser");
235 ERR(handle, "could not clone seuser");
H A Ddatabase_llist.c62 ERR(handle, "out of memory");
65 ERR(handle, "could not cache record");
93 ERR(handle, "could not update cache serial");
124 ERR(handle, "could not complete cache lookup");
144 ERR(handle, "could not check if record exists");
162 ERR(handle, "could not add record to the database");
178 ERR(handle, "record not found in the database");
190 ERR(handle, "could not set record value");
218 ERR(handle, "could not modify record value");
249 ERR(handl
[all...]
H A Ddirect_api.c125 ERR(sh, "could not check whether policy is managed");
285 ERR(sh, "could not establish direct connection");
303 ERR(sh, "Could not cleanly remove sandbox %s.",
310 ERR(sh, "Could not cleanly remove tmp %s.",
444 ERR(sh, "Failure allocating memory.");
457 ERR(sh, "Failure opening bz2 archive.");
463 ERR(sh, "Failure allocating memory.");
474 ERR(sh, "Failure allocating memory.");
484 ERR(sh, "Failure reading bz2 archive.");
545 ERR(s
[all...]
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
H A DTestLogWriter.java31 log.msg("", level, level == TestLog.ERR, true);
33 log.msg(str, level, level == TestLog.ERR, false);
H A DTestLog.java35 public static final int ERR = 2; field in interface:TestLog

Completed in 1172 milliseconds

12345