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

  /external/google-fruit/examples/server/
bar_handler.h 25 class BarHandler {
32 fruit::Component<fruit::Required<Request, ServerContext>, BarHandler> getBarHandlerComponent();
bar_handler.cpp 24 class BarHandlerImpl : public BarHandler {
34 cout << "BarHandler handling request on server started at " << serverContext.startupTime
39 Component<Required<Request, ServerContext>, BarHandler> getBarHandlerComponent() {
40 return fruit::createComponent().bind<BarHandler, BarHandlerImpl>();
request_dispatcher.cpp 35 Provider<BarHandler> barHandler;
39 Provider<BarHandler> barHandler))
40 : request(request), fooHandler(fooHandler), barHandler(barHandler) {}
46 barHandler.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 613 milliseconds