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

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/xtensa/
jlong.d 10 # Skip instructions to load a8 since they will vary depending on whether
  /toolchain/binutils/binutils-2.25/opcodes/
opc2c.c 103 VaryRef * vary; member in struct:__anon76369
117 } Vary;
119 Vary ** vary = 0; variable
182 Vary * v;
187 if (byte != op->vary[vn].byte)
189 v = vary[op->vary[vn].varyno];
190 ob = (bits >> op->vary[vn].shift) & v->mask;
191 lprintf (sim_log, "varybits: vary %s ob %x\n", v->name, ob)
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-nios2/
relax_call26_boundary.s 2 # This .s file is used with several different linker scripts that vary the
  /external/jetty/src/java/org/eclipse/jetty/http/gzip/
AbstractCompressedStream.java 56 public AbstractCompressedStream(String encoding,HttpServletRequest request, CompressedResponseWrapper wrapper,String vary)
62 _vary=vary;
246 addHeader("Vary",_vary);
264 doNotCompress(true); // Send vary as it could have been compressed if encoding was present
281 addHeader("Vary",_vary);
317 doNotCompress(false); // Not compressing by size, so no vary on request headers
338 doNotCompress(false); // Not compressing by size, so no vary on request headers
  /external/jetty/src/java/org/eclipse/jetty/server/handler/
GzipHandler.java 167 * @return The value of the Vary header set if a response can be compressed.
176 * Set the value of the Vary header sent with responses that could be compressed.
183 * @param vary The value of the Vary header set if a response can be compressed.
185 public void setVary(String vary)
187 _vary = vary;
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_darwin_test.go 31 // exact number will vary over time.
  /prebuilts/go/linux-x86/src/crypto/x509/
root_darwin_test.go 31 // exact number will vary over time.
  /external/autotest/tko/
nightly.py 445 vary = self.cgiform.getlist('vary')
446 if vary:
448 self.analyze_variants_all_tests_1_platform(platform, vary)
575 varies = ['vary='+colkeys[col] for col in columns]
584 def analyze_variants_all_tests_1_platform(self, platform, vary):
593 # each group begins with vary= and ends with next &
595 # eg vary=keyval1,keyval2&vary=keyval3,keyval4
598 for vary_group in vary]
    [all...]
  /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
  /hardware/bsp/intel/peripheral/libmraa/src/python/docs/
example.rst 57 generation is various different ways so results may vary.
  /prebuilts/go/darwin-x86/src/syscall/
syscall.go 6 // primitives. The details vary depending on the underlying system, and
  /prebuilts/go/linux-x86/src/syscall/
syscall.go 6 // primitives. The details vary depending on the underlying system, and
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/httplib2/
__init__.py 427 vary = response_headers.get('vary', None)
428 if vary:
429 vary_headers = vary.lower().replace(' ', '').split(',')
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python3/httplib2/
__init__.py 373 vary = response_headers.get('vary', None)
374 if vary:
375 vary_headers = vary.lower().replace(' ', '').split(',')
    [all...]
  /development/build/
Android.mk 20 # This needs to vary based on the CPU ABI for the system-image files.
  /external/llvm/test/MC/ARM/
single-precision-fp.s 73 @ that the actual reason can vary by platform.
  /external/nanohttpd/
README.md 117 * All header names are converted to lower case so they don't vary between browsers/clients.
  /external/nanohttpd/src/site/markdown/
index.md 117 * All header names are converted to lower case so they don't vary between browsers/clients.
  /prebuilts/go/darwin-x86/src/expvar/
expvar_test.go 171 // though the order of red and blue could vary.
  /prebuilts/go/linux-x86/src/expvar/
expvar_test.go 171 // though the order of red and blue could vary.
  /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.
  /build/soong/common/
arch.go 117 // Properties to vary by target architecture
222 // Properties to vary by 32-bit or 64-bit
229 // Properties to vary by build target (host or device, os, os+archictecture)
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
testing.go 24 // The benchmark package will vary b.N until the benchmark function lasts
  /prebuilts/go/darwin-x86/src/strings/
replace.go 456 // "old" values are single ASCII bytes but the "new" values vary in size.
  /prebuilts/go/linux-x86/src/go/doc/testdata/
testing.go 24 // The benchmark package will vary b.N until the benchmark function lasts

Completed in 5694 milliseconds

1 2