Home
last modified time | relevance | path

Searched refs:ERR (Results 1 – 25 of 101) sorted by relevance

12345

/external/jemalloc/test/unit/
Dutil.c55 #define ERR(e) e, #e in TEST_BEGIN() macro
58 {"0", "0", -1, ERR(EINVAL), UINTMAX_MAX}, in TEST_BEGIN()
59 {"0", "0", 1, ERR(EINVAL), UINTMAX_MAX}, in TEST_BEGIN()
60 {"0", "0", 37, ERR(EINVAL), UINTMAX_MAX}, in TEST_BEGIN()
62 {"", "", 0, ERR(EINVAL), UINTMAX_MAX}, in TEST_BEGIN()
63 {"+", "+", 0, ERR(EINVAL), UINTMAX_MAX}, in TEST_BEGIN()
64 {"++3", "++3", 0, ERR(EINVAL), UINTMAX_MAX}, in TEST_BEGIN()
65 {"-", "-", 0, ERR(EINVAL), UINTMAX_MAX}, in TEST_BEGIN()
67 {"42", "", 0, ERR(0), KUMAX(42)}, in TEST_BEGIN()
68 {"+42", "", 0, ERR(0), KUMAX(42)}, in TEST_BEGIN()
[all …]
/external/libsepol/src/
Dmodule.c315 ERR(handle, "Out of memory!"); in sepol_link_packages()
332 ERR(handle, "Out of memory!"); in sepol_link_packages()
337 ERR(handle, "Out of memory!"); in sepol_link_packages()
383 ERR(file->handle, "out of memory"); in module_package_read_offsets()
389 ERR(file->handle, "module package header truncated"); in module_package_read_offsets()
393 ERR(file->handle, in module_package_read_offsets()
403 ERR(file->handle, "too many sections (%u) in module package", in module_package_read_offsets()
410 ERR(file->handle, "out of memory"); in module_package_read_offsets()
417 ERR(file->handle, "out of memory"); in module_package_read_offsets()
422 ERR(file->handle, "module package offset array truncated"); in module_package_read_offsets()
[all …]
Dnode_record.c55 ERR(handle, "could not parse IPv4 address " in node_parse_addr()
68 ERR(handle, "could not parse IPv6 address " in node_parse_addr()
81 ERR(handle, "unsupported protocol %u, could not " in node_parse_addr()
116 ERR(handle, "unsupported protocol %u", proto); in node_alloc_addr()
125 ERR(handle, "out of memory"); in node_alloc_addr()
129 ERR(handle, "could not allocate address of protocol %s", in node_alloc_addr()
153 ERR(handle, in node_expand_addr()
173 ERR(handle, in node_expand_addr()
182 ERR(handle, "unsupported protocol %u, could not" in node_expand_addr()
214 ERR(handle, "unsupported protocol %u", proto); in node_alloc_addr_string()
[all …]
Dcontext_record.c39 ERR(handle, "out of memory, could not set " in hidden_def()
66 ERR(handle, "out of memory, could not set " in hidden_def()
92 ERR(handle, "out of memory, could not set " in hidden_def()
118 ERR(handle, "out of memory, could not set " in hidden_def()
137 ERR(handle, "out of memory, could not " "create context\n"); in hidden_def()
182 ERR(handle, "out of memory"); in hidden_def()
185 ERR(handle, "could not clone context record"); in hidden_def()
226 ERR(handle, "out of memory"); in hidden_def()
271 ERR(handle, "malformed context \"%s\"", str); in hidden_def()
274 ERR(handle, "could not construct context from string"); in hidden_def()
[all …]
Dbooleans.c33 ERR(handle, "boolean %s no longer in policy", name); in bool_update()
37 ERR(handle, "illegal value %d for boolean %s", value, name); in bool_update()
46 ERR(handle, "out of memory"); in bool_update()
50 ERR(handle, "could not update boolean %s", cname); in bool_update()
77 ERR(handle, "could not convert boolean %s to record", name); in bool_to_record()
95 ERR(handle, "error while re-evaluating conditionals"); in sepol_bool_set()
102 ERR(handle, "could not set boolean %s", name); in sepol_bool_set()
130 ERR(handle, "out of memory, could not check " in sepol_bool_exists()
170 ERR(handle, "out of memory"); in sepol_bool_query()
173 ERR(handle, "could not query boolean %s", cname); in sepol_bool_query()
[all …]
Dexpand.c177 ERR(state->handle, "Out of memory!"); in type_copy_callback()
183 ERR(state->handle, "Out of memory!"); in type_copy_callback()
195 ERR(state->handle, "type space overflow"); in type_copy_callback()
207 ERR(state->handle, "hashtab overflow"); in type_copy_callback()
213 ERR(state->handle, "Out of memory!\n"); in type_copy_callback()
245 ERR(state->handle, "attribute %s vanished!", id); in attr_convert_callback()
249 ERR(state->handle, "out of memory"); in attr_convert_callback()
255 ERR(state->handle, "Out of memory!"); in attr_convert_callback()
317 ERR(state->handle, "Out of memory!"); in common_copy_callback()
322 ERR(state->handle, "Out of memory!"); in common_copy_callback()
[all …]
Dpolicydb_convert.c24 ERR(handle, "policy image is invalid"); in policydb_from_image()
48 ERR(handle, "could not compute policy length"); in policydb_to_image()
57 ERR(handle, "out of memory"); in policydb_to_image()
67 ERR(handle, "could not write policy"); in policydb_to_image()
77 ERR(handle, "Out of memory"); in policydb_to_image()
82 ERR(handle, "new policy image is invalid"); in policydb_to_image()
96 ERR(handle, "could not create policy image"); in policydb_to_image()
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(NULL, "out of memory");
[all …]
Dcontext.c135 ERR(handle, "out of memory, could not convert " "context to string"); in context_to_string()
162 ERR(handle, "out of memory"); in context_from_record()
171 ERR(handle, "user %s is not defined", user); in context_from_record()
180 ERR(handle, "role %s is not defined", role); in context_from_record()
189 ERR(handle, "type %s is not defined", type); in context_from_record()
196 ERR(handle, "MLS is disabled, but MLS context \"%s\" found", in context_from_record()
200 ERR(handle, "MLS is enabled, but no MLS context found"); in context_from_record()
209 ERR(handle, in context_from_record()
213 ERR(handle, in context_from_record()
235 ERR(handle, "could not create context structure"); in context_from_record()
[all …]
Dlink.c151 ERR(state->handle, "Memory error"); in permission_copy_callback()
158 ERR(state->handle, "Memory error"); in permission_copy_callback()
166 ERR(state->handle, in permission_copy_callback()
174 ERR(state->handle, in permission_copy_callback()
190 ERR(state->handle, "Out of memory!"); in permission_copy_callback()
214 ERR(state->handle, "Found conflicting default user definitions"); in class_copy_default_new_object()
221 ERR(state->handle, "Found conflicting default role definitions"); in class_copy_default_new_object()
228 ERR(state->handle, "Found conflicting default type definitions"); in class_copy_default_new_object()
235 ERR(state->handle, "Found conflicting default range definitions"); in class_copy_default_new_object()
271 ERR(state->handle, in class_copy_callback()
[all …]
Dusers.c51 ERR(handle, "could not copy MLS level"); in user_to_record()
57 ERR(handle, "could not copy MLS level"); in user_to_record()
75 ERR(handle, "could not copy MLS range"); in user_to_record()
164 ERR(handle, "undefined role %s for user %s", in sepol_user_modify()
184 ERR(handle, "MLS is enabled, but no MLS " in sepol_user_modify()
196 ERR(handle, "could not copy MLS level %s", cmls_level); in sepol_user_modify()
204 ERR(handle, "MLS is enabled, but no MLS" in sepol_user_modify()
215 ERR(handle, "could not copy MLS range %s", cmls_range); in sepol_user_modify()
221 ERR(handle, "MLS is disabled, but MLS level/range " in sepol_user_modify()
264 ERR(handle, "unable to expand role set"); in sepol_user_modify()
[all …]
Dgenbools.c56 ERR(NULL, "illegal value for boolean " in process_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(NULL, "unable to write binary policy");
Davtab.c387 ERR(fp->handle, "truncated entry"); in avtab_read_item()
393 ERR(fp->handle, "invalid item count"); in avtab_read_item()
399 ERR(fp->handle, "truncated entry"); in avtab_read_item()
407 ERR(fp->handle, "truncated source type"); in avtab_read_item()
413 ERR(fp->handle, "truncated target type"); in avtab_read_item()
419 ERR(fp->handle, "truncated target class"); in avtab_read_item()
427 ERR(fp->handle, "null entry"); in avtab_read_item()
431 ERR(fp->handle, "entry has both access " in avtab_read_item()
447 ERR(fp->handle, "entry only had %d items, " in avtab_read_item()
456 ERR(fp->handle, "truncated entry"); in avtab_read_item()
[all …]
Dnodes.c47 ERR(handle, "unsupported protocol %u", proto); in node_from_record()
68 ERR(handle, "out of memory"); in node_from_record()
79 ERR(handle, "could not create node structure"); in node_from_record()
125 ERR(handle, "unsupported protocol %u", proto); in node_to_record()
140 ERR(handle, "could not convert node to record"); in node_to_record()
216 ERR(handle, "unsupported protocol %u", proto); in sepol_node_exists()
224 ERR(handle, "could not check if node %s/%s (%s) exists", in sepol_node_exists()
282 ERR(handle, "unsupported protocol %u", proto); in sepol_node_query()
289 ERR(handle, "could not query node %s/%s (%s)", in sepol_node_query()
329 ERR(handle, "unsupported protocol %u", proto); in sepol_node_modify()
[all …]
Diface_record.c35 ERR(handle, "out of memory, could not create interface key"); in sepol_iface_key_create()
61 ERR(handle, "could not extract key from " in hidden_def()
96 ERR(handle, "out of memory, could not create " in sepol_iface_create()
126 ERR(handle, "out of memory, " "could not set interface name"); in hidden_def()
152 ERR(handle, "out of memory, could not set interface context"); in hidden_def()
178 ERR(handle, "out of memory, could not set message context"); in hidden_def()
215 ERR(handle, "could not clone interface record"); in hidden_def()
Duser_record.c38 ERR(handle, "out of memory, " in sepol_user_key_create()
65 ERR(handle, "could not extract key from user %s", user->name); in hidden_def()
102 ERR(handle, "out of memory, could not set name"); in sepol_user_set_name()
127 ERR(handle, "out of memory, " in hidden_def()
152 ERR(handle, "out of memory, " in hidden_def()
194 ERR(handle, "out of memory, could not add role %s", role); in sepol_user_add_role()
246 ERR(handle, "out of memory, could not allocate roles array for" in hidden_def()
279 ERR(handle, "out of memory, could not " in sepol_user_get_roles()
308 ERR(handle, "out of memory, " in sepol_user_create()
356 ERR(handle, "could not clone selinux user record"); in hidden_def()
Dports.c20 ERR(handle, "unsupported protocol %u", proto); in sepol2ipproto()
34 ERR(handle, "invalid protocol %u " "found in policy", proto); in ipproto2sepol()
68 ERR(handle, "low port %d exceeds high port %d", in port_from_record()
86 ERR(handle, "out of memory"); in port_from_record()
95 ERR(handle, "could not create port structure for range %u:%u (%s)", in port_from_record()
135 ERR(handle, "could not convert port range %u - %u (%s) " in port_to_record()
194 ERR(handle, "could not check if port range %u - %u (%s) exists", in sepol_port_exists()
233 ERR(handle, "could not query port range %u - %u (%s)", in sepol_port_query()
267 ERR(handle, "could not load port range %u - %u (%s)", in sepol_port_modify()
309 ERR(handle, "could not iterate over ports"); in sepol_port_iterate()
Dservices.c71 #define BUG() do { ERR(NULL, "Badness at %s:%d", __FILE__, __LINE__); } while (0)
72 #define BUG_ON(x) do { if (x) ERR(NULL, "Badness at %s:%d", __FILE__, __LINE__); } while (0)
101 ERR(NULL, "unable to allocate stack space"); in push()
116 ERR(NULL, "pop called with no stack entries"); in pop()
145 ERR(NULL, "Out of memory!"); in sepol_set_policydb_from_file()
150 ERR(NULL, "can't read binary policy: %s", strerror(errno)); in sepol_set_policydb_from_file()
189 ERR(NULL, "failed to realloc expr buffer"); in cat_expr_buf()
417 ERR(NULL, "failed to allocate class buffer"); in constraint_expr_eval_reason()
439 ERR(NULL, "failed to allocate expr buffer stack"); in constraint_expr_eval_reason()
454 ERR(NULL, "failed to allocate expr buffer"); in constraint_expr_eval_reason()
[all …]
Dboolean_record.c29 ERR(handle, "out of memory, " "could not create boolean key"); in sepol_bool_key_create()
55 ERR(handle, "could not extract key from boolean %s", in hidden_def()
97 ERR(handle, "out of memory, could not set boolean name"); in hidden_def()
131 ERR(handle, "out of memory, " in hidden_def()
164 ERR(handle, "could not clone boolean record"); in hidden_def()
Dassertion.c37ERR(handle, "neverallow on line %lu of %s (or line %lu of policy.conf) violated by allow %s %s:%s … in report_failure()
45 ERR(handle, "neverallow on line %lu violated by allow %s %s:%s {%s };", in report_failure()
52 ERR(handle, "neverallow violated by allow %s %s:%s {%s };", in report_failure()
155 ERR(handle, "%lu neverallow failures occurred", errors); in check_assertions()
162 ERR(handle, "Out of memory - unable to check neverallows"); in check_assertions()
/external/deqp/framework/opengl/
DgluDefs.hpp29 #define GLU_EXPECT_NO_ERROR(ERR, MSG) glu::checkError((ERR), MSG, __FILE__, __LINE__) argument
30 #define GLU_CHECK_ERROR(ERR) GLU_EXPECT_NO_ERROR(ERR, DE_NULL) argument
33 #define GLU_CHECK_CALL_ERROR(CALL, ERR) do { CALL; GLU_EXPECT_NO_ERROR(ERR, #CALL); } while (deGetF… argument
/external/mdnsresponder/mDNSShared/
DDebugServices.h617 #define check_noerr( ERR ) \ argument
622 localErr = (int_least32_t)( ERR ); \
630 #define check_noerr( ERR ) argument
652 #define check_noerr_string( ERR, STR ) \ argument
657 localErr = (int_least32_t)( ERR ); \
665 #define check_noerr_string( ERR, STR ) argument
813 #define require_noerr( ERR, LABEL ) \ argument
818 localErr = (int_least32_t)( ERR ); \
844 #define require_noerr_string( ERR, LABEL, STR ) \ argument
849 localErr = (int_least32_t)( ERR ); \
[all …]
/external/chromium_org/third_party/angle/src/common/
Ddebug.h57 #define ERR(message, ...) gl::trace(false, "err: %s(%d): " message "\n", __FUNCTION__, __LINE__, ##… macro
59 #define ERR(message, ...) (void(0)) macro
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/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
DRenderer11.cpp143 ERR("Could not load D3D11 or DXGI library - aborting!\n"); in initialize()
153 ERR("Could not retrieve D3D11CreateDevice address - aborting!\n"); in initialize()
186 ERR("Failed creating Debug D3D11 device - falling back to release runtime.\n"); in initialize()
205 ERR("Could not create D3D11 device - aborting!\n"); in initialize()
233 ERR("DXGI 1.2 required to present to HWNDs owned by another process.\n"); in initialize()
245 ERR("Could not query DXGI device - aborting!\n"); in initialize()
253 ERR("Could not retrieve DXGI adapter - aborting!\n"); in initialize()
267 ERR("Could not create DXGI factory - aborting!\n"); in initialize()
445ERR("NULL sampler state returned by RenderStateCache::getSamplerState, setting the default" in setSamplerState()
467ERR("NULL sampler state returned by RenderStateCache::getSamplerState, setting the default" in setSamplerState()
[all …]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
Dcmdline.py330 OK, ERR = 0, 1 variable
393 return ERR
399 return ERR
432 return ERR
438 return ERR
449 return ERR
453 return ERR
475 return ERR
503 return ERR
664 status = ERR
[all …]

12345