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

  /external/skia/src/gpu/
GrSKSLPrettyPrint.cpp 68 } else if (this->hasToken("#") || this->hasToken("//")) {
70 } else if (this->hasToken("/*")) {
82 } else if (this->hasToken(")")) {
84 } else if (this->hasToken("(")) {
86 } 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/skqp/src/gpu/
GrSKSLPrettyPrint.cpp 68 } else if (this->hasToken("#") || this->hasToken("//")) {
70 } else if (this->hasToken("/*")) {
82 } else if (this->hasToken(")")) {
84 } else if (this->hasToken("(")) {
86 } 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)) {
  /prebuilts/go/darwin-x86/src/net/http/
header.go 178 // hasToken reports whether token appears with v, ASCII
182 func hasToken(v, token string) bool {
  /prebuilts/go/linux-x86/src/net/http/
header.go 178 // hasToken reports whether token appears with v, ASCII
182 func hasToken(v, token string) bool {
  /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...]
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.6/
jackson-core-2.6.6.jar 
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 

Completed in 156 milliseconds