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

1234

/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/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...]
H A Dnodes.c47 ERR(handle, "unsupported protocol %u", proto);
68 ERR(handle, "out of memory");
79 ERR(handle, "could not create node structure");
125 ERR(handle, "unsupported protocol %u", proto);
140 ERR(handle, "could not convert node to record");
216 ERR(handle, "unsupported protocol %u", proto);
224 ERR(handle, "could not check if node %s/%s (%s) exists",
282 ERR(handle, "unsupported protocol %u", proto);
289 ERR(handle, "could not query node %s/%s (%s)",
329 ERR(handl
[all...]
H A Dexpand.c177 ERR(state->handle, "Out of memory!");
183 ERR(state->handle, "Out of memory!");
195 ERR(state->handle, "type space overflow");
207 ERR(state->handle, "hashtab overflow");
213 ERR(state->handle, "Out of memory!\n");
245 ERR(state->handle, "attribute %s vanished!", id);
249 ERR(state->handle, "out of memory");
255 ERR(state->handle, "Out of memory!");
317 ERR(state->handle, "Out of memory!");
322 ERR(stat
[all...]
H A Dlink.c151 ERR(state->handle, "Memory error");
158 ERR(state->handle, "Memory error");
166 ERR(state->handle,
174 ERR(state->handle,
190 ERR(state->handle, "Out of memory!");
214 ERR(state->handle, "Found conflicting default user definitions");
221 ERR(state->handle, "Found conflicting default role definitions");
228 ERR(state->handle, "Found conflicting default type definitions");
235 ERR(state->handle, "Found conflicting default range definitions");
271 ERR(stat
[all...]
H A Dassertion.c37 ERR(handle, "neverallow on line %lu of %s (or line %lu of policy.conf) violated by allow %s %s:%s {%s };",
45 ERR(handle, "neverallow on line %lu violated by allow %s %s:%s {%s };",
52 ERR(handle, "neverallow violated by allow %s %s:%s {%s };",
155 ERR(handle, "%lu neverallow failures occurred", errors);
162 ERR(handle, "Out of memory - unable to check neverallows");
H A Dports.c20 ERR(handle, "unsupported protocol %u", proto);
34 ERR(handle, "invalid protocol %u " "found in policy", proto);
68 ERR(handle, "low port %d exceeds high port %d",
86 ERR(handle, "out of memory");
95 ERR(handle, "could not create port structure for range %u:%u (%s)",
135 ERR(handle, "could not convert port range %u - %u (%s) "
194 ERR(handle, "could not check if port range %u - %u (%s) exists",
233 ERR(handle, "could not query port range %u - %u (%s)",
267 ERR(handle, "could not load port range %u - %u (%s)",
309 ERR(handl
[all...]
H A Davtab.c387 ERR(fp->handle, "truncated entry");
393 ERR(fp->handle, "invalid item count");
399 ERR(fp->handle, "truncated entry");
407 ERR(fp->handle, "truncated source type");
413 ERR(fp->handle, "truncated target type");
419 ERR(fp->handle, "truncated target class");
427 ERR(fp->handle, "null entry");
431 ERR(fp->handle, "entry has both access "
447 ERR(fp->handle, "entry only had %d items, "
456 ERR(f
[all...]
/external/chromium_org/third_party/angle/src/common/
H A Ddebug.h57 #define ERR(message, ...) gl::trace(false, "err: %s(%d): " message "\n", __FUNCTION__, __LINE__, ##__VA_ARGS__) macro
59 #define ERR(message, ...) (void(0))
77 ERR("\t! Assert failed in %s(%d): "#expression"\n", __FUNCTION__, __LINE__); \
112 ERR("\t! Unreachable reached: %s(%d)\n", __FUNCTION__, __LINE__); \
116 #define UNREACHABLE() ERR("\t! Unreachable reached: %s(%d)\n", __FUNCTION__, __LINE__)
/external/llvm/include/llvm/Support/
H A DSolaris.h46 #undef ERR macro
/external/mdnsresponder/mDNSShared/
H A DDebugServices.h617 #define check_noerr( ERR ) \
622 localErr = (int_least32_t)( ERR ); \
630 #define check_noerr( ERR )
652 #define check_noerr_string( ERR, STR ) \
657 localErr = (int_least32_t)( ERR ); \
665 #define check_noerr_string( ERR, STR )
813 #define require_noerr( ERR, LABEL ) \
818 localErr = (int_least32_t)( ERR ); \
844 #define require_noerr_string( ERR, LABEL, STR ) \
849 localErr = (int_least32_t)( ERR ); \
[all...]
/external/chromium_org/third_party/mach_override/
H A Dmach_override.h50 #define MACH_OVERRIDE( ORIGINAL_FUNCTION_RETURN_TYPE, ORIGINAL_FUNCTION_NAME, ORIGINAL_FUNCTION_ARGS, ERR ) \

Completed in 560 milliseconds

1234