HomeSort by relevance Sort by last modified time
    Searched refs:error (Results 1 - 25 of 8794) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
python_unittest_input.py 3 # and one that will generate a pylint error for an undefined variable.
4 print error()
  /external/clang/test/Driver/
cl-fallback.c 77 #error "This fails to compile."
nostdlibinc.c 5 #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/
090-hash-error.c 0 #error human error
  /external/clang/test/Misc/
serialized-diags-no-category.c 0 #error foo
2 #error bar
10 // CHECK: {{.*[/\\]}}serialized-diags-no-category.c:1:2: error: foo []
  /external/llvm/test/MC/AsmParser/
directive-err-diagnostics.s 3 .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/
090-hash-error.c 0 #error human error
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
error.h 9 struct Error {
12 Error(int error) : error(error) {}
13 operator int() const { return error; }
15 int error; member in struct:nacl_io::Error
  /external/clang/test/Lexer/
bcpl-escaped-newline.c 5 #error bar
8 #error qux
9 // expected-error@-1 {{qux}}
13 #error quux
  /external/chromium_org/tools/gyp/test/win/compiler-flags/
character-set-unicode.cc 6 #error
10 #error
runtime-library-md.cc 6 #error
10 #error
14 #error
runtime-library-mdd.cc 6 #error
10 #error
14 #error
runtime-library-mt.cc 6 #error
10 #error
14 #error
runtime-library-mtd.cc 6 #error
10 #error
14 #error
character-set-mbcs.cc 6 #error
rtti-on.cc 6 #error
  /external/clang/test/Frontend/
undef.c 3 #error "Must be preprocessed as assembler."
verify2.h 2 // expected-error {{should be ignored}}
5 #error header
  /external/clang/test/Lexer/Inputs/
success.h 0 #error success
  /external/clang/test/Modules/Inputs/exclude-header/x/
bad.h 0 #error bad
  /external/chromium_org/third_party/freetype/src/cff/
cf2error.c 5 /* Adobe's code for error handling (body). */
44 cf2_setError( FT_Error* error,
47 if ( error && *error == 0 )
48 *error = value;
  /external/freetype/src/cff/
cf2error.c 5 /* Adobe's code for error handling (body). */
44 cf2_setError( FT_Error* error,
47 if ( error && *error == 0 )
48 *error = value;
  /external/clang/test/OpenMP/
predefined_macro.c 7 #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/
optimize.c 5 #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/clang/test/Headers/
ms-wchar.c 4 #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"

Completed in 653 milliseconds

1 2 3 4 5 6 7 8 91011>>