HomeSort by relevance Sort by last modified time
    Searched full:iscomment (Results 1 - 25 of 39) sorted by null

1 2

  /external/proguard/src/proguard/
WordReader.java 146 isComment(currentLine.charAt(currentIndex)))
173 isComment(currentLine.charAt(currentIndex)))
225 isComment(currentCharacter)) &&
257 isComment(currentCharacter)) {
353 private boolean isComment(char character)
  /external/v8/src/
disassembler.cc 130 if (RelocInfo::IsComment(it->rinfo()->rmode())) {
265 if (RelocInfo::IsComment(it->rinfo()->rmode())) {
assembler.cc 518 if (RelocInfo::IsComment(rmode)) {
697 } else if (RelocInfo::IsComment(rmode)) {
872 if (IsComment(rmode_)) {
    [all...]
assembler.h 469 static inline bool IsComment(Mode mode) {
    [all...]
  /prebuilts/go/darwin-x86/src/html/template/
context.go 172 // isComment is true for any state that contains content meant for template
174 func isComment(s state) bool {
escape.go 189 if isComment(c.state) {
617 } else if isComment(c.state) && c.delim == delimNone {
637 if c.state != c1.state && isComment(c1.state) && c1.delim == delimNone {
654 if !isComment(c.state) || c.delim != delimNone {
  /prebuilts/go/linux-x86/src/html/template/
context.go 172 // isComment is true for any state that contains content meant for template
174 func isComment(s state) bool {
escape.go 189 if isComment(c.state) {
617 } else if isComment(c.state) && c.delim == delimNone {
637 if c.state != c1.state && isComment(c1.state) && c1.delim == delimNone {
654 if !isComment(c.state) || c.delim != delimNone {
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
javascripttokens.py 137 def IsComment(self):
ecmalintrules.py 240 not token.previous.IsComment() and
487 elif not first_in_line and not token.next.IsComment():
    [all...]
javascriptlintrules.py 473 and not token.next.IsComment()
489 if not last_in_line and not first_in_line and not token.next.IsComment():
  /external/google-breakpad/src/testing/gtest/scripts/
pump.py 707 def IsComment(cur_line):
788 elif IsComment(line):
  /external/protobuf/gtest/scripts/
pump.py 700 def IsComment(cur_line):
781 elif IsComment(line):
  /prebuilts/gdb/darwin-x86/lib/python2.7/
rfc822.py 170 elif self.iscomment(line):
219 def iscomment(self, line): member in class:Message
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
rfc822.py 170 elif self.iscomment(line):
219 def iscomment(self, line): member in class:Message
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
rfc822.py 170 elif self.iscomment(line):
219 def iscomment(self, line): member in class:Message
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
rfc822.py 170 elif self.iscomment(line):
219 def iscomment(self, line): member in class:Message
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
jaxen-1.1.6.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.6/
jaxen-1.1.6.jar 
  /external/guice/extensions/persist/lib/
jaxen-1.1-beta-7.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
jsoup-1.7.2.jar 
  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.6.3/
jsoup-1.6.3.jar 
  /prebuilts/tools/common/m2/repository/xom/xom/1.0/
xom-1.0.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 

Completed in 3618 milliseconds

1 2