Home
last modified time | relevance | path

Searched refs:getDescriptors (Results 1 – 12 of 12) sorted by relevance

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
DBuildResultsProperties.java49 static Vector getDescriptors() { in getDescriptors() method in BuildResultsProperties
70 return (IPropertyDescriptor[]) getDescriptors().toArray( in getPropertyDescriptors()
71 new IPropertyDescriptor[getDescriptors().size()]); in getPropertyDescriptors()
DDimResultsElement.java73 static Vector getDescriptors() { in getDescriptors() method in DimResultsElement
98 Vector descriptors = getDescriptors(); in getPropertyDescriptors()
DScenarioResultsElement.java58 static Vector getDescriptors() { in getDescriptors() method in ScenarioResultsElement
78 Vector descriptors = getDescriptors(); in getPropertyDescriptors()
DComponentResultsElement.java66 static Vector getDescriptors() { in getDescriptors() method in ComponentResultsElement
109 Vector descriptors = getDescriptors(); in getPropertyDescriptors()
DBuildResultsElement.java132 static Vector getDescriptors() { in getDescriptors() method in BuildResultsElement
190 Vector descriptors = getDescriptors(); in getPropertyDescriptors()
DConfigResultsElement.java132 static Vector getDescriptors() { in getDescriptors() method in ConfigResultsElement
191 Vector descriptors = getDescriptors(); in getPropertyDescriptors()
DResultsElement.java116 static Vector getDescriptors() { in getDescriptors() method in ResultsElement
308 Vector descriptors = getDescriptors(); in getPropertyDescriptors()
/external/opencv3/modules/features2d/src/
Dbagofwords.cpp70 const std::vector<Mat>& BOWTrainer::getDescriptors() const in getDescriptors() function in cv::BOWTrainer
Dmatchers.cpp473 const Mat& DescriptorMatcher::DescriptorCollection::getDescriptors() const in getDescriptors() function in cv::DescriptorMatcher::DescriptorCollection
1056 flannIndex = makePtr<flann::Index>( mergedDescriptors.getDescriptors(), *indexParams ); in train()
/external/opencv3/modules/features2d/include/opencv2/
Dfeatures2d.hpp927 const Mat& getDescriptors() const;
1164 CV_WRAP const std::vector<Mat>& getDescriptors() const;
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DGattClientFacade.java849 … for (BluetoothGattDescriptor mDesc : service.getCharacteristic(cUuid).getDescriptors()) { in gattClientGetDiscoveredDescriptorUuids()
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
DJsonBuilder.java456 result.put("descriptorsList", build(data.getDescriptors())); in buildJsonBluetoothGattCharacteristic()