Home
last modified time | relevance | path

Searched refs:SetHandler (Results 1 – 10 of 10) sorted by relevance

/external/honggfuzz/examples/apache-httpd/
Dhttpd.conf.h169 SetHandler "fcgi://localhost:8080/app_%{env:MATCH_NUMBER}"
87 SetHandler server-status
Dhttpd.conf.h269 SetHandler "fcgi://localhost:8080/app_%{env:MATCH_NUMBER}"
87 SetHandler server-status
/external/grpc-grpc/include/grpcpp/impl/codegen/
Drpc_service_method.h77 void SetHandler(MethodHandler* handler) { handler_.reset(handler); } in SetHandler() function
Dservice_type.h173 methods_[idx]->SetHandler(streamed_method); in MarkMethodStreamed()
/external/pdfium/fxjs/xfa/
Dcfxjse_class.cpp272 (*pObjectTemplate)->SetHandler(configuration); in SetUpNamedPropHandler()
/external/webrtc/webrtc/base/
Dphysicalsocketserver.cc979 void SetHandler(int signum, void (*handler)(int)) { in SetHandler() function in rtc::PosixSignalDispatcher
1407 signal_dispatcher_->SetHandler(signum, handler); in SetPosixSignalHandler()
/external/v8/samples/
Dprocess.cc442 result->SetHandler(NamedPropertyHandlerConfiguration(MapGet, MapSet)); in MakeMapTemplate()
/external/pdfium/fxjs/
Dcfxjs_engine.cpp204 GetInstanceTemplate()->SetHandler(v8::NamedPropertyHandlerConfiguration( in DefineAllProperties()
/external/v8/include/
Dv8.h6909 void SetHandler(const NamedPropertyHandlerConfiguration& configuration);
6935 SetHandler(IndexedPropertyHandlerConfiguration(getter, setter, query,
6949 void SetHandler(const IndexedPropertyHandlerConfiguration& configuration);
/external/v8/src/api/
Dapi.cc1863 void ObjectTemplate::SetHandler( in SetHandler() function in v8::ObjectTemplate
1945 void ObjectTemplate::SetHandler( in SetHandler() function in v8::ObjectTemplate