Home
last modified time | relevance | path

Searched defs:_line (Results 1 – 15 of 15) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-private.hh242 #define _ASSERT_STATIC1(_line, _cond) HB_UNUSED typedef int _static_assert_on_line_##_line##_failed… argument
243 #define _ASSERT_STATIC0(_line, _cond) _ASSERT_STATIC1 (_line, (_cond)) argument
272 #define _ASSERT_TYPE_POD1(_line, _type) union _type_##_type##_on_line_##_line##_is_not_POD { _type … argument
273 #define _ASSERT_TYPE_POD0(_line, _type) _ASSERT_TYPE_POD1 (_line, _type) argument
277 # define _ASSERT_INSTANCE_POD1(_line, _instance) \ argument
283 # define _ASSERT_INSTANCE_POD1(_line, _instance) typedef int _assertion_on_line_##_line##_not_tested argument
285 # define _ASSERT_INSTANCE_POD0(_line, _instance) _ASSERT_INSTANCE_POD1 (_line, _instance) argument
289 #define _ASSERT_POD1(_line) \ argument
292 # define _ASSERT_POD0(_line) _ASSERT_POD1 (_line) argument
Dhb-open-type-private.hh84 #define _DEFINE_INSTANCE_ASSERTION1(_line, _assertion) \ argument
90 # define _DEFINE_INSTANCE_ASSERTION0(_line, _assertion) _DEFINE_INSTANCE_ASSERTION1 (_line, _assert… argument
94 #define _DEFINE_COMPILES_ASSERTION1(_line, _code) \ argument
97 # define _DEFINE_COMPILES_ASSERTION0(_line, _code) _DEFINE_COMPILES_ASSERTION1 (_line, _code) argument
/external/opencv3/modules/imgproc/src/
Dlinefit.cpp202 static double calcDist2D( const Point2f* points, int count, float *_line, float *dist ) in calcDist2D()
223 static double calcDist3D( const Point3f* points, int count, float *_line, float *dist ) in calcDist3D()
322 float _line[6], _lineprev[6]; in fitLine2D() local
462 float _line[6]={0,0,0,0,0,0}, _lineprev[6]={0,0,0,0,0,0}; in fitLine3D() local
594 void cv::fitLine( InputArray _points, OutputArray _line, int distType, in fitLine()
/external/eigen/test/eigen2/
Deigen2_parametrizedline.cpp16 template<typename LineType> void parametrizedline(const LineType& _line) in parametrizedline()
/external/mesa3d/src/glx/apple/
Dapple_glx_log.c108 char *_line; in _apple_glx_vlog() local
/external/opencv/cv/src/
Dcvlinefit.cpp220 icvCalcDist2D( CvPoint2D32f * points, int count, float *_line, float *dist ) in icvCalcDist2D()
242 icvCalcDist3D( CvPoint3D32f * points, int count, float *_line, float *dist ) in icvCalcDist3D()
348 float _line[6], _lineprev[6]; in icvFitLine2D() local
497 float _line[6], _lineprev[6]; in icvFitLine3D() local
/external/eigen/test/
Dgeo_parametrizedline.cpp16 template<typename LineType> void parametrizedline(const LineType& _line) in parametrizedline()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DRecognitionException.cs106 private int _line; field in Antlr.Runtime.RecognitionException
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DRecognitionException.cs108 private int _line; field in Antlr.Runtime.RecognitionException
/external/opencv3/modules/core/src/
Dsystem.cpp202 …tion::Exception(int _code, const String& _err, const String& _func, const String& _file, int _line) in Exception()
658 void error(int _code, const String& _err, const char* _func, const char* _file, int _line) in error()
1226 void setIppStatus(int status, const char * const _funcname, const char * const _filename, int _line) in setIppStatus()
/external/harfbuzz_ng/util/
Doptions.hh82 #define _ASSERT_STATIC1(_line, _cond) HB_UNUSED typedef int _static_assert_on_line_##_line##_failed… argument
83 #define _ASSERT_STATIC0(_line, _cond) _ASSERT_STATIC1 (_line, (_cond)) argument
/external/jetty/src/java/org/eclipse/jetty/util/
DMultiPartInputStream.java810 String _line; field in MultiPartInputStream.Base64InputStream
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
Dgki_common.h75 int _line; member
/external/libnfc-nci/src/gki/common/
Dgki_common.h75 int _line; member
/external/opencv3/modules/core/include/opencv2/core/
Dbase.hpp332 … void errorNoReturn(int _code, const String& _err, const char* _func, const char* _file, int _line) in errorNoReturn()