/external/bison/build-aux/ |
mdate-sh | 62 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/ |
thumb-diagnostics.s | 14 @ 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: registers must be in range r0-r [all...] |
/external/clang/test/Misc/ |
diag-presumed.c | 6 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: unknown type name 'another [all...] |
/external/clang/test/Modules/Inputs/malformed/ |
c.h | 1 template<typename T> void f() { T::error; } member in class:T
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
error.h | 1 /* 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/ |
error.h | 1 /* 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/ |
error.h | 1 /* 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
|
/external/clang/test/CodeGenCXX/ |
constructor-convert.cpp | 9 static void error(const Twine &Message) {} function 14 error("cl::location(x) specified more than once!");
|
/external/clang/test/Sema/ |
variadic-incomplete-arg-type.c | 10 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/ |
dwarf_cfi_addrframe.c | 41 /* 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/ |
dwfl_getsrclines.c | 38 Dwfl_Error error = __libdwfl_cu_getsrclines (cu); local 39 if (error != DWFL_E_NOERROR) 41 __libdwfl_seterrno (error);
|
dwfl_module_addrdie.c | 38 Dwfl_Error error = __libdwfl_addrcu (mod, addr, &cu); local 39 if (likely (error == DWFL_E_NOERROR)) 42 __libdwfl_seterrno (error);
|
dwfl_module_dwarf_cfi.c | 38 Dwfl_Error error = __libdwfl_module_getebl (mod); local 39 if (error == DWFL_E_NOERROR) 45 __libdwfl_seterrno (error);
|
dwfl_module_nextcu.c | 38 Dwfl_Error error = __libdwfl_nextcu (mod, (struct dwfl_cu *) lastcu, &cu); local 39 if (likely (error == DWFL_E_NOERROR)) 42 __libdwfl_seterrno (error);
|
dwfl_module_return_value_location.c | 43 Dwfl_Error error = __libdwfl_module_getebl (mod); local 44 if (error != DWFL_E_NOERROR) 46 __libdwfl_seterrno (error);
|
dwfl_nextcu.c | 48 Dwfl_Error error; local 51 error = __libdwfl_nextcu (mod, cu, &cu); 52 if (error != DWFL_E_NOERROR) 75 error = mod->dwerr; 77 while (error == DWFL_E_NOERROR); 79 __libdwfl_seterrno (error);
|
dwfl_onesrcline.c | 41 Dwfl_Error error = __libdwfl_cu_getsrclines (cu); local 42 if (error != DWFL_E_NOERROR) 44 __libdwfl_seterrno (error);
|
/external/freetype/src/autofit/ |
afdummy.c | 44 FT_Error error; local 47 error = af_glyph_hints_reload( hints, outline ); 48 if ( !error ) 51 return error;
|
/external/freetype/src/base/ |
ftpic.c | 32 FT_Error error; local 37 error = ft_base_pic_init( library ); 38 if ( error ) 39 return error;
|
fttype1.c | 32 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;
|
ftwinfnt.c | 33 FT_Error error; local 45 error = service->get_header( face, header ); 47 error = FT_THROW( Invalid_Argument ); 49 return error;
|
/external/icu/icu4c/source/samples/layout/ |
GnomeGUISupport.cpp | 26 GtkWidget *error; local 29 error = gnome_error_dialog(s); 30 gtk_widget_show(error);
|
/external/libunwind/src/mi/ |
strerror.c | 29 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/ |
util.h | 14 int (*error)(const char *format, va_list args); member in struct:perf_error_ops
|
/external/ltrace/testsuite/ltrace.minor/ |
libdl-simple.c | 8 char *error; local 17 if ((error = dlerror()) != NULL) { 18 fputs(error, stderr);
|