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

  /external/webkit/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 30 public static final String ERR = "Houston, we have a problem";
48 SAXNotRecognizedException e = new SAXNotRecognizedException(ERR);
49 assertEquals(ERR, e.getMessage());
SAXNotSupportedExceptionTest.java 30 public static final String ERR = "Houston, we have a problem";
48 SAXNotSupportedException e = new SAXNotSupportedException(ERR);
49 assertEquals(ERR, e.getMessage());
SAXExceptionTest.java 31 public static final String ERR = "Houston, we have a problem";
54 SAXException e = new SAXException(ERR, c);
56 assertEquals(ERR, e.getMessage());
66 e = new SAXParseException(ERR, null);
68 assertEquals(ERR, e.getMessage());
79 SAXException e = new SAXException(ERR);
81 assertEquals(ERR, e.getMessage());
119 SAXException e = new SAXException(ERR);
122 assertTrue(s.contains(ERR));
128 assertFalse(s.contains(ERR));
    [all...]
SAXParseExceptionTest.java 33 public static final String ERR = "Houston, we have a problem";
90 SAXParseException e = new SAXParseException(ERR, l, c);
92 assertEquals(ERR, e.getMessage());
112 e = new SAXParseException(ERR, null, c);
114 assertEquals(ERR, e.getMessage());
123 e = new SAXParseException(ERR, l, null);
125 assertEquals(ERR, e.getMessage());
147 SAXParseException e = new SAXParseException(ERR, l);
149 assertEquals(ERR, e.getMessage());
169 e = new SAXParseException(ERR, null)
    [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 %d", kr);
243 ERR("could not clear output pipe; result %d", kr);
277 ERR("Unable to create a plug-in (%08x)\n", kr);
285 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
758 #define ERR(r,c,v) (MVC(r,c)+DIST(r,c,v)) // returns distortion + motion vector cost
759 #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
804 besterr = ERR(br, bc, thiserr);
824 if ((thiserr = ERR(nr, nc, besterr)) < besterr)
855 if ((thiserr = ERR(nr, nc, besterr)) < besterr)
900 #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/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
285 int err; local
503 int err; local
732 int err; local
755 int err, ret; local
808 int err = audioservice_recv(data, rsp_hdr); local
825 int sk, err; local
885 int err; local
963 int err = 0; local
1031 int err = 0; local
1106 int err; local
1181 int err, ret = 0; local
    [all...]
  /external/grub/netboot/
depca.c 275 #define ERR 0x8000 /* Error summary */
  /bionic/libc/netbsd/net/
getaddrinfo.c 285 #define ERR(err) \
288 error = (err); \
429 ERR(EAI_BADHINTS); /* xxx */
431 ERR(EAI_BADFLAGS);
440 ERR(EAI_FAMILY);
458 ERR(EAI_BADHINTS);
485 ERR(error);
536 ERR(EAI_NODATA);
538 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 391 milliseconds