Home
last modified time | relevance | path

Searched refs:semicolon (Results 1 – 25 of 239) sorted by relevance

12345678910

/third_party/typescript/tests/baselines/reference/
DbetterErrorForAccidentalCall.errors.txt30 …lated TS2734 tests/cases/compiler/betterErrorForAccidentalCall.ts:7:1: Are you missing a semicolon?
37 …ated TS2734 tests/cases/compiler/betterErrorForAccidentalCall.ts:10:1: Are you missing a semicolon?
44 …ated TS2734 tests/cases/compiler/betterErrorForAccidentalCall.ts:13:1: Are you missing a semicolon?
DsystemDefaultExportCommentValidity.types9 // There is intentionally no semicolon on the prior line, this comment should not break emit
DarrowFunctionMissingCurlyWithSemicolon.errors.txt5 // Should error at semicolon.
DsystemDefaultExportCommentValidity.symbols8 // There is intentionally no semicolon on the prior line, this comment should not break emit
Dindexer2A.types8 // Decided to enforce a semicolon after declarations
DarrowFunctionMissingCurlyWithSemicolon.types2 // Should error at semicolon.
DarrowFunctionMissingCurlyWithSemicolon.symbols2 // Should error at semicolon.
Dindexer2A.errors.txt7 // Decided to enforce a semicolon after declarations
DparserSbp_7.9_A9_T3.types6 * Check Do-While Statement for automatic semicolon insertion
Dindexer2A.symbols8 // Decided to enforce a semicolon after declarations
DparserS7.9_A5.7_T1.types7 * between two references separated by [LT] after automatic semicolon insertion lead to syntax error
/third_party/rust/crates/nom/src/bytes/
Dtests.rs308 let semicolon = &b";"[..]; localVariable
314 assert_eq!(ra, Ok((semicolon, &b"abc"[..])));
320 assert_eq!(rd, Ok((semicolon, &b"123"[..])));
326 assert_eq!(rhd, Ok((semicolon, &b"123abcDEF"[..])));
332 assert_eq!(rod, Ok((semicolon, &b"1234567"[..])));
338 assert_eq!(ran, Ok((semicolon, &b"123abc"[..])));
344 assert_eq!(rs, Ok((semicolon, &b" \t"[..])));
350 assert_eq!(rms, Ok((semicolon, &b" \t\r\n"[..])));
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/
DThai_ThaiLogical.txt9 # The rules that convert space into semicolon are in another file;
12 # First convert the semicolon back
DThai_ThaiSemi.txt8 # The rules that convert space into semicolon are in this file;
/third_party/skia/third_party/externals/icu/source/data/translit/
DThai_ThaiLogical.txt10 # The rules that convert space into semicolon are in another file;
13 # First convert the semicolon back
DThai_ThaiSemi.txt9 # The rules that convert space into semicolon are in this file;
/third_party/icu/icu4c/source/data/translit/
DThai_ThaiLogical.txt10 # The rules that convert space into semicolon are in another file;
13 # First convert the semicolon back
DThai_ThaiSemi.txt9 # The rules that convert space into semicolon are in this file;
/third_party/python/Doc/library/
Dhtml.entities.rst21 Note that the trailing semicolon is included in the name (e.g. ``'gt;'``),
23 semicolon: in this case the name is present with and without the ``';'``.
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_debug.c199 const char *semicolon; in si_replace_shader() local
231 semicolon = strchr(p, ';'); in si_replace_shader()
232 if (semicolon) { in si_replace_shader()
233 p = copy = strndup(p, semicolon - p); in si_replace_shader()
859 const char *semicolon = memchr(disasm, ';', end - disasm); in si_add_split_disasm() local
860 if (!semicolon) in si_add_split_disasm()
864 const char *inst_end = memchr(semicolon + 1, '\n', end - semicolon - 1); in si_add_split_disasm()
873 inst->size = inst_end - semicolon > 16 ? 8 : 4; in si_add_split_disasm()
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dconnection.c1298 char *semicolon; local
1350 semicolon = equals;
1351 while ( ('\0' != semicolon[0]) &&
1353 ( (';' != semicolon[0]) &&
1354 (',' != semicolon[0]) ) ) )
1356 if ('"' == semicolon[0])
1358 semicolon++;
1360 if ('\0' == semicolon[0])
1361 semicolon = NULL;
1362 if (NULL != semicolon)
[all …]
/third_party/glslang/Test/
D460.vert4 ; // extraneous semicolon okay
/third_party/skia/third_party/externals/icu/source/common/
Duloc.cpp608 const char* semicolon = NULL; in ulocimp_getKeywords() local
627 semicolon = uprv_strchr(pos, ';'); in ulocimp_getKeywords()
630 if(!equalSign || (semicolon && semicolon<equalSign)) { in ulocimp_getKeywords()
662 if (!*equalSign || equalSign == semicolon) { in ulocimp_getKeywords()
669 pos = semicolon; in ulocimp_getKeywords()
/third_party/icu/icu4c/source/common/
Duloc.cpp608 const char* semicolon = NULL; in ulocimp_getKeywords() local
627 semicolon = uprv_strchr(pos, ';'); in ulocimp_getKeywords()
630 if(!equalSign || (semicolon && semicolon<equalSign)) { in ulocimp_getKeywords()
662 if (!*equalSign || equalSign == semicolon) { in ulocimp_getKeywords()
669 pos = semicolon; in ulocimp_getKeywords()
/third_party/jerryscript/tools/vera++/scripts/rules/
Djerry_always_curly.tcl26 …tTokens $file_name 1 0 -1 -1 {if do while else for leftparen rightparen semicolon leftbrace rightb…

12345678910