HomeSort by relevance Sort by last modified time
    Searched defs:ResponseHandler (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/apache-http/src/org/apache/http/client/
ResponseHandler.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/ResponseHandler.java $
50 public interface ResponseHandler<T> {
  /system/tpm/tpm_manager/server/
binder_service.cc 31 void ResponseHandler(
59 // Calls |method| with a protobuf decoded from |request| using ResponseHandler()
72 base::Bind(ResponseHandler<ResponseProtobufType>, client);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 486 // ResponseHandler represents a handler for a not-yet-received function call
488 template <typename ChannelT> class ResponseHandler {
490 virtual ~ResponseHandler() {}
494 // ResponseHandler subclass but could, for example, mean running a
507 // ResponseHandler subclass for RPC functions with non-void returns.
509 class ResponseHandlerImpl : public ResponseHandler<ChannelT> {
541 // ResponseHandler subclass for RPC functions with void returns.
544 : public ResponseHandler<ChannelT> {
570 // Create a ResponseHandler from a given user handler.
572 std::unique_ptr<ResponseHandler<ChannelT>> createResponseHandler(HandlerT H)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 678 // ResponseHandler represents a handler for a not-yet-received function call
680 template <typename ChannelT> class ResponseHandler {
682 virtual ~ResponseHandler() {}
686 // ResponseHandler subclass but could, for example, mean running a
699 // ResponseHandler subclass for RPC functions with non-void returns.
701 class ResponseHandlerImpl : public ResponseHandler<ChannelT> {
733 // ResponseHandler subclass for RPC functions with void returns.
736 : public ResponseHandler<ChannelT> {
764 : public ResponseHandler<ChannelT> {
799 : public ResponseHandler<ChannelT>
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 678 // ResponseHandler represents a handler for a not-yet-received function call
680 template <typename ChannelT> class ResponseHandler {
682 virtual ~ResponseHandler() {}
686 // ResponseHandler subclass but could, for example, mean running a
699 // ResponseHandler subclass for RPC functions with non-void returns.
701 class ResponseHandlerImpl : public ResponseHandler<ChannelT> {
733 // ResponseHandler subclass for RPC functions with void returns.
736 : public ResponseHandler<ChannelT> {
764 : public ResponseHandler<ChannelT> {
799 : public ResponseHandler<ChannelT>
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 692 // ResponseHandler represents a handler for a not-yet-received function call
694 template <typename ChannelT> class ResponseHandler {
696 virtual ~ResponseHandler() {}
700 // ResponseHandler subclass but could, for example, mean running a
713 // ResponseHandler subclass for RPC functions with non-void returns.
715 class ResponseHandlerImpl : public ResponseHandler<ChannelT> {
747 // ResponseHandler subclass for RPC functions with void returns.
750 : public ResponseHandler<ChannelT> {
778 : public ResponseHandler<ChannelT> {
813 : public ResponseHandler<ChannelT>
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 692 // ResponseHandler represents a handler for a not-yet-received function call
694 template <typename ChannelT> class ResponseHandler {
696 virtual ~ResponseHandler() {}
700 // ResponseHandler subclass but could, for example, mean running a
713 // ResponseHandler subclass for RPC functions with non-void returns.
715 class ResponseHandlerImpl : public ResponseHandler<ChannelT> {
747 // ResponseHandler subclass for RPC functions with void returns.
750 : public ResponseHandler<ChannelT> {
778 : public ResponseHandler<ChannelT> {
813 : public ResponseHandler<ChannelT>
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 692 // ResponseHandler represents a handler for a not-yet-received function call
694 template <typename ChannelT> class ResponseHandler {
696 virtual ~ResponseHandler() {}
700 // ResponseHandler subclass but could, for example, mean running a
713 // ResponseHandler subclass for RPC functions with non-void returns.
715 class ResponseHandlerImpl : public ResponseHandler<ChannelT> {
747 // ResponseHandler subclass for RPC functions with void returns.
750 : public ResponseHandler<ChannelT> {
778 : public ResponseHandler<ChannelT> {
813 : public ResponseHandler<ChannelT>
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 692 // ResponseHandler represents a handler for a not-yet-received function call
694 template <typename ChannelT> class ResponseHandler {
696 virtual ~ResponseHandler() {}
700 // ResponseHandler subclass but could, for example, mean running a
713 // ResponseHandler subclass for RPC functions with non-void returns.
715 class ResponseHandlerImpl : public ResponseHandler<ChannelT> {
747 // ResponseHandler subclass for RPC functions with void returns.
750 : public ResponseHandler<ChannelT> {
778 : public ResponseHandler<ChannelT> {
813 : public ResponseHandler<ChannelT>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 486 // ResponseHandler represents a handler for a not-yet-received function call
488 template <typename ChannelT> class ResponseHandler {
490 virtual ~ResponseHandler() {}
494 // ResponseHandler subclass but could, for example, mean running a
507 // ResponseHandler subclass for RPC functions with non-void returns.
509 class ResponseHandlerImpl : public ResponseHandler<ChannelT> {
541 // ResponseHandler subclass for RPC functions with void returns.
544 : public ResponseHandler<ChannelT> {
570 // Create a ResponseHandler from a given user handler.
572 std::unique_ptr<ResponseHandler<ChannelT>> createResponseHandler(HandlerT H)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 678 // ResponseHandler represents a handler for a not-yet-received function call
680 template <typename ChannelT> class ResponseHandler {
682 virtual ~ResponseHandler() {}
686 // ResponseHandler subclass but could, for example, mean running a
699 // ResponseHandler subclass for RPC functions with non-void returns.
701 class ResponseHandlerImpl : public ResponseHandler<ChannelT> {
733 // ResponseHandler subclass for RPC functions with void returns.
736 : public ResponseHandler<ChannelT> {
764 : public ResponseHandler<ChannelT> {
799 : public ResponseHandler<ChannelT>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 678 // ResponseHandler represents a handler for a not-yet-received function call
680 template <typename ChannelT> class ResponseHandler {
682 virtual ~ResponseHandler() {}
686 // ResponseHandler subclass but could, for example, mean running a
699 // ResponseHandler subclass for RPC functions with non-void returns.
701 class ResponseHandlerImpl : public ResponseHandler<ChannelT> {
733 // ResponseHandler subclass for RPC functions with void returns.
736 : public ResponseHandler<ChannelT> {
764 : public ResponseHandler<ChannelT> {
799 : public ResponseHandler<ChannelT>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 692 // ResponseHandler represents a handler for a not-yet-received function call
694 template <typename ChannelT> class ResponseHandler {
696 virtual ~ResponseHandler() {}
700 // ResponseHandler subclass but could, for example, mean running a
713 // ResponseHandler subclass for RPC functions with non-void returns.
715 class ResponseHandlerImpl : public ResponseHandler<ChannelT> {
747 // ResponseHandler subclass for RPC functions with void returns.
750 : public ResponseHandler<ChannelT> {
778 : public ResponseHandler<ChannelT> {
813 : public ResponseHandler<ChannelT>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 692 // ResponseHandler represents a handler for a not-yet-received function call
694 template <typename ChannelT> class ResponseHandler {
696 virtual ~ResponseHandler() {}
700 // ResponseHandler subclass but could, for example, mean running a
713 // ResponseHandler subclass for RPC functions with non-void returns.
715 class ResponseHandlerImpl : public ResponseHandler<ChannelT> {
747 // ResponseHandler subclass for RPC functions with void returns.
750 : public ResponseHandler<ChannelT> {
778 : public ResponseHandler<ChannelT> {
813 : public ResponseHandler<ChannelT>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 692 // ResponseHandler represents a handler for a not-yet-received function call
694 template <typename ChannelT> class ResponseHandler {
696 virtual ~ResponseHandler() {}
700 // ResponseHandler subclass but could, for example, mean running a
713 // ResponseHandler subclass for RPC functions with non-void returns.
715 class ResponseHandlerImpl : public ResponseHandler<ChannelT> {
747 // ResponseHandler subclass for RPC functions with void returns.
750 : public ResponseHandler<ChannelT> {
778 : public ResponseHandler<ChannelT> {
813 : public ResponseHandler<ChannelT>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 692 // ResponseHandler represents a handler for a not-yet-received function call
694 template <typename ChannelT> class ResponseHandler {
696 virtual ~ResponseHandler() {}
700 // ResponseHandler subclass but could, for example, mean running a
713 // ResponseHandler subclass for RPC functions with non-void returns.
715 class ResponseHandlerImpl : public ResponseHandler<ChannelT> {
747 // ResponseHandler subclass for RPC functions with void returns.
750 : public ResponseHandler<ChannelT> {
778 : public ResponseHandler<ChannelT> {
813 : public ResponseHandler<ChannelT>
    [all...]
  /external/robolectric/v1/lib/main/
httpclient-4.0.3.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
httpclient-4.0.3.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
httpclient-4.0.3.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
httpclient-4.0.3.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
httpclient-4.0.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.0.1/
httpclient-4.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.0.3/
httpclient-4.0.3.jar 
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/sdk/org.apache.http.legacy/
org.apache.http.legacy.jar 

Completed in 5016 milliseconds

1 2 3