/third_party/typescript/tests/baselines/reference/ |
D | jsxParsingError2.errors.txt | 1 …onformance/jsx/Error1.tsx(2,11): error TS17008: JSX element 'div' has no corresponding closing tag. 2 tests/cases/conformance/jsx/Error1.tsx(2,21): error TS17002: Expected corresponding JSX closing tag… 4 tests/cases/conformance/jsx/Error2.tsx(1,15): error TS17002: Expected corresponding JSX closing tag… 5 …onformance/jsx/Error3.tsx(1,11): error TS17008: JSX element 'div' has no corresponding closing tag. 7 …onformance/jsx/Error4.tsx(1,11): error TS17008: JSX element 'div' has no corresponding closing tag. 8 tests/cases/conformance/jsx/Error4.tsx(1,20): error TS17002: Expected corresponding JSX closing tag… 10 …onformance/jsx/Error5.tsx(1,11): error TS17008: JSX element 'div' has no corresponding closing tag. 11 …nformance/jsx/Error5.tsx(1,16): error TS17008: JSX element 'span' has no corresponding closing tag. 24 // Issue error about missing span closing tag, not missing div closing tag 27 !!! error TS17008: JSX element 'div' has no corresponding closing tag. [all …]
|
D | jsxAndTypeAssertion.errors.txt | 1 …sx/jsxAndTypeAssertion.tsx(6,6): error TS17008: JSX element 'any' has no corresponding closing tag. 5 …sx/jsxAndTypeAssertion.tsx(8,6): error TS17008: JSX element 'any' has no corresponding closing tag. 6 …x/jsxAndTypeAssertion.tsx(10,6): error TS17008: JSX element 'foo' has no corresponding closing tag. 12 …/jsxAndTypeAssertion.tsx(14,17): error TS17008: JSX element 'foo' has no corresponding closing tag. 17 …x/jsxAndTypeAssertion.tsx(18,2): error TS17008: JSX element 'foo' has no corresponding closing tag. 18 …x/jsxAndTypeAssertion.tsx(18,8): error TS17008: JSX element 'foo' has no corresponding closing tag. 19 …/jsxAndTypeAssertion.tsx(18,13): error TS17008: JSX element 'foo' has no corresponding closing tag. 34 !!! error TS17008: JSX element 'any' has no corresponding closing tag. 44 !!! error TS17008: JSX element 'any' has no corresponding closing tag. 48 !!! error TS17008: JSX element 'foo' has no corresponding closing tag. [all …]
|
D | errorSpanForUnclosedJsxTag.errors.txt | 1 …ForUnclosedJsxTag.tsx(9,14): error TS17008: JSX element 'Foo.Bar' has no corresponding closing tag. 2 …panForUnclosedJsxTag.tsx(11,13): error TS17008: JSX element 'Baz' has no corresponding closing tag. 17 !!! error TS17008: JSX element 'Foo.Bar' has no corresponding closing tag. 21 !!! error TS17008: JSX element 'Baz' has no corresponding closing tag.
|
D | tsxFragmentErrors.errors.txt | 2 tests/cases/conformance/jsx/file.tsx(9,7): error TS17015: Expected corresponding closing tag for JS… 3 …cases/conformance/jsx/file.tsx(9,11): error TS17014: JSX fragment has no corresponding closing tag. 19 !!! error TS17015: Expected corresponding closing tag for JSX fragment. 28 !!! error TS17014: JSX fragment has no corresponding closing tag.
|
D | jsFileCompilationTypeArgumentSyntaxOfCall.errors.txt | 5 tests/cases/compiler/a.jsx(4,14): error TS17002: Expected corresponding JSX closing tag for 'number… 8 tests/cases/compiler/a.jsx(5,6): error TS17008: JSX element 'number' has no corresponding closing t… 27 !!! error TS17002: Expected corresponding JSX closing tag for 'number'. 33 !!! error TS17008: JSX element 'number' has no corresponding closing tag.
|
D | jsxInvalidEsprimaTestSuite.errors.txt | 11 tests/cases/conformance/jsx/11.tsx(1,8): error TS17002: Expected corresponding JSX closing tag for … 32 …cases/conformance/jsx/16.tsx(1,2): error TS17008: JSX element 'a' has no corresponding closing tag. 34 …cases/conformance/jsx/17.tsx(1,2): error TS17008: JSX element 'a' has no corresponding closing tag. 59 …cases/conformance/jsx/28.tsx(1,2): error TS17008: JSX element 'a' has no corresponding closing tag. 74 tests/cases/conformance/jsx/5.tsx(1,2): error TS17008: JSX element 'a' has no corresponding closing… 76 tests/cases/conformance/jsx/6.tsx(1,4): error TS17002: Expected corresponding JSX closing tag for '… 78 tests/cases/conformance/jsx/8.tsx(1,6): error TS17002: Expected corresponding JSX closing tag for '… 116 !!! error TS17008: JSX element 'a' has no corresponding closing tag. 122 !!! error TS17002: Expected corresponding JSX closing tag for 'a'. 130 !!! error TS17002: Expected corresponding JSX closing tag for 'a:b'. [all …]
|
D | templateStringWithEmbeddedComments.types | 3 >`head${ // single line comment10}middle${/* Multi- * line * comment */ 20 // closing comment}tail`… 16 // closing comment
|
D | templateStringWithEmbeddedCommentsES6.types | 3 >`head${ // single line comment10}middle${/* Multi- * line * comment */ 20 // closing comment}tail`… 16 // closing comment
|
D | jsFileCompilationTypeAssertions.errors.txt | 2 /src/a.js(2,10): error TS17008: JSX element 'string' has no corresponding closing tag. 12 !!! error TS17008: JSX element 'string' has no corresponding closing tag.
|
/third_party/boost/libs/geometry/test/views/ |
D | reversible_closeable.cpp | 109 std::string const& closing, in test_geometry() argument 118 test_close_reverse<bg::open, bg::iterate_forward>(geo, expected_n + closing); in test_geometry() 126 test_reverse_close<bg::iterate_forward, bg::open>(geo, expected_n + closing); in test_geometry() 130 expected = boost::trim_copy(closing + " " + expected_r); in test_geometry() 139 test_close_close<bg::open, bg::closed>(geo, expected_n + closing); in test_geometry() 140 test_close_close<bg::closed, bg::open>(geo, expected_n + closing); in test_geometry() 141 test_close_close<bg::open, bg::open>(geo, expected_n + closing + closing); in test_geometry()
|
/third_party/python/Lib/test/ |
D | test_dbm_dumb.py | 38 with contextlib.closing(dumbdbm.open(_fname, 'c')) as f: 74 with contextlib.closing(dumbdbm.open(_fname, 'w')) as f: 83 with contextlib.closing(dumbdbm.open(_fname, 'r')) as f: 100 with contextlib.closing(dumbdbm.open(_fname)) as f: 104 with contextlib.closing(dumbdbm.open(_fname)) as f: 110 with contextlib.closing(dumbdbm.open(_fname)) as f: 113 with contextlib.closing(dumbdbm.open(_fname)) as f: 118 with contextlib.closing(dumbdbm.open(_fname, 'r')) as f: 123 with contextlib.closing(dumbdbm.open(_fname)) as f: 126 with contextlib.closing(dumbdbm.open(_fname, 'r')) as f: [all …]
|
/third_party/boost/libs/metaparse/doc/ |
D | unpaired.qbk | 23 Template class representing the error that the closing element of an 24 "['opening element] ... ['closing element]" structure is missing. (eg. a closing 27 parser trying to parse the ['closing element] failed with.
|
/third_party/jsoncpp/devtools/ |
D | tarball.py | 6 from contextlib import closing 37 with closing(tarfile.TarFile.open(tarball_path, 'w:gz', 51 with closing(tarfile.TarFile.open(tarball_path)) as tar:
|
/third_party/flutter/skia/tools/ |
D | retrieve_from_googlesource.py | 11 from contextlib import closing 29 with closing(urllib2.urlopen(base64_url)) as f:
|
/third_party/skia/tools/ |
D | retrieve_from_googlesource.py | 11 from contextlib import closing 29 with closing(urllib2.urlopen(base64_url)) as f:
|
/third_party/gstreamer/gstplugins_bad/tests/examples/d3d11/ |
D | d3d11videosink-kb.c | 45 gboolean closing; member 94 if (handler->closing) { in gst_d3d11_video_sink_kb_thread() 120 win32_handler->closing = TRUE; in gst_d3d11_video_sink_kb_set_key_handler()
|
/third_party/gstreamer/gstplugins_bad/sys/winks/ |
D | gstksclock.c | 36 gboolean closing; member 86 priv->closing = FALSE; in gst_ks_clock_init() 211 if (priv->closing) in gst_ks_clock_close_unlocked() 214 priv->closing = TRUE; in gst_ks_clock_close_unlocked() 240 priv->closing = FALSE; in gst_ks_clock_close_unlocked()
|
/third_party/typescript/tests/cases/conformance/jsx/ |
D | jsxParsingError2.tsx | 12 // Issue error about missing span closing tag, not missing div closing tag
|
/third_party/pcre2/pcre2/testdata/ |
D | testinput9 | 27 )* " # closing quote 41 )* " # closing quote 78 )* " # closing quote 90 )* " # closing quote 148 : # closing colon 160 )* " # closing quote 174 )* " # closing quote
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/qglwtextureshare/ |
D | qglrenderer.cpp | 51 closing (false), in QGLRenderer() 280 if (this->closing == false) { in closeEvent() 281 this->closing = true; in closeEvent()
|
/third_party/typescript/tests/baselines/reference/user/ |
D | create-react-app.log | 5 …formatting/src/AppBabel.js(6,8): error TS17008: JSX element 'div' has no corresponding closing tag. 6 …-formatting/src/AppBabel.js(8,7): error TS17002: Expected corresponding JSX closing tag for 'span'.
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_psa_crypto_slot_management.data | 1 Transient slot, check after closing 4 Transient slot, check after closing and restarting 16 Persistent slot, check after closing, id=min 19 Persistent slot, check after closing and restarting, id=min 37 Persistent slot, check after closing, id=max 81 Persistent slot, check after closing, persistence=2 84 Persistent slot, check after closing and restarting, persistence=2
|
/third_party/typescript/tests/cases/compiler/ |
D | jsxIntrinsicElementsTypeArgumentErrors.tsx | 5 // opening + closing 18 // self-closing
|
/third_party/boost/libs/geometry/doc/reference/algorithms/ |
D | append.qbk | 29 [[__ring__][Appends point or range to the end of the ring (without explicitly closing it)]] 30 [[__polygon__][Appends point or range to the end of the polygon (without explicitly closing it), 40 (without explicitly closing it) with the given multi-index.
|
/third_party/gstreamer/gstplugins_base/tools/ |
D | gst-play-kb.c | 142 gboolean closing; member 206 if (handler->closing) { in gst_play_kb_win32_thread() 231 win32_handler->closing = TRUE; in gst_play_kb_set_key_handler()
|