Searched refs:error (Results 276 - 300 of 8963) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/tools/gyp/test/compiler-override/
H A Dcxxtest.cc5 // Deliberate C syntax error as this file should never be passed to
7 #error Should not be passed to a real compiler
H A Dtest.c5 // Deliberate C syntax error as this file should never be passed to
7 #error Should not be passed to a real compiler
/external/chromium_org/tools/gyp/test/dependencies/sharedlib-linksettings/
H A Dstaticlib.c12 #error TEST_DEFINE is defined!
/external/clang/test/Lexer/
H A Dlong-long.cpp9 /* expected-error@21 {{'long long' is an extension when C99 mode is not enabled}} */
15 /* expected-error@21 {{'long long' is a C++11 extension}} */
22 # error should not happen
/external/clang/test/Preprocessor/Inputs/microsoft-header-search/
H A Dfindme.h3 #error Wrong findme.h included, MSVC header search incorrec
/external/eigen/Eigen/src/Core/util/
H A DNonMPL2.h1 // Force error if including non MPL2 license code regardless
5 #error Including non-MPL2 code in EIGEN_MPL2_ONLY mode
/external/llvm/test/MC/Mips/mips1/
H A Dinvalid-mips3-wrong-error.s2 # error message at the moment.
9 ld $sp,-28645($s1) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
10 ldc1 $f11,16391($s0) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
11 ldc2 $8,-21181($at) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
12 ldl $24,-4167($24) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
13 ldr $14,-30358($s4) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
14 ll $v0,-7321($s2) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
15 lld $zero,-14736($ra) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
16 lwu $s3,-24086($v1) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
17 sc $15,18904($s3) # CHECK: :[[@LINE]]:{{[0-9]+}}: error
[all...]
H A Dinvalid-mips4-wrong-error.s2 # error message at the moment.
9 ld $sp,-28645($s1) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
10 ldc1 $f11,16391($s0) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
11 ldc2 $8,-21181($at) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
12 ldl $24,-4167($24) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
13 ldr $14,-30358($s4) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
14 ll $v0,-7321($s2) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
15 lld $zero,-14736($ra) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
16 lwu $s3,-24086($v1) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
17 sc $15,18904($s3) # CHECK: :[[@LINE]]:{{[0-9]+}}: error
[all...]
/external/llvm/test/MC/Mips/mips64r6/
H A Dinvalid-mips3-wrong-error.s8 ldl $s4,-4231($15) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
9 ldr $zero,-19147($gp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
10 sdl $15,13694($s3) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
11 sdr $s1,-26590($14) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
12 ldle $s4,-4231($15) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
13 ldre $zero,-19147($gp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
14 sdle $15,13694($s3) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
15 sdre $s1,-26590($14) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
16 lwl $s4,-4231($15) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
17 lwr $zero,-19147($gp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error
[all...]
/external/llvm/test/MC/SystemZ/
H A Dtokens.s4 #CHECK: error: invalid instruction
6 #CHECK: error: unknown token in expression
8 #CHECK: error: invalid instruction
10 #CHECK: error: register expected
12 #CHECK: error: %r0 used in an address
14 #CHECK: error: invalid instruction
16 #CHECK: error: invalid operand
18 #CHECK: error: %r0 used in an address
20 #CHECK: error: invalid operand
22 #CHECK: error
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftbdf.c31 FT_Error error; local
36 error = FT_ERR( Invalid_Argument );
46 error = service->get_charset_id( face, &encoding, &registry );
55 return error;
66 FT_Error error; local
69 error = FT_ERR( Invalid_Argument );
81 error = service->get_property( face, prop_name, aproperty );
84 return error;
/external/valgrind/main/coregrind/
H A Dm_libcsetjmp.c293 # error "Huh?"
330 # error "Huh?"
389 # error "Huh?"
420 # error "Huh?"
/external/chromium_org/content/public/common/
H A Dtop_controls_state_list.h9 #error "DEFINE_TOP_CONTROLS_STATE should be defined before including this file"
/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Dvalidation_errors.h14 // There is no validation error.
43 const char* ValidationErrorToString(ValidationError error);
45 void ReportValidationError(ValidationError error);
55 void set_last_error(ValidationError error) { last_error_ = error; } argument
/external/chromium_org/remoting/webapp/js_proto/
H A Dconsole_proto.js23 console.error = function(var_args) {};
/external/chromium_org/third_party/freetype/src/base/
H A Dftwinfnt.c32 FT_Error error; local
35 error = FT_ERR( Invalid_Argument );
43 error = service->get_header( face, header );
47 return error;
/external/chromium_org/tools/gyp/test/ios/deployment-target/
H A Dcheck-version-min.c18 # error __MAC_OS_X_VERSION_MIN_REQUIRED has wrong value
21 # error __MAC_OS_X_VERSION_MIN_REQUIRED should be undefined
26 # error __IPHONE_OS_VERSION_MIN_REQUIRED has wrong value
29 # error __IPHONE_OS_VERSION_MIN_REQUIRED should be undefined
/external/chromium_org/tools/gyp/test/mac/deployment-target/
H A Dcheck-version-min.c18 # error __MAC_OS_X_VERSION_MIN_REQUIRED has wrong value
21 # error __MAC_OS_X_VERSION_MIN_REQUIRED should be undefined
26 # error __IPHONE_OS_VERSION_MIN_REQUIRED has wrong value
29 # error __IPHONE_OS_VERSION_MIN_REQUIRED should be undefined
/external/chromium_org/ui/gl/
H A Dscoped_cgl.cc18 CGLError error = CGLSetCurrentContext(context); local
19 DCHECK_EQ(error, kCGLNoError) << "CGLSetCurrentContext should never fail";
23 CGLError error = CGLSetCurrentContext(previous_context_); local
24 DCHECK_EQ(error, kCGLNoError) << "CGLSetCurrentContext should never fail";
/external/compiler-rt/lib/interception/
H A Dinterception_mac.h18 # error "interception_mac.h should be included from interception.h only"
/external/freetype/src/base/
H A Dftwinfnt.c32 FT_Error error; local
35 error = FT_ERR( Invalid_Argument );
43 error = service->get_header( face, header );
47 return error;
/external/libcxx/test/depr/depr.c.headers/
H A Dcomplex.h.pass.cpp15 #error _LIBCPP_VERSION not defined
/external/libcxx/test/numerics/complex.number/ccmplx/
H A Dccomplex.pass.cpp15 #error _LIBCPP_VERSION not defined
/external/libcxx/test/strings/basic.string.literals/
H A Dliteral1.fail.cpp20 #error
H A Dliteral2.fail.cpp18 #error

Completed in 1843 milliseconds

<<11121314151617181920>>