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

1234567891011>>

/external/bison/build-aux/
H A Dmdate-sh62 error () function
118 test $# -gt 0 || error "failed parsing '$ls_command /' output"
138 test -n "$month" || error "failed parsing '$ls_command /' output"
/external/llvm/test/MC/ARM/
H A Dthumb-diagnostics.s14 @ CHECK-ERRORS: error: invalid instruction
21 @ CHECK-ERRORS: error: instruction variant requires Thumb2
24 @ CHECK-ERRORS-V5: error: instruction variant requires ARMv6 or later
31 @ CHECK-ERRORS: error: invalid operand for instruction
38 error: invalid operand for instruction label
41 error: invalid operand for instruction label
48 @CHECK-ERRORS: error: instruction requires: armv8 arm-mode
51 @CHECK-ERRORS-V8: error: instruction requires: arm-mode
54 @CHECK-ERRORS: error: invalid operand for instruction
71 @ CHECK-ERRORS: error
[all...]
/external/clang/test/Misc/
H A Ddiag-presumed.c6 X(int n = error);
8 // PRESUMED: diag-presumed.c:101:11: error: use of undeclared identifier 'error'
10 // SPELLING: diag-presumed.c:6:11: error: use of undeclared identifier 'error'
14 // PRESUMED: diag-presumed.c:108:1: error: extra ';' outside of a functio
15 // SPELLING: diag-presumed.c:13:1: error: extra ';' outside of a functio
26 another error; variable
30 // PRESUMED: systemheader.h:7:1: error: unknown type name 'another'
33 // SPELLING: diag-presumed.c:26:1: error
[all...]
/external/clang/test/Modules/Inputs/malformed/
H A Dc.h1 template<typename T> void f() { T::error; } member in class:T
/external/freetype/src/cff/
H A Dcf2error.c5 /* Adobe's code for error handling (body). */
44 cf2_setError( FT_Error* error, argument
47 if ( error && *error == 0 )
48 *error = value;
/external/pdfium/third_party/freetype/src/cff/
H A Dcf2error.c5 /* Adobe's code for error handling (body). */
44 cf2_setError( FT_Error* error, argument
47 if ( error && *error == 0 )
48 *error = value;
/external/clang/test/Sema/
H A Dvariadic-incomplete-arg-type.c10 CFErrorRef error; local
11 junk(1, *error, (void)0); // expected-error {{argument type 'struct __CFError' is incomplete}} \
12 // expected-error {{argument type 'void' is incomplete}}
/external/elfutils/src/libdw/
H A Ddwarf_cfi_addrframe.c41 /* Maybe there was a previous error. */
49 int error = __libdw_frame_at_address (cache, fde, address, frame); local
50 if (error != DWARF_E_NOERROR)
52 __libdw_seterrno (error);
/external/elfutils/src/libdwfl/
H A Ddwfl_module_return_value_location.c43 Dwfl_Error error = __libdwfl_module_getebl (mod); local
44 if (error != DWFL_E_NOERROR)
46 __libdwfl_seterrno (error);
H A Ddwfl_getsrclines.c38 Dwfl_Error error = __libdwfl_cu_getsrclines (cu); local
39 if (error != DWFL_E_NOERROR)
41 __libdwfl_seterrno (error);
H A Ddwfl_onesrcline.c41 Dwfl_Error error = __libdwfl_cu_getsrclines (cu); local
42 if (error != DWFL_E_NOERROR)
44 __libdwfl_seterrno (error);
/external/freetype/src/autofit/
H A Dafdummy.c44 FT_Error error; local
47 error = af_glyph_hints_reload( hints, outline );
48 if ( !error )
51 return error;
/external/freetype/src/base/
H A Dftpic.c32 FT_Error error; local
37 error = ft_base_pic_init( library );
38 if ( error )
39 return error;
H A Dfttype1.c32 FT_Error error; local
45 error = service->ps_get_font_info( face, afont_info );
47 error = FT_THROW( Invalid_Argument );
49 return error;
80 FT_Error error; local
93 error = service->ps_get_font_private( face, afont_private );
95 error = FT_THROW( Invalid_Argument );
97 return error;
H A Dftwinfnt.c33 FT_Error error; local
45 error = service->get_header( face, header );
47 error = FT_THROW( Invalid_Argument );
49 return error;
/external/libunwind/src/mi/
H A Dstrerror.c29 text "invalid error code" if the err_code is invalid. */
34 unw_error_t error = (unw_error_t)-err_code; local
35 switch (error)
37 case UNW_ESUCCESS: cp = "no error"; break;
38 case UNW_EUNSPEC: cp = "unspecified (general) error"; break;
48 default: cp = "invalid error code";
/external/linux-tools-perf/src/tools/perf/ui/
H A Dutil.h14 int (*error)(const char *format, va_list args); member in struct:perf_error_ops
/external/pdfium/third_party/freetype/src/base/
H A Dftpic.c32 FT_Error error; local
37 error = ft_base_pic_init( library );
38 if ( error )
39 return error;
H A Dfttype1.c32 FT_Error error; local
45 error = service->ps_get_font_info( face, afont_info );
47 error = FT_THROW( Invalid_Argument );
49 return error;
80 FT_Error error; local
93 error = service->ps_get_font_private( face, afont_private );
95 error = FT_THROW( Invalid_Argument );
97 return error;
H A Dftwinfnt.c33 FT_Error error; local
45 error = service->get_header( face, header );
47 error = FT_THROW( Invalid_Argument );
49 return error;
/external/vboot_reference/tests/
H A Dcommon.sh43 function error { function
66 error 1 "You must run gen_test_keys.sh to generate test keys first."
/external/vboot_reference/tests/futility/
H A Dcommon.sh29 error() { function
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DDFA.as52 error = errorFunction;
59 * an exception upon error.
163 error(nvae);
168 public var error:Function = function(nvae:NoViableAltException):NoViableAltException { return nvae; } variable
/external/icu/icu4c/source/common/
H A Dresbund_cnv.cpp27 UErrorCode& error)
30 constructForLocale(path, locale, error);
34 UErrorCode& error)
37 constructForLocale(path, Locale::getDefault(), error);
43 UErrorCode& error)
46 fResource = ures_open(NULL, locale.getName(), &error);
51 fResource = ures_openU(nullTerminatedPath.getBuffer(), locale.getName(), &error);
25 ResourceBundle( const UnicodeString& path, const Locale& locale, UErrorCode& error) argument
33 ResourceBundle( const UnicodeString& path, UErrorCode& error) argument
41 constructForLocale(const UnicodeString& path, const Locale& locale, UErrorCode& error) argument
/external/icu/icu4c/source/samples/layout/
H A DGnomeGUISupport.cpp26 GtkWidget *error; local
29 error = gnome_error_dialog(s);
30 gtk_widget_show(error);

Completed in 1830 milliseconds

1234567891011>>