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

1 2 3 4 5 6

  /external/dropbear/libtommath/
bn_mp_toom_mul.c 42 goto ERR;
46 goto ERR;
52 goto ERR;
58 goto ERR;
62 goto ERR;
68 goto ERR;
74 goto ERR;
79 goto ERR;
84 goto ERR;
87 goto ERR;
    [all...]
bn_mp_toom_sqr.c 35 goto ERR;
39 goto ERR;
45 goto ERR;
51 goto ERR;
56 goto ERR;
61 goto ERR;
64 goto ERR;
67 goto ERR;
70 goto ERR;
74 goto ERR;
    [all...]
bn_mp_is_square.c 78 goto ERR;
82 * free "t" so the easiest way is to goto ERR. We know that res
85 if ( (1L<<(r%11)) & 0x5C4L ) goto ERR;
86 if ( (1L<<(r%13)) & 0x9E4L ) goto ERR;
87 if ( (1L<<(r%17)) & 0x5CE8L ) goto ERR;
88 if ( (1L<<(r%19)) & 0x4F50CL ) goto ERR;
89 if ( (1L<<(r%23)) & 0x7ACCA0L ) goto ERR;
90 if ( (1L<<(r%29)) & 0xC2EDD0CL ) goto ERR;
91 if ( (1L<<(r%31)) & 0x6DE2B848L ) goto ERR;
95 goto ERR;
    [all...]
bn_mp_reduce_2k_setup_l.c 29 goto ERR;
33 goto ERR;
36 ERR:
bn_mp_reduce_2k.c 32 goto ERR;
38 goto ERR;
44 goto ERR;
52 ERR:
bn_mp_reduce_2k_l.c 35 goto ERR;
40 goto ERR;
45 goto ERR;
53 ERR:
  /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...]
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
ErrorLog.h 21 # define ERR(...) ALOGE(__VA_ARGS__)
29 # define ERR(...) fprintf(stderr, __VA_ARGS__)
GLErrorLog.h 26 int err = gl.glGetError(); \
27 if (err) { dbg(); ERR("Error: 0x%X in %s (%s:%d)\n", err, __FUNCTION__, __FILE__, __LINE__); } \
  /external/webkit/Source/WebKit/efl/ewk/
ewk_util.cpp 49 ERR("cairo surface is invalid: %s", cairo_status_to_string(status));
55 ERR("unknown surface type %d, required %d (CAIRO_SURFACE_TYPE_IMAGE).",
62 ERR("unknown surface format %d, expected %d or %d.",
71 ERR("invalid image size %dx%d, stride=%d", w, h, stride);
77 ERR("could not get source data.");
83 ERR("could not add image to canvas.");
92 ERR("evas' stride %d diverges from cairo's %d.",
ewk_logging.h 31 #define ERR(...) EINA_LOG_DOM_ERR(_ewk_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/libsepol/src/
policydb_convert.c 23 ERR(handle, "policy image is invalid");
47 ERR(handle, "could not compute policy length");
49 goto err;
56 ERR(handle, "out of memory");
57 goto err;
66 ERR(handle, "could not write policy");
68 goto err;
76 ERR(handle, "Out of memory");
78 goto err;
81 ERR(handle, "new policy image is invalid")
    [all...]
booleans.c 33 ERR(handle, "boolean %s no longer in policy", name);
34 goto err;
37 ERR(handle, "illegal value %d for boolean %s", value, name);
38 goto err;
46 ERR(handle, "out of memory");
48 err:
50 ERR(handle, "could not update boolean %s", cname);
66 goto err;
69 goto err;
76 err
    [all...]
context_record.c 39 ERR(handle, "out of memory, could not set "
66 ERR(handle, "out of memory, could not set "
92 ERR(handle, "out of memory, could not set "
118 ERR(handle, "out of memory, could not set "
137 ERR(handle, "out of memory, could not " "create context\n");
164 goto err;
182 ERR(handle, "out of memory");
184 err:
185 ERR(handle, "could not clone context record");
221 goto err;
    [all...]
context.c 135 ERR(handle, "out of memory, could not convert " "context to string");
162 ERR(handle, "out of memory");
163 goto err;
171 ERR(handle, "user %s is not defined", user);
180 ERR(handle, "role %s is not defined", role);
189 ERR(handle, "type %s is not defined", type);
196 ERR(handle, "MLS is disabled, but MLS context \"%s\" found",
200 ERR(handle, "MLS is enabled, but no MLS context found");
209 ERR(handle,
213 ERR(handle
    [all...]
module.c 295 ERR(handle, "Out of memory!");
312 ERR(handle, "Out of memory!");
317 ERR(handle, "Out of memory!");
363 ERR(file->handle, "out of memory");
364 goto err;
369 ERR(file->handle, "module package header truncated");
370 goto err;
373 ERR(file->handle,
376 goto err;
383 ERR(file->handle, "too many sections (%u) in module package"
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursslk.h 126 if (ERR==::slk_clear())
132 if (ERR==::slk_restore())
174 if (ERR==::slk_refresh())
181 if (ERR==::slk_noutrefresh())
187 if (ERR==::slk_touch())
214 if (ERR==::slk_attron(attrs))
219 if (ERR==::slk_attroff(attrs))
224 if (ERR==::slk_attrset(attrs))
229 if (ERR==::slk_color(color_pair_number))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursslk.h 126 if (ERR==::slk_clear())
132 if (ERR==::slk_restore())
174 if (ERR==::slk_refresh())
181 if (ERR==::slk_noutrefresh())
187 if (ERR==::slk_touch())
214 if (ERR==::slk_attron(attrs))
219 if (ERR==::slk_attroff(attrs))
224 if (ERR==::slk_attrset(attrs))
229 if (ERR==::slk_color(color_pair_number))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursslk.h 126 if (ERR==::slk_clear())
132 if (ERR==::slk_restore())
174 if (ERR==::slk_refresh())
181 if (ERR==::slk_noutrefresh())
187 if (ERR==::slk_touch())
214 if (ERR==::slk_attron(attrs))
219 if (ERR==::slk_attroff(attrs))
224 if (ERR==::slk_attrset(attrs))
229 if (ERR==::slk_color(color_pair_number))
  /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...]
  /sdk/emulator/opengl/system/OpenglSystemCommon/
QemuPipeStream.cpp 70 ERR("realloc (%d) failed\n", allocSize);
100 ERR("QemuPipeStream::writeFully failed: premature EOF\n");
108 ERR("QemuPipeStream::writeFully failed: %s\n", strerror(errno));
120 if (len>0) ERR("QemuPipeStream::readFully failed, buf=NULL, len %d", len);
133 ERR("QemuPipeStream::readFully failed (buf %p): %s\n",
150 ERR("QemuPipeStream::read failed, buf=NULL");

Completed in 571 milliseconds

1 2 3 4 5 6