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

1 2 3 4 5 6 7 8

  /external/clang/test/SemaCXX/
warn-static-const-float.cpp 12 #elif ERR
  /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...]
  /device/generic/goldfish/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__); } \
  /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/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
IndexBuffer9.cpp 58 ERR("Attempted to create a 32-bit index buffer but renderer does not support 32-bit indices.");
64 ERR("Invalid index type %u.", indexType);
77 ERR("Failed to create an index buffer of size %u, result: 0x%08x.", mBufferSize, result);
105 ERR("Index buffer lock failed with error 0x%08x", result);
114 ERR("Index buffer not initialized.");
126 ERR("Index buffer unlock failed with error 0x%08x", result);
134 ERR("Index buffer not initialized.");
171 ERR("Discard lock failed with error 0x%08x", result);
178 ERR("Discard unlock failed with error 0x%08x", result);
186 ERR("Index buffer not initialized.")
    [all...]
  /external/libsepol/src/
policydb_convert.c 24 ERR(handle, "policy image is invalid");
48 ERR(handle, "could not compute policy length");
50 goto err;
57 ERR(handle, "out of memory");
58 goto err;
67 ERR(handle, "could not write policy");
69 goto err;
77 ERR(handle, "Out of memory");
79 goto err;
82 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...]
  /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))
  /external/chromium_org/third_party/angle_dx11/src/common/
debug.h 57 #define ERR(message, ...) (void(0))
59 #define ERR(message, ...) gl::trace(false, "err: %s(%d): " message "\n", __FUNCTION__, __LINE__, ##__VA_ARGS__)
75 ERR("\t! Assert failed in %s(%d): "#expression"\n", __FUNCTION__, __LINE__); \
95 ERR("\t! Unreachable reached: %s(%d)\n", __FUNCTION__, __LINE__); \
99 #define UNREACHABLE() ERR("\t! Unreachable reached: %s(%d)\n", __FUNCTION__, __LINE__)
  /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...]
  /system/core/fastbootd/
debug.h 24 #define ERR 0

Completed in 335 milliseconds

1 2 3 4 5 6 7 8