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

  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
ErrorLog.h 21 # define ERR(...) LOGE(__VA_ARGS__)
29 # define ERR(...) fprintf(stderr, __VA_ARGS__)
  /external/webkit/Source/WebKit/efl/ewk/
ewk_logging.h 31 #define ERR(...) EINA_LOG_DOM_ERR(_ewk_log_dom, __VA_ARGS__)
ewk_tiled_private.h 28 #define ERR(...) EINA_LOG_DOM_ERR(_ewk_tiled_log_dom, __VA_ARGS__)
  /external/webkit/Source/ThirdParty/ANGLE/src/common/
debug.h 32 #define ERR(message, ...) gl::trace("err: %s"message"\n", __FUNCTION__, __VA_ARGS__)
37 ERR("\t! Assert failed in %s(%d): "#expression"\n", __FUNCTION__, __LINE__); \
55 ERR("\t! Unreachable reached: %s(%d)\n", __FUNCTION__, __LINE__); \
59 #define UNREACHABLE() ERR("\t! Unreachable reached: %s(%d)\n", __FUNCTION__, __LINE__)
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Function/
regress-58274.js 68 var ERR = 'UNEXPECTED ERROR! \n';
69 var ERR_MALFORMED_NAME = ERR + 'Could not find function name in: \n\n';
  /libcore/luni/src/test/java/tests/api/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/llvm/include/llvm/Support/
Solaris.h 37 #undef ERR
  /external/harfbuzz/src/
harfbuzz-impl.h 108 #define ERR(err) _hb_err (err)
  /hardware/ti/omap4xxx/domx/make/
start.mk 72 ERR = $(error Makefile generated fatal error while building target "$@")
  /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);
275 ERR("Unable to create a plug-in (%08x)\n", kr);
283 ERR("Couldn't create a device interface (%08x)\n", (int) result)
    [all...]
  /external/bluetooth/bluez/test/
ipctest.c 48 #define ERR(fmt, arg...) \
127 int err; local
138 err = 0;
140 err = -errno;
141 ERR("Error sending data to audio service: %s(%d)",
145 return err;
150 int err; local
164 err = 0;
166 err = -EINVAL;
167 ERR("Bogus message type %d - name %d
    [all...]
  /external/libvpx/vp8/encoder/
mcomp.c 191 #define ERR(r,c) (MVC(r,c)+DIST(r,c)) // returns distortion + motion vector cost
192 #define CHECK_BETTER(v,r,c) IFMVCV(r,c,{if((v = ERR(r,c)) < besterr) { besterr = v; br=r; bc=c; }}, v=INT_MAX;)// checks if (r,c) has better score than previous best
196 //#define CHECK_BETTER(v,r,c) if((v = ERR(r,c)) < besterr) { besterr = v; br=r; bc=c; }
308 #undef ERR
759 #define ERR(r,c,v) (MVC(r,c)+DIST(r,c,v)) // returns distortion + motion vector cost
760 #define CHECK_BETTER(v,r,c) if ((v = ERR(r,c,besterr)) < besterr) { besterr = v; br=r; bc=c; } // checks if (r,c) has better score than previous best
807 besterr = ERR(br, bc, thiserr);
827 if ((thiserr = ERR(nr, nc, besterr)) < besterr)
858 if ((thiserr = ERR(nr, nc, besterr)) < besterr)
903 #undef ERR
    [all...]
  /external/tcpdump/missing/
getaddrinfo.c 239 #define ERR(err) \
242 error = (err); \
333 ERR(EAI_BADHINTS); /* xxx */
335 ERR(EAI_BADFLAGS);
344 ERR(EAI_FAMILY);
362 ERR(EAI_BADHINTS);
389 ERR(error);
435 ERR(EAI_NONAME);
437 ERR(EAI_NONAME)
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
priv_types_n_macros.h 334 #define ERR (getERR(status))
  /external/bluetooth/bluez/audio/
liba2dp.c 83 #define ERR LOGE
223 int opt_name, err, bytes; local
234 err = audioservice_send(data, &start_req->h);
235 if (err < 0)
239 err = audioservice_expect(data, &start_rsp->h, BT_START_STREAM);
240 if (err < 0)
244 err = audioservice_expect(data, &streamfd_ind->h, BT_NEW_STREAM);
245 if (err < 0)
250 ERR("bt_audio_service_get_data_fd failed, errno: %d", errno);
251 err = -errno
288 int err; local
506 int err; local
735 int err; local
758 int err, ret; local
811 int err = audioservice_recv(data, rsp_hdr); local
828 int sk, err; local
888 int err; local
969 int err = 0; local
1037 int err = 0; local
1112 int err; local
1187 int err, ret = 0; local
    [all...]
  /external/grub/netboot/
depca.c 275 #define ERR 0x8000 /* Error summary */
  /bionic/libc/netbsd/net/
getaddrinfo.c 293 #define ERR(err) \
296 error = (err); \
622 ERR(EAI_BADHINTS); /* xxx */
624 ERR(EAI_BADFLAGS);
633 ERR(EAI_FAMILY);
651 ERR(EAI_BADHINTS);
678 ERR(error);
729 ERR(EAI_NODATA);
731 ERR(EAI_NONAME)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
curses.h 294 #undef ERR
295 #define ERR (-1)
    [all...]
ncurses.h 294 #undef ERR
295 #define ERR (-1)
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 531 milliseconds