Searched defs:had_error (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/sync/internal_api/public/
H A Ddata_type_association_stats.h40 bool had_error; member in struct:syncer::DataTypeAssociationStats
/external/chromium_org/media/audio/
H A Daudio_input_unittest.cc50 int had_error() const { function in class:media::TestInputCallback
179 EXPECT_FALSE(test_callback.had_error());
/external/chromium_org/third_party/libwebp/utils/
H A Dthread.h67 int had_error; // return value of the last call to 'hook' member in struct:__anon12457
75 // Makes sure the previous work is finished. Returns true if worker->had_error
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_thread.h68 int had_error; // return value of the last call to 'hook' member in struct:__anon21628
76 // Makes sure the previous work is finished. Returns true if worker->had_error
/external/webp/src/utils/
H A Dthread.h67 int had_error; // return value of the last call to 'hook' member in struct:__anon28933
75 // Makes sure the previous work is finished. Returns true if worker->had_error
/external/chromium_org/media/audio/win/
H A Daudio_output_win_unittest.cc70 int had_error() const { function in class:media::TestSourceBasic
284 EXPECT_FALSE(test_laggy.had_error());
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_backend_impl.cc139 had_error(false) {}
143 bool had_error; member in struct:disk_cache::__anon9316::BarrierContext
151 if (context->had_error)
154 context->had_error = true;

Completed in 346 milliseconds