Searched refs:is_error (Results 1 - 25 of 40) sorted by relevance

12

/external/chromium_org/content/public/common/
H A Dinjection_test_mac.h17 // |is_error| - true if this is an error message, false if an info message.
19 bool is_error);
/external/chromium_org/chrome/browser/sync/
H A Dsync_global_error_unittest.cc86 bool is_error) {
94 EXPECT_EQ(is_error, error->HasError());
97 EXPECT_EQ(is_error, global_error->HasMenuItem());
98 EXPECT_EQ(is_error, global_error->HasBubbleView());
102 EXPECT_NE(is_error, global_error->MenuItemLabel().empty());
103 EXPECT_NE(is_error, global_error->GetBubbleViewAcceptButtonLabel().empty());
111 if (is_error) {
79 VerifySyncGlobalErrorResult(NiceMock<ProfileSyncServiceMock>* service, FakeLoginUIService* login_ui_service, Browser* browser, SyncErrorController* error, SyncGlobalError* global_error, GoogleServiceAuthError::State error_state, bool is_signed_in, bool is_error) argument
H A Dsync_error_notifier_ash_unittest.cc147 bool is_error) {
156 EXPECT_EQ(is_error, error_controller_->HasError());
161 if (is_error) {
145 VerifySyncErrorNotifierResult(GoogleServiceAuthError::State error_state, bool is_signed_in, bool is_error) argument
H A Dsync_ui_util_unittest.cc56 bool is_error) {
66 EXPECT_EQ(label1.empty(), !is_error);
67 EXPECT_EQ(label2.empty(), !is_error);
68 EXPECT_EQ(label3.empty(), !is_error);
53 VerifySyncGlobalErrorResult(NiceMock<ProfileSyncServiceMock>* service, GoogleServiceAuthError::State error_state, bool is_signed_in, bool is_error) argument
/external/chromium_org/chrome/browser/signin/
H A Dsignin_global_error_unittest.cc96 bool is_error; member in struct:__anon4693
123 EXPECT_EQ(global_error_->HasMenuItem(), table[i].is_error);
124 EXPECT_EQ(global_error_->MenuItemLabel().empty(), !table[i].is_error);
126 !table[i].is_error);
H A Dsignin_error_notifier_ash_unittest.cc207 bool is_error; member in struct:ash::test::__anon4692
235 ASSERT_EQ(table[i].is_error, notification != NULL);
236 if (table[i].is_error) {
/external/chromium_org/content/test/
H A DPRESUBMIT.py29 is_error = lambda line: (input_api.re.match('^Line:', line) or
31 error = filter(is_error, stdout_data.splitlines())
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dhir_field_selection.cpp48 if (op->type->is_error()) {
68 if (result->type->is_error()) {
H A Dast_to_hir.cpp631 if (rhs->type->is_error())
678 bool error_emitted = (lhs->type->is_error() || rhs->type->is_error());
1046 error_emitted = result->type->is_error();
1055 error_emitted = type->is_error();
1065 error_emitted = type->is_error();
1081 error_emitted = type->is_error();
1097 error_emitted = type->is_error();
1114 error_emitted = op[0]->type->is_error() || op[1]->type->is_error();
[all...]
H A Dglsl_types.h407 bool is_error() const function in struct:glsl_type
/external/mesa3d/src/glsl/
H A Dhir_field_selection.cpp48 if (op->type->is_error()) {
68 if (result->type->is_error()) {
H A Dast_to_hir.cpp631 if (rhs->type->is_error())
678 bool error_emitted = (lhs->type->is_error() || rhs->type->is_error());
1046 error_emitted = result->type->is_error();
1055 error_emitted = type->is_error();
1065 error_emitted = type->is_error();
1081 error_emitted = type->is_error();
1097 error_emitted = type->is_error();
1114 error_emitted = op[0]->type->is_error() || op[1]->type->is_error();
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/tests/
H A Duniform_initializer_utils.cpp140 ASSERT_FALSE(type->is_error());
154 ASSERT_FALSE(element_type->is_error());
158 ASSERT_FALSE(array_type->is_error());
/external/mesa3d/src/glsl/tests/
H A Duniform_initializer_utils.cpp140 ASSERT_FALSE(type->is_error());
154 ASSERT_FALSE(element_type->is_error());
158 ASSERT_FALSE(array_type->is_error());
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
H A Dmain_wnd.h70 bool is_error) = 0;
109 bool is_error);
/external/chromium_org/tools/grit/grit/
H A Dclique.py44 def _AddMissingTranslation(self, lang, clique, is_error):
46 if is_error:
398 self.uber_clique._AddMissingTranslation(lang, self, is_error=False)
405 self.uber_clique._AddMissingTranslation(lang, self, is_error=True)
/external/chromium_org/components/signin/core/browser/
H A Dsignin_error_controller_unittest.cc148 bool is_error; member in struct:__anon6823
175 EXPECT_EQ(error_controller_->HasError(), table[i].is_error);
177 if (table[i].is_error) {
/external/chromium_org/components/translate/core/browser/
H A Dtranslate_infobar_delegate.cc335 if (old_delegate && (old_delegate->is_error() != is_error()))
336 background_animation_ = is_error() ? NORMAL_TO_ERROR : ERROR_TO_NORMAL;
H A Dtranslate_infobar_delegate.h106 bool is_error() const { function in class:translate::TranslateInfoBarDelegate
/external/srec/portable/src/
H A DPFileWrap.c187 int is_error; local
189 is_error = ferror ( (FILE *)self );
191 if ( is_error != 0 )
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/linux/
H A Dmain_wnd.h57 bool is_error);
H A Dmain_wnd.cc166 bool is_error) {
169 is_error ? GTK_MESSAGE_ERROR : GTK_MESSAGE_INFO,
165 MessageBox(const char* caption, const char* text, bool is_error) argument
/external/chromium_org/base/i18n/
H A Dbuild_utf8_validator_tables.cc180 UBool is_error = false; local
181 U8_APPEND(bytes, offset, arraysize(bytes), i, is_error);
182 DCHECK(!is_error);
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_api.cc307 std::vector<GURL>* urls, bool* is_error) {
308 *is_error = false;
316 *is_error = true;
321 *is_error = true;
346 *is_error = true;
417 bool is_error = true; local
419 &is_error);
420 if (is_error) {
305 ShouldOpenIncognitoWindow( const windows::Create::Params::CreateData* create_data, std::vector<GURL>* urls, bool* is_error) argument
H A Dtabs_api.h79 // |is_error| is set to true (also, error_ member variable is assigned
84 bool* is_error);

Completed in 4449 milliseconds

12