Home
last modified time | relevance | path

Searched refs:closing (Results 1 – 25 of 727) sorted by relevance

12345678910>>...30

/third_party/typescript/tests/baselines/reference/
DjsxParsingError2.errors.txt1 …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 …]
DjsxAndTypeAssertion.errors.txt1 …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 …]
DerrorSpanForUnclosedJsxTag.errors.txt1 …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.
DtsxFragmentErrors.errors.txt2 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.
DjsFileCompilationTypeArgumentSyntaxOfCall.errors.txt5 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.
DjsxInvalidEsprimaTestSuite.errors.txt11 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 …]
DtemplateStringWithEmbeddedComments.types3 >`head${ // single line comment10}middle${/* Multi- * line * comment */ 20 // closing comment}tail`…
16 // closing comment
DtemplateStringWithEmbeddedCommentsES6.types3 >`head${ // single line comment10}middle${/* Multi- * line * comment */ 20 // closing comment}tail`…
16 // closing comment
DjsFileCompilationTypeAssertions.errors.txt2 /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/
Dreversible_closeable.cpp109 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/
Dtest_dbm_dumb.py38 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/
Dunpaired.qbk23 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/
Dtarball.py6 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/
Dretrieve_from_googlesource.py11 from contextlib import closing
29 with closing(urllib2.urlopen(base64_url)) as f:
/third_party/skia/tools/
Dretrieve_from_googlesource.py11 from contextlib import closing
29 with closing(urllib2.urlopen(base64_url)) as f:
/third_party/gstreamer/gstplugins_bad/tests/examples/d3d11/
Dd3d11videosink-kb.c45 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/
Dgstksclock.c36 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/
DjsxParsingError2.tsx12 // Issue error about missing span closing tag, not missing div closing tag
/third_party/pcre2/pcre2/testdata/
Dtestinput927 )* " # 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/
Dqglrenderer.cpp51 closing (false), in QGLRenderer()
280 if (this->closing == false) { in closeEvent()
281 this->closing = true; in closeEvent()
/third_party/typescript/tests/baselines/reference/user/
Dcreate-react-app.log5 …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/
Dtest_suite_psa_crypto_slot_management.data1 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/
DjsxIntrinsicElementsTypeArgumentErrors.tsx5 // opening + closing
18 // self-closing
/third_party/boost/libs/geometry/doc/reference/algorithms/
Dappend.qbk29 [[__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/
Dgst-play-kb.c142 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()

12345678910>>...30