HomeSort by relevance Sort by last modified time
    Searched refs:FooHandler (Results 1 - 6 of 6) sorted by null

  /external/google-fruit/examples/server/
foo_handler.h 25 class FooHandler {
32 fruit::Component<fruit::Required<Request, ServerContext>, FooHandler> getFooHandlerComponent();
foo_handler.cpp 24 class FooHandlerImpl : public FooHandler {
34 cout << "FooHandler handling request on server started at " << serverContext.startupTime
39 Component<Required<Request, ServerContext>, FooHandler> getFooHandlerComponent() {
40 return fruit::createComponent().bind<FooHandler, FooHandlerImpl>();
request_dispatcher.cpp 34 Provider<FooHandler> fooHandler;
38 INJECT(RequestDispatcherImpl(const Request& request, Provider<FooHandler> fooHandler,
40 : request(request), fooHandler(fooHandler), barHandler(barHandler) {}
44 fooHandler.get()->handleRequest();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_urllib2.py     [all...]
  /external/python/cpython2/Lib/test/
test_urllib2.py     [all...]
  /external/python/cpython3/Lib/test/
test_urllib2.py     [all...]

Completed in 156 milliseconds