HomeSort by relevance Sort by last modified time
    Searched refs:IsComment (Results 1 - 12 of 12) sorted by null

  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
javascripttokens.py 131 def IsComment(self):
javascriptlintrules.py 396 and not token.next.IsComment()
411 if not last_in_line and not first_in_line and not token.next.IsComment():
ecmalintrules.py 406 elif not first_in_line and not token.next.IsComment():
423 not token.previous.IsComment() and
    [all...]
  /external/chromium_org/third_party/closure_linter/closure_linter/
javascripttokens.py 131 def IsComment(self):
ecmalintrules.py 237 not token.previous.IsComment() and
465 elif not first_in_line and not token.next.IsComment():
    [all...]
javascriptlintrules.py 495 and not token.next.IsComment()
510 if not last_in_line and not first_in_line and not token.next.IsComment():
  /external/chromium_org/v8/src/
disassembler.cc 151 if (RelocInfo::IsComment(it->rinfo()->rmode())) {
287 if (RelocInfo::IsComment(it->rinfo()->rmode())) {
assembler.h 415 static inline bool IsComment(Mode mode) {
    [all...]
assembler.cc 456 } else if (RelocInfo::IsComment(rmode)) {
799 if (IsComment(rmode_)) {
    [all...]
  /external/chromium_org/v8/src/arm64/
assembler-arm64.cc     [all...]
  /external/chromium_org/v8/src/mips/
assembler-mips.cc     [all...]
  /external/chromium_org/v8/src/mips64/
assembler-mips64.cc     [all...]

Completed in 149 milliseconds