Searched refs:error (Results 1 - 25 of 8406) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
H A Dpython_unittest_input.py3 # and one that will generate a pylint error for an undefined variable.
4 print error()
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
H A D090-hash-error.c0 #error human error
/external/clang/test/Driver/
H A Dnostdlibinc.c5 #error "expected to be able to find compiler builtin headers!"
9 #error "expected to *not* be able to find standard C headers"
/external/clang/test/Misc/
H A Dserialized-diags-no-category.c0 #error foo
2 #error bar
10 // CHECK: {{.*[/\\]}}serialized-diags-no-category.c:1:2: error: foo []
/external/mesa3d/src/glsl/glcpp/tests/
H A D090-hash-error.c0 #error human error
/external/clang/test/Lexer/
H A Dbcpl-escaped-newline.c5 #error bar
8 #error qux
9 // expected-error@-1 {{qux}}
13 #error quux
/external/chromium_org/tools/gyp/test/win/compiler-flags/
H A Dcharacter-set-unicode.cc6 #error
10 #error
H A Druntime-library-md.cc6 #error
10 #error
14 #error
H A Druntime-library-mdd.cc6 #error
10 #error
14 #error
H A Druntime-library-mt.cc6 #error
10 #error
14 #error
H A Druntime-library-mtd.cc6 #error
10 #error
14 #error
H A Dcharacter-set-mbcs.cc6 #error
H A Drtti-on.cc6 #error
H A Druntime-checks.cc6 #error
H A Dtreat-wchar-t-as-built-in-type1.cc6 #error
H A Dtreat-wchar-t-as-built-in-type2.cc6 #error
/external/clang/test/Frontend/
H A Dundef.c3 #error "Must be preprocessed as assembler."
H A Dverify2.c10 #error source
13 // expected-error {{should be ignored}}
15 // CHECK: error: no expected directives found: consider use of 'expected-no-diagnostics'
16 // CHECK-NEXT: error: 'error' diagnostics seen but not expected:
H A Dverify2.h0 #error header
4 // expected-error {{should be ignored}}
/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/clang/test/OpenMP/
H A Dpredefined_macro.c7 #error "No _OPENMP macro is defined with -fopenmp option"
9 #error "_OPENMP has incorrect value"
14 #error "_OPENMP macro is defined without -fopenmp option"
24 #error "No _OPENMP macro is defined with -fopenmp option"
26 #error "_OPENMP has incorrect value"
31 #error "_OPENMP macro is defined without -fopenmp option"
/external/clang/test/Preprocessor/
H A Doptimize.c5 #error "__OPTIMIZE__ not defined"
8 #error "__OPTIMIZE_SIZE__ defined"
16 #error "__OPTIMIZE__ defined"
19 #error "__OPTIMIZE_SIZE__ defined"
27 #error "__OPTIMIZE__ not defined"
30 #error "__OPTIMIZE_SIZE__ not defined"
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Derror.h12 Error(int error) : error(error) {} argument
13 operator int() const { return error; }
15 int error; member in struct:nacl_io::Error
/external/clang/test/Headers/
H A Dms-wchar.c4 #error "_WCHAR_T_DEFINED should not be defined in C99"
10 #error "_WCHAR_T_DEFINED should have been set by stddef.h"
14 #error "_NATIVE_WCHAR_T_DEFINED should not be defined"
/external/clang/lib/Headers/
H A Dvarargs.h25 #error "Please use <stdarg.h> instead of <varargs.h>"

Completed in 417 milliseconds

1234567891011>>