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

  /external/chromium/third_party/libjingle/source/talk/base/
httpclient.cc 107 std::string s_temp; local
114 if (t.response.hasHeader(HH_CACHE_CONTROL, &s_temp)) {
115 HttpParseAttributes(s_temp.data(), s_temp.size(), cache_control);
120 if (!t.response.hasHeader(HH_DATE, &s_temp)
121 || !HttpDateToSeconds(s_temp, &date))
134 if (t.response.hasHeader(HH_AGE, &s_temp)
135 && HttpStringToInt(s_temp, &i_temp)) {
146 if (HttpHasAttribute(cache_control, "max-age", &s_temp)) {
147 lifetime = atoi(s_temp.c_str())
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
httpclient.cc 107 std::string s_temp; local
114 if (t.response.hasHeader(HH_CACHE_CONTROL, &s_temp)) {
115 HttpParseAttributes(s_temp.data(), s_temp.size(), cache_control);
120 if (!t.response.hasHeader(HH_DATE, &s_temp)
121 || !HttpDateToSeconds(s_temp, &date))
135 if (t.response.hasHeader(HH_AGE, &s_temp)
136 && HttpStringToUInt(s_temp, (&i_temp))) {
148 if (HttpHasAttribute(cache_control, "max-age", &s_temp)) {
149 lifetime = atoi(s_temp.c_str())
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 1501 double *x_temp,*y_temp,*s_temp,*select_temp; local
    [all...]
  /packages/apps/Camera2/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 1501 double *x_temp,*y_temp,*s_temp,*select_temp; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 1501 double *x_temp,*y_temp,*s_temp,*select_temp; local
    [all...]

Completed in 209 milliseconds