/external/webrtc/modules/video_coding/utility/ |
D | quality_scaler_unittest.cc | 86 handler_(new MockQpUsageHandler()) { in QualityScalerTest() 90 handler_.get(), VideoEncoder::QpThresholds(kLowQp, kHighQp))); in QualityScalerTest() 124 std::unique_ptr<MockQpUsageHandler> handler_; member in webrtc::QualityScalerTest 136 EXPECT_TRUE(handler_->event.Wait(kDefaultTimeoutMs)); in TEST_P() 137 EXPECT_EQ(1, handler_->adapt_down_events_); in TEST_P() 138 EXPECT_EQ(0, handler_->adapt_up_events_); in TEST_P() 144 EXPECT_FALSE(handler_->event.Wait(kDefaultTimeoutMs)); in TEST_P() 145 EXPECT_EQ(0, handler_->adapt_down_events_); in TEST_P() 146 EXPECT_EQ(0, handler_->adapt_up_events_); in TEST_P() 152 EXPECT_TRUE(handler_->event.Wait(kDefaultTimeoutMs)); in TEST_P() [all …]
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | wrapped_handler.hpp | 52 handler_(ASIO_MOVE_CAST(Handler)(handler)) in wrapped_handler() 58 handler_(other.handler_) in wrapped_handler() 64 handler_(ASIO_MOVE_CAST(Handler)(other.handler_)) in wrapped_handler() 70 dispatcher_.dispatch(ASIO_MOVE_CAST(Handler)(handler_)); in operator ()() 75 dispatcher_.dispatch(handler_); in operator ()() 81 dispatcher_.dispatch(detail::bind_handler(handler_, arg1)); in operator ()() 87 dispatcher_.dispatch(detail::bind_handler(handler_, arg1)); in operator ()() 93 dispatcher_.dispatch(detail::bind_handler(handler_, arg1, arg2)); in operator ()() 99 dispatcher_.dispatch(detail::bind_handler(handler_, arg1, arg2)); in operator ()() 105 dispatcher_.dispatch(detail::bind_handler(handler_, arg1, arg2, arg3)); in operator ()() [all …]
|
D | bind_handler.hpp | 30 : handler_(handler), in binder1() 36 : handler_(ASIO_MOVE_CAST(Handler)(handler)), in binder1() 43 handler_(static_cast<const Arg1&>(arg1_)); in operator ()() 48 handler_(arg1_); in operator ()() 52 Handler handler_; member in asio::detail::binder1 61 size, this_handler->handler_); in asio_handler_allocate() 69 pointer, size, this_handler->handler_); in asio_handler_deallocate() 77 this_handler->handler_); in asio_handler_is_continuation() 85 function, this_handler->handler_); in asio_handler_invoke() 93 function, this_handler->handler_); in asio_handler_invoke() [all …]
|
D | reactive_null_buffers_op.hpp | 36 handler_(ASIO_MOVE_CAST(Handler)(handler)) in reactive_null_buffers_op() 51 ptr p = { asio::detail::addressof(o->handler_), o, o }; in do_complete() 62 handler(o->handler_, o->ec_, o->bytes_transferred_); in do_complete() 63 p.h = asio::detail::addressof(handler.handler_); in do_complete() 71 asio_handler_invoke_helpers::invoke(handler, handler.handler_); in do_complete() 77 Handler handler_; member in asio::detail::reactive_null_buffers_op
|
D | reactive_socket_send_op.hpp | 73 handler_(ASIO_MOVE_CAST(Handler)(handler)) in reactive_socket_send_op() 83 ptr p = { asio::detail::addressof(o->handler_), o, o }; in do_complete() 94 handler(o->handler_, o->ec_, o->bytes_transferred_); in do_complete() 95 p.h = asio::detail::addressof(handler.handler_); in do_complete() 103 asio_handler_invoke_helpers::invoke(handler, handler.handler_); in do_complete() 109 Handler handler_; member in asio::detail::reactive_socket_send_op
|
D | resolve_endpoint_op.hpp | 47 handler_(ASIO_MOVE_CAST(Handler)(handler)) in resolve_endpoint_op() 57 ptr p = { asio::detail::addressof(o->handler_), o, o }; in do_complete() 90 handler(o->handler_, o->ec_, o->iter_); in do_complete() 91 p.h = asio::detail::addressof(handler.handler_); in do_complete() 98 asio_handler_invoke_helpers::invoke(handler, handler.handler_); in do_complete() 108 Handler handler_; member in asio::detail::resolve_endpoint_op
|
D | reactive_socket_recv_op.hpp | 76 handler_(ASIO_MOVE_CAST(Handler)(handler)) in reactive_socket_recv_op() 86 ptr p = { asio::detail::addressof(o->handler_), o, o }; in do_complete() 97 handler(o->handler_, o->ec_, o->bytes_transferred_); in do_complete() 98 p.h = asio::detail::addressof(handler.handler_); in do_complete() 106 asio_handler_invoke_helpers::invoke(handler, handler.handler_); in do_complete() 112 Handler handler_; member in asio::detail::reactive_socket_recv_op
|
D | reactive_socket_sendto_op.hpp | 76 handler_(ASIO_MOVE_CAST(Handler)(handler)) in reactive_socket_sendto_op() 86 ptr p = { asio::detail::addressof(o->handler_), o, o }; in do_complete() 97 handler(o->handler_, o->ec_, o->bytes_transferred_); in do_complete() 98 p.h = asio::detail::addressof(handler.handler_); in do_complete() 106 asio_handler_invoke_helpers::invoke(handler, handler.handler_); in do_complete() 112 Handler handler_; member in asio::detail::reactive_socket_sendto_op
|
D | reactive_socket_recvmsg_op.hpp | 77 handler_(ASIO_MOVE_CAST(Handler)(handler)) in reactive_socket_recvmsg_op() 88 ptr p = { asio::detail::addressof(o->handler_), o, o }; in do_complete() 99 handler(o->handler_, o->ec_, o->bytes_transferred_); in do_complete() 100 p.h = asio::detail::addressof(handler.handler_); in do_complete() 108 asio_handler_invoke_helpers::invoke(handler, handler.handler_); in do_complete() 114 Handler handler_; member in asio::detail::reactive_socket_recvmsg_op
|
D | resolve_op.hpp | 48 handler_(ASIO_MOVE_CAST(Handler)(handler)), in resolve_op() 65 ptr p = { asio::detail::addressof(o->handler_), o, o }; in do_complete() 95 handler(o->handler_, o->ec_, iterator_type()); in do_complete() 96 p.h = asio::detail::addressof(handler.handler_); in do_complete() 108 asio_handler_invoke_helpers::invoke(handler, handler.handler_); in do_complete() 118 Handler handler_; member in asio::detail::resolve_op
|
D | reactive_socket_connect_op.hpp | 58 handler_(ASIO_MOVE_CAST(Handler)(handler)) in reactive_socket_connect_op() 69 ptr p = { asio::detail::addressof(o->handler_), o, o }; in do_complete() 80 handler(o->handler_, o->ec_); in do_complete() 81 p.h = asio::detail::addressof(handler.handler_); in do_complete() 95 Handler handler_; member in asio::detail::reactive_socket_connect_op
|
D | reactive_socket_recvfrom_op.hpp | 85 handler_(ASIO_MOVE_CAST(Handler)(handler)) in reactive_socket_recvfrom_op() 96 ptr p = { asio::detail::addressof(o->handler_), o, o }; in do_complete() 107 handler(o->handler_, o->ec_, o->bytes_transferred_); in do_complete() 108 p.h = asio::detail::addressof(handler.handler_); in do_complete() 116 asio_handler_invoke_helpers::invoke(handler, handler.handler_); in do_complete() 122 Handler handler_; member in asio::detail::reactive_socket_recvfrom_op
|
D | reactive_socket_accept_op.hpp | 89 handler_(ASIO_MOVE_CAST(Handler)(handler)) in reactive_socket_accept_op() 99 ptr p = { asio::detail::addressof(o->handler_), o, o }; in do_complete() 110 handler(o->handler_, o->ec_); in do_complete() 111 p.h = asio::detail::addressof(handler.handler_); in do_complete() 119 asio_handler_invoke_helpers::invoke(handler, handler.handler_); in do_complete() 125 Handler handler_; member in asio::detail::reactive_socket_accept_op
|
D | completion_handler.hpp | 35 handler_(ASIO_MOVE_CAST(Handler)(h)) in completion_handler() 45 ptr p = { asio::detail::addressof(h->handler_), h, h }; in do_complete() 55 Handler handler(ASIO_MOVE_CAST(Handler)(h->handler_)); in do_complete() 70 Handler handler_; member in asio::detail::completion_handler
|
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2diehandler.cc | 47 if (entry.handler_ != root_handler_) in ~DIEDispatcher() 48 delete entry.handler_; in ~DIEDispatcher() 67 if (parent && parent->handler_ && !parent->reported_attributes_end_) { in StartDIE() 69 if (!parent->handler_->EndAttributes()) { in StartDIE() 72 parent->handler_->Finish(); in StartDIE() 73 if (parent->handler_ != root_handler_) in StartDIE() 74 delete parent->handler_; in StartDIE() 75 parent->handler_ = NULL; in StartDIE() 83 if (parent->handler_) in StartDIE() 85 handler = parent->handler_->FindChildHandler(offset, tag); in StartDIE() [all …]
|
/external/parameter-framework/asio-1.10.6/include/asio/impl/ |
D | write.hpp | 98 handler_(ASIO_MOVE_CAST(WriteHandler)(handler)) in write_op() 108 handler_(other.handler_) in write_op() 118 handler_(ASIO_MOVE_CAST(WriteHandler)(other.handler_)) in write_op() 142 handler_(ec, static_cast<const std::size_t&>(total_transferred_)); in operator ()() 152 WriteHandler handler_; member in asio::detail::write_op 172 handler_(ASIO_MOVE_CAST(WriteHandler)(handler)) in write_op() 182 handler_(other.handler_) in write_op() 192 handler_(ASIO_MOVE_CAST(WriteHandler)(other.handler_)) in write_op() 217 handler_(ec, static_cast<const std::size_t&>(total_transferred_)); in operator ()() 226 WriteHandler handler_; member in asio::detail::write_op [all …]
|
D | read.hpp | 100 handler_(ASIO_MOVE_CAST(ReadHandler)(handler)) in read_op() 110 handler_(other.handler_) in read_op() 120 handler_(ASIO_MOVE_CAST(ReadHandler)(other.handler_)) in read_op() 144 handler_(ec, static_cast<const std::size_t&>(total_transferred_)); in operator ()() 154 ReadHandler handler_; member in asio::detail::read_op 173 handler_(ASIO_MOVE_CAST(ReadHandler)(handler)) in read_op() 183 handler_(other.handler_) in read_op() 193 handler_(ASIO_MOVE_CAST(ReadHandler)(other.handler_)) in read_op() 218 handler_(ec, static_cast<const std::size_t&>(total_transferred_)); in operator ()() 227 ReadHandler handler_; member in asio::detail::read_op [all …]
|
D | connect.hpp | 185 handler_(ASIO_MOVE_CAST(ComposedConnectHandler)(handler)) in connect_op() 195 handler_(other.handler_) in connect_op() 205 handler_(ASIO_MOVE_CAST(ComposedConnectHandler)(other.handler_)) in connect_op() 250 handler_(static_cast<const asio::error_code&>(ec), in operator ()() 260 ComposedConnectHandler handler_; member in asio::detail::connect_op 270 size, this_handler->handler_); in asio_handler_allocate() 280 pointer, size, this_handler->handler_); in asio_handler_deallocate() 290 this_handler->handler_); in asio_handler_is_continuation() 301 function, this_handler->handler_); in asio_handler_invoke() 312 function, this_handler->handler_); in asio_handler_invoke()
|
/external/libbrillo/brillo/dbus/ |
D | dbus_object_internal_impl.h | 78 const base::Callback<R(Args...)>& handler) : handler_(handler) {} in SimpleDBusInterfaceMethodHandler() 84 method_response.Return(handler_.Run(args...)); in HandleMethod() 99 base::Callback<R(Args...)> handler_; 112 const base::Callback<void(Args...)>& handler) : handler_(handler) {} in SimpleDBusInterfaceMethodHandler() 118 handler_.Run(args...); in HandleMethod() 136 base::Callback<void(Args...)> handler_; 158 : handler_(handler) {} in SimpleDBusInterfaceMethodHandlerWithError() 165 if (!handler_.Run(&error, args...)) { in HandleMethod() 186 base::Callback<bool(ErrorPtr*, Args...)> handler_; 209 : handler_(handler) {} in SimpleDBusInterfaceMethodHandlerWithErrorAndMessage() [all …]
|
/external/google-breakpad/src/common/ |
D | stabs_reader.cc | 76 handler_(handler), in StabsReader() 84 handler_->Warning("symbol %d: name offset outside the string section\n", in SymbolString() 162 if (! handler_->StartCompilationUnit(current_source_file_, in ProcessCompilationUnit() 213 if (! handler_->EndCompilationUnit(ending_address)) in ProcessCompilationUnit() 233 if (! handler_->StartFunction(name, function_address)) in ProcessFunction() 240 if (!handler_->Line(it->address, it->filename, it->number)) in ProcessFunction() 256 if (! handler_->Line(line_address, current_source_file_, line_number)) in ProcessFunction() 294 if (! handler_->EndFunction(ending_address)) in ProcessFunction() 308 if (!handler_->Extern(SymbolString(), iterator_->value)) in ProcessExtern()
|
/external/grpc-grpc/include/grpcpp/impl/codegen/ |
D | rpc_service_method.h | 65 handler_(handler) {} in RpcServiceMethod() 76 MethodHandler* handler() const { return handler_.get(); } in handler() 77 void SetHandler(MethodHandler* handler) { handler_.reset(handler); } in SetHandler() 81 handler_.reset(); in SetServerAsyncType() 99 std::unique_ptr<MethodHandler> handler_; variable
|
/external/libbrillo/brillo/ |
D | asynchronous_signal_handler_test.cc | 29 handler_.Init(); in SetUp() 44 AsynchronousSignalHandler handler_; member in brillo::AsynchronousSignalHandlerTest 51 handler_.RegisterHandler( in TEST_F() 67 handler_.RegisterHandler( in TEST_F() 97 handler_.RegisterHandler( in TEST_F() 119 handler_.RegisterHandler(
|
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/ |
D | rpc_service_method.h | 92 handler_(handler) {} in RpcServiceMethod() 105 MethodHandler* handler() const { return handler_.get(); } in handler() 107 void SetHandler(MethodHandler* handler) { handler_.reset(handler); } in SetHandler() 112 handler_.reset(); in SetServerApiType() 130 std::unique_ptr<MethodHandler> handler_; variable
|
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/ |
D | rpc_service_method.h | 92 handler_(handler) {} in RpcServiceMethod() 105 MethodHandler* handler() const { return handler_.get(); } in handler() 107 void SetHandler(MethodHandler* handler) { handler_.reset(handler); } in SetHandler() 112 handler_.reset(); in SetServerApiType() 130 std::unique_ptr<MethodHandler> handler_; variable
|
/external/tensorflow/tensorflow/c/experimental/op_handler/ |
D | internal.cc | 59 OpHandler* OpHandlerOperation::get_handler() { return handler_.get(); } in get_handler() 65 handler_.reset(handler); in set_handler() 70 if (handler_ == nullptr) { in Execute() 73 return handler_->Execute(this, retvals, num_retvals); in Execute()
|