Home
last modified time | relevance | path

Searched refs:consumer_ (Results 101 – 125 of 386) sorted by relevance

12345678910>>...16

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/test/opt/
H A Dpass_fixture.h49 : consumer_( in PassTest()
63 context_ = BuildModule(env_, consumer_, original, assemble_options_); in OptimizeToBinary()
90 pass->SetMessageConsumer(consumer_); in SinglePassRunToBinary()
202 context_ = BuildModule(env_, consumer_, original, assemble_options_); in SinglePassRunAndFail()
229 manager_->SetMessageConsumer(consumer_); in RenewPassManger()
268 MessageConsumer consumer() { return consumer_; } in consumer()
272 consumer_ = msg_consumer; in SetMessageConsumer()
282 MessageConsumer consumer_; // Message consumer.
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/login/auth/
H A Dfake_extended_authenticator.cc16 : consumer_(consumer), in FakeExtendedAuthenticator()
24 : consumer_(NULL), in FakeExtendedAuthenticator()
123 if (consumer_) in OnAuthFailure()
124 consumer_->OnAuthenticationFailure(state); in OnAuthFailure()
/dports/science/ALPSCore/ALPSCore-2.2.0/params/include/alps/params/
H A Dserialize_variant.hpp37 consumer_type& consumer_; member
39 consume_visitor(consumer_type& consumer) : consumer_(consumer) {} in consume_visitor()
44 consumer_(val); in operator ()()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/google_apis/gaia/
H A Doauth2_access_token_fetcher_impl_unittest.cc77 : fetcher_(&consumer_, in OAuth2AccessTokenFetcherImplTest()
118 MockOAuth2AccessTokenConsumer consumer_; member in OAuth2AccessTokenFetcherImplTest
127 EXPECT_CALL(consumer_, OnGetTokenFailure(_)).Times(1); in TEST_F()
134 EXPECT_CALL(consumer_, OnGetTokenFailure(_)).Times(1); in TEST_F()
146 EXPECT_CALL(consumer_, OnGetTokenFailure(expected_error)).Times(1); in TEST_F()
153 EXPECT_CALL(consumer_, OnGetTokenSuccess(_)).Times(1); in TEST_F()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/fuzz/
H A Dadded_function_reducer.cpp37 consumer_(std::move(consumer)), in AddedFunctionReducer()
62 reducer.SetMessageConsumer(consumer_); in Run()
129 BuildModule(target_env_, consumer_, binary_under_reduction.data(), in InterestingnessFunctionForReducingAddedFunction()
190 auto replay_result = Replayer(target_env_, consumer_, binary_in_, in ReplayPrefixAndAddFunction()
240 BuildModule(target_env_, consumer_, binary_under_reduction.data(), in ReplayAdaptedTransformations()
281 auto replay_result = Replayer(target_env_, consumer_, binary_in_, in ReplayAdaptedTransformations()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dadded_function_reducer.cpp37 consumer_(std::move(consumer)), in AddedFunctionReducer()
62 reducer.SetMessageConsumer(consumer_); in Run()
129 BuildModule(target_env_, consumer_, binary_under_reduction.data(), in InterestingnessFunctionForReducingAddedFunction()
190 auto replay_result = Replayer(target_env_, consumer_, binary_in_, in ReplayPrefixAndAddFunction()
240 BuildModule(target_env_, consumer_, binary_under_reduction.data(), in ReplayAdaptedTransformations()
281 auto replay_result = Replayer(target_env_, consumer_, binary_in_, in ReplayAdaptedTransformations()
H A Dfuzzer.cpp122 consumer_(std::move(consumer)), in Fuzzer()
165 consumer_); in ApplyPassAndCheckValidity()
179 tools.SetMessageConsumer(consumer_); in Run()
181 consumer_(SPV_MSG_ERROR, nullptr, {}, in Run()
189 consumer_(SPV_MSG_ERROR, nullptr, {}, in Run()
197 BuildModule(target_env_, consumer_, binary_in_.data(), binary_in_.size()); in Run()
213 transformation_context_->GetFactManager()->AddInitialFacts(consumer_, in Run()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/fuzz/
H A Dadded_function_reducer.cpp37 consumer_(std::move(consumer)), in AddedFunctionReducer()
62 reducer.SetMessageConsumer(consumer_); in Run()
129 BuildModule(target_env_, consumer_, binary_under_reduction.data(), in InterestingnessFunctionForReducingAddedFunction()
190 auto replay_result = Replayer(target_env_, consumer_, binary_in_, in ReplayPrefixAndAddFunction()
240 BuildModule(target_env_, consumer_, binary_under_reduction.data(), in ReplayAdaptedTransformations()
281 auto replay_result = Replayer(target_env_, consumer_, binary_in_, in ReplayAdaptedTransformations()
/dports/www/chromium-legacy/chromium-88.0.4324.182/google_apis/gaia/
H A Doauth2_access_token_fetcher_impl_unittest.cc77 : fetcher_(&consumer_, in OAuth2AccessTokenFetcherImplTest()
118 MockOAuth2AccessTokenConsumer consumer_; member in OAuth2AccessTokenFetcherImplTest
127 EXPECT_CALL(consumer_, OnGetTokenFailure(_)).Times(1); in TEST_F()
134 EXPECT_CALL(consumer_, OnGetTokenFailure(_)).Times(1); in TEST_F()
146 EXPECT_CALL(consumer_, OnGetTokenFailure(expected_error)).Times(1); in TEST_F()
153 EXPECT_CALL(consumer_, OnGetTokenSuccess(_)).Times(1); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/fuzz/
H A Dadded_function_reducer.cpp37 consumer_(std::move(consumer)), in AddedFunctionReducer()
62 reducer.SetMessageConsumer(consumer_); in Run()
129 BuildModule(target_env_, consumer_, binary_under_reduction.data(), in InterestingnessFunctionForReducingAddedFunction()
190 auto replay_result = Replayer(target_env_, consumer_, binary_in_, in ReplayPrefixAndAddFunction()
240 BuildModule(target_env_, consumer_, binary_under_reduction.data(), in ReplayAdaptedTransformations()
281 auto replay_result = Replayer(target_env_, consumer_, binary_in_, in ReplayAdaptedTransformations()
H A Dfuzzer.cpp122 consumer_(std::move(consumer)), in Fuzzer()
165 consumer_); in ApplyPassAndCheckValidity()
179 tools.SetMessageConsumer(consumer_); in Run()
181 consumer_(SPV_MSG_ERROR, nullptr, {}, in Run()
189 consumer_(SPV_MSG_ERROR, nullptr, {}, in Run()
197 BuildModule(target_env_, consumer_, binary_in_.data(), binary_in_.size()); in Run()
213 transformation_context_->GetFactManager()->AddInitialFacts(consumer_, in Run()
/dports/devel/folly/folly-2021.12.27.00/folly/python/
H A DAsyncioExecutor.h79 int fileno() const { return consumer_.getFd(); } in fileno()
82 consumer_.consume([&](Func&& func) { in driveNoDiscard()
94 folly::NotificationQueue<Func>::SimpleConsumer consumer_{queue_};
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/source/
H A Ddiagnostic.cpp76 consumer_(other.consumer_), in DiagnosticStream()
88 if (error_ != SPV_FAILED_MATCH && consumer_ != nullptr) { in ~DiagnosticStream()
112 consumer_(level, "input", position_, stream_.str().c_str()); in ~DiagnosticStream()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/
H A Ddiagnostic.cpp76 consumer_(other.consumer_), in DiagnosticStream()
88 if (error_ != SPV_FAILED_MATCH && consumer_ != nullptr) { in ~DiagnosticStream()
112 consumer_(level, "input", position_, stream_.str().c_str()); in ~DiagnosticStream()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/
H A Ddiagnostic.cpp76 consumer_(other.consumer_), in DiagnosticStream()
88 if (error_ != SPV_FAILED_MATCH && consumer_ != nullptr) { in ~DiagnosticStream()
112 consumer_(level, "input", position_, stream_.str().c_str()); in ~DiagnosticStream()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/
H A Ddiagnostic.cpp76 consumer_(other.consumer_), in DiagnosticStream()
88 if (error_ != SPV_FAILED_MATCH && consumer_ != nullptr) { in ~DiagnosticStream()
112 consumer_(level, "input", position_, stream_.str().c_str()); in ~DiagnosticStream()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/
H A Ddiagnostic.cpp76 consumer_(other.consumer_), in DiagnosticStream()
88 if (error_ != SPV_FAILED_MATCH && consumer_ != nullptr) { in ~DiagnosticStream()
112 consumer_(level, "input", position_, stream_.str().c_str()); in ~DiagnosticStream()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/
H A Ddiagnostic.cpp76 consumer_(other.consumer_), in DiagnosticStream()
88 if (error_ != SPV_FAILED_MATCH && consumer_ != nullptr) { in ~DiagnosticStream()
112 consumer_(level, "input", position_, stream_.str().c_str()); in ~DiagnosticStream()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/
H A Ddiagnostic.cpp76 consumer_(other.consumer_), in DiagnosticStream()
88 if (error_ != SPV_FAILED_MATCH && consumer_ != nullptr) { in ~DiagnosticStream()
112 consumer_(level, "input", position_, stream_.str().c_str()); in ~DiagnosticStream()
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/tracing/public/cpp/perfetto/
H A Dperfetto_tracing_backend.cc351 : consumer_{consumer} { in ConsumerEndpoint()
362 consumer_->OnDisconnect(); in ~ConsumerEndpoint()
488 endpoint->consumer_->OnTraceStats(success, stats); in GetTraceStats()
522 consumer_->OnObservableEvents(events); in OnTracingEnabled()
535 consumer_->OnObservableEvents(events); in OnTracingDisabled()
537 consumer_->OnTracingDisabled( in OnTracingDisabled()
549 consumer_->OnTraceData(std::move(packets), /*has_more=*/true); in OnDataAvailable()
555 consumer_->OnTraceData(std::move(packets), /*has_more=*/true); in OnDataAvailable()
596 consumer_->OnConnect(); in BindConnectionOnSequence()
618 consumer_->OnTraceData({}, /*has_more=*/false); in MaybeFinishTraceData()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/client/
H A Dsoftware_video_renderer.cc49 : consumer_(consumer) { in SoftwareVideoRenderer()
94 (consumer_->GetPixelFormat() == protocol::FrameConsumer::FORMAT_BGRA) in OnSessionConfig()
105 return consumer_; in GetFrameConsumer()
153 consumer_->AllocateFrame(source_size_); in ProcessVideoPacket()
178 consumer_->DrawFrame(std::move(frame), in RenderFrame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/audio/
H A Dloopback_stream_unittest.cc147 FakeSyncWriter* consumer() { return consumer_; } in consumer()
203 CHECK(!consumer_); in CreateLoopbackStream()
204 consumer_ = consumer.get(); in CreateLoopbackStream()
218 ASSERT_EQ(0, consumer_->GetRecordedFrameCount()); in StartLoopbackRecording()
229 consumer_->Clear(); in PumpAudioAndTakeNewRecording()
245 } while (consumer_->GetRecordedFrameCount() < min_frames_to_record); in PumpAudioAndTakeNewRecording()
261 FakeSyncWriter* consumer_ = nullptr; // Owned by |stream_|. member in audio::__anonb9b3bb5d0111::LoopbackStreamTest
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/password_manager/core/browser/
H A Dmulti_store_form_fetcher_unittest.cc165 MockConsumer consumer_; member in password_manager::MultiStoreFormFetcherTest
177 EXPECT_CALL(consumer_, OnFetchCompleted).Times(0); in TEST_F()
178 form_fetcher_->AddConsumer(&consumer_); in TEST_F()
185 form_fetcher_->AddConsumer(&consumer_); in TEST_F()
186 EXPECT_CALL(consumer_, OnFetchCompleted); in TEST_F()
215 form_fetcher_->AddConsumer(&consumer_); in TEST_F()
234 EXPECT_CALL(consumer_, OnFetchCompleted); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/audio/
H A Dloopback_stream_unittest.cc147 FakeSyncWriter* consumer() { return consumer_; } in consumer()
202 CHECK(!consumer_); in CreateLoopbackStream()
203 consumer_ = consumer.get(); in CreateLoopbackStream()
217 ASSERT_EQ(0, consumer_->GetRecordedFrameCount()); in StartLoopbackRecording()
228 consumer_->Clear(); in PumpAudioAndTakeNewRecording()
244 } while (consumer_->GetRecordedFrameCount() < min_frames_to_record); in PumpAudioAndTakeNewRecording()
260 FakeSyncWriter* consumer_ = nullptr; // Owned by |stream_|. member in audio::__anon66235bc20111::LoopbackStreamTest
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/source/opt/
H A Dpass.h63 void SetMessageConsumer(MessageConsumer c) { consumer_ = std::move(c); } in SetMessageConsumer()
66 const MessageConsumer& consumer() const { return consumer_; } in consumer()
146 MessageConsumer consumer_; // Message consumer.

12345678910>>...16