Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-private.hh243 #define _ASSERT_STATIC1(_line, _cond) HB_UNUSED typedef int _static_assert_on_line_##_line##_failed… argument
244 #define _ASSERT_STATIC0(_line, _cond) _ASSERT_STATIC1 (_line, (_cond)) argument
273 #define _ASSERT_TYPE_POD1(_line, _type) union _type_##_type##_on_line_##_line##_is_not_POD { _type … argument
274 #define _ASSERT_TYPE_POD0(_line, _type) _ASSERT_TYPE_POD1 (_line, _type) argument
278 # define _ASSERT_INSTANCE_POD1(_line, _instance) \ argument
284 # define _ASSERT_INSTANCE_POD1(_line, _instance) typedef int _assertion_on_line_##_line##_not_tested argument
286 # define _ASSERT_INSTANCE_POD0(_line, _instance) _ASSERT_INSTANCE_POD1 (_line, _instance) argument
290 #define _ASSERT_POD1(_line) \ argument
293 # define _ASSERT_POD0(_line) _ASSERT_POD1 (_line) argument
Dhb-open-type-private.hh85 #define _DEFINE_INSTANCE_ASSERTION1(_line, _assertion) \ argument
91 # define _DEFINE_INSTANCE_ASSERTION0(_line, _assertion) _DEFINE_INSTANCE_ASSERTION1 (_line, _assert… argument
95 #define _DEFINE_COMPILES_ASSERTION1(_line, _code) \ argument
98 # define _DEFINE_COMPILES_ASSERTION0(_line, _code) _DEFINE_COMPILES_ASSERTION1 (_line, _code) argument
/external/mesa3d/src/glx/apple/
Dapple_glx_log.c108 char *_line; in _apple_glx_vlog() local
/external/eigen/test/
Dgeo_parametrizedline.cpp16 template<typename LineType> void parametrizedline(const LineType& _line) in parametrizedline()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DRecognitionException.cs108 private int _line; field in Antlr.Runtime.RecognitionException
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DRecognitionException.cs106 private int _line; field in Antlr.Runtime.RecognitionException
/external/python/cpython2/Lib/test/
Dtest_StringIO.py16 _line = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!' variable in TestGenericStringIO
/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