Home
last modified time | relevance | path

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

/third_party/harfbuzz/src/
Dhb-machinery.hh89 #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
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-machinery.hh100 #define _DEFINE_INSTANCE_ASSERTION1(_line, _assertion) \ argument
103 # define _DEFINE_INSTANCE_ASSERTION0(_line, _assertion) _DEFINE_INSTANCE_ASSERTION1 (_line, _assert… argument
107 #define _DEFINE_COMPILES_ASSERTION1(_line, _code) \ argument
110 # define _DEFINE_COMPILES_ASSERTION0(_line, _code) _DEFINE_COMPILES_ASSERTION1 (_line, _code) argument
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-machinery.hh89 #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
/third_party/mesa3d/src/glx/apple/
Dapple_glx_log.c99 char *_line; in _apple_glx_vlog() local
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dninja_syntax.py111 def _line(self, text, indent=0): member in Writer
/third_party/node/tools/gyp/pylib/gyp/
Dninja_syntax.py124 def _line(self, text, indent=0): member in Writer
/third_party/ninja/misc/
Dninja_syntax.py130 def _line(self, text, indent=0): member in Writer
/third_party/node/lib/
Dreadline.js788 Interface.prototype._line = function() { method in Interface
/third_party/mesa3d/src/freedreno/decode/
Dcrashdec.c237 #define foreach_line_in_section(_line) \ argument
/third_party/python/Tools/clinic/
Dclinic.py1520 def _line(self, lookahead=False): member in BlockParser