Searched defs:error (Results 1 - 25 of 3179) sorted by relevance

1234567891011>>

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/attr/
H A Derror_context.h26 /* Process an error message */
27 void (*error) (struct error_context *, const char *, ...); member in struct:error_context
29 /* Quote a file name for including in an error message */
37 # define error(ctx, args...) do { \ macro
38 if ((ctx) && (ctx)->error) \
39 (ctx)->error((ctx), args); \
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/attr/
H A Derror_context.h26 /* Process an error message */
27 void (*error) (struct error_context *, const char *, ...); member in struct:error_context
29 /* Quote a file name for including in an error message */
37 # define error(ctx, args...) do { \ macro
38 if ((ctx) && (ctx)->error) \
39 (ctx)->error((ctx), args); \
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
H A Derror.h1 /* Specializations for error functions.
21 # error "Never include <bits/error.h> directly; use <error.h> instead."
27 error)
31 error)
38 error (int __status, int __errnum, __const char *__format, ...) function
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
H A Derror.h1 /* Specializations for error functions.
21 # error "Never include <bits/error.h> directly; use <error.h> instead."
27 error)
31 error)
38 error (int __status, int __errnum, __const char *__format, ...) function
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
H A Derror.h1 /* Specializations for error functions.
21 # error "Never include <bits/error.h> directly; use <error.h> instead."
27 error)
31 error)
38 error (int __status, int __errnum, __const char *__format, ...) function
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Danydbm.py36 class error(Exception): class in inherits:Exception
40 _errors = [error]
50 _errors.append(_mod.error)
55 error = tuple(_errors) variable
79 raise error, "need 'c' or 'n' flag to open new db"
82 raise error, "db type could not be determined"
H A Ddbhash.py13 __all__ = ["error","open"]
15 error = bsddb.error # Exported for anydbm variable
H A Dsunaudio.py10 class error(Exception): class in inherits:Exception
22 raise error, 'gethdr: bad magic word'
30 raise error, 'gethdr: bad hdr_size'
/prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
H A Dsyntax.py26 for each error rather than raising a SyntaxError for the
32 def error(self, node, msg): member in class:SyntaxErrorChecker
46 ## self.error(target, "can't assign to list comprehension")
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
H A Dicopen.py54 from ic import error, settypecreator namespace
57 except error:
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Danydbm.py36 class error(Exception): class in inherits:Exception
40 _errors = [error]
50 _errors.append(_mod.error)
55 error = tuple(_errors) variable
79 raise error, "need 'c' or 'n' flag to open new db"
82 raise error, "db type could not be determined"
H A Ddbhash.py13 __all__ = ["error","open"]
15 error = bsddb.error # Exported for anydbm variable
H A Dsunaudio.py10 class error(Exception): class in inherits:Exception
22 raise error, 'gethdr: bad magic word'
30 raise error, 'gethdr: bad hdr_size'
/prebuilts/gdb/linux-x86/lib/python2.7/compiler/
H A Dsyntax.py26 for each error rather than raising a SyntaxError for the
32 def error(self, node, msg): member in class:SyntaxErrorChecker
46 ## self.error(target, "can't assign to list comprehension")
/prebuilts/go/darwin-x86/src/syscall/
H A Dasm_freebsd_arm.s24 BCS error
30 error: label
H A Dasm_netbsd_arm.s24 BCS error
30 error: label
H A Dasm_openbsd_arm.s26 BCS error
32 error: label
/prebuilts/go/linux-x86/src/syscall/
H A Dasm_freebsd_arm.s24 BCS error
30 error: label
H A Dasm_netbsd_arm.s24 BCS error
30 error: label
H A Dasm_openbsd_arm.s26 BCS error
32 error: label
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Danydbm.py36 class error(Exception): class in inherits:Exception
40 _errors = [error]
50 _errors.append(_mod.error)
55 error = tuple(_errors) variable
79 raise error, "need 'c' or 'n' flag to open new db"
82 raise error, "db type could not be determined"
H A Ddbhash.py13 __all__ = ["error","open"]
15 error = bsddb.error # Exported for anydbm variable
H A Dsunaudio.py10 class error(Exception): class in inherits:Exception
22 raise error, 'gethdr: bad magic word'
30 raise error, 'gethdr: bad hdr_size'
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
H A Dsyntax.py26 for each error rather than raising a SyntaxError for the
32 def error(self, node, msg): member in class:SyntaxErrorChecker
46 ## self.error(target, "can't assign to list comprehension")
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
H A Dicopen.py54 from ic import error, settypecreator namespace
57 except error:

Completed in 887 milliseconds

1234567891011>>