Home
last modified time | relevance | path

Searched refs:SEMICOLON (Results 1 – 25 of 121) sorted by relevance

12345

/external/mdnsresponder/mDNSShared/
Ddnsextd_parser.y121 %token SEMICOLON
137 commands command SEMICOLON
163 optionsstatements optionsstatement SEMICOLON
198 KEY QUOTEDSTRING OBRACE SECRET QUOTEDSTRING SEMICOLON EBRACE
269 zonestatements zonestatement SEMICOLON
303 addressstatements addressstatement SEMICOLON
322 keystatements keystatement SEMICOLON
357 OBRACE zonestatements EBRACE SEMICOLON
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
DPChargingVector.java77 encoding.append(SEMICOLON).append( in encodeBody()
83 encoding.append(SEMICOLON).append(ParameterNamesIms.TERM_IOI) in encodeBody()
88 encoding.append(SEMICOLON).append(ParameterNamesIms.ORIG_IOI) in encodeBody()
DPAccessNetworkInfo.java61 parameters.setSeparator(SEMICOLON); in PAccessNetworkInfo()
256 encoding.append(SEMICOLON + SP + this.parameters.encode()); in encodeBody()
261 encoding.append(SEMICOLON + SP in encodeBody()
DSecurityAgree.java78 parameters.setSeparator(Separators.SEMICOLON); in SecurityAgree()
87 parameters.setSeparator(Separators.SEMICOLON); in SecurityAgree()
122 return this.secMechanism + SEMICOLON + SP + parameters.encode(); in encodeBody()
DPServedUser.java133 retval.append(SEMICOLON).append(ParameterNamesIms.REGISTRATION_STATE).append(EQUALS) in encodeBody()
137 retval.append(SEMICOLON).append(ParameterNamesIms.SESSION_CASE).append(EQUALS) in encodeBody()
DServiceRoute.java81 retval.append(SEMICOLON + this.parameters.encode()); in encodeBody()
/external/chromium_org/v8/src/
Dpreparser.cc245 case Token::SEMICOLON: in ParseStatement()
519 tok != Token::SEMICOLON && in ParseContinueStatement()
537 tok != Token::SEMICOLON && in ParseBreakStatement()
564 tok != Token::SEMICOLON && in ParseReturnStatement()
636 if (peek() == Token::SEMICOLON) Consume(Token::SEMICOLON); in ParseDoWhileStatement()
670 if (peek() != Token::SEMICOLON) { in ParseForStatement()
701 Expect(Token::SEMICOLON, CHECK_OK); in ParseForStatement()
703 if (peek() != Token::SEMICOLON) { in ParseForStatement()
706 Expect(Token::SEMICOLON, CHECK_OK); in ParseForStatement()
/external/chromium_org/third_party/angle/src/compiler/translator/
Dglslang.y160 %token <lex> COMMA COLON EQUAL SEMICOLON BANG DASH TILDE PLUS STAR SLASH PERCENT
790 : function_prototype SEMICOLON {
817 | init_declarator_list SEMICOLON {
822 | PRECISION precision_qualifier type_specifier_no_prec SEMICOLON {
833 | type_qualifier enter_struct struct_declaration_list RIGHT_BRACE SEMICOLON {
837 | type_qualifier enter_struct struct_declaration_list RIGHT_BRACE IDENTIFIER SEMICOLON {
841 …_declaration_list RIGHT_BRACE IDENTIFIER LEFT_BRACKET constant_expression RIGHT_BRACKET SEMICOLON {
845 | type_qualifier SEMICOLON {
1570 : type_specifier struct_declarator_list SEMICOLON {
1573 | type_qualifier type_specifier struct_declarator_list SEMICOLON {
[all …]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/script_formatter_worker/
DJavaScriptFormatter.js96 if (this._peek() === FormatterWorker.JavaScriptTokens.SEMICOLON)
97 this._consume(FormatterWorker.JavaScriptTokens.SEMICOLON);
141 case FormatterWorker.JavaScriptTokens.SEMICOLON:
265 …ineTerminatorBeforeNext() && token !== FormatterWorker.JavaScriptTokens.SEMICOLON && token !== For…
276 …ineTerminatorBeforeNext() && token !== FormatterWorker.JavaScriptTokens.SEMICOLON && token !== For…
287 …ineTerminatorBeforeNext() && token !== FormatterWorker.JavaScriptTokens.SEMICOLON && token !== For…
406 if (this._peek() !== FormatterWorker.JavaScriptTokens.SEMICOLON) {
420 this._expect(FormatterWorker.JavaScriptTokens.SEMICOLON);
422 if (this._peek() !== FormatterWorker.JavaScriptTokens.SEMICOLON)
424 this._expect(FormatterWorker.JavaScriptTokens.SEMICOLON);
[all …]
/external/bison/src/
Dparse-gram.h108 SEMICOLON = 308, enumerator
167 #define SEMICOLON 308 macro
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
Decmalintrules.py298 not token.next.type == Type.SEMICOLON):
303 if not last_in_line and token.next.type == Type.SEMICOLON:
313 token.next and token.next.type == Type.SEMICOLON):
318 elif type == Type.SEMICOLON:
329 Type.WHITESPACE, Type.SEMICOLON, Type.END_PAREN):
336 if last_code and last_code.type == Type.SEMICOLON:
344 end_func=lambda token: token.type == Type.SEMICOLON,
373 last_non_space_token.type == Type.SEMICOLON)):
Djavascripttokenizer.py167 SEMICOLON = re.compile(r';') variable in JavaScriptTokenizer
272 Matcher(SEMICOLON, Type.SEMICOLON)],
/external/chromium_org/third_party/closure_linter/closure_linter/
Decmalintrules.py298 not token.next.type == Type.SEMICOLON):
303 if not last_in_line and token.next.type == Type.SEMICOLON:
313 token.next and token.next.type == Type.SEMICOLON):
318 elif type == Type.SEMICOLON:
329 Type.WHITESPACE, Type.SEMICOLON, Type.END_PAREN):
336 if last_code and last_code.type == Type.SEMICOLON:
344 end_func=lambda token: token.type == Type.SEMICOLON,
373 last_non_space_token.type == Type.SEMICOLON)):
Djavascripttokenizer.py167 SEMICOLON = re.compile(r';') variable in JavaScriptTokenizer
272 Matcher(SEMICOLON, Type.SEMICOLON)],
/external/owasp/sanitizer/src/main/org/owasp/html/
DCssGrammar.java38 case SEMICOLON: in errorRecoveryUntilSemiOrCloseBracket()
98 case SEMICOLON: in parsePropertyValue()
/external/nist-sip/java/gov/nist/javax/sip/header/
DReferTo.java78 retval += SEMICOLON + parameters.encode(); in encodeBody()
DRecordRoute.java87 buffer.append(SEMICOLON); in encodeBody()
DContentDisposition.java69 encoding.append(SEMICOLON).append(parameters.encode()); in encodeBody()
DReplyTo.java93 retval += SEMICOLON + parameters.encode(); in encodeBody()
DAcceptEncoding.java102 buffer.append(SEMICOLON).append(parameters.encode()); in encodeBody()
DRoute.java100 buffer.append(SEMICOLON); in encodeBody()
/external/nist-sip/java/gov/nist/core/
DSeparators.java38 public static final String SEMICOLON = ";"; field
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/
DMinSE.java54 retval += SEMICOLON + parameters.encode(); in encodeBody()
DReferredBy.java65 retval += SEMICOLON + parameters.encode(); in encodeBody()
DSessionExpires.java89 retval += SEMICOLON + parameters.encode(); in encodeBody()

12345