/external/harfbuzz_ng/src/ |
D | hb-private.hh | 242 #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
|
D | hb-open-type-private.hh | 84 #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/ |
D | linefit.cpp | 202 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/ |
D | eigen2_parametrizedline.cpp | 16 template<typename LineType> void parametrizedline(const LineType& _line) in parametrizedline()
|
/external/mesa3d/src/glx/apple/ |
D | apple_glx_log.c | 108 char *_line; in _apple_glx_vlog() local
|
/external/opencv/cv/src/ |
D | cvlinefit.cpp | 220 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/ |
D | geo_parametrizedline.cpp | 16 template<typename LineType> void parametrizedline(const LineType& _line) in parametrizedline()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | RecognitionException.cs | 106 private int _line; field in Antlr.Runtime.RecognitionException
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | RecognitionException.cs | 108 private int _line; field in Antlr.Runtime.RecognitionException
|
/external/opencv3/modules/core/src/ |
D | system.cpp | 202 …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/ |
D | options.hh | 82 #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/ |
D | MultiPartInputStream.java | 810 String _line; field in MultiPartInputStream.Base64InputStream
|
/external/libnfc-nci/halimpl/bcm2079x/gki/common/ |
D | gki_common.h | 75 int _line; member
|
/external/libnfc-nci/src/gki/common/ |
D | gki_common.h | 75 int _line; member
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | base.hpp | 332 … void errorNoReturn(int _code, const String& _err, const char* _func, const char* _file, int _line) in errorNoReturn()
|