Searched refs:Ptr (Results 201 - 225 of 792) sorted by relevance

1234567891011>>

/external/opencv3/modules/viz/src/vtk/
H A DvtkVizInteractorStyle.hpp92 void setWidgetActorMap(const Ptr<WidgetActorMap>& actors) { widget_actor_map_ = actors; }
117 Ptr<WidgetActorMap> widget_actor_map_;
/external/opencv3/samples/tapi/
H A Dbgfg_segm.cpp62 Ptr<BackgroundSubtractorKNN> knn = createBackgroundSubtractorKNN();
63 Ptr<BackgroundSubtractorMOG2> mog2 = createBackgroundSubtractorMOG2();
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbig_glyph_metrics.h91 typedef Ptr<BigGlyphMetrics> BigGlyphMetricsPtr;
92 typedef Ptr<BigGlyphMetrics::Builder> BigGlyphMetricsBuilderPtr;
H A Dbitmap_glyph.h112 typedef Ptr<BitmapGlyph> BitmapGlyphPtr;
113 typedef Ptr<BitmapGlyph::Builder> BitmapGlyphBuilderPtr;
H A Debsc_table.h96 typedef Ptr<EbscTable> EbscTablePtr;
97 typedef Ptr<EbscTable::Builder> EbscTableBuilderPtr;
/external/sfntly/cpp/src/sfntly/table/core/
H A Dhorizontal_header_table.h106 typedef Ptr<HorizontalHeaderTable> HorizontalHeaderTablePtr;
107 typedef Ptr<HorizontalHeaderTable::Builder> HorizontalHeaderTableBuilderPtr;
/external/sfntly/cpp/src/sfntly/table/
H A Dfont_data_table.h118 typedef Ptr<FontDataTable> FontDataTablePtr;
119 typedef Ptr<FontDataTable::Builder> FontDataTableBuilderPtr;
/external/compiler-rt/lib/cfi/
H A Dcfi.cc192 void __cfi_slowpath(uptr CallSiteTypeId, void *Ptr) { argument
193 uptr Addr = (uptr)Ptr;
194 VReport(3, "__cfi_slowpath: %zx, %p\n", CallSiteTypeId, Ptr);
197 VReport(2, "CFI: invalid memory region for a function pointer (shadow==0): %p\n", Ptr);
201 VReport(2, "CFI: unchecked call (shadow=FFFF): %p\n", Ptr);
206 cfi_check(CallSiteTypeId, Ptr);
/external/sfntly/cpp/src/test/
H A Dcmap_test.cc97 Ptr<CMapTable::CMap> cmap1_;
98 Ptr<CMapTable::CMap> cmap2_;
120 Ptr<Font> font;
123 Ptr<CMapTable> cmap_table =
167 Ptr<FontFactory> font_factory;
177 Ptr<FontFactory> font_factory;
/external/clang/lib/Lex/
H A DLexer.cpp1109 unsigned Lexer::getEscapedNewLineSize(const char *Ptr) { argument
1111 while (isWhitespace(Ptr[Size])) {
1114 if (Ptr[Size-1] != '\n' && Ptr[Size-1] != '\r')
1118 if ((Ptr[Size] == '\r' || Ptr[Size] == '\n') &&
1119 Ptr[Size-1] != Ptr[Size])
1223 /// Ptr by Size bytes.
1228 char Lexer::getCharAndSizeSlow(const char *Ptr, unsigne argument
1293 getCharAndSizeSlowNoWarn(const char *Ptr, unsigned &Size, const LangOptions &LangOpts) argument
[all...]
/external/llvm/include/llvm/ADT/
H A DDenseMap.h252 bool isPointerIntoBucketsArray(const void *Ptr) const {
253 return Ptr >= getBuckets() && Ptr < getBucketsEnd();
1000 pointer Ptr, End; member in class:llvm::DenseMapIterator
1002 DenseMapIterator() : Ptr(nullptr), End(nullptr) {}
1006 : DebugEpochBase::HandleBase(&Epoch), Ptr(Pos), End(E) {
1018 : DebugEpochBase::HandleBase(I), Ptr(I.Ptr), End(I.End) {}
1022 return *Ptr;
1026 return Ptr;
[all...]
/external/opencv3/modules/cudacodec/src/
H A Dvideo_writer.cpp57 Ptr<VideoWriter> cv::cudacodec::createVideoWriter(const String&, Size, double, SurfaceFormat) { throw_no_cuda(); return Ptr<VideoWriter>(); }
58 Ptr<VideoWriter> cv::cudacodec::createVideoWriter(const String&, Size, double, const EncoderParams&, SurfaceFormat) { throw_no_cuda(); return Ptr<VideoWriter>(); }
60 Ptr<VideoWriter> cv::cudacodec::createVideoWriter(const Ptr<EncoderCallBack>&, Size, double, SurfaceFormat) { throw_no_cuda(); return Ptr<VideoWriter>(); } argument
61 Ptr<VideoWriter> cv::cudacodec::createVideoWriter(const Ptr<EncoderCallBack>&, Size, double, const EncoderParams&, SurfaceFormat) { throw_no_cuda(); return Ptr<VideoWrite argument
[all...]
/external/llvm/lib/Support/
H A DSourceMgr.cpp34 static LineNoCacheTy *getCache(void *Ptr) { argument
35 return (LineNoCacheTy*)Ptr;
89 const char *Ptr = BufStart; local
97 Ptr = Cache->LastQuery;
103 for (; SMLoc::getFromPointer(Ptr) != Loc; ++Ptr)
104 if (*Ptr == '\n') ++LineNo;
113 Cache.LastQuery = Ptr;
116 size_t NewlineOffs = StringRef(BufStart, Ptr-BufStart).find_last_of("\n\r");
118 return std::make_pair(LineNo, Ptr
[all...]
/external/opencv3/modules/calib3d/include/opencv2/calib3d/
H A Dcalib3d_c.h402 cv::Ptr<CvMat> mask;
403 cv::Ptr<CvMat> prevParam;
404 cv::Ptr<CvMat> param;
405 cv::Ptr<CvMat> J;
406 cv::Ptr<CvMat> err;
407 cv::Ptr<CvMat> JtJ;
408 cv::Ptr<CvMat> JtJN;
409 cv::Ptr<CvMat> JtErr;
410 cv::Ptr<CvMat> JtJV;
411 cv::Ptr<CvMa
[all...]
/external/llvm/include/llvm/Support/
H A DOnDiskHashTable.h429 const unsigned char *Ptr; member in class:llvm::OnDiskIterableChainedHashTable::iterator_base
436 iterator_base(const unsigned char *const Ptr, offset_type NumEntries) argument
437 : Ptr(Ptr), NumItemsInBucketLeft(0), NumEntriesLeft(NumEntries) {}
439 : Ptr(nullptr), NumItemsInBucketLeft(0), NumEntriesLeft(0) {}
455 endian::readNext<uint16_t, little, unaligned>(Ptr);
457 Ptr += sizeof(hash_value_type); // Skip the hash.
460 Info::ReadKeyDataLength(Ptr);
461 Ptr += L.first + L.second;
471 return Ptr
491 key_iterator(const unsigned char *const Ptr, offset_type NumEntries, Info *InfoObj) argument
537 data_iterator(const unsigned char *const Ptr, offset_type NumEntries, Info *InfoObj) argument
[all...]
/external/llvm/lib/Analysis/
H A DVectorUtils.cpp256 Value *llvm::stripGetElementPtr(Value *Ptr, ScalarEvolution *SE, Loop *Lp) { argument
257 GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(Ptr);
259 return Ptr;
268 return Ptr;
273 Value *llvm::getUniqueCastUse(Value *Ptr, Loop *Lp, Type *Ty) { argument
275 for (User *U : Ptr->users()) {
289 Value *llvm::getStrideFromPointer(Value *Ptr, ScalarEvolution *SE, Loop *Lp) { argument
290 auto *PtrTy = dyn_cast<PointerType>(Ptr->getType());
295 // point) easier analyzable. If OrigPtr is equal to Ptr we are analzying the
297 Value *OrigPtr = Ptr;
[all...]
H A DCFLAliasAnalysis.cpp169 auto *Ptr = Inst.getOperand(0); local
170 Output.push_back(Edge(Ptr, Ptr, EdgeType::Assign, AttrUnknown));
174 auto *Ptr = &Inst; local
175 Output.push_back(Edge(Ptr, Ptr, EdgeType::Assign, AttrUnknown));
191 auto *Ptr = Inst.getPointerOperand(); local
193 Output.push_back(Edge(Ptr, Val, EdgeType::Dereference, AttrNone));
197 auto *Ptr = Inst.getPointerOperand(); local
199 Output.push_back(Edge(Ptr, Va
230 auto *Ptr = Inst.getPointerOperand(); local
236 auto *Ptr = Inst.getPointerOperand(); local
410 auto *Ptr = Inst.getVectorOperand(); local
437 auto *Ptr = Inst.getAggregateOperand(); local
[all...]
/external/opencv3/modules/features2d/test/
H A Dtest_rotation_and_scale_invariance.cpp192 DetectorRotationInvarianceTest(const Ptr<FeatureDetector>& _featureDetector,
293 Ptr<FeatureDetector> featureDetector;
301 DescriptorRotationInvarianceTest(const Ptr<FeatureDetector>& _featureDetector,
302 const Ptr<DescriptorExtractor>& _descriptorExtractor,
379 Ptr<FeatureDetector> featureDetector;
380 Ptr<DescriptorExtractor> descriptorExtractor;
388 DetectorScaleInvarianceTest(const Ptr<FeatureDetector>& _featureDetector,
496 Ptr<FeatureDetector> featureDetector;
504 DescriptorScaleInvarianceTest(const Ptr<FeatureDetector>& _featureDetector,
505 const Ptr<DescriptorExtracto
[all...]
/external/opencv3/modules/core/src/
H A Dout.cpp286 Ptr<Formatted> format(const Mat& mtx) const
298 Ptr<Formatted> format(const Mat& mtx) const
310 Ptr<Formatted> format(const Mat& mtx) const
324 Ptr<Formatted> format(const Mat& mtx) const
343 Ptr<Formatted> format(const Mat& mtx) const
356 Ptr<Formatted> format(const Mat& mtx) const
367 Ptr<Formatter> Formatter::get(int fmt)
/external/opencv3/modules/cudafilters/perf/
H A Dperf_filters.cpp73 cv::Ptr<cv::cuda::Filter> blurFilter = cv::cuda::createBoxFilter(d_src.type(), -1, cv::Size(ksize, ksize));
111 cv::Ptr<cv::cuda::Filter> filter2D = cv::cuda::createLinearFilter(d_src.type(), -1, kernel);
146 cv::Ptr<cv::cuda::Filter> laplacian = cv::cuda::createLaplacianFilter(d_src.type(), -1, ksize);
181 cv::Ptr<cv::cuda::Filter> sobel = cv::cuda::createSobelFilter(d_src.type(), -1, 1, 1, ksize);
215 cv::Ptr<cv::cuda::Filter> scharr = cv::cuda::createScharrFilter(d_src.type(), -1, 1, 0);
250 cv::Ptr<cv::cuda::Filter> gauss = cv::cuda::createGaussianFilter(d_src.type(), -1, cv::Size(ksize, ksize), 0.5);
286 cv::Ptr<cv::cuda::Filter> erode = cv::cuda::createMorphologyFilter(cv::MORPH_ERODE, src.type(), ker);
322 cv::Ptr<cv::cuda::Filter> dilate = cv::cuda::createMorphologyFilter(cv::MORPH_DILATE, src.type(), ker);
363 cv::Ptr<cv::cuda::Filter> morph = cv::cuda::createMorphologyFilter(morphOp, src.type(), ker);
/external/opencv3/modules/features2d/misc/java/src/cpp/
H A Dfeatures2d_manual.hpp111 Ptr<FeatureDetector> fd;
137 Ptr<GFTTDetector> gftt = GFTTDetector::create();
175 javaFeatureDetector(Ptr<FeatureDetector> _wrapped) : wrapped(_wrapped)
178 Ptr<FeatureDetector> wrapped;
289 javaDescriptorMatcher(Ptr<DescriptorMatcher> _wrapped) : wrapped(_wrapped)
292 Ptr<DescriptorMatcher> wrapped;
349 Ptr<DescriptorExtractor> de;
394 javaDescriptorExtractor(Ptr<DescriptorExtractor> _wrapped) : wrapped(_wrapped)
397 Ptr<DescriptorExtractor> wrapped;
/external/opencv3/modules/videoio/src/
H A Dcap.cpp497 static Ptr<IVideoCapture> IVideoCapture_create(int index)
533 Ptr<IVideoCapture> capture;
549 capture = Ptr<IVideoCapture>(new cv::VideoCapture_WinRT(index));
566 return Ptr<IVideoCapture>();
570 static Ptr<IVideoCapture> IVideoCapture_create(const String& filename)
584 Ptr<IVideoCapture> capture;
604 return Ptr<IVideoCapture>();
607 static Ptr<IVideoWriter> IVideoWriter_create(const String& filename, int _fourcc, double fps, Size frameSize, bool isColor)
609 Ptr<IVideoWriter> iwriter;
/external/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp64 bool instrument(Value *Ptr, Value *Val, const DataLayout &DL);
122 /// Ptr is the pointer that will be read/written, and InstVal is either the
126 bool BoundsChecking::instrument(Value *Ptr, Value *InstVal, argument
129 DEBUG(dbgs() << "Instrument " << *Ptr << " for " << Twine(NeededSize)
132 SizeOffsetEvalType SizeOffset = ObjSizeEval->compute(Ptr);
143 Type *IntTy = DL.getIntPtrType(Ptr->getType());
/external/opencv3/modules/cudaimgproc/src/
H A Dgftt.cpp50 Ptr<cuda::CornersDetector> cv::cuda::createGoodFeaturesToTrackDetector(int, int, double, double, int, bool, double) { throw_no_cuda(); return Ptr<cuda::CornersDetector>(); }
78 Ptr<cuda::CornernessCriteria> cornerCriteria_;
211 Ptr<cuda::CornersDetector> cv::cuda::createGoodFeaturesToTrackDetector(int srcType, int maxCorners, double qualityLevel, double minDistance,
214 return Ptr<cuda::CornersDetector>(
/external/opencv3/modules/cudaobjdetect/src/
H A Dcascadeclassifier.cpp51 Ptr<cuda::CascadeClassifier> cv::cuda::CascadeClassifier::create(const String&) { throw_no_cuda(); return Ptr<cuda::CascadeClassifier>(); }
52 Ptr<cuda::CascadeClassifier> cv::cuda::CascadeClassifier::create(const FileStorage&) { throw_no_cuda(); return Ptr<cuda::CascadeClassifier>(); }
134 Ptr<NCVMemStackAllocator> gpuAllocator;
135 Ptr<NCVMemStackAllocator> cpuAllocator;
140 Ptr<NCVMemNativeAllocator> gpuCascadeAllocator;
141 Ptr<NCVMemNativeAllocator> cpuCascadeAllocator;
143 Ptr<NCVVectorAlloc<HaarStage64> > h_haarStages;
144 Ptr<NCVVectorAllo
[all...]

Completed in 1023 milliseconds

1234567891011>>