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

  /external/chromium_org/net/http/
http_basic_state.cc 49 static const char kSuffix[] = " HTTP/1.1\r\n";
50 const size_t kSuffixLen = arraysize(kSuffix) - 1;
63 request_line.append(kSuffix, kSuffixLen);
  /external/chromium_org/chrome_frame/test/
util_unittests.cc 22 const wchar_t kSuffix[] = L"-fix";
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_condition_attribute.cc 313 enum MatchType { kPrefix, kSuffix, kEquals, kContains };
425 case kSuffix:
474 match_type = StringMatchTest::kSuffix;
484 match_type = StringMatchTest::kSuffix;
  /external/chromium_org/net/dns/
host_resolver_impl.cc 157 const char kSuffix[] = ".local.";
158 const size_t kSuffixLen = sizeof(kSuffix) - 1;
162 !hostname.compare(hostname.size() - kSuffixLen, kSuffixLen, kSuffix);
166 kSuffix, kSuffixLenTrimmed);
    [all...]
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp     [all...]

Completed in 564 milliseconds