Searched refs:had_error (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/sync/internal_api/public/
H A Ddata_type_association_stats.cc22 had_error(false) {
H A Ddata_type_association_stats.h40 bool had_error; member in struct:syncer::DataTypeAssociationStats
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
H A Dtext_unittest.py41 self.had_error = False
45 self.had_error = True
48 self.assertFalse(self.had_error, '%s should not have any errors.' % lines)
52 self.had_error = False
58 self.had_error = True
61 self.assertTrue(self.had_error, '%s should have an error [whitespace/tab].' % lines)
H A Dxcodeproj_unittest.py55 self.had_error = False
59 self.had_error = True
63 self.assertTrue(self.had_error, '%s should have error: %s.' % (lines, expected_message))
H A Djsonchecker_unittest.py67 mock_error_handler.had_error = True
73 error_handler.had_error = False
77 self.assertTrue(error_handler.had_error)
H A Dxml_unittest.py56 mock_error_handler.had_error = True
61 error_handler.had_error = False
65 self.assertTrue(error_handler.had_error)
/external/chromium_org/third_party/libwebp/utils/
H A Dthread.h48 int had_error; // return value of the last call to 'hook' member in struct:__anon13306
59 // Makes sure the previous work is finished. Returns true if worker->had_error
H A Dthread.c216 return !worker->had_error;
221 worker->had_error = 0;
259 worker->had_error |= !worker->hook(worker->data1, worker->data2);
/external/webp/src/utils/
H A Dthread.h48 int had_error; // return value of the last call to 'hook' member in struct:__anon33403
59 // Makes sure the previous work is finished. Returns true if worker->had_error
H A Dthread.c216 return !worker->had_error;
221 worker->had_error = 0;
259 worker->had_error |= !worker->hook(worker->data1, worker->data2);
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_thread.c83 return !worker->had_error;
88 worker->had_error = 0;
111 worker->had_error |= !worker->hook(worker->data1, worker->data2);
H A Dvp9_thread.h177 int had_error; // return value of the last call to 'hook' member in struct:__anon24931
185 // Makes sure the previous work is finished. Returns true if worker->had_error
H A Dvp9_decodeframe.c969 worker->had_error = 0;
/external/libvpx/libvpx/test/
H A Dvp9_thread_test.cc63 EXPECT_FALSE(worker_.had_error);
86 EXPECT_EQ(1, worker_.had_error);
91 EXPECT_FALSE(worker_.had_error);
94 EXPECT_FALSE(worker_.had_error);
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dvp9_thread_test.cc71 EXPECT_FALSE(worker_.had_error);
90 EXPECT_EQ(1, worker_.had_error);
95 EXPECT_FALSE(worker_.had_error);
98 EXPECT_FALSE(worker_.had_error);
207 int Sync(VP9Worker *const worker) { return !worker->had_error; }
210 worker->had_error |= worker->hook(worker->data1, worker->data2);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_thread.c91 return !worker->had_error;
96 worker->had_error = 0;
134 worker->had_error |= !worker->hook(worker->data1, worker->data2);
H A Dvp9_thread.h175 int had_error; // return value of the last call to 'hook' member in struct:__anon13138
186 // Makes sure the previous work is finished. Returns true if worker->had_error
/external/chromium_org/media/audio/
H A Daudio_input_unittest.cc40 int had_error() const { function in class:media::TestInputCallback
238 EXPECT_FALSE(test_callback.had_error());
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_backend_impl.cc137 had_error(false) {}
141 bool had_error; member in struct:disk_cache::__anon9169::BarrierContext
149 if (context->had_error)
152 context->had_error = true;
/external/chromium_org/sync/internal_api/
H A Ddebug_info_event_listener.cc199 datatype_stats->set_had_error(association_stats.had_error);
/external/chromium_org/media/audio/win/
H A Daudio_output_win_unittest.cc70 int had_error() const { function in class:media::TestSourceBasic
269 EXPECT_FALSE(test_laggy.had_error());
/external/chromium_org/components/sync_driver/
H A Dmodel_association_manager.cc78 stats.had_error = local_merge_result.error().IsSet() ||
/external/chromium_org/sync/protocol/
H A Dproto_value_conversions.cc1066 SET_BOOL(had_error);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c1092 worker->had_error = 0;

Completed in 879 milliseconds