HomeSort by relevance Sort by last modified time
    Searched refs:ERR (Results 76 - 100 of 200) sorted by null

1 2 34 5 6 7 8

  /external/selinux/libsepol/src/
interfaces.c 32 goto err;
41 goto err;
51 ERR(handle, "out of memory");
53 err:
62 ERR(handle, "error creating interface structure");
79 goto err;
82 goto err;
85 goto err;
87 goto err;
92 goto err;
    [all...]
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",
209 ERR(handle, "out of memory, could not create " "port record");
231 goto err;
239 goto err;
244 err:
245 ERR(handle, "could not clone port record");
279 ERR(handle, "out of memory, could not set port context");
roles.c 48 ERR(handle, "out of memory, could not list roles");
assertion.c 44 ERR(handle, "neverallow on line %lu of %s (or line %lu of policy.conf) violated by allow %s %s:%s {%s };",
51 ERR(handle, "neverallow on line %lu violated by allow %s %s:%s {%s };",
57 ERR(handle, "neverallow violated by allow %s %s:%s {%s };",
180 ERR(handle, "neverallowxperm on line %lu of %s (or line %lu of policy.conf) violated by\n"
197 ERR(handle, "neverallowxperm on line %lu of %s (or line %lu of policy.conf) violated by\n"
286 ERR(NULL, "Out of memory - unable to check neverallows");
441 ERR(NULL, "Out of memory - unable to check neverallows");
499 ERR(NULL, "Out of memory - unable to check neverallows");
545 ERR(handle, "Error occurred while checking neverallows");
553 ERR(handle, "%lu neverallow failures occurred", errors)
    [all...]
hierarchy.c 48 ERR(handle, "Insufficient memory");
50 ERR(handle, "Unexpected error (%d)", rc);
251 ERR(handle, "Insufficient memory");
254 ERR(handle,"Failed to expand parent rules\n");
281 ERR(handle, "Insufficient memory");
482 ERR(handle, "Child type %s exceeds bounds of parent %s in the following rules:",
486 ERR(handle, " %s %s : %s { %s }",
540 ERR(handle, "%d errors found during type bounds check",
565 ERR(a->handle, "Role bounds violation, %s exceeds %s",
584 ERR(handle, "%d errors found during role bounds check"
    [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, ...) \
users_base_file.c 35 goto err;
38 goto err;
42 goto err;
46 goto err;
51 goto err;
54 goto err;
59 err:
61 ERR(handle, "could not print user %s to stream", name);
75 goto err;
81 goto err;
    [all...]
  /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));
glUtils.cpp 73 ERR("**** ERROR unknown type 0x%x (%s,%d)\n", type, __FUNCTION__,__LINE__);
329 ERR("glUtilsParamSize: unknow param 0x%08x\n", param);
400 ERR("glUtilsPixelBitSize: unknown pixel type - assuming pixel data 0\n");
431 ERR("glUtilsPixelBitSize: unknown pixel format...\n");
  /external/nist-pkits/
generate-tests.sh 27 trap "echo WARNING: Exiting on non-zero subprocess exit code" ERR;
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_common.h 51 #define ERR stderr
dhdu_linux.c 445 int err = 0; local
476 return err;
481 return err;
519 return err;
535 err = process_args(&ifr, argv);
536 return err;
541 err = process_args(&ifr, argv);
542 if ((err == BCME_SERIAL_PORT_ERR) && (remote_type == REMOTE_DONGLE)) {
543 DPRINT_ERR(ERR, "\n Retry again\n");
544 err = process_args((struct ifreq*)&ifr, argv)
564 int err = BCME_OK; local
    [all...]
  /hardware/ti/omap4-aah/domx/make/
start.mk 72 ERR = $(error Makefile generated fatal error while building target "$@")
  /hardware/ti/omap4xxx/domx/make/
start.mk 72 ERR = $(error Makefile generated fatal error while building target "$@")
  /external/chromium-trace/catapult/third_party/coverage/coverage/
cmdline.py 376 OK, ERR, FAIL_UNDER = 0, 1, 2
433 return ERR
439 return ERR
447 return ERR
606 return ERR
640 return ERR
668 return ERR
742 except ExceptionDuringRun as err:
746 traceback.print_exception(*err.args)
747 status = ERR
    [all...]
  /frameworks/base/tools/obbtool/
mkobb.sh 210 trap onexit ERR
279 trap - ERR
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
testit_android 276 # Variable ERR contains output if $RET is non-zero
280 ERR=
293 ERR=$OUT
325 if ! $(echo $ERR | grep -iq "Text file busy"); then
328 echo "ERR=$ERR"
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
testit_android 289 # Variable ERR contains output if $RET is non-zero
293 ERR=
306 ERR=$OUT
338 if ! $(echo $ERR | grep -iq "Text file busy"); then
341 echo "ERR=$ERR"
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
BreakIteratorRegTest.java 106 msg(msg, lhs.equals(rhs) ? LOG : ERR, true, true);
110 msg(msg, lhs == rhs ? LOG : ERR, true, true);
114 msg(msg, arg ? LOG : ERR, true, true);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
BreakIteratorRegTest.java 102 msg(msg, lhs.equals(rhs) ? LOG : ERR, true, true);
106 msg(msg, lhs == rhs ? LOG : ERR, true, true);
110 msg(msg, arg ? LOG : ERR, true, true);

Completed in 245 milliseconds

1 2 34 5 6 7 8