/external/clang/test/SemaCXX/ |
warn-static-const-float.cpp | 12 #elif ERR
|
/system/core/fastbootd/ |
trigger.c | 46 D(ERR, "libvendortrigger failed to initialize"); 51 D(ERR, "Library report incompability");
|
secure.c | 62 D(ERR, "Unable to stat cert path"); 75 D(ERR, "Error loading cert directory %s", path); 84 D(ERR, "Error loading cert directory %s", path); 89 D(ERR, "cert path is not directory or regular file"); 107 D(ERR, "Unable to open input"); 116 unsigned long err = ERR_peek_last_error(); local 117 D(ERR, "Unable to parse input file: %s", ERR_lib_error_string(err)); 137 D(ERR, "unable to create temporary file"); 143 D(ERR, "unable to create temporary bio") 152 unsigned long err = ERR_peek_last_error(); local [all...] |
debug.h | 24 #define ERR 0
|
network_discovery.c | 88 D(ERR, "No property serialno"); 96 D(ERR, "Unable to register service"); 107 D(ERR, "Unable to start discovery"); 112 D(ERR, "Unable to register service");
|
config.c | 108 D(ERR, "failed to open " CONFIG_PATH); 114 D(ERR, "failed to seek to end of " CONFIG_PATH); 122 D(ERR, "failed to allocate %ld bytes", len); 129 D(ERR, "failed to read " CONFIG_PATH ": %d %s", errno, strerror(errno)); 133 D(ERR, "early EOF reading " CONFIG_PATH);
|
/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...] |
/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...] |
/sdk/emulator/opengl/shared/OpenglCodecCommon/ |
ErrorLog.h | 20 #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__); } \
|
/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__); } \
|
/external/deqp/framework/opengl/ |
gluDefs.hpp | 29 #define GLU_EXPECT_NO_ERROR(ERR, MSG) glu::checkError((ERR), MSG, __FILE__, __LINE__) 30 #define GLU_CHECK_ERROR(ERR) GLU_EXPECT_NO_ERROR(ERR, DE_NULL) 33 #define GLU_CHECK_CALL_ERROR(CALL, ERR) do { CALL; GLU_EXPECT_NO_ERROR(ERR, #CALL); } while (deGetFalse()) 66 void checkError (deUint32 err, const char* msg, const char* file, int line);
|
/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...] |
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...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/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/fastbootd/commands/ |
flash.c | 59 D(ERR, "device-directory: not defined in config file"); 65 D(ERR, "Not allowed char in name: %c", name[length]); 70 D(ERR, "Too long path to partition file"); 75 D(ERR, "could not find partition file %s", name); 101 D(ERR, "Error in writing data, unable to map data file %zd at %zd size %d", size, skip, current_size); 105 D(ERR, "Error in writing data, unable to map output partition"); 131 D(ERR, "could not find cert-key value in config file"); 137 D(ERR, "unable to create certification store"); 142 D(ERR, "reading data failed");
|
/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...] |
/device/generic/goldfish/opengl/system/OpenglSystemCommon/ |
QemuPipeStream.cpp | 71 ERR("realloc (%d) failed\n", allocSize); 91 if (len>0) ERR("QemuPipeStream::writeFully failed, buf=NULL, len %d", len); 105 ERR("QemuPipeStream::writeFully failed: premature EOF\n"); 113 ERR("QemuPipeStream::writeFully failed: %s\n", strerror(errno)); 125 if (len>0) ERR("QemuPipeStream::readFully failed, buf=NULL, len %d", len); 138 ERR("QemuPipeStream::readFully failed (buf %p): %s\n", 155 ERR("QemuPipeStream::read failed, buf=NULL");
|