Searched defs:error (Results 1 - 25 of 3474) sorted by relevance

1234567891011>>

/external/bison/build-aux/
H A Dmdate-sh62 error () function
118 test $# -gt 0 || error "failed parsing '$ls_command /' output"
138 test -n "$month" || error "failed parsing '$ls_command /' output"
/external/llvm/test/MC/ARM/
H A Dthumb-diagnostics.s12 @ CHECK-ERRORS: error: invalid instruction
19 @ CHECK-ERRORS: error: instruction variant requires Thumb2
22 @ CHECK-ERRORS-V5: error: instruction variant requires ARMv6 or later
29 @ CHECK-ERRORS: error: invalid operand for instruction
36 error: invalid operand for instruction label
39 error: invalid operand for instruction label
46 @CHECK-ERRORS: error: instruction requires: armv8 arm-mode
49 @CHECK-ERRORS-V8: error: instruction requires: arm-mode
52 @CHECK-ERRORS: error: invalid operand for instruction
62 @ CHECK-ERRORS: error
[all...]
/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/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
H A Drdtmain.asm29 jb error ; cause error if < 1 parameters
44 error: label
45 mov eax,2 ; return 2 on error
/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/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/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Derror_messages.h10 namespace error { namespace in namespace:extensions::image_writer
58 } // namespace error
/external/chromium_org/chrome/utility/image_writer/
H A Derror_messages.h9 namespace error { namespace in namespace:image_writer
25 } // namespace error
/external/chromium_org/components/json_schema/
H A Djson_schema_validator_unittest.cc54 std::string error; local
55 EXPECT_FALSE(JSONSchemaValidator::IsValidSchema("", &error));
56 EXPECT_FALSE(JSONSchemaValidator::IsValidSchema("\0", &error));
57 EXPECT_FALSE(JSONSchemaValidator::IsValidSchema("string", &error));
58 EXPECT_FALSE(JSONSchemaValidator::IsValidSchema("\"string\"", &error));
59 EXPECT_FALSE(JSONSchemaValidator::IsValidSchema("[]", &error));
60 EXPECT_FALSE(JSONSchemaValidator::IsValidSchema("{}", &error));
62 "{ \"type\": 123 }", &error));
64 "{ \"type\": \"invalid\" }", &error));
69 "}", &error));
[all...]
/external/chromium_org/content/common/android/
H A Dgin_java_bridge_errors.cc11 const char* GinJavaBridgeErrorToString(GinJavaBridgeError error) { argument
12 switch (error) {
14 return "No error";
32 return "Unknown error";
/external/chromium_org/google_apis/drive/
H A Dgdata_errorcode.cc12 std::string GDataErrorCodeToString(GDataErrorCode error) { argument
13 switch (error) {
90 return "UNKNOWN_ERROR_" + base::IntToString(error);
/external/chromium_org/net/websockets/
H A Dwebsocket_errors.cc11 Error WebSocketErrorToNetError(WebSocketError error) { argument
12 switch (error) {
30 // This error will probably be reported with more detail at a lower layer;
/external/chromium_org/remoting/protocol/
H A Dsocket_util.cc11 SocketErrorAction GetSocketErrorAction(int error) { argument
12 switch (error) {
20 // target addresses and the error can be ignored.
26 // still allow us to send to other addresses, so ignore the error for this
/external/chromium_org/sql/
H A Derror_delegate_util.cc11 bool IsErrorCatastrophic(int error) { argument
12 switch (error) {
15 // Theoretically, the wrapped delegate might have resolved the error, and
53 // These probgably indicate a programming error or a migration failure
73 // None of these appear in error reports, so for now let's not try to
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8ErrorEventCustom.cpp48 v8::Handle<v8::Value> error = V8HiddenValue::getHiddenValue(info.GetIsolate(), info.Holder(), V8HiddenValue::error(info.GetIsolate())); local
49 if (!error.IsEmpty()) {
50 v8SetReturnValue(info, error);
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_error_unittest.cpp12 Error error; local
13 EXPECT_STREQ("", error.c_str());
17 Error error("Foo Bar");
18 EXPECT_STREQ("Foo Bar", error.c_str());
22 Error error("FooFoo");
23 Error error2(error);
29 Error error; local
30 error.Set("BarFoo");
31 EXPECT_STREQ("BarFoo", error.c_str());
32 error
43 Error error; local
[all...]
/external/chromium_org/third_party/freetype/src/base/
H A Dftpic.c32 FT_Error error = FT_Err_Ok; local
37 error = ft_base_pic_init( library );
38 if ( error )
39 return error;
H A Dfttype1.c31 FT_Error error = FT_ERR( Invalid_Argument ); local
42 error = service->ps_get_font_info( face, afont_info );
45 return error;
76 FT_Error error = FT_ERR( Invalid_Argument ); local
87 error = service->ps_get_font_private( face, afont_private );
90 return error;
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/third_party/libjingle/source/talk/app/webrtc/objctests/
H A DRTCSessionDescriptionSyncObserver.h40 @property(atomic, copy) NSString *error; variable
/external/chromium_org/ui/gl/
H A Degl_util.cc18 // Returns the last EGL error as a string.
20 EGLint error = eglGetError(); local
21 switch (error) {
/external/chromium_org/ui/views/
H A Drect_based_targeting_utils_unittest.cc29 float error = 0.001f; local
43 EXPECT_NEAR(0.272f, PercentCoveredBy(rect_1, rect_3), error);
44 EXPECT_NEAR(0.768f, PercentCoveredBy(rect_3, rect_1), error);
/external/clang/test/Sema/
H A Dvariadic-incomplete-arg-type.c10 CFErrorRef error; local
11 junk(1, *error, (void)0); // expected-error {{argument type 'struct __CFError' is incomplete}} \
12 // expected-error {{argument type 'void' is incomplete}}
/external/elfutils/0.153/libdw/
H A Ddwarf_cfi_addrframe.c62 /* Maybe there was a previous error. */
70 int error = __libdw_frame_at_address (cache, fde, address, frame); local
71 if (error != DWARF_E_NOERROR)
73 __libdw_seterrno (error);

Completed in 5318 milliseconds

1234567891011>>