Home
last modified time | relevance | path

Searched refs:_line (Results 1 – 25 of 27) sorted by relevance

12

/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-hlsl/frag/
Dconstant-composites.frag13 static int _line;
17 nointerpolation int _line : TEXCOORD0;
27 FragColor = _16[_line].xxxx;
28 FragColor += (_28[_line].a * _28[1 - _line].a).xxxx;
33 _line = stage_input._line;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl/frag/
Dconstant-composites.frag13 static int _line;
17 nointerpolation int _line : TEXCOORD0;
27 FragColor = _16[_line].xxxx;
28 FragColor += (_28[_line].a * _28[1 - _line].a).xxxx;
33 _line = stage_input._line;
/third_party/ninja/misc/
Dninja_syntax.py48 self._line('%s = %s' % (key, value), indent)
51 self._line('pool %s' % name)
57 self._line('rule %s' % name)
96 self._line('build %s: %s' % (' '.join(out_outputs),
99 self._line(' pool = %s' % pool)
113 self._line('include %s' % path)
116 self._line('subninja %s' % path)
119 self._line('default %s' % ' '.join(as_list(paths)))
130 def _line(self, text, indent=0): member in Writer
Dninja_syntax_test.py37 self.n._line(LONGWORD)
42 self.n._line(' '.join(['x', LONGWORD, 'y']))
58 self.n._line('line_one to tree')
68 self.n._line(' '.join(['x', LONGWORD, 'y']), indent=1)
75 self.n._line(' '.join(['x', LONGWORDWITHSPACES, 'y']))
83 …self.n._line('command = cd ../../chrome; python ../tools/grit/grit/format/repack.py ../out/Debug/o…
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dninja_syntax.py35 self._line('%s = %s' % (key, value), indent)
38 self._line('pool %s' % name)
44 self._line('rule %s' % name)
79 self._line('build %s: %s' % (' '.join(out_outputs),
94 self._line('include %s' % path)
97 self._line('subninja %s' % path)
100 self._line('default %s' % ' '.join(self._as_list(paths)))
111 def _line(self, text, indent=0): member in Writer
/third_party/node/tools/gyp/pylib/gyp/
Dninja_syntax.py36 self._line("%s = %s" % (key, value), indent)
39 self._line("pool %s" % name)
55 self._line("rule %s" % name)
91 self._line(
107 self._line("include %s" % path)
110 self._line("subninja %s" % path)
113 self._line("default %s" % " ".join(self._as_list(paths)))
124 def _line(self, text, indent=0): member in Writer
/third_party/mesa3d/src/glx/apple/
Dapple_glx_log.c99 char *_line; in _apple_glx_vlog() local
100 asprintf(&_line, "%d", line); in _apple_glx_vlog()
101 if (_line) { in _apple_glx_vlog()
102 asl_set(msg, "Line", _line); in _apple_glx_vlog()
103 free(_line); in _apple_glx_vlog()
/third_party/harfbuzz/src/
Dhb-machinery.hh89 #define _DEFINE_INSTANCE_ASSERTION1(_line, _assertion) \ argument
90 void _instance_assertion_on_line_##_line () const \
92 # define _DEFINE_INSTANCE_ASSERTION0(_line, _assertion) _DEFINE_INSTANCE_ASSERTION1 (_line, _assert… argument
96 #define _DEFINE_COMPILES_ASSERTION1(_line, _code) \ argument
97 void _compiles_assertion_on_line_##_line () const \
99 # 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
90 void _instance_assertion_on_line_##_line () const \
92 # define _DEFINE_INSTANCE_ASSERTION0(_line, _assertion) _DEFINE_INSTANCE_ASSERTION1 (_line, _assert… argument
96 #define _DEFINE_COMPILES_ASSERTION1(_line, _code) \ argument
97 void _compiles_assertion_on_line_##_line () const \
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
101 void _instance_assertion_on_line_##_line () const \
103 # define _DEFINE_INSTANCE_ASSERTION0(_line, _assertion) _DEFINE_INSTANCE_ASSERTION1 (_line, _assert… argument
107 #define _DEFINE_COMPILES_ASSERTION1(_line, _code) \ argument
108 void _compiles_assertion_on_line_##_line () const \
110 # define _DEFINE_COMPILES_ASSERTION0(_line, _code) _DEFINE_COMPILES_ASSERTION1 (_line, _code) argument
/third_party/mesa3d/src/freedreno/decode/
Dcrashdec.c237 #define foreach_line_in_section(_line) \ argument
238 for (const char *_line = popline(); _line; _line = popline()) \
240 if (_line[0] != ' ') { \
/third_party/python/Lib/
Dtraceback.py273 self._line = line
303 if self._line is None:
306 self._line = linecache.getline(self.filename, self.lineno)
307 return self._line.strip()
/third_party/libwebsockets/scripts/
Dmozilla-trust-gen.sh55 cat _trust/trusted.txt | while read _line ; do
56 line=`echo -n $_line | sed 's/\r$//g'`
/third_party/node/lib/
Dreadline.js788 Interface.prototype._line = function() { method in Interface
936 this._line();
943 this._line();
1136 this._line();
1143 this._line();
1194 this._line();
/third_party/protobuf/python/google/protobuf/
Dtext_format.py92 self._line = line
96 return self._line
1249 self._line = -1
1284 self._line += 1
1334 just_started = self._line == 0 and self._column == 0
1539 self._line + 1, self._column + 1)
1546 self._previous_line = self._line
/third_party/mksh/
Ddot.mkshrc447 \\builtin cat "$@" | while \\builtin read _line; do
448 _line=${_line%%#*}
449 [[ -n $_line ]] && \\builtin print -r -- $_line
/third_party/boost/libs/math/doc/graphs/hypergeometric_1f1/
Dplotlyjs-bundle.js1_line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._point=0},lineEnd:function()…
/third_party/jerryscript/jerry-debugger/
Djerry_client_main.py209 for i, _line in enumerate(lines):
211 breakpoint = JerryBreakpoint(_line, offset, self)
212 self.lines[_line] = breakpoint
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/
Dbison.m4445 [b4_symbol([$1], [$2_file]):b4_syncline([b4_symbol([$1], [$2_line])])])
458 b4_syncline([b4_symbol([$1], [$2_line])], [b4_symbol([$1], [$2_file])])
/third_party/python/Tools/clinic/
Dclinic.py1520 def _line(self, lookahead=False): member in BlockParser
1532 line = self._line()
1557 line = self._line()
1580 line = self._line(lookahead=True)
/third_party/node/doc/api/
Dconsole.md498 // at REPLServer.Interface._line (readline.js:549:8)
/third_party/python/Lib/test/
Dtest_traceback.py1045 self.assertEqual(None, f._line)
/third_party/python/Doc/reference/
Dlexical_analysis.rst20 .. _line-structure:
/third_party/node/tools/
Dlint-md.mjs10185 _line,
10245 _line = state.line;
10256 state.line = _line;
10265 writeFoldedLines(state, state.line - _line);
10414 _line,
10483 _line = state.line; // Save the current line.
10493 if ((isExplicitPair || state.line === _line) && ch === 0x3A/* : */) {
10502 …storeMappingPair(state, _result, overridableKeys, keyTag, keyNode, valueNode, _line, _lineStart, _…
10504 …_result.push(storeMappingPair(state, null, overridableKeys, keyTag, keyNode, valueNode, _line, _li…
10668 var _line,
[all …]
/third_party/json/
DChangeLog.md1724 - fill\_line\_buffer incorrectly tests m\_stream for eof but not fail or bad bits [\#493](https://g…

12