Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/apple/
Dapple_glx_log.c108 char *_line; in _apple_glx_vlog() local
/external/harfbuzz_ng/src/
Dhb-private.hh273 #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.hh86 #define _DEFINE_INSTANCE_ASSERTION1(_line, _assertion) \ argument
92 # define _DEFINE_INSTANCE_ASSERTION0(_line, _assertion) _DEFINE_INSTANCE_ASSERTION1 (_line, _assert… argument
96 #define _DEFINE_COMPILES_ASSERTION1(_line, _code) \ argument
99 # define _DEFINE_COMPILES_ASSERTION0(_line, _code) _DEFINE_COMPILES_ASSERTION1 (_line, _code) argument
/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/python/cpython2/Lib/test/
Dtest_StringIO.py16 _line = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!' variable in TestGenericStringIO
/external/python/cpython3/Tools/clinic/
Dclinic.py1370 def _line(self, lookahead=False): member in BlockParser