HomeSort by relevance Sort by last modified time
    Searched defs:error (Results 376 - 400 of 2948) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/main/java/java/util/logging/
ErrorManager.java 21 * An error reporting facility for {@link Handler} implementations to record any
22 * error that may happen during logging. {@code Handlers} should report errors
29 * The error code indicating a failure that does not fit in any of the
35 * The error code indicating a failure when writing to an output stream.
40 * The error code indicating a failure when flushing an output stream.
45 * The error code indicating a failure when closing an output stream.
50 * The error code indicating a failure when opening an output stream.
55 * The error code indicating a failure when formatting the error messages.
64 * An indicator for determining if the error manager has been called a
90 public void error(String message, Exception exception, int errorCode) { method in class:ErrorManager
    [all...]
  /libcore/luni/src/main/java/libcore/io/
GaiException.java 24 * methods fail. This exception contains the native error value, for comparison against the
30 public final int error; field in class:GaiException
32 public GaiException(String functionName, int error) {
34 this.error = error;
37 public GaiException(String functionName, int error, Throwable cause) {
40 this.error = error;
44 * Converts the stashed function name and error value to a human-readable string.
49 String gaiName = OsConstants.gaiName(error);
    [all...]
  /libcore/luni/src/main/native/
java_util_regex_Pattern.cpp 35 // These human-readable error messages were culled from "utypes.h", and then slightly tuned
40 case U_REGEX_INTERNAL_ERROR: return "An internal error was detected";
41 case U_REGEX_RULE_SYNTAX: return "Syntax error in regexp pattern";
48 case U_REGEX_BAD_INTERVAL: return "Error in {min,max} interval";
65 static void throwPatternSyntaxException(JNIEnv* env, UErrorCode status, jstring pattern, UParseError error) {
70 jobject exception = env->NewObject(exceptionClass, method, message, pattern, error.offset);
82 UParseError error; local
83 error.offset = -1;
90 RegexPattern* result = RegexPattern::compile(regexString, flags, error, status);
92 throwPatternSyntaxException(env, status, javaRegex, error);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
parsetok.h 11 int error; member in struct:__anon60472
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
text_file.py 147 def error (self, msg, line=None): member in class:TextFile
148 raise ValueError, "error: " + self.gen_error(msg, line)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
getopt.py 34 __all__ = ["GetoptError","error","getopt","gnu_getopt"]
49 error = GetoptError # backward compatibility variable
178 # nice to work them into the error msg
toaiff.py 19 __all__ = ["error", "toaiff"]
61 class error(Exception): class in inherits:Exception
74 except os.error:
86 raise error, filename + ': uncompress failed'
99 raise error, filename + ': ' + msg
103 raise error, '%s: unsupported audio file type %r' % (filename, ftype)
109 raise error, filename + ': conversion to aiff failed'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pickletools.py 16 error = KeyError variable in class:OptimizedPickleTests
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
parsetok.h 11 int error; member in struct:__anon60595
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
text_file.py 147 def error (self, msg, line=None): member in class:TextFile
148 raise ValueError, "error: " + self.gen_error(msg, line)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
getopt.py 34 __all__ = ["GetoptError","error","getopt","gnu_getopt"]
49 error = GetoptError # backward compatibility variable
178 # nice to work them into the error msg
toaiff.py 19 __all__ = ["error", "toaiff"]
61 class error(Exception): class in inherits:Exception
74 except os.error:
86 raise error, filename + ': uncompress failed'
99 raise error, filename + ': ' + msg
103 raise error, '%s: unsupported audio file type %r' % (filename, ftype)
109 raise error, filename + ': conversion to aiff failed'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pickletools.py 16 error = KeyError variable in class:OptimizedPickleTests
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/
TestLogger.java 26 * {@link #error} is called, and prints everything else to standard error.
31 public void error(Throwable t, String errorFormat, Object... args) { method in class:TestLogger
  /system/extras/libpagemap/
pm_kernel.c 30 int error; local
41 error = errno;
43 return error;
48 error = errno;
51 return error;
67 int error; local
87 error = errno;
90 return error;
105 error = errno;
107 return error;
    [all...]
pm_map.c 36 int error; local
41 error = pm_map_pagemap(map, &pagemap, &len);
42 if (error) return error;
55 error = pm_kernel_flags(map->proc->ker, PM_PAGEMAP_PFN(pagemap[i]),
57 if (error) goto out;
63 error = pm_kernel_count(map->proc->ker, PM_PAGEMAP_PFN(pagemap[i]),
65 if (error) goto out;
77 error = 0;
82 return error;
94 int error; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
compat.hpp 212 class error { class in class:clover::compat::istream
214 virtual ~error() {}
222 throw error();
  /external/doclava/src/com/google/doclava/
FederationTagger.java 69 Errors.error(Errors.NO_FEDERATION_DATA, null, "Unknown documentation site for " + name);
82 String error = "Could not add site for federation: " + name; local
84 error += ": " + e.getMessage();
86 Errors.error(Errors.NO_FEDERATION_DATA, null, error);
  /external/mesa3d/src/gallium/state_trackers/clover/core/
compat.hpp 212 class error { class in class:clover::compat::istream
214 virtual ~error() {}
222 throw error();
  /external/smack/src/org/jivesoftware/smack/packet/
IQ.java 29 * is being taken: "get", "set", "result", or "error".<p>
100 // Add the error sub-packet, if there is one.
101 XMPPError error = getError(); local
102 if (error != null) {
103 buf.append(error.toXML());
153 * Convenience method to create a new {@link Type#ERROR IQ.Type.ERROR} IQ
158 * <li>The type set to {@link Type#ERROR IQ.Type.ERROR}.
165 * @param error the error to associate with the created IQ packet
    [all...]
  /frameworks/base/services/java/com/android/server/
DiskStatsService.java 55 IOException error = null; local
62 error = e;
70 if (error != null) {
71 pw.print("Test-Error: ");
72 pw.println(error.toString());
108 pw.print("-Error: ");
  /bootable/recovery/updater/
updater.c 103 int error = yyparse(&root, &error_count); local
104 if (error != 0 || error_count > 0) {
134 printf("script aborted (no error message)\n");
135 fprintf(cmd_pipe, "ui_print script aborted (no error message)\n");
  /cts/tools/dasm/src/java_cup/
terminal.java 107 /** special terminal used for error recovery */
108 public static final terminal error = new terminal("error"); field in class:terminal
  /development/host/windows/usb/api/
adb_legacy_endpoint_object.cpp 112 ULONG error = GetLastError(); local
113 if (!res && (ERROR_IO_PENDING != error)) {
118 SetLastError(error);
221 ULONG error = GetLastError(); local
224 SetLastError(error);
  /development/scripts/
reverse_tether.sh 31 trap error ERR
33 error() { function
34 echo >&2 "Error occured: $?"

Completed in 2395 milliseconds

<<11121314151617181920>>