/third_party/flutter/skia/tests/ |
D | SkPEGTest.cpp | 75 const auto match = LIT<'X'>::Match(gTests[i].fInput); in test_LIT() 80 REPORTER_ASSERT(r, !(LIT<'F', 'o', 'o'>::Match(""))); in test_LIT() 81 REPORTER_ASSERT(r, !(LIT<'F', 'o', 'o'>::Match("Fo"))); in test_LIT() 82 REPORTER_ASSERT(r, !(LIT<'F', 'o', 'o'>::Match("FoO"))); in test_LIT() 83 REPORTER_ASSERT(r, (LIT<'F', 'o', 'o'>::Match("Foo"))); in test_LIT() 84 REPORTER_ASSERT(r, (LIT<'F', 'o', 'o'>::Match("Foobar"))); in test_LIT() 158 const auto m = Opt<LIT<'f', 'o', 'o'>>::Match(gTests[i].fInput); in test_Opt() 165 REPORTER_ASSERT(r, (Seq<LIT<'X'>, EOS>::Match("X"))); in test_Seq() 166 REPORTER_ASSERT(r, !(Seq<LIT<'X'>, EOS>::Match("x"))); in test_Seq() 167 REPORTER_ASSERT(r, !(Seq<LIT<'X'>, EOS>::Match("xX"))); in test_Seq() [all …]
|
/third_party/flutter/skia/experimental/svg/model/ |
D | SkPEG.h | 216 template <char... Cs> struct LIT; 219 struct LIT<> { 229 struct LIT<C, Cs...> { 237 const auto m = LIT<Cs...>::Match(in + 1);
|
/third_party/skia/third_party/externals/freetype/src/gzip/ |
D | infcodes.c | 23 LIT, /* o: got literal, waiting for output space */ enumerator 133 c->mode = LIT; in inflate_codes() 214 case LIT: /* o: got literal, waiting for output space */ in inflate_codes()
|
/third_party/flutter/skia/third_party/externals/freetype/src/gzip/ |
D | infcodes.c | 23 LIT, /* o: got literal, waiting for output space */ enumerator 133 c->mode = LIT; in inflate_codes() 214 case LIT: /* o: got literal, waiting for output space */ in inflate_codes()
|
/third_party/freetype/src/gzip/ |
D | infcodes.c | 23 LIT, /* o: got literal, waiting for output space */ enumerator 133 c->mode = LIT; in inflate_codes() 214 case LIT: /* o: got literal, waiting for output space */ in inflate_codes()
|
/third_party/mesa3d/src/gallium/tests/graw/fragment-shader/ |
D | frag-lit.sh | 6 LIT OUT[0], IN[0]
|
/third_party/mesa3d/src/gallium/tests/graw/vertex-shader/ |
D | vert-lit.sh | 9 LIT OUT[1], IN[1]
|
/third_party/node/deps/zlib/ |
D | inflate.h | 46 LIT, /* o: waiting for output space to write literal */ enumerator
|
/third_party/skia/third_party/externals/zlib/ |
D | inflate.h | 46 LIT, /* o: waiting for output space to write literal */ enumerator
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/ |
D | inflate.h | 46 LIT, /* o: waiting for output space to write literal */ enumerator
|
/third_party/libwebsockets/win32port/zlib/ |
D | inflate.h | 46 LIT, /* o: waiting for output space to write literal */ enumerator
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/ |
D | inflate.h | 46 LIT, /* o: waiting for output space to write literal */ enumerator
|
/third_party/flutter/skia/third_party/externals/zlib/ |
D | inflate.h | 46 LIT, /* o: waiting for output space to write literal */ enumerator
|
/third_party/zlib/ |
D | inflate.h | 46 LIT, /* o: waiting for output space to write literal */ enumerator
|
/third_party/boost/boost/beast/zlib/detail/ |
D | inflate_stream.hpp | 112 LIT, // o: waiting for output space to write literal enumerator
|
/third_party/boost/libs/beast/include/boost/beast/zlib/detail/ |
D | inflate_stream.hpp | 112 LIT, // o: waiting for output space to write literal enumerator
|
/third_party/mksh/ |
D | expr.c | 152 es->tok = LIT; in v_evaluate() 186 case LIT: in evalerr() 307 case LIT: in evalexpr() 634 es->tok = LIT; in exprtoken()
|
D | exprtok.h | 110 F2(LIT)
|
/third_party/mesa3d/docs/relnotes/ |
D | 6.4.1.rst | 26 - vertex program LIT instruction didn't handle 0^0=1 correctly
|
/third_party/mesa3d/src/mesa/program/ |
D | program_lexer.l | 208 LIT{sat} { return_opcode( 1, VECTOR_OP, LIT, 3); }
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_opcode_tmp.h | 41 OP11(LIT)
|
D | tgsi_info_opcodes.h | 3 OPCODE(1, 1, CHAN, LIT)
|
D | tgsi_lowering.c | 1471 OPCS(LIT) || in tgsi_transform_lowering() 1508 if (OPCS(LIT)) { in tgsi_transform_lowering() 1509 newlen += LIT_GROW * OPCS(LIT); in tgsi_transform_lowering()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_vertex_program1_1.txt | 157 LIT v v light coefficients 319 | "LIT"
|
/third_party/openGLES/extensions/NV/ |
D | NV_vertex_program1_1.txt | 157 LIT v v light coefficients 319 | "LIT"
|