HomeSort by relevance Sort by last modified time
    Searched defs:error (Results 1076 - 1100 of 3032) sorted by null

<<41424344454647484950>>

  /external/skia/tests/
ImageDecodingTest.cpp 143 // Color components may not match exactly due to rounding error.
409 bool error = false; local
413 error |= (*correctPixel != bm.getColor(x, y));
417 REPORTER_ASSERT(reporter, !error);
473 #error "SK_*32_SHFIT values must correspond to BGRA or RGBA byte order"
484 default: return "ERROR";
  /external/skia/tools/
bench_pictures_main.cpp 413 SkString error; local
414 error.printf("--repeats must be >= 1. Was %i\n", FLAGS_repeat);
415 gLogger.logError(error);
  /external/slf4j/jul-to-slf4j/src/main/java/org/slf4j/bridge/
SLF4JBridgeHandler.java 54 * SEVERE -&gt; ERROR</pre>
236 slf4jLogger.error(i18nMessage, record.getThrown());
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
log4j-over-slf4j-1.4.2.jar 
  /external/slf4j/log4j-over-slf4j/compatibility/src/main/java/test/
LoggerTest.java 112 log4jLogger.error(null);
116 log4jLogger.error("error message");
144 log4jLogger.error(null, e);
148 log4jLogger.error("error message", e);
161 log4jLogger.log("x", Level.ERROR, "x", null);
  /external/slf4j/slf4j-jdk14/src/test/java/org/slf4j/
InvocationTest.java 105 logger.error("Hello world 4.");
106 logger.error("Hello world {}", new Integer(3));
107 logger.error("Hello world 4.", e);
116 logger.error(null);
122 logger.error(null, e);
132 logger.error(blue, "hello");
137 logger.error(blue, "hello {}", "world");
142 logger.error(blue, "hello {} and {} ", "world", "universe");
  /external/slf4j/slf4j-log4j12/src/test/java/org/slf4j/
InvocationTest.java 87 logger.error("Hello world 4.");
88 logger.error("Hello world {}", new Integer(3));
89 logger.error("Hello world 4.", e);
99 logger.error(null);
105 logger.error(null, e);
128 logger.error(blue, "hello");
133 logger.error(blue, "hello {}", "world");
138 logger.error(blue, "hello {} and {} ", "world", "universe");
  /external/squashfs-tools/kernel/fs/squashfs/
squashfs_fs_sb.h 47 int error; member in struct:squashfs_cache_entry
  /external/squashfs-tools/kernel/include/linux/
squashfs_fs_sb.h 34 char error; member in struct:squashfs_cache_entry
  /external/squashfs-tools/squashfs-tools/
caches-queues-lists.h 122 char error; member in struct:file_buffer
read_fs.c 52 #include "error.h"
81 int error; local
88 outlen, &error);
90 ERROR("%s uncompress failed with error code %d\n",
91 comp->name, error);
479 ERROR("Unknown inode type %d in scan_inode_table!\n",
489 ERROR("scan_inode_table: filesystem corruption detected in "
504 ERROR("Can't find a SQUASHFS superblock on %s\n",
506 ERROR("Wrong filesystem or filesystem is corrupted!\n")
    [all...]
  /external/svox/pico/compat/src/com/android/tts/compat/
CompatTtsService.java 96 if (mNativeSynth == null) return TextToSpeech.ERROR;
114 callback.error();
124 callback.error();
132 callback.error();
140 callback.error();
146 callback.error();
  /external/tcpdump/
util.c 258 * get a proper output - returns 0 on error
265 printf("%sDissector error: print_unknown_data called with negative length",
272 printf("%sDissector error: print_unknown_data called with pointer past end of packet",
473 error(const char *fmt, ...) function
527 error("copy_argv: malloc");
560 error("can't open %s: %s", fname, pcap_strerror(errno));
563 error("can't stat %s: %s", fname, pcap_strerror(errno));
567 error("malloc(%d) for %s: %s", (u_int)buf.st_size + 1,
571 error("read %s: %s", fname, pcap_strerror(errno));
573 error("short read %s (%d != %d)", fname, cc, (int)buf.st_size)
    [all...]
  /external/valgrind/drd/tests/
matinv.c 280 /** Compute the average square error between the identity matrix and the
318 double error; local
328 fprintf(stderr, "Error: unknown option '%c'.\n", optchar);
335 fprintf(stderr, "Error: wrong number of arguments.\n");
340 /* Error checking. */
350 error = identity_error(prod, matrix_size);
351 ratio = error / (eps * matrix_size);
354 printf("error = %g; epsilon = %g; error / (epsilon * n) = %g\n",
355 error, eps, ratio)
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ie.h 31 const u8 *error; member in struct:wpa_eapol_ie_parse
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_helpers.c 25 const char *interface, void *user_data, DBusError *error)
46 goto error;
48 /* An error getting a property fails the request entirely */
49 if (!dsc->getter(&entry_iter, error, user_data)) {
58 goto error;
63 error:
64 dbus_set_error_const(error, DBUS_ERROR_NO_MEMORY, "no memory");
86 DBusError error; local
98 dbus_error_init(&error);
100 interface, obj_dsc->user_data, &error)) {
163 DBusError error; local
197 DBusError error; local
473 DBusError error; local
534 DBusError error; local
609 DBusError error; local
905 DBusError error; local
    [all...]
dbus_old.c 87 * wpas_dbus_new_invalid_iface_error - Return a new invalid interface error message
88 * @message: Pointer to incoming dbus message this error refers to
89 * Returns: A dbus error message
91 * Convenience function to create and return an invalid interface error
102 * wpas_dbus_new_invalid_network_error - Return a new invalid network error message
103 * @message: Pointer to incoming dbus message this error refers to
104 * Returns: a dbus error message
106 * Convenience function to create and return an invalid network error
116 * wpas_dbus_new_invalid_bssid_error - Return a new invalid bssid error message
117 * @message: Pointer to incoming dbus message this error refers t
610 DBusError error; local
    [all...]
  /external/zlib/src/test/
minigzip.c 10 * limiting names to 14 or 8+3 characters, etc... Error checking is
70 /* Map the Windows error number in ERROR to a locale-dependent error
72 for ERROR come from GetLastError.
80 static char *strwinerror (error)
81 DWORD error;
90 error,
112 sprintf(buf, "unknown win32 error (%ld)", error);
351 void error(msg) function
    [all...]
  /external/zopfli/src/zopflipng/
zopflipng_bin.cc 227 printf("Error: keepchunks format must be like for example:\n"
286 unsigned error; local
291 error = ZopfliPNGOptimize(origpng, png_options, true, &resultpng);
293 if (error) {
294 printf("Decoding error %i: %s\n", error, lodepng_error_text(error));
298 if (!error) {
299 error = lodepng::decode(image, w, h, inputstate, resultpng);
300 if (error) printf("Error: verification of result failed.\n")
    [all...]
zopflipng_lib.cc 175 // Returns 0 if ok, other value for error
183 unsigned error = 0; local
239 error = lodepng::encode(*out, image, w, h, state);
243 if (!error && out->size() < 4096) {
261 error = lodepng::encode(out2, image, w, h, state);
266 if (error) {
267 printf("Encoding error %u: %s\n", error, lodepng_error_text(error));
268 return error;
296 unsigned error = TryOptimize(image, w, h, inputstate, bit16, origfile, local
363 unsigned error; local
    [all...]
  /frameworks/av/media/common_time/
ICommonClock.cpp 325 int32_t error; local
326 status_t status = getEstimatedError(&error);
329 reply->writeInt32(error);
  /frameworks/av/services/audiopolicy/engineconfigurable/wrapper/
ParameterManagerWrapper.cpp 108 std::string error; local
109 if (!mPfwConnector->start(error)) {
110 ALOGE("%s: Policy PFW start error: %s", __FUNCTION__, error.c_str());
142 ALOG_ASSERT(root != NULL, "error in parsing file");
146 ALOG_ASSERT(node != NULL, "error in parsing file");
187 ALOG_ASSERT(root != NULL, "error in parsing file");
197 ALOG_ASSERT(root != NULL, "error in parsing file");
207 ALOG_ASSERT(root != NULL, "error in parsing file");
210 ALOG_ASSERT(node != NULL, "error in parsing file")
    [all...]
  /frameworks/base/core/java/android/speech/tts/
FileSynthesisCallback.java 117 if (DBG) Log.d(TAG, "Error was raised");
118 return TextToSpeech.ERROR;
122 return TextToSpeech.ERROR;
144 return TextToSpeech.ERROR;
161 if (DBG) Log.d(TAG, "Error was raised");
162 return TextToSpeech.ERROR;
167 return TextToSpeech.ERROR;
171 return TextToSpeech.ERROR;
185 return TextToSpeech.ERROR;
201 // This is not an error that would prevent synthesis. Hence n
249 public void error() { method in class:FileSynthesisCallback
254 public void error(int errorCode) { method in class:FileSynthesisCallback
    [all...]
PlaybackSynthesisCallback.java 90 // This happens when stop() or error() were called before start() was.
132 return TextToSpeech.ERROR;
139 if (DBG) Log.d(TAG, "Error was raised");
140 return TextToSpeech.ERROR;
144 return TextToSpeech.ERROR;
170 return TextToSpeech.ERROR;
173 if (DBG) Log.d(TAG, "Error was raised");
174 return TextToSpeech.ERROR;
193 return TextToSpeech.ERROR;
210 // Not an error that would prevent synthesis. Hence n
248 public void error() { method in class:PlaybackSynthesisCallback
253 public void error(int errorCode) { method in class:PlaybackSynthesisCallback
    [all...]
  /frameworks/base/core/jni/android/graphics/pdf/
PdfEditor.cpp 79 ALOGE("Cannot read from file descriptor. Error:%d", errno);
96 const long error = FPDF_GetLastError(); local
97 switch (error) {
101 "cannot create document. Error: %ld", error);
105 "cannot create document. Error: %ld", error);
146 "Error writing to buffer: %d", errno);
159 ALOGE("Cannot write to file descriptor. Error:%d", errno);
173 "cannot write to fd. Error: %d", errno)
    [all...]

Completed in 635 milliseconds

<<41424344454647484950>>