/toolchain/binutils/binutils-2.25/gas/testsuite/gas/macros/ |
semi.s | 1 .macro semicolon 9 semicolon
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mri/ |
semi.s | 0 semicolon macro 9 semicolon 1 semicolon macro macro
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug274.go | 9 // terminated with a semicolon. No semicolon is present for the labeled 10 // statements and because the last token is a colon ":", no semicolon is 27 // correct since no semicolon is required before a '}'
|
/prebuilts/go/darwin-x86/test/syntax/ |
semi5.go | 10 { // ERROR "unexpected semicolon or newline before .?{.?"
|
semi6.go | 9 type T // ERROR "unexpected semicolon or newline in type declaration"
|
semi7.go | 11 else { } // ERROR "unexpected semicolon or newline before .?else.?"
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug274.go | 9 // terminated with a semicolon. No semicolon is present for the labeled 10 // statements and because the last token is a colon ":", no semicolon is 27 // correct since no semicolon is required before a '}'
|
/prebuilts/go/linux-x86/test/syntax/ |
semi5.go | 10 { // ERROR "unexpected semicolon or newline before .?{.?"
|
semi6.go | 9 type T // ERROR "unexpected semicolon or newline in type declaration"
|
semi7.go | 11 else { } // ERROR "unexpected semicolon or newline before .?else.?"
|
/external/curl/src/ |
tool_formparse.c | 186 bool semicolon; local 192 semicolon = (';' == *ptr) ? TRUE : FALSE; 196 while(semicolon) { 219 /* there's a semicolon following - we check if it is a filename 228 semicolon = (';' == *ptr) ? TRUE : FALSE; 232 semicolon = FALSE; 240 semicolon = (';' == *ptr) ? TRUE : FALSE; 247 semicolon = (';' == *ptr) ? TRUE : FALSE;
|
/external/selinux/libsemanage/src/ |
users_base_file.c | 148 goto semicolon; 177 /* Check for semicolon */ 178 semicolon:
|
/external/libmicrohttpd/src/microhttpd/ |
connection.c | 1298 char *semicolon; local [all...] |
/external/nfacct/ |
nfacct.c | 589 char *semicolon = strchr(buffer, ';'); local 590 if (semicolon == NULL) { 594 *semicolon = 0;
|
/external/curl/lib/ |
checksrc.pl | 220 # check for space before the semicolon last in a line 222 checkwarn($line, length($1), $file, $l, "space before last semicolon");
|
/external/v8/test/webkit/ |
do-while-semicolon.js | 25 "This test checks that toString() round-trip on a function that has do..while in JavaScript does not insert extra semicolon."
|
class-syntax-semicolon.js | 26 description('Tests for ES6 class syntax containing semicolon in the class body');
|
/external/v8/test/webkit/fast/js/kde/ |
exceptions.js | 44 // same as above but lacking a semicolon after throw
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/asm/internal/lex/ |
tokenizer.go | 32 // Newline is like a semicolon; other space characters are fine.
|
/prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/ |
tokenizer.go | 29 // Newline is like a semicolon; other space characters are fine.
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/asm/internal/lex/ |
tokenizer.go | 32 // Newline is like a semicolon; other space characters are fine.
|
/prebuilts/go/linux-x86/src/cmd/asm/internal/lex/ |
tokenizer.go | 29 // Newline is like a semicolon; other space characters are fine.
|
/prebuilts/go/darwin-x86/src/go/types/ |
check_test.go | 154 var prev token.Pos // position of last non-comment, non-semicolon token 175 case token.SEMICOLON: 176 // ignore automatically inserted semicolon
|
/prebuilts/go/linux-x86/src/go/types/ |
check_test.go | 154 var prev token.Pos // position of last non-comment, non-semicolon token 175 case token.SEMICOLON: 176 // ignore automatically inserted semicolon
|
/external/icu/icu4c/source/common/ |
uloc.cpp | 649 const char* semicolon = NULL; local 670 semicolon = uprv_strchr(pos, ';'); 673 if(!equalSign || (semicolon && semicolon<equalSign)) { 705 if (!*equalSign || equalSign == semicolon) { 712 pos = semicolon; [all...] |