HomeSort by relevance Sort by last modified time
    Searched refs:ERR (Results 251 - 275 of 444) sorted by null

<<1112131415161718

  /external/ltp/testcases/kernel/io/disktest/
parse.c 79 pMsg(ERR, args,
494 pMsg(ERR, args,
1021 pMsg(ERR, args,
1027 pMsg(ERR, args, "Volume stop block/lba exceeds volume size.\n");
1070 pMsg(ERR, args, SLBARSLBA, args->stop_lba, args->start_lba);
1074 pMsg(ERR, args,
1084 pMsg(ERR, args,
1090 pMsg(ERR, args,
1097 pMsg(ERR, args
    [all...]
dump.c 192 pMsg(ERR, args, "could not open %s.\n", args->device);
193 pMsg(ERR, args, "%s: Error = %u\n", args->device,
201 pMsg(ERR, args, "Could not seek to start position.\n");
210 pMsg(ERR, args, "Failure reading %s\n", args->device);
211 pMsg(ERR, args, "Last Error was %lu\n", GETLASTERROR());
main.c 157 pMsg(ERR, test->args,
164 pMsg(ERR, test->args,
171 pMsg(ERR, test->args,
200 pMsg(ERR, test->args,
208 pMsg(ERR, test->args,
218 pMsg(ERR, test->args, "Failed to allocate bitmap memory\n");
451 pMsg(ERR, &cleanArgs,
461 pMsg(ERR, &cleanArgs,
468 pMsg(ERR, &cleanArgs,
493 pMsg(ERR, &cleanArgs
549 int err; local
    [all...]
childmain.c 517 pMsg(ERR, args, "EXPECTED:\n");
522 pMsg(ERR, args, "ACTUAL:\n");
527 pMsg(ERR, args, "REREAD ACTUAL:\n");
615 pMsg(ERR, args,
630 msg_level = ERR;
639 pMsg(ERR, args, "Thread %d: could not open %s, errno = %u.\n",
648 pMsg(ERR, args,
660 pMsg(ERR, args,
915 pMsg(ERR, args, DMSTR, this_thread_id,
920 pMsg(ERR, args, DMOFFSTR
    [all...]
  /external/selinux/libsepol/src/
port_record.c 37 ERR(handle, "out of memory, could not create " "port key");
70 ERR(handle, "could not extract key from port %s %d:%d",
211 ERR(handle, "out of memory, could not create " "port record");
233 goto err;
241 goto err;
246 err:
247 ERR(handle, "could not clone port record");
281 ERR(handle, "out of memory, could not set port context");
  /external/swiftshader/src/OpenGL/libGL/
IndexDataManager.cpp 40 ERR("Failed to allocate the streaming index buffer.");
145 ERR("Failed to map index buffer.");
180 ERR("Out of memory allocating an index buffer of size %u.", initialSize);
205 ERR(" Lock failed");
240 ERR("Out of memory allocating an index buffer of size %u.", mBufferSize);
VertexDataManager.cpp 45 ERR("Failed to allocate the streaming vertex buffer.");
76 ERR("Failed to map vertex buffer.");
153 ERR("An enabled vertex array has no buffer and no pointer.");
225 ERR("Out of memory allocating a vertex buffer of size %u.", size);
318 ERR("Out of memory allocating a vertex buffer of size %u.", mBufferSize);
Surface.cpp 126 ERR("Could not create frame buffer");
136 ERR("Could not create back buffer");
147 ERR("Could not create depth/stencil buffer for surface");
  /external/swiftshader/src/OpenGL/libGLES_CM/
VertexDataManager.cpp 46 ERR("Failed to allocate the streaming vertex buffer.");
77 ERR("Failed to map vertex buffer.");
148 ERR("An enabled vertex array has no buffer and no pointer.");
219 ERR("Out of memory allocating a vertex buffer of size %u.", size);
312 ERR("Out of memory allocating a vertex buffer of size %u.", mBufferSize);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
getaddrinfo.c 199 #define ERR(err) { error = (err); goto bad; }
282 ERR(EAI_BADHINTS); /* xxx */
284 ERR(EAI_BADFLAGS);
293 ERR(EAI_FAMILY);
317 ERR(EAI_BADHINTS); /*xxx*/
323 ERR(EAI_BADHINTS); /*xxx*/
327 ERR(EAI_SOCKTYPE);
363 ERR(EAI_SERVICE);
    [all...]
  /external/python/cpython2/Modules/
getaddrinfo.c 199 #define ERR(err) { error = (err); goto bad; }
282 ERR(EAI_BADHINTS); /* xxx */
284 ERR(EAI_BADFLAGS);
293 ERR(EAI_FAMILY);
317 ERR(EAI_BADHINTS); /*xxx*/
323 ERR(EAI_BADHINTS); /*xxx*/
327 ERR(EAI_SOCKTYPE);
363 ERR(EAI_SERVICE)
    [all...]
  /external/python/cpython3/Modules/
getaddrinfo.c 199 #define ERR(err) { error = (err); goto bad; }
282 ERR(EAI_BADHINTS); /* xxx */
284 ERR(EAI_BADFLAGS);
293 ERR(EAI_FAMILY);
317 ERR(EAI_BADHINTS); /*xxx*/
323 ERR(EAI_BADHINTS); /*xxx*/
327 ERR(EAI_SOCKTYPE);
363 ERR(EAI_SERVICE)
    [all...]
  /external/selinux/libsemanage/src/
fcontexts_file.c 59 goto err;
63 goto err;
65 goto err;
70 goto err;
74 err:
75 ERR(handle, "could not print file context for "
89 goto err;
95 goto err;
97 goto err;
103 goto err;
    [all...]
seusers_local.c 104 goto err;
107 goto err;
111 err:
136 goto err;
144 goto err;
154 goto err;
163 err:
257 goto err;
259 goto err;
261 ERR(handle, "selinux user %s does not exist", sename)
    [all...]
fcontexts_local.c 112 ERR(handle, "invalid context %s specified for %s [%s]",
116 ERR(handle, "invalid context specified for %s [%s]",
ports_local.c 85 goto err;
116 ERR(handle, "port overlap between ranges "
136 err:
137 ERR(handle, "could not complete ports validity check");
seusers_file.c 31 goto err;
34 goto err;
39 err:
40 ERR(handle, "could not print seuser %s to stream", name);
51 goto err;
57 goto err;
59 goto err;
64 goto err;
66 goto err;
68 goto err;
    [all...]
debug.h 50 #define ERR(handle, ...) \
  /art/dt_fd_forward/
dt_fd_forward.h 59 #define ERR(e) JDWPTRANSPORT_ERROR_ ## e
60 static constexpr jdwpTransportError OK = ERR(NONE);
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
SocketStream.cpp 76 ERR("%s: realloc (%zu) failed\n", __FUNCTION__, allocSize);
103 ERR("%s: failed: %s\n", __FUNCTION__, strerror(errno));
  /external/dtc/tests/
tests.h 49 #define ERR "ERR: "
50 #define ERROR(fmt, args...) fprintf(stderr, ERR fmt, ## args)
  /external/kmod/testsuite/
testsuite.h 45 * errno to err-code. Set this variable with the following format:
47 * modname:return-code:err-code
58 * errno to err-code. Set this variable with the following format:
60 * modname:return-code:err-code
89 const char *err; member in struct:test::__anon23668
122 #define ERR(fmt, ...) _LOG("ERR: ", fmt, ## __VA_ARGS__)
127 ERR("Failed assertion: " #expr " %s:%d %s\n", \
  /external/kmod/libkmod/
libkmod-module.c 144 int err = 0, n = 0; local
184 ERR(ctx, "could not join path '%s' and '%s'.\n",
189 err = kmod_module_new_from_path(ctx, path, &depmod);
190 if (err < 0) {
191 ERR(ctx, "ctx=%p path=%s error=%s\n",
192 ctx, path, strerror(-err));
211 return err;
347 int err; local
359 err = kmod_module_new(ctx, key, name, namelen, alias, aliaslen, mod);
360 if (err < 0
392 int err; local
540 int err; local
781 int err; local
820 int err; local
969 int err; local
999 int err; local
1078 int err; local
1124 int err = 0; local
1175 int err; local
1248 int err; local
1495 int err; local
1656 int err = -errno; local
1664 int err; local
1734 int fd, err, pathlen; local
1826 int err = -errno; local
1882 int fd, err; local
1938 int err; local
2023 int fd, err; local
    [all...]
  /development/tools/winscope/
capture_sf_trace.sh 47 trap log_error ERR
  /external/nist-pkits/
generate-tests.sh 27 trap "echo WARNING: Exiting on non-zero subprocess exit code" ERR;

Completed in 400 milliseconds

<<1112131415161718