HomeSort by relevance Sort by last modified time
    Searched defs:ERR (Results 1 - 25 of 52) sorted by null

1 2 3

  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
ErrorLog.h 21 # define ERR(...) ALOGE(__VA_ARGS__)
29 # define ERR(...) fprintf(stderr, __VA_ARGS__)
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
ErrorLog.h 20 #define ERR(...) fprintf(stderr, __VA_ARGS__)
  /external/libsepol/src/
debug.h 50 #define ERR(handle, ...) \
  /system/core/fastbootd/
debug.h 24 #define ERR 0
  /external/chromium_org/third_party/angle/src/common/
debug.h 57 #define ERR(message, ...) gl::trace(false, "err: %s(%d): " message "\n", __FUNCTION__, __LINE__, ##__VA_ARGS__)
59 #define ERR(message, ...) (void(0))
77 ERR("\t! Assert failed in %s(%d): "#expression"\n", __FUNCTION__, __LINE__); \
106 ERR("\t! Unreachable reached: %s(%d)\n", __FUNCTION__, __LINE__); \
110 #define UNREACHABLE() ERR("\t! Unreachable reached: %s(%d)\n", __FUNCTION__, __LINE__)
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/
SAXNotRecognizedExceptionTest.java 25 public static final String ERR = "Houston, we have a problem";
33 SAXNotRecognizedException e = new SAXNotRecognizedException(ERR);
34 assertEquals(ERR, e.getMessage());
SAXNotSupportedExceptionTest.java 25 public static final String ERR = "Houston, we have a problem";
33 SAXNotSupportedException e = new SAXNotSupportedException(ERR);
34 assertEquals(ERR, e.getMessage());
SAXExceptionTest.java 26 public static final String ERR = "Houston, we have a problem";
39 SAXException e = new SAXException(ERR, c);
41 assertEquals(ERR, e.getMessage());
51 e = new SAXParseException(ERR, null);
53 assertEquals(ERR, e.getMessage());
59 SAXException e = new SAXException(ERR);
61 assertEquals(ERR, e.getMessage());
89 SAXException e = new SAXException(ERR);
92 assertTrue(s.contains(ERR));
98 assertFalse(s.contains(ERR));
    [all...]
SAXParseExceptionTest.java 27 public static final String ERR = "Houston, we have a problem";
47 SAXParseException e = new SAXParseException(ERR, l, c);
49 assertEquals(ERR, e.getMessage());
69 e = new SAXParseException(ERR, null, c);
71 assertEquals(ERR, e.getMessage());
80 e = new SAXParseException(ERR, l, null);
82 assertEquals(ERR, e.getMessage());
99 SAXParseException e = new SAXParseException(ERR, l);
101 assertEquals(ERR, e.getMessage());
121 e = new SAXParseException(ERR, null)
    [all...]
  /external/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-impl.h 108 #define ERR(err) _hb_err (err)
  /external/jemalloc/test/unit/
util.c 36 int err; local
40 err = get_errno();
41 assert_d_eq(err, 0, "Unexpected failure");
55 #define ERR(e) e, #e
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}
116 int err; local
    [all...]
  /external/llvm/include/llvm/Support/
Solaris.h 46 #undef ERR
  /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 "$@")
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_common.h 51 #define ERR stderr
  /external/chromium_org/sandbox/linux/seccomp-bpf/
demo.cc 40 #define ERR EPERM
103 int err; local
104 iov[0].iov_base = &err;
124 if (err) {
125 // "err" is the first four bytes of the payload. If these are non-zero,
128 errno = err;
240 return -ERR;
469 ((errno = 0), !getrlimit(RLIMIT_CORE, NULL)) || errno != ERR) {
477 ((errno = 0), !ioctl(2, TCSETS, NULL)) || errno != ERR) {
485 ((errno = 0), !prctl(PR_SET_SECCOMP, 0)) || errno != ERR) {
    [all...]
  /system/core/fastboot/
usb_osx.c 50 #define ERR(x...) fprintf(stderr, "ERROR: " x)
99 ERR("Couldn't create a device interface iterator: (%08x)\n", kr);
130 ERR("Couldn't create interface interface: (%08x)\n",
166 ERR("Unable to get number of endpoints: (%08x)\n", kr);
175 ERR("Unable to get interface class, subclass and protocol\n");
212 ERR("could not get pipe properties\n");
234 ERR("could not clear input pipe; result %x, ignoring...\n", kr);
242 ERR("could not clear output pipe; result %x, ignoring....\n", kr);
276 ERR("Unable to create a plug-in (%08x)\n", kr);
284 ERR("Couldn't create a device interface (%08x)\n", (int) result)
    [all...]
  /external/chromium_org/content/child/npapi/
plugin_host.cc 226 // 4 ERR
229 enum { GETNAME, GETVALUE, GETDATA, DONE, ERR };
238 bool err = false; local
294 case ERR:
296 err = true;
305 return !err;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
mcomp.c 200 #define ERR(r,c) (MVC(r,c)+DIST(r,c))
359 #undef ERR
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
Utils.java 82 public final static int ERR = 0x2;
299 boolean isErr = (level & ERR) != 0;
335 * <li>{@link #ERR}: if the standard error is over the expected threshold ({@link #STANDARD_ERROR_THRESHOLD})</li>
353 level = ERR;
373 } else if ((confidence & ERR) != 0) {
380 } else if ((confidence & ERR) != 0) {
  /external/libpcap/Win32/Src/
getaddrinfo.c 249 #define ERR(err) \
252 error = (err); \
345 ERR(EAI_BADHINTS); /* xxx */
347 ERR(EAI_BADFLAGS);
356 ERR(EAI_FAMILY);
374 ERR(EAI_BADHINTS);
401 ERR(error);
447 ERR(EAI_NONAME);
449 ERR(EAI_NONAME)
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 199 #define ERR(r,c) (MVC(r,c)+DIST(r,c))
358 #undef ERR
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
priv_types_n_macros.h 324 #define ERR (getERR(status))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
mcomp.c 199 #define ERR(r,c) (MVC(r,c)+DIST(r,c))
358 #undef ERR
    [all...]
  /bionic/libc/dns/net/
getaddrinfo.c 300 #define ERR(err) \
303 error = (err); \
626 ERR(EAI_BADHINTS); /* xxx */
628 ERR(EAI_BADFLAGS);
637 ERR(EAI_FAMILY);
655 ERR(EAI_BADHINTS);
682 ERR(error);
733 ERR(EAI_NODATA);
735 ERR(EAI_NONAME)
    [all...]

Completed in 1043 milliseconds

1 2 3