Searched refs:error (Results 1 - 25 of 9144) 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/clang/test/Driver/
H A Dcl-fallback.c77 #error "This fails to compile."
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/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
H A D090-hash-error.c0 #error human error
/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/llvm/test/MC/AsmParser/
H A Ddirective-err-diagnostics.s3 .error 0
4 // CHECK: error: .error argument must be a string
5 // CHECK: .error 0
10 .error "message"
13 // CHECK-NOT: error: message
14 // CHECK-NOT: error: invalid instruction mnemonic 'message'
15 // CHECK-NOT: .error "message"
/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
/external/clang/test/Frontend/
H A Dundef.c3 #error "Must be preprocessed as assembler."
H A Dverify2.h2 // expected-error {{should be ignored}}
5 #error header
/external/clang/test/Lexer/Inputs/
H A Dsuccess.h0 #error success
/external/clang/test/Modules/Inputs/exclude-header/x/
H A Dbad.h0 #error bad
/external/chromium_org/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/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/core/src/fxge/fx_freetype/fxft2.5.01/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/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftcffdrv.h26 #error "freetype.h of FreeType 1 has been loaded!"
27 #error "Please fix the directory search order for header files"
28 #error "so that freetype.h of FreeType 2 is found first."
72 * engine (omitting the error handling).

Completed in 524 milliseconds

1234567891011>>