Home
last modified time | relevance | path

Searched refs:RequestData (Results 1 – 11 of 11) sorted by relevance

/external/dagger2/compiler/src/it/producers-functional-tests/src/main/java/producerstest/monitoring/
DServingModule.java28 @interface RequestData {} annotation in ServingModule
34 @RequestData
42 @RequestData String data, @ForServer1 StringStub stub) { in callServer1()
/external/webrtc/webrtc/base/
Dwinping.h46 LPVOID RequestData,
60 LPVOID RequestData,
/external/opencv3/modules/viz/src/vtk/
DvtkXYZReader.h72 int RequestData(vtkInformation*, vtkInformationVector**, vtkInformationVector*);
DvtkTrajectorySource.h75 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
DvtkImageMatSource.h69 int RequestData (vtkInformation*, vtkInformationVector**, vtkInformationVector*);
DvtkXYZReader.cpp70 int cv::viz::vtkXYZReader::RequestData(vtkInformation*, vtkInformationVector**, vtkInformationVecto… in RequestData() function in cv::viz::vtkXYZReader
DvtkCloudMatSource.h73 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
DvtkTrajectorySource.cpp103 int cv::viz::vtkTrajectorySource::RequestData(vtkInformation *vtkNotUsed(request), vtkInformationVe… in RequestData() function in cv::viz::vtkTrajectorySource
DvtkImageMatSource.cpp70 int cv::viz::vtkImageMatSource::RequestData(vtkInformation*, vtkInformationVector**, vtkInformation… in RequestData() function in cv::viz::vtkImageMatSource
DvtkCloudMatSource.cpp163 int cv::viz::vtkCloudMatSource::RequestData(vtkInformation *vtkNotUsed(request), vtkInformationVect… in RequestData() function in cv::viz::vtkCloudMatSource
/external/webrtc/webrtc/p2p/client/
Dhttpportallocator.h93 class RequestData; variable