Home
last modified time | relevance | path

Searched refs:SEMICOLON (Results 1 – 25 of 117) 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/third_party/WebKit/Source/devtools/front_end/
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/chromium_org/third_party/angle/src/compiler/
Dglslang.y138 %token <lex> COMMA COLON EQUAL SEMICOLON BANG DASH TILDE PLUS STAR SLASH PERCENT
884 : function_prototype SEMICOLON {
911 | init_declarator_list SEMICOLON {
916 | PRECISION precision_qualifier type_specifier_no_prec SEMICOLON {
1599 : type_specifier struct_declarator_list SEMICOLON {
1731 : SEMICOLON { $$ = 0; }
1732 | expression SEMICOLON { $$ = static_cast<TIntermNode*>($1); }
1785 …ntext->loopNestingLevel; } statement_with_scope WHILE LEFT_PAREN expression RIGHT_PAREN SEMICOLON {
1818 : conditionopt SEMICOLON {
1822 | conditionopt SEMICOLON expression {
[all …]
/external/nist-sip/java/gov/nist/core/
DSeparators.java38 public static final String SEMICOLON = ";"; field
/external/nist-sip/java/gov/nist/javax/sip/header/
DReferTo.java78 retval += SEMICOLON + parameters.encode(); in encodeBody()
DContentDisposition.java69 encoding.append(SEMICOLON).append(parameters.encode()); in encodeBody()
DRecordRoute.java87 buffer.append(SEMICOLON); in encodeBody()
DAcceptEncoding.java102 buffer.append(SEMICOLON).append(parameters.encode()); in encodeBody()
DReplyTo.java93 retval += SEMICOLON + parameters.encode(); in encodeBody()
DRoute.java100 buffer.append(SEMICOLON); in encodeBody()
/external/chromium_org/v8/src/
Dpreparser.cc227 case Token::SEMICOLON: in ParseStatement()
516 tok != Token::SEMICOLON && in ParseContinueStatement()
533 tok != Token::SEMICOLON && in ParseBreakStatement()
559 tok != Token::SEMICOLON && in ParseReturnStatement()
631 if (peek() == Token::SEMICOLON) Consume(Token::SEMICOLON); in ParseDoWhileStatement()
665 if (peek() != Token::SEMICOLON) { in ParseForStatement()
696 Expect(Token::SEMICOLON, CHECK_OK); in ParseForStatement()
698 if (peek() != Token::SEMICOLON) { in ParseForStatement()
701 Expect(Token::SEMICOLON, CHECK_OK); in ParseForStatement()
/external/v8/src/
Dpreparser.cc234 case i::Token::SEMICOLON: in ParseStatement()
517 tok != i::Token::SEMICOLON && in ParseContinueStatement()
534 tok != i::Token::SEMICOLON && in ParseBreakStatement()
560 tok != i::Token::SEMICOLON && in ParseReturnStatement()
630 if (peek() == i::Token::SEMICOLON) Consume(i::Token::SEMICOLON); in ParseDoWhileStatement()
654 if (peek() != i::Token::SEMICOLON) { in ParseForStatement()
686 Expect(i::Token::SEMICOLON, CHECK_OK); in ParseForStatement()
688 if (peek() != i::Token::SEMICOLON) { in ParseForStatement()
691 Expect(i::Token::SEMICOLON, CHECK_OK); in ParseForStatement()
1470 if (tok == i::Token::SEMICOLON) { in ExpectSemicolon()
[all …]
/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