HomeSort by relevance Sort by last modified time
    Searched defs:Error (Results 176 - 200 of 398) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetools.py 38 Error = 'aetools.Error'
63 except AE.Error, msg:
71 except AE.Error:
79 except AE.Error:
92 except (AE.Error, MacOS.Error), msg:
132 """Create the 'best' argument for a raise MacOS.Error"""
195 except AE.Error:
200 except AE.Error
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
shutil.py 26 "copytree", "move", "rmtree", "Error", "SpecialFileError",
31 class Error(EnvironmentError):
69 raise Error("`%s` and `%s` are the same file" % (src, dst))
149 If exception(s) occur, an Error is raised with a list of reasons.
193 # catch the Error from the recursive copytree so that we can
195 except Error, err:
208 raise Error, errors
214 is set, it is called to handle the error with arguments (func,
238 except os.error, err:
244 except os.error
    [all...]
sunau.py 58 getmark(id) -- raises an error since the mark does not
131 class Error(Exception):
169 raise Error, 'bad magic number'
172 raise Error, 'header size too small'
174 raise Error, 'header size ridiculously large'
180 raise Error, 'encoding not (yet) supported'
194 raise Error, 'unknown encoding'
251 raise Error, 'no marks'
274 raise Error, 'position not in range'
308 raise Error, 'cannot change parameters after starting to write
    [all...]
wave.py 25 getmark(id) -- raises an error since the mark does not
76 __all__ = ["open", "openfp", "Error"]
78 class Error(Exception):
130 raise Error, 'file does not start with RIFF id'
132 raise Error, 'not a WAVE file'
147 raise Error, 'data chunk before fmt chunk'
154 raise Error, 'fmt chunk and/or data chunk missing'
217 raise Error, 'no marks'
221 raise Error, 'position not in range'
269 raise Error, 'unknown format: %r' % (wFormatTag,
    [all...]
webbrowser.py 12 __all__ = ["Error", "open", "open_new", "open_new_tab", "get", "register"]
14 class Error(Exception):
52 raise Error("could not locate runnable browser")
270 raise Error("Bad 'new' parameter to open(); " +
422 except socket.error:
545 # [Error 22] No application is associated with the specified
686 except getopt.error, msg:
xdrlib.py 13 __all__ = ["Error", "Packer", "Unpacker", "ConversionError"]
16 class Error(Exception):
19 except xdrlib.Error, var:
20 # var has the Error instance for the exception
34 class ConversionError(Error):
73 except struct.error, msg:
78 except struct.error, msg:
139 raise Error('unextracted data remains')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ConfigParser.py 52 The filename defaults to fp.name; it is only used in error
112 class Error(Exception):
139 class NoSectionError(Error):
143 Error.__init__(self, 'No section: %r' % (section,))
147 class DuplicateSectionError(Error):
151 Error.__init__(self, "Section %r already exists" % section)
155 class NoOptionError(Error):
159 Error.__init__(self, "No option %r in section: %r" %
165 class InterpolationError(Error):
169 Error.__init__(self, msg
    [all...]
csv.py 8 from _csv import Error, __version__, writer, reader, register_dialect, \
21 "Error", "Dialect", "__doc__", "excel", "excel_tab",
55 raise Error(str(e))
184 raise Error, "Could not determine delimiter"
locale.py 35 __all__ = ["getlocale", "getdefaultlocale", "getpreferredencoding", "Error",
57 Error = ValueError
88 raise Error, '_locale emulation only supports "C" locale'
583 except Error:
    [all...]
shutil.py 26 "copytree", "move", "rmtree", "Error", "SpecialFileError",
31 class Error(EnvironmentError):
69 raise Error("`%s` and `%s` are the same file" % (src, dst))
149 If exception(s) occur, an Error is raised with a list of reasons.
193 # catch the Error from the recursive copytree so that we can
195 except Error, err:
208 raise Error, errors
214 is set, it is called to handle the error with arguments (func,
238 except os.error, err:
244 except os.error
    [all...]
sunau.py 58 getmark(id) -- raises an error since the mark does not
131 class Error(Exception):
169 raise Error, 'bad magic number'
172 raise Error, 'header size too small'
174 raise Error, 'header size ridiculously large'
180 raise Error, 'encoding not (yet) supported'
194 raise Error, 'unknown encoding'
251 raise Error, 'no marks'
274 raise Error, 'position not in range'
308 raise Error, 'cannot change parameters after starting to write
    [all...]
wave.py 25 getmark(id) -- raises an error since the mark does not
76 __all__ = ["open", "openfp", "Error"]
78 class Error(Exception):
130 raise Error, 'file does not start with RIFF id'
132 raise Error, 'not a WAVE file'
147 raise Error, 'data chunk before fmt chunk'
154 raise Error, 'fmt chunk and/or data chunk missing'
217 raise Error, 'no marks'
221 raise Error, 'position not in range'
269 raise Error, 'unknown format: %r' % (wFormatTag,
    [all...]
webbrowser.py 12 __all__ = ["Error", "open", "open_new", "open_new_tab", "get", "register"]
14 class Error(Exception):
52 raise Error("could not locate runnable browser")
270 raise Error("Bad 'new' parameter to open(); " +
422 except socket.error:
545 # [Error 22] No application is associated with the specified
686 except getopt.error, msg:
xdrlib.py 13 __all__ = ["Error", "Packer", "Unpacker", "ConversionError"]
16 class Error(Exception):
19 except xdrlib.Error, var:
20 # var has the Error instance for the exception
34 class ConversionError(Error):
73 except struct.error, msg:
78 except struct.error, msg:
139 raise Error('unextracted data remains')
  /system/keymaster/include/keymaster/
authorization_set.h 107 enum Error {
113 Error is_valid() const { return error_; }
378 void set_invalid(Error err);
408 Error error_;
  /external/clang/tools/driver/
cc1as_main.cpp 168 // Check for missing argument error.
284 std::string Error;
285 const Target *TheTarget = TargetRegistry::lookupTarget(Opts.Triple, Error);
293 Error = EC.message();
452 // Set an error handler, so that any LLVM backend diagnostics go through our
453 // error handler.
  /external/clang/tools/libclang/
CXType.cpp 743 // [gcc extension] lib/AST/ExprConstant.cpp:1372 HandleSizeof : vla == error
798 long long Error = visitRecordForValidation(RD);
799 if (Error < 0)
800 return Error;
807 long long Error = validateFieldParentType(PC,PT);
808 if (Error < 0)
809 return Error;
840 long long Error = validateFieldParentType(PC,PT);
841 if (Error < 0)
842 return Error;
    [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]
  /external/deqp/execserver/
xsWin32TestProcess.cpp 49 // Error
51 static std::string formatErrMsg (DWORD error, const char* msg)
57 # error Unicode not supported.
61 NULL, error, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), (LPSTR)&msgBuf, 0, DE_NULL) > 0)
62 str << msg << ", error " << error << ": " << msgBuf;
64 str << msg << ", error " << error; local
69 Error::Error (DWORD error, const char* msg
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
IDNA.java 146 * @param options Bit set to modify the processing and error checking.
221 errors=EnumSet.noneOf(Error.class);
222 labelErrors=EnumSet.noneOf(Error.class);
238 public Set<Error> getErrors() { return errors; }
262 private EnumSet<Error> errors, labelErrors;
284 protected static boolean hasCertainErrors(Info info, EnumSet<Error> errors) {
292 protected static boolean hasCertainLabelErrors(Info info, EnumSet<Error> errors) {
300 protected static void addLabelError(Info info, Error error) {
301 info.labelErrors.add(error);
    [all...]
  /external/llvm/bindings/ocaml/target/
target_ocaml.c 190 char *Error;
192 if(LLVMGetTargetFromTriple(String_val(Triple), &T, &Error))
193 llvm_raise(*caml_named_value("Llvm_target.Error"), Error);
338 llvm_raise(*caml_named_value("Llvm_target.Error"), ErrorMessage);
355 llvm_raise(*caml_named_value("Llvm_target.Error"), ErrorMessage);
  /external/llvm/examples/Kaleidoscope/Chapter3/
toy.cpp 179 /// Error* - These are little helper functions for error handling.
180 ExprAST *Error(const char *Str) { fprintf(stderr, "Error: %s\n", Str);return 0;}
181 PrototypeAST *ErrorP(const char *Str) { Error(Str); return 0; }
182 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; }
209 return Error("Expected ')' or ',' in argument list");
234 return Error("expected ')'");
245 default: return Error("unknown token when expecting an expression");
354 Value *ErrorV(const char *Str) { Error(Str); return 0;
    [all...]
  /external/llvm/include/llvm/Bitcode/
BitstreamReader.h 135 Error, // Malformed bitcode was found.
145 BitstreamEntry E; E.Kind = Error; return E;
463 /// if the block has an error.
  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 26 Eof, Error,
123 /// The location and description of the current error
167 /// Get the current error location
172 /// Get the current error string
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 40 // Helper for extensive error checking in debug builds.
262 // Set the error state and record an error string.
263 bool Error(const Twine &Msg) {
424 // Is the linker in an error state?
427 // Mark the error condition as handled and continue.
430 // Get the error message.

Completed in 1473 milliseconds

1 2 3 4 5 6 78 91011>>