Home
last modified time | relevance | path

Searched defs:_mode (Results 1 – 10 of 10) sorted by relevance

/external/opencv3/3rdparty/openexr/IlmImf/
DImfTileOffsets.h97 LevelMode _mode; variable
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/
Dtest_stream.py165 def makefile(self, _mode, _bufsize=None): argument
/external/opencv3/apps/traincascade/
Dhaarfeatures.cpp15 CvHaarFeatureParams::CvHaarFeatureParams( int _mode ) : mode( _mode ) in CvHaarFeatureParams()
/external/icu/icu4c/source/test/perf/normperf/
Dnormperf.h77 …unction(QuickCheckFn func, ULine* srcLines,int32_t srcNumLines, UNormalizationMode _mode, int32_t … in QuickCheckPerfFunction()
87 …ction(QuickCheckFn func, const UChar* source,int32_t sourceLen, UNormalizationMode _mode, int32_t … in QuickCheckPerfFunction()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
DHashList.cs64 private EnumerationMode _mode; field in Antlr.Runtime.Collections.HashList.HashListEnumerator
/external/opencv3/modules/imgproc/perf/
Dperf_cvt_color.cpp251 int _mode = get<1>(GetParam()), mode = _mode; in PERF_TEST_P() local
/external/valgrind/include/
Dpub_tool_basics.h198 SysResMode _mode; member
/external/opencv3/modules/calib3d/src/
Dstereosgbm.cpp843 int _mode ) in StereoSGBMImpl()
/external/valgrind/perf/
Dtest_input_for_tinycc.c5141 int _mode; member
/external/opencv3/modules/imgproc/src/
Dimgwarp.cpp2753 …ker(const Mat & _src, Mat & _dst, double _inv_scale_x, double _inv_scale_y, int _mode, bool *_ok) : in IPPresizeInvoker()