HomeSort by relevance Sort by last modified time
    Searched refs:COMMENT (Results 101 - 125 of 309) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/
Lexer.java 184 case 3: state = State.COMMENT; break;
    [all...]
  /external/opencv3/modules/python/src2/
hdr_parser.py 751 SCAN = 0 # outside of a comment or preprocessor directive
752 COMMENT = 1 # inside a multi-line comment
777 if state == COMMENT:
803 state = COMMENT
    [all...]
  /external/v8/src/
assembler.h 372 // The minimum size of a comment is equal to two bytes for the extra tagged
373 // pc and kPointerSize for the actual pointer to the comment.
396 COMMENT,
397 POSITION, // See comment for kNoPosition above.
398 STATEMENT_POSITION, // See comment for kNoPosition above.
470 return mode == COMMENT;
672 (1 << CODE_TARGET_WITH_ID) | kPositionMask | (1 << COMMENT);
688 // comment).
    [all...]
  /libcore/luni/src/test/java/libcore/xml/
PullParserTest.java 375 assertEquals(XmlPullParser.COMMENT, parser.nextToken());
392 parser.setInput(new StringReader("<foo>ab<!-- comment! -->cd</foo>"));
400 parser.setInput(new StringReader("<foo>ab<!-- comment! -->cd</foo>"));
404 assertEquals(XmlPullParser.COMMENT, parser.nextToken());
405 assertEquals(" comment! ", parser.getText());
497 assertEquals(XmlPullParser.COMMENT, parser.nextToken());
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file-parser.rb 81 :T__10 => 10, :CONSTANT => 4, :COMMENT => 8, :STRING => 7 )
89 register_names( "CONSTANT", "ID", "TEMPLATE", "STRING", "COMMENT", "WS",
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
typeannotation.py 377 elif token.type == TYPE.COMMENT:
statetracker.py 308 """JavaScript doc comment object.
312 start_token: The token that starts the doc comment.
313 end_token: The token that ends the doc comment.
317 """Create the doc comment object.
320 start_token: The first token in the doc comment.
362 """Returns whether this comment contains only suppression flags."""
409 The last instance of the given flag type in this doc comment.
416 """Return the doc flags for this comment."""
439 """Returns the identifier (as a string) that this is a comment for.
446 The identifier for the token this comment is for
    [all...]
  /external/v8/src/ia32/
deoptimizer-ia32.cc 78 RelocInfo rinfo(isolate, 0, RelocInfo::COMMENT, comment_string, NULL);
  /external/vogar/lib/
kxml-libcore-20110123.jar 
  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderImpl.java 209 } else if (token == XmlPullParser.COMMENT) {
211 * Found a comment. We simply take the token text, but we only
  /prebuilts/devtools/tools/lib/
kxml2-2.3.0.jar 
  /prebuilts/misc/common/kxml2/
kxml2-2.3.0.jar 
  /prebuilts/tools/common/kxml2-tools/
kxml2-2.3.0.jar 
  /prebuilts/tools/common/m2/repository/net/sf/kxml/kxml2/2.3.0/
kxml2-2.3.0.jar 
  /prebuilts/tools/common/offline-m2/net/sf/kxml/kxml2/2.3.0/
kxml2-2.3.0.jar 
  /external/clang/include/clang/AST/
Comment.h 1 //===--- Comment.h - Comment AST nodes --------------------------*- C++ -*-===//
10 // This file defines comment AST nodes.
51 /// Any part of the comment.
53 class Comment {
62 friend class Comment;
88 /// True if this comment AST node contains only whitespace.
120 /// spelling in comment (plain <br> would not set this flag).
133 /// True if this comment AST node contains only whitespace.
160 /// True if direction was specified explicitly in the comment
    [all...]
  /prebuilts/tools/common/m2/repository/xpp3/xpp3_min/1.1.4c/
xpp3_min-1.1.4c.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/1.0/
compilerCommon-1.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/1.0-rc5/
compilerCommon-1.0-rc5.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/1.1/
compilerCommon-1.1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0/
compilerCommon-2.0.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-alpha9/
compilerCommon-2.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-beta2/
compilerCommon-2.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-beta5/
compilerCommon-2.0.0-beta5.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-beta6/
compilerCommon-2.0.0-beta6.jar 

Completed in 648 milliseconds

1 2 3 45 6 7 8 91011>>