Searched refs:error (Results 126 - 150 of 9144) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dstatus_unittest.cc17 Status error(kUnknownCommand);
18 ASSERT_FALSE(error.IsOk());
19 ASSERT_TRUE(error.IsError());
20 ASSERT_EQ(kUnknownCommand, error.code());
21 ASSERT_STREQ("unknown command", error.message().c_str());
25 Status error(kUnknownError, "something happened");
26 ASSERT_FALSE(error.IsOk());
27 ASSERT_TRUE(error.IsError());
28 ASSERT_EQ(kUnknownError, error.code());
29 ASSERT_STREQ("unknown error
[all...]
/external/chromium_org/components/bookmarks/common/android/
H A Dbookmark_type_list.h9 #error "DEFINE_BOOKMARK_TYPE should be defined before including this file"
/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/sandbox/linux/services/
H A Dandroid_ucontext.h21 #error "No support for your architecture in Android header"
25 #error "Android header file included on non Android."
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
H A DSdpObserver.java38 /** Called on error of Create{Offer,Answer}(). */
39 public void onCreateFailure(String error); argument
41 /** Called on error of Set{Local,Remote}Description(). */
42 public void onSetFailure(String error); argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/
H A Dboolhuff_arm.c38 struct vpx_internal_error_info *error)
40 return validate_buffer(start, len, end, error);
35 vp8_validate_buffer_arm(const unsigned char *start, size_t len, const unsigned char *end, struct vpx_internal_error_info *error) argument
/external/chromium_org/tools/gyp/test/make_global_settings/full-toolchain/
H A Dbar.cc0 #error Not a real source file
H A Dfoo.c0 #error Not a real source file
/external/clang/test/CodeGenCXX/
H A Dconstructor-convert.cpp9 static void error(const Twine &Message) {} function
14 error("cl::location(x) specified more than once!");
/external/clang/test/Frontend/
H A Dexceptions.c5 #error __EXCEPTIONS should not be defined.
/external/clang/test/PCH/
H A Dpth.c4 #error This is the only diagnostic
7 // CHECK: 1 error generated.
/external/clang/test/Preprocessor/
H A D_Pragma.c12 #error #define invalid
/external/hamcrest/library/src/org/hamcrest/number/
H A DIsCloseTo.java13 * acceptable error?
16 private final double error; field in class:IsCloseTo
19 public IsCloseTo(double value, double error) { argument
20 this.error = error;
25 return Math.abs((item - value)) <= error;
30 .appendValue(error)
36 public static Matcher<Double> closeTo(double operand, double error) { argument
37 return new IsCloseTo(operand, error);
/external/libvpx/libvpx/vp8/encoder/arm/
H A Dboolhuff_arm.c38 struct vpx_internal_error_info *error)
40 return validate_buffer(start, len, end, error);
35 vp8_validate_buffer_arm(const unsigned char *start, size_t len, const unsigned char *end, struct vpx_internal_error_info *error) argument
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglx_error.c43 xError error; local
50 error.type = X_Error;
53 error.errorCode = errorCode;
56 error.errorCode = glx_dpy->codes->first_error + errorCode;
59 error.sequenceNumber = dpy->request;
60 error.resourceID = resourceID;
61 error.minorCode = minorCode;
62 error.majorCode = gc ? gc->majorOpcode : 0;
64 _XError(dpy, &error);
72 xError error; local
[all...]
/external/mesa3d/src/glx/
H A Dglx_error.c43 xError error; local
50 error.type = X_Error;
53 error.errorCode = errorCode;
56 error.errorCode = glx_dpy->codes->first_error + errorCode;
59 error.sequenceNumber = dpy->request;
60 error.resourceID = resourceID;
61 error.minorCode = minorCode;
62 error.majorCode = gc ? gc->majorOpcode : 0;
64 _XError(dpy, &error);
72 xError error; local
[all...]
/external/elfutils/0.153/libdwfl/
H A Ddwfl_error.c64 /* The error number. */
106 canonicalize (Dwfl_Error error) argument
110 switch (error)
113 value = error;
139 __libdwfl_canon_error (Dwfl_Error error) argument
141 return canonicalize (error);
146 __libdwfl_seterrno (Dwfl_Error error) argument
148 global_error = canonicalize (error);
153 dwfl_errmsg (error)
154 int error;
[all...]
/external/chromium_org/extensions/browser/
H A Dmanagement_policy_unittest.cc66 base::string16 error; local
69 EXPECT_TRUE(policy_.UserMayLoad(NULL, &error));
70 EXPECT_TRUE(error.empty());
74 EXPECT_TRUE(policy_.UserMayLoad(NULL, &error));
75 EXPECT_TRUE(error.empty());
79 EXPECT_TRUE(policy_.UserMayLoad(NULL, &error));
80 EXPECT_TRUE(error.empty());
84 EXPECT_FALSE(policy_.UserMayLoad(NULL, &error));
85 EXPECT_FALSE(error.empty());
89 error
95 base::string16 error; local
123 base::string16 error; local
151 base::string16 error; local
184 base::string16 error = original_error16; local
[all...]
/external/chromium_org/sql/
H A Derror_delegate_util.h13 // |error|.
14 SQL_EXPORT bool IsErrorCatastrophic(int error);
/external/chromium_org/third_party/WebKit/ManualTests/inspector/resources/
H A Dscript-error.js2 this.will.be.an.error = 1;
/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/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;
/external/chromium_org/third_party/webrtc/overrides/webrtc/base/
H A Dwin32socketinit.cc19 #error "Only compile this on Windows"
/external/chromium_org/tools/gyp/test/mac/cflags/
H A Dccfile.cc2 #error CFLAG should not be set
6 #error CCFLAG should be set
H A Dccfile_withcflags.cc2 #error CFLAG should be set
6 #error CCFLAG should be set

Completed in 1671 milliseconds

1234567891011>>