Home
last modified time | relevance | path

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

123456789

/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/
DtokenTypes.js4 …rts.str = exports.space = exports.slash = exports.singleQuote = exports.semicolon = exports.plus =…
15 var semicolon = 59; // `;`.charCodeAt(0); variable
16 exports.semicolon = semicolon;
/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.
DparserSbp_7.9_A9_T3.symbols7 * Check Do-While Statement for automatic semicolon insertion
DparserSbp_7.9_A9_T3.types6 * Check Do-While Statement for automatic semicolon insertion
Dindexer2A.errors.txt7 // Decided to enforce a semicolon after declarations
Dindexer2A.symbols8 // Decided to enforce a semicolon after declarations
/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/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/curl/tests/data/
Dtest125927 HTTP URL with semicolon in password
Dtest1185121 ./%LOGDIR/code1185.c:28:7: warning: no space before semicolon (SPACESEMICOLON)
151 ./%LOGDIR/code1185.c:48:16: warning: no space after semicolon (SEMINOSPACE)
/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…

123456789