Searched refs:vary (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/icu/source/test/perf/collationperf/
H A DCollPerf.pl174 names vary according to language. Each Collation operation over the whole list
212 <li>As with all performance measurements, the results will vary according to
/external/icu/icu4c/source/test/perf/collationperf/
H A DCollPerf.pl174 names vary according to language. Each Collation operation over the whole list
212 <li>As with all performance measurements, the results will vary according to
/external/nanohttpd/
H A DREADME.md21 * All header names are converted lowercase so they don't vary between browsers/clients.
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
H A D__init__.py375 vary = response_headers.get('vary', None)
376 if vary:
377 vary_headers = vary.lower().replace(' ', '').split(',')
1053 # Check the vary header in the cache to see if this request
1055 if method in ['GET', 'HEAD'] and 'vary' in info:
1056 vary = info['vary']
1057 vary_headers = vary.lower().replace(' ', '').split(',')
/external/llvm/test/MC/ARM/
H A Dsingle-precision-fp.s73 @ that the actual reason can vary by platform.
/external/chromium_org/net/http/
H A Dhttp_cache_transaction.cc223 VaryType vary = VARY_NOT_PRESENT; local
225 vary = VARY_OTHER;
226 if (response->headers->HasHeaderValue("vary", "user-agent"))
227 vary = VARY_UA;
229 UMA_HISTOGRAM_ENUMERATION("HttpCache.Vary", vary, VARY_MAX);
/external/libvorbis/doc/
H A D08-residue.tex29 The exact interleaving and partitioning vary by residue encoding number,
116 dimension may vary from pass to pass.
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_texture_array.spec45 cases the selected textures may vary on a per-fragment basis within
/external/jpeg/
H A Dltmain.sh2318 MODE-ARGS vary depending on the MODE. Try \`$modename --help --mode=MODE' for
/external/mesa3d/docs/
H A DMESA_texture_array.spec45 cases the selected textures may vary on a per-fragment basis within
/external/qemu/distrib/jpeg-6b/
H A Dltmain.sh2318 MODE-ARGS vary depending on the MODE. Try \`$modename --help --mode=MODE' for

Completed in 1378 milliseconds