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

  /external/nanohttpd/
README.md 21 * All header names are converted lowercase so they don't vary between browsers/clients.
  /external/chromium_org/third_party/icu/source/test/perf/collationperf/
CollPerf.pl 174 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/
CollPerf.pl 174 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
  /development/build/
Android.mk 20 # This needs to vary based on the CPU ABI for the system-image files.
  /external/chromium_org/tools/telemetry/telemetry/page/
page_runner.py 553 'performance tests, results will vary.')
561 'performance tests, results will vary.')
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 375 vary = response_headers.get('vary', None)
376 if vary:
377 vary_headers = vary.lower().replace(' ', '').split(',')
    [all...]
  /external/llvm/test/MC/ARM/
single-precision-fp.s 73 @ that the actual reason can vary by platform.
  /external/chromium_org/net/http/
http_cache_transaction.cc 223 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);
    [all...]
  /external/libvorbis/doc/
08-residue.tex 29 The exact interleaving and partitioning vary by residue encoding number,
116 dimension may vary from pass to pass.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineUIUtilsImpl.js 512 // The messages may vary per record.type();
TracingTimelineUIUtils.js 541 // The messages may vary per event.name;
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_array.spec 45 cases the selected textures may vary on a per-fragment basis within
    [all...]
  /external/jpeg/
ltmain.sh     [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec 45 cases the selected textures may vary on a per-fragment basis within
    [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 452 milliseconds