Home
last modified time | relevance | path

Searched refs:errors_ (Results 1 – 8 of 8) sorted by relevance

/external/jsoncpp/src/lib_json/
Djson_reader.cpp80 : errors_(), document_(), begin_(), end_(), current_(), lastValueEnd_(), in Reader()
85 : errors_(), document_(), begin_(), end_(), current_(), lastValueEnd_(), in Reader()
125 errors_.clear(); in parse()
728 errors_.push_back(info); in addError()
733 int errorCount = int(errors_.size()); in recoverFromError()
737 errors_.resize(errorCount); // discard errors caused by recovery in recoverFromError()
741 errors_.resize(errorCount); in recoverFromError()
806 for (Errors::const_iterator itError = errors_.begin(); in getFormattedErrorMessages()
807 itError != errors_.end(); in getFormattedErrorMessages()
822 for (Errors::const_iterator itError = errors_.begin(); in getStructuredErrors()
[all …]
/external/webrtc/talk/media/base/
Dfakevideorenderer.h42 : errors_(0), in FakeVideoRenderer()
75 ++errors_; in RenderFrame()
83 int errors() const { return errors_; } in errors()
160 int errors_; variable
/external/opencv3/modules/videostab/include/opencv2/videostab/
Doptical_flow.hpp125 cuda::GpuMat frame0_, frame1_, points0_, points1_, status_, errors_; member in cv::videostab::SparsePyrLkOptFlowEstimatorGpu
140 cuda::GpuMat frame0_, frame1_, flowX_, flowY_, errors_; member in cv::videostab::DensePyrLkOptFlowEstimatorGpu
/external/opencv3/modules/videostab/src/
Doptical_flow.cpp84 run(frame0_, frame1_, points0_, points1_, status_, errors_); in run()
85 errors_.download(errors.getMatRef()); in run()
Dinpainting.cpp483 Mat_<float> flowX_(flowX), flowY_(flowY), errors_(errors); in calcFlowMask() local
494 if (mask0_(y0,x0) && errors_(y0,x0) < maxError) in calcFlowMask()
/external/vulkan-validation-layers/libs/vkjson/
Dvkjson.cc619 : object_(object), errors_(errors) {} in JsonReaderVisitor()
622 return ReadValue(object_, key, value, errors_); in Visit()
631 if (errors_) in VisitArray()
632 *errors_ = std::string(key) + " missing."; in VisitArray()
637 if (errors_) in VisitArray()
638 *errors_ = std::string("Wrong type for ") + std::string(key) + "."; in VisitArray()
645 std::string* errors_; member in __anon5c43e1f80111::JsonReaderVisitor
/external/jsoncpp/include/json/
Dreader.h232 Errors errors_; variable
/external/opencv3/doc/tutorials/ml/non_linear_svms/
Dnon_linear_svms.markdown79 - Large values of C give solutions with _less misclassification errors_ but a _smaller margin_.
82 - Small values of C give solutions with _bigger margin_ and _more classification errors_. In this