HomeSort by relevance Sort by last modified time
    Searched defs:hasToken (Results 1 - 4 of 4) sorted by null

  /external/skia/src/gpu/gl/builders/
GrGLSLPrettyPrint.cpp 69 } else if (this->hasToken("#") || this->hasToken("//")) {
71 } else if (this->hasToken("/*")) {
83 } else if (this->hasToken(")")) {
85 } else if (this->hasToken("(")) {
87 } else if (!parensDepth && this->hasToken(";")) {
106 // hasToken automatically consumes the next token, if it is a match, and then tabs
108 bool hasToken(const char* token) {
148 if (this->hasToken(token)) {
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssTokens.java 101 return hasToken();
138 public boolean hasToken() {
143 while (hasToken()) {
160 if (!hasToken()) { throw new NoSuchElementException(); }
    [all...]
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /frameworks/support/samples/SupportLeanbackShowcase/libs/
gson-1.7.2.jar 

Completed in 2707 milliseconds