Home
last modified time | relevance | path

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

12345678910>>...12

/third_party/node/deps/npm/node_modules/node-gyp/docs/
DError-pre-versions-of-node-cannot-be-installed.md13 gyp ERR! configure error
14 gyp ERR! stack Error: "pre" versions of node cannot be installed, use the --nodedir flag instead
15 gyp ERR! stack at install (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/install.js…
16 gyp ERR! stack at Object.self.commands.(anonymous function) [as install] (/usr/local/lib/node_m…
17 gyp ERR! stack at getNodeDir (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/configu…
18 gyp ERR! stack at /usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:105:9
19 gyp ERR! stack at ChildProcess.exithandler (child_process.js:630:7)
20 gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:99:17)
21 gyp ERR! stack at maybeClose (child_process.js:730:16)
22 gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:797:5)
[all …]
/third_party/selinux/libsepol/src/
Dmodule.c319 ERR(handle, "Out of memory!"); in sepol_link_packages()
336 ERR(handle, "Out of memory!"); in sepol_link_packages()
341 ERR(handle, "Out of memory!"); in sepol_link_packages()
387 ERR(file->handle, "out of memory"); in module_package_read_offsets()
393 ERR(file->handle, "module package header truncated"); in module_package_read_offsets()
397 ERR(file->handle, in module_package_read_offsets()
407 ERR(file->handle, "too many sections (%u) in module package", in module_package_read_offsets()
414 ERR(file->handle, "out of memory"); in module_package_read_offsets()
421 ERR(file->handle, "out of memory"); in module_package_read_offsets()
426 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()
77 ERR(handle, "unsupported protocol %u, could not " in node_parse_addr()
112 ERR(handle, "unsupported protocol %u", proto); in node_alloc_addr()
121 ERR(handle, "out of memory"); in node_alloc_addr()
125 ERR(handle, "could not allocate address of protocol %s", in node_alloc_addr()
149 ERR(handle, in node_expand_addr()
164 ERR(handle, in node_expand_addr()
172 ERR(handle, "unsupported protocol %u, could not" in node_expand_addr()
204 ERR(handle, "unsupported protocol %u", proto); in node_alloc_addr_string()
[all …]
Dexpand.c133 ERR(state->handle, "Out of memory!"); in type_copy_callback()
139 ERR(state->handle, "Out of memory!"); in type_copy_callback()
151 ERR(state->handle, "type space overflow"); in type_copy_callback()
163 ERR(state->handle, "hashtab overflow"); in type_copy_callback()
169 ERR(state->handle, "Out of memory!"); in type_copy_callback()
201 ERR(state->handle, "attribute %s vanished!", id); in attr_convert_callback()
205 ERR(state->handle, "out of memory"); in attr_convert_callback()
211 ERR(state->handle, "Out of memory!"); in attr_convert_callback()
273 ERR(state->handle, "Out of memory!"); in common_copy_callback()
278 ERR(state->handle, "Out of memory!"); in common_copy_callback()
[all …]
Dcontext_record.c39 ERR(handle, "out of memory, could not set " in sepol_context_set_user()
64 ERR(handle, "out of memory, could not set " in sepol_context_set_role()
88 ERR(handle, "out of memory, could not set " in sepol_context_set_type()
112 ERR(handle, "out of memory, could not set " in sepol_context_set_mls()
130 ERR(handle, "out of memory, could not create context"); in sepol_context_create()
174 ERR(handle, "out of memory"); in sepol_context_clone()
177 ERR(handle, "could not clone context record"); in sepol_context_clone()
216 ERR(handle, "out of memory"); in sepol_context_from_string()
261 ERR(handle, "malformed context \"%s\"", str); in sepol_context_from_string()
264 ERR(handle, "could not construct context from string"); in sepol_context_from_string()
[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()
129 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 …]
Dibendport_record.c43 ERR(handle, "out of memory"); in sepol_ibendport_alloc_ibdev_name()
44 ERR(handle, "could not allocate string buffer for ibdev_name"); in sepol_ibendport_alloc_ibdev_name()
58 ERR(handle, "out of memory, could not create ibendport key"); in sepol_ibendport_key_create()
72 ERR(handle, "out of memory"); in sepol_ibendport_key_create()
76 ERR(handle, "could not create ibendport key for IB device %s, port %u", in sepol_ibendport_key_create()
96 ERR(handle, "could not extract key from ibendport device %s port %d", in sepol_ibendport_key_extract()
175 ERR(handle, "could not get ibendport ibdev_name"); in sepol_ibendport_get_ibdev_name()
196 ERR(handle, "could not set ibendport subnet prefix to %s", ibdev_name); in sepol_ibendport_set_ibdev_name()
207 ERR(handle, "out of memory, could not create ibendport record"); in sepol_ibendport_create()
244 ERR(handle, "out of memory"); in sepol_ibendport_clone()
[all …]
Dibpkey_record.c41 ERR(handle, "could not parse IPv6 address for ibpkey subnet prefix %s: %m", in ibpkey_parse_subnet_prefix()
66 ERR(handle, in ibpkey_expand_subnet_prefix()
91 ERR(handle, "out of memory"); in ibpkey_alloc_subnet_prefix_string()
93 ERR(handle, "could not allocate string buffer for subnet_prefix"); in ibpkey_alloc_subnet_prefix_string()
107 ERR(handle, "out of memory, could not create ibpkey key"); in sepol_ibpkey_key_create()
121 ERR(handle, "out of memory"); in sepol_ibpkey_key_create()
125 ERR(handle, "could not create ibpkey key for subnet prefix%s, range %u, %u", in sepol_ibpkey_key_create()
150 ERR(handle, "could not extract key from ibpkey %s %d:%d", in sepol_ibpkey_key_extract()
250 ERR(handle, "could not get ibpkey subnet_prefix"); in sepol_ibpkey_get_subnet_prefix()
275 ERR(handle, "could not set ibpkey subnet prefix to %s", subnet_prefix_str); in sepol_ibpkey_set_subnet_prefix()
[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.c152 ERR(state->handle, "Memory error"); in permission_copy_callback()
159 ERR(state->handle, "Memory error"); in permission_copy_callback()
167 ERR(state->handle, in permission_copy_callback()
175 ERR(state->handle, in permission_copy_callback()
191 ERR(state->handle, "Out of memory!"); in permission_copy_callback()
216 ERR(state->handle, "Found conflicting default user definitions"); in class_copy_default_new_object()
223 ERR(state->handle, "Found conflicting default role definitions"); in class_copy_default_new_object()
230 ERR(state->handle, "Found conflicting default type definitions"); in class_copy_default_new_object()
237 ERR(state->handle, "Found conflicting default range definitions"); in class_copy_default_new_object()
273 ERR(state->handle, in class_copy_callback()
[all …]
Davtab.c455 ERR(fp->handle, "truncated entry"); in avtab_read_item()
461 ERR(fp->handle, "invalid item count"); in avtab_read_item()
467 ERR(fp->handle, "truncated entry"); in avtab_read_item()
475 ERR(fp->handle, "truncated source type"); in avtab_read_item()
481 ERR(fp->handle, "truncated target type"); in avtab_read_item()
487 ERR(fp->handle, "truncated target class"); in avtab_read_item()
495 ERR(fp->handle, "null entry"); in avtab_read_item()
499 ERR(fp->handle, "entry has both access " in avtab_read_item()
507 ERR(fp->handle, "entry has too many items (%d/%d)", in avtab_read_item()
520 ERR(fp->handle, "entry only had %d items, " in avtab_read_item()
[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()
Dusers.c54 ERR(handle, "could not copy MLS level"); in user_to_record()
60 ERR(handle, "could not copy MLS level"); in user_to_record()
78 ERR(handle, "could not copy MLS range"); in user_to_record()
165 ERR(handle, "undefined role %s for user %s", in sepol_user_modify()
182 ERR(handle, "MLS is enabled, but no MLS " in sepol_user_modify()
194 ERR(handle, "could not copy MLS level %s", cmls_level); in sepol_user_modify()
202 ERR(handle, "MLS is enabled, but no MLS" in sepol_user_modify()
213 ERR(handle, "could not copy MLS range %s", cmls_range); in sepol_user_modify()
219 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 …]
Diface_record.c35 ERR(handle, "out of memory, could not create interface key"); in sepol_iface_key_create()
41 ERR(handle, "out of memory, could not create interface key"); in sepol_iface_key_create()
64 ERR(handle, "could not extract key from " in sepol_iface_key_extract()
102 ERR(handle, "out of memory, could not create " in sepol_iface_create()
130 ERR(handle, "out of memory, " "could not set interface name"); in sepol_iface_set_name()
154 ERR(handle, "out of memory, could not set interface context"); in sepol_iface_set_ifcon()
178 ERR(handle, "out of memory, could not set message context"); in sepol_iface_set_msgcon()
214 ERR(handle, "could not clone interface record"); in sepol_iface_clone()
Duser_record.c39 ERR(handle, "out of memory, " in sepol_user_key_create()
46 ERR(handle, "out of memory, could not create selinux user key"); in sepol_user_key_create()
69 ERR(handle, "could not extract key from user %s", user->name); in sepol_user_key_extract()
109 ERR(handle, "out of memory, could not set name"); in sepol_user_set_name()
132 ERR(handle, "out of memory, " in sepol_user_set_mlslevel()
155 ERR(handle, "out of memory, " in sepol_user_set_mlsrange()
199 ERR(handle, "out of memory, could not add role %s", role); in sepol_user_add_role()
249 ERR(handle, "out of memory, could not allocate roles array for" in sepol_user_set_roles()
282 ERR(handle, "out of memory, could not " in sepol_user_get_roles()
310 ERR(handle, "out of memory, " in sepol_user_create()
[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()
215 ERR(handle, "unsupported protocol %u", proto); in sepol_node_exists()
223 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 …]
Dboolean_record.c29 ERR(handle, "out of memory, " "could not create boolean key"); in sepol_bool_key_create()
35 ERR(handle, "out of memory, " "could not create boolean key"); in sepol_bool_key_create()
58 ERR(handle, "could not extract key from boolean %s", in sepol_bool_key_extract()
102 ERR(handle, "out of memory, could not set boolean name"); in sepol_bool_set_name()
133 ERR(handle, "out of memory, " in sepol_bool_create()
165 ERR(handle, "could not clone boolean record"); in sepol_bool_clone()
Dpolicydb_validate.c224 ERR(handle, "Invalid scope"); in validate_scopes()
343 ERR(handle, "Invalid constraint expr"); in validate_constraint_nodes()
357 ERR(handle, "Invalid common class datum"); in validate_common_datum()
425 ERR(handle, "Invalid class datum"); in validate_class_datum()
460 ERR(handle, "Invalid role datum"); in validate_role_datum()
530 ERR(handle, "Invalid type datum"); in validate_type_datum()
638 ERR(handle, "Invalid user datum"); in validate_user_datum()
673 ERR(handle, "Invalid bool datum"); in validate_bool_datum()
722 ERR(handle, "Invalid datum array gaps"); in validate_datum_array_gaps()
765 ERR(handle, "Invalid datum array entries"); in validate_datum_array_entries()
[all …]
Dports.c30 ERR(handle, "unsupported protocol %u", proto); in sepol2ipproto()
48 ERR(handle, "invalid protocol %u " "found in policy", proto); in ipproto2sepol()
82 ERR(handle, "low port %d exceeds high port %d", in port_from_record()
100 ERR(handle, "out of memory"); in port_from_record()
109 ERR(handle, "could not create port structure for range %u:%u (%s)", in port_from_record()
149 ERR(handle, "could not convert port range %u - %u (%s) " in port_to_record()
207 ERR(handle, "could not check if port range %u - %u (%s) exists", in sepol_port_exists()
246 ERR(handle, "could not query port range %u - %u (%s)", in sepol_port_query()
280 ERR(handle, "could not load port range %u - %u (%s)", in sepol_port_modify()
322 ERR(handle, "could not iterate over ports"); in sepol_port_iterate()
/third_party/parse5/packages/parse5/lib/tokenizer/
Dindex.ts23 import { ERR, type ParserErrorHandler } from '../common/error-codes.js';
293 private _err(code: ERR): void {
488 this._err(ERR.duplicateAttribute);
528 this._err(ERR.endTagWithAttributes);
532 this._err(ERR.endTagWithTrailingSolidus);
699 this._err(ERR.missingSemicolonAfterCharacterReference);
1071 this._err(ERR.unexpectedNullCharacter);
1099 this._err(ERR.unexpectedNullCharacter);
1122 this._err(ERR.unexpectedNullCharacter);
1145 this._err(ERR.unexpectedNullCharacter);
[all …]
/third_party/ltp/testcases/lib/
Dtst_kvcmp.c21 ERR, enumerator
50 return ERR; in strtop()
109 enum op prev_op = ERR; in main()
133 if (ret != -1 && prev_op == ERR) { in main()
158 case ERR: in main()
189 case ERR: in main()
194 prev_op = ERR; in main()
198 prev_op = ERR; in main()
205 if (prev_op != ERR) { in main()
/third_party/alsa-utils/alsamixer/
Dcurskey.c61 return ERR; in curskey_find()
79 return ERR; in curskey_keycode()
95 if (i != ERR) in curskey_keycode()
176 return ERR; in curskey_define_meta_keys()
194 return ERR; in curskey_mod_key()
204 return ERR; in curskey_mod_key()
233 return ERR; in curskey_parse()
246 return ERR; in curskey_parse()
255 return ERR; in curskey_parse()
/third_party/vk-gl-cts/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
/third_party/typescript/tests/baselines/reference/docker/
Dxterm.js.log23 npm ERR! code ELIFECYCLE
24 npm ERR! errno 2
25 npm ERR! xterm@X.X.X build: `tsc -b ./tsconfig.all.json`
26 npm ERR! Exit status 2
27 npm ERR!
28 npm ERR! Failed at the xterm@X.X.X build script.
29 npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
30 npm ERR! A complete log of this run can be found in:
31 npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
Ddebug.h53 #define ERR(message, ...) (void(0)) macro
55 #define ERR(message, ...) do {es::trace("err: %s(%d): " message "\n", __FUNCTION__, __LINE__, ##__V… macro
63 ERR("\t! Assert failed in %s(%d): "#expression"\n", __FUNCTION__, __LINE__); \
87 ERR("\t! Unreachable case reached: %s(%d). %s: %d\n", __FUNCTION__, __LINE__, #value, value); \
91 …#define UNREACHABLE(value) ERR("\t! Unreachable reached: %s(%d). %s: %d\n", __FUNCTION__, __LINE__…

12345678910>>...12