Searched refs:error (Results 76 - 100 of 8963) sorted by relevance

1234567891011>>

/external/libcxx/test/language.support/support.dynamic/
H A Dversion.pass.cpp15 #error _LIBCPP_VERSION not defined
/external/libcxx/test/language.support/support.runtime/
H A Dcstdbool.pass.cpp15 #error __bool_true_false_are_defined not defined
19 #error bool should not be defined
23 #error true should not be defined
27 #error false should not be defined
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
H A Derroroutput.py25 def GetUnixErrorOutput(filename, error, new_error=False):
26 """Get a output line for an error in UNIX format."""
30 if error.token:
31 line = '%d' % error.token.line_number
33 error_code = '%04d' % error.code
36 return '%s:%s:(%s) %s' % (filename, line, error_code, error.message)
39 def GetErrorOutput(error, new_error=False):
40 """Get a output line for an error in regular format."""
43 if error.token:
44 line = 'Line %d, ' % error
[all...]
/external/chromium_org/third_party/closure_linter/closure_linter/common/
H A Derroroutput.py25 def GetUnixErrorOutput(filename, error, new_error=False):
26 """Get a output line for an error in UNIX format."""
30 if error.token:
31 line = '%d' % error.token.line_number
33 error_code = '%04d' % error.code
36 return '%s:%s:(%s) %s' % (filename, line, error_code, error.message)
39 def GetErrorOutput(error, new_error=False):
40 """Get a output line for an error in regular format."""
43 if error.token:
44 line = 'Line %d, ' % error
[all...]
/external/chromium_org/sandbox/linux/services/
H A Dandroid_ucontext.h17 #error "No support for your architecture in Android header"
21 #error "Android header file included on non Android."
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DErrorCallback.idl32 void handleEvent(FileError error);
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DPositionErrorCallback.idl26 void handleEvent(PositionError error);
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DNavigatorUserMediaErrorCallback.idl26 void handleEvent(NavigatorUserMediaError error);
/external/chromium_org/third_party/WebKit/Source/modules/quota/
H A DStorageErrorCallback.idl32 void handleEvent(DOMError error);
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DSQLTransactionErrorCallback.idl30 boolean handleEvent(SQLError error);
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/
H A DMIDIErrorCallback.idl32 void handleEvent(DOMError error);
/external/clang/test/Driver/
H A Ddarwin-version.c5 #error Invalid version
13 #error Invalid version
21 #error Invalid version
29 #error Invalid version
/external/clang/test/Misc/
H A Ddiag-presumed.c6 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
[all...]
/external/clang/test/Preprocessor/
H A Dexpr_multichar.c5 #error Bad multichar constant calculation!
H A Dpragma_diagnostic.c17 #pragma GCC diagnostic error "-Wundef"
19 #if FOO // expected-error {{'FOO' is not defined}}
23 #define foo error
24 #pragma GCC diagnostic foo "-Wundef" // expected-warning {{pragma diagnostic expected 'error', 'warning', 'ignored', 'fatal', 'push', or 'pop'}}
26 #pragma GCC diagnostic error 42 // expected-error {{expected string literal in pragma diagnostic}}
28 #pragma GCC diagnostic error "-Wundef" 42 // expected-warning {{unexpected token in pragma diagnostic}}
29 #pragma GCC diagnostic error "invalid-name" // expected-warning {{pragma diagnostic expected option name (e.g. "-Wundef")}}
31 #pragma GCC diagnostic error "-Winvalid-name" // expected-warning {{unknown warning group '-Winvalid-name', ignored}}
/external/libcxx/test/diagnostics/assertions/
H A Dcassert.pass.cpp15 #error assert not defined
19 #error _LIBCPP_VERSION not defined
/external/llvm/test/MC/AsmParser/
H A Ddirective-err.s4 // CHECK: error: .err encountered
11 // CHECK: error: .err encountered
18 // CHECK-NOT: error: .err encountered
20 .error "This is my error. There are many like it, but this one is mine."
21 // CHECK: error: This is my error. There are many like it, but this one is mine.
24 .error "My error is my best friend."
26 // CHECK-NOT: error
[all...]
/external/chromium_org/third_party/freetype/src/base/
H A Dftmm.c41 FT_Error error; local
49 error = FT_ERR( Invalid_Argument );
58 error = FT_Err_Ok;
61 return error;
71 FT_Error error; local
75 error = ft_face_get_mm_service( face, &service );
76 if ( !error )
78 error = FT_ERR( Invalid_Argument );
80 error = service->get_mm( face, amaster );
83 return error;
93 FT_Error error; local
116 FT_Error error; local
139 FT_Error error; local
162 FT_Error error; local
188 FT_Error error; local
[all...]
/external/freetype/src/base/
H A Dftmm.c41 FT_Error error; local
49 error = FT_ERR( Invalid_Argument );
58 error = FT_Err_Ok;
61 return error;
71 FT_Error error; local
75 error = ft_face_get_mm_service( face, &service );
76 if ( !error )
78 error = FT_ERR( Invalid_Argument );
80 error = service->get_mm( face, amaster );
83 return error;
93 FT_Error error; local
116 FT_Error error; local
139 FT_Error error; local
162 FT_Error error; local
188 FT_Error error; local
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dfxft_ftmm.c41 FT_Error error; local
49 error = FT_ERR( Invalid_Argument );
58 error = FT_Err_Ok;
61 return error;
71 FT_Error error; local
75 error = ft_face_get_mm_service( face, &service );
76 if ( !error )
78 error = FT_ERR( Invalid_Argument );
80 error = service->get_mm( face, amaster );
83 return error;
93 FT_Error error; local
116 FT_Error error; local
139 FT_Error error; local
162 FT_Error error; local
188 FT_Error error; local
[all...]
/external/libcxx/test/depr/depr.c.headers/
H A Dinttypes_h.pass.cpp16 #error PRId8 not defined
20 #error PRId16 not defined
24 #error PRId32 not defined
28 #error PRId64 not defined
32 #error PRIdLEAST8 not defined
36 #error PRIdLEAST16 not defined
40 #error PRIdLEAST32 not defined
44 #error PRIdLEAST64 not defined
48 #error PRIdFAST8 not defined
52 #error PRIdFAST1
[all...]
/external/bluetooth/bluedroid/test/suite/cases/
H A Dadapter.c25 int error; local
27 CALL_AND_WAIT(error = bt_interface->enable(), adapter_state_changed);
28 TASSERT(error == BT_STATUS_SUCCESS, "Error enabling Bluetooth: %d", error);
31 CALL_AND_WAIT(error = bt_interface->disable(), adapter_state_changed);
32 TASSERT(error == BT_STATUS_SUCCESS, "Error disabling Bluetooth: %d", error);
48 int error; local
51 CALL_AND_WAIT(error = bt_interface->set_adapter_property(name), adapter_properties);
52 TASSERT(error
63 int error; local
78 int error; local
88 int error; local
[all...]
/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
H A Dhandlers.h12 const char** error);
14 int HandleFopen(struct PP_Var params, struct PP_Var* out, const char** error);
15 int HandleFwrite(struct PP_Var params, struct PP_Var* out, const char** error);
16 int HandleFread(struct PP_Var params, struct PP_Var* out, const char** error);
17 int HandleFseek(struct PP_Var params, struct PP_Var* out, const char** error);
18 int HandleFclose(struct PP_Var params, struct PP_Var* out, const char** error);
19 int HandleFflush(struct PP_Var params, struct PP_Var* out, const char** error);
20 int HandleStat(struct PP_Var params, struct PP_Var* out, const char** error);
22 int HandleOpendir(struct PP_Var params, struct PP_Var* out, const char** error);
23 int HandleReaddir(struct PP_Var params, struct PP_Var* out, const char** error);
[all...]
/external/chromium_org/third_party/skia/third_party/harfbuzz/src/
H A Dharfbuzz-dump-main.c36 croak (const char *situation, HB_Error error) argument
38 fprintf (stderr, "%s: Error %d\n", situation, error);
46 HB_Error error; local
58 if ((error = FT_Init_FreeType (&library)))
59 croak ("FT_Init_FreeType", error);
61 if ((error = FT_New_Face (library, argv[1], 0, &font)))
62 croak ("FT_New_Face", error);
67 if (!(error = HB_Load_GSUB_Table (font, &gsub, NULL)))
71 if ((error = HB_Done_GSUB_Table (gsub)))
72 croak ("HB_Done_GSUB_Table", error);
[all...]
/external/libcxx/test/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp16 #error INT8_MIN not defined
20 #error INT16_MIN not defined
24 #error INT32_MIN not defined
28 #error INT64_MIN not defined
32 #error INT8_MAX not defined
36 #error INT16_MAX not defined
40 #error INT32_MAX not defined
44 #error INT64_MAX not defined
48 #error UINT8_MAX not defined
52 #error UINT16_MA
[all...]

Completed in 1055 milliseconds

1234567891011>>