Home
last modified time | relevance | path

Searched defs:Handler (Results 1 – 25 of 153) sorted by relevance

1234567

/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dbind_handler.hpp58 binder1<Handler, Arg1>* this_handler) in asio_handler_allocate()
66 binder1<Handler, Arg1>* this_handler) in asio_handler_deallocate()
74 binder1<Handler, Arg1>* this_handler) in asio_handler_is_continuation()
82 binder1<Handler, Arg1>* this_handler) in asio_handler_invoke()
90 binder1<Handler, Arg1>* this_handler) in asio_handler_invoke()
140 binder2<Handler, Arg1, Arg2>* this_handler) in asio_handler_allocate()
148 binder2<Handler, Arg1, Arg2>* this_handler) in asio_handler_deallocate()
156 binder2<Handler, Arg1, Arg2>* this_handler) in asio_handler_is_continuation()
164 binder2<Handler, Arg1, Arg2>* this_handler) in asio_handler_invoke()
172 binder2<Handler, Arg1, Arg2>* this_handler) in asio_handler_invoke()
[all …]
Dwrapped_handler.hpp198 wrapped_handler<Dispatcher, Handler, IsContinuation>* this_handler) in asio_handler_allocate() argument
206 wrapped_handler<Dispatcher, Handler, IsContinuation>* this_handler) in asio_handler_deallocate() argument
214 wrapped_handler<Dispatcher, Handler, IsContinuation>* this_handler) in asio_handler_is_continuation() argument
222 wrapped_handler<Dispatcher, Handler, IsContinuation>* this_handler) in asio_handler_invoke() argument
232 wrapped_handler<Dispatcher, Handler, IsContinuation>* this_handler) in asio_handler_invoke() argument
241 rewrapped_handler<Handler, Context>* this_handler) in asio_handler_allocate()
249 rewrapped_handler<Handler, Context>* this_handler) in asio_handler_deallocate()
265 rewrapped_handler<Handler, Context>* this_handler) in asio_handler_invoke()
273 rewrapped_handler<Handler, Context>* this_handler) in asio_handler_invoke()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/
Dtest_cpp.cc103 void Handler(const char *buf, size_t len) { in Handler() function in StringBufTesterVoidMethodNoHandlerDataNoHandle
121 void Handler(const char *buf, size_t len, const upb_bufhandle* handle) { in Handler() function in StringBufTesterVoidMethodNoHandlerDataWithHandle
140 void Handler(const int* hd, const char *buf, size_t len) { in Handler() function in StringBufTesterVoidMethodWithHandlerDataNoHandle
159 void Handler(const int* hd, const char* buf, size_t len, in Handler() function in StringBufTesterVoidMethodWithHandlerDataWithHandle
180 static void Handler(ME* t, const char *buf, size_t len) { in Handler() function in StringBufTesterVoidFunctionNoHandlerDataNoHandle
198 static void Handler(ME* t, const char* buf, size_t len, in Handler() function in StringBufTesterVoidFunctionNoHandlerDataWithHandle
218 static void Handler(ME* t, const int* hd, const char *buf, size_t len) { in Handler() function in StringBufTesterVoidFunctionWithHandlerDataNoHandle
237 static void Handler(ME* t, const int* hd, const char* buf, size_t len, in Handler() function in StringBufTesterVoidFunctionWithHandlerDataWithHandle
258 size_t Handler(const char *buf, size_t len) { in Handler() function in StringBufTesterSizeTMethodNoHandlerDataNoHandle
277 bool Handler(const char *buf, size_t len) { in Handler() function in StringBufTesterBoolMethodNoHandlerDataNoHandle
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/
DRPCUtils.h512 unpackAndRun(HandlerT &Handler, std::tuple<TArgTs...> &Args) { in unpackAndRun()
519 static Error unpackAndRunAsync(HandlerT &Handler, ResponderT &Responder, in unpackAndRunAsync()
530 run(HandlerT &Handler, ArgTs &&... Args) { in run()
539 run(HandlerT &Handler, TArgTs... Args) { in run()
566 unpackAndRunHelper(HandlerT &Handler, ArgTuple &Args, in unpackAndRunHelper()
575 unpackAndRunAsyncHelper(HandlerT &Handler, ResponderT &Responder, in unpackAndRunAsyncHelper()
648 ResponseHandlerImpl(HandlerT Handler) : Handler(std::move(Handler)) {} in ResponseHandlerImpl()
683 ResponseHandlerImpl(HandlerT Handler) : Handler(std::move(Handler)) {} in ResponseHandlerImpl()
711 ResponseHandlerImpl(HandlerT Handler) : Handler(std::move(Handler)) {} in ResponseHandlerImpl()
746 ResponseHandlerImpl(HandlerT Handler) : Handler(std::move(Handler)) {} in ResponseHandlerImpl()
[all …]
/external/crosvm/net_util/src/slirp/sys/windows/
Dhandler.rs80 struct Handler { struct
99 impl CallbackHandler for Handler { argument
249 impl Drop for Handler { implementation
632 ) -> Result<(Box<Context<Handler>>, RawDescriptor)> { in create_slirp_context()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dserialization_test.cc48 struct Handler : public DeserializationHandler { struct
49 absl::Status OnShader(absl::Span<const char> shader_src) final { in OnShader()
54 absl::Status OnProgram(const std::vector<Variable>& parameters, in OnProgram()
64 void OnOptions(const CompiledModelOptions& o) final { options = o; } in OnOptions()
66 std::vector<std::string> shaders;
67 std::vector<ProgramDesc> programs;
68 CompiledModelOptions options;
/external/javassist/src/test/test1/
DHandler.java3 public class Handler { class
6 public Handler() { in Handler() method in Handler
/external/opencensus-java/contrib/spring/src/main/java/io/opencensus/contrib/spring/aop/
DHandler.java29 final class Handler { class
30 private Handler() {} in Handler() method in Handler
/external/libcap/goapps/web/
Dweb.go88 type Handler struct{} struct
92 func (h *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
DHandler.java40 final class Handler { class
85 Handler( in Handler() method in Handler
105 Handler(final Handler handler, final Label startPc, final Label endPc) { in Handler() method in Handler
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DHandler.java38 public final class Handler extends URLStreamHandler { class
75 public Handler() {} // a public, no-arg constructor is required in Handler() method in Handler
/external/kotlinx.coroutines/integration/kotlinx-coroutines-play-services/test/
DFakeAndroid.kt7 class Handler(val looper: Looper) { class
/external/python/pyee/pyee/
Dbase.py12 Handler = TypeVar(name="Handler", bound=Callable) variable
50 self, event: str, f: Optional[Handler] = None
91 def on(f: Handler) -> Handler:
97 def add_listener(self, event: str, f: Handler) -> Handler:
/external/jacoco/org.jacoco.examples/src/org/jacoco/examples/
DExecutionDataServer.java59 private static class Handler class in ExecutionDataServer
68 Handler(final Socket socket, final ExecutionDataWriter fileWriter) in Handler() method in ExecutionDataServer.Handler
/external/javassist/src/main/javassist/expr/
DHandler.java36 public class Handler extends Expr { class
44 protected Handler(ExceptionTable et, int nth, in Handler() method in Handler
/external/ktfmt/online_formatter/src/main/kotlin/
Dmain.kt28 class Handler : RequestHandler<APIGatewayProxyRequestEvent, String> { class
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Djitrt_custom_calls.cc415 static LaunchFunc Handler() { return LaunchFunc(); } in Handler() function
510 static Gemm Handler() { return Gemm(); } in Handler() function
585 static CublasLtMatmul Handler() { return CublasLtMatmul(); } in Handler() function
867 static Conv Handler(CudnnConvKind kind) { return Conv{kind}; } in Handler() function
961 static Infeed Handler() { return Infeed(); } in Handler() function
1029 static Outfeed Handler() { return Outfeed(); } in Handler() function
1111 static Memcpy Handler() { return Memcpy(); } in Handler() function
1173 static Memset Handler() { return Memset(); } in Handler() function
1240 static Fft Handler() { return Fft(); } in Handler() function
1307 static Cholesky Handler() { return Cholesky(); } in Handler() function
[all …]
/external/skia/specs/web-img-decode/proposed/
Dserve.py12 class Handler(http.server.SimpleHTTPRequestHandler): class
/external/skia/tools/
Dserve_wasm.py14 class Handler(http.server.SimpleHTTPRequestHandler): class
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DWinEHFuncInfo.h57 MBBOrBasicBlock Handler; member
69 MBBOrBasicBlock Handler; member
82 MBBOrBasicBlock Handler; member
/external/rust/crates/quiche/deps/boringssl/src/util/fipstools/acvp/modulewrapper/
Dmodulewrapper.h61 typedef bool (*Handler)(const Span<const uint8_t> args[], typedef
/external/cronet/third_party/boringssl/src/util/fipstools/acvp/modulewrapper/
Dmodulewrapper.h61 typedef bool (*Handler)(const Span<const uint8_t> args[], typedef
/external/boringssl/src/util/fipstools/acvp/modulewrapper/
Dmodulewrapper.h61 typedef bool (*Handler)(const Span<const uint8_t> args[], typedef
/external/pigweed/pw_transfer/public/pw_transfer/
Dhandler.h67 constexpr Handler(uint32_t resource_id, stream::Reader* reader) in Handler() function
70 constexpr Handler(uint32_t resource_id, stream::Writer* writer) in Handler() function
/external/owasp/sanitizer/src/main/org/owasp/html/
DHandler.java38 public interface Handler<T> { interface

1234567