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

1 2

  /external/syzkaller/vendor/golang.org/x/net/http2/
headermap.go 63 "vary",
  /external/syzkaller/vendor/golang.org/x/sys/unix/
syscall.go 8 // primitives. OS details vary depending on the underlying system, and
syscall_darwin.go 205 // The parameters for the OS X implementation vary slightly compared to the
  /external/walt/docs/
ScreenLatency.md 11 The physical transition between colors is not instantaneous and may look very different depending on the direction - from black to white or white to black. Moreover some sections of the screen may update several milliseconds later than others. These details vary considerably between screen technologies and device models.
  /external/icu/icu4c/source/test/perf/collationperf/
CollPerf.pl 177 names vary according to language. Each Collation operation over the whole list
215 <li>As with all performance measurements, the results will vary according to
  /external/mesa3d/src/broadcom/compiler/
nir_to_vir.c 401 struct qreg vary; local
406 vary = vir_emit_def(c, ldvary);
409 vary = r3;
417 return vir_FADD(c, vir_FMUL(c, vary, c->payload_w), r5);
437 vir_MOV_dest(c, c->undef, vary);
440 return vir_FADD(c, vir_FMUL(c, vary,
449 return vir_FADD(c, vir_FMUL(c, vary,
452 return vir_FADD(c, vir_FMUL(c, vary, c->payload_w), r5);
458 return vir_FADD(c, vir_MOV(c, vary), r5);
461 vir_MOV_dest(c, c->undef, vary);
    [all...]
  /development/build/
Android.mk 21 # This needs to vary based on the CPU ABI for the system-image files.
  /external/tensorflow/tensorflow/core/profiler/g3doc/
options.md 40 can vary. For example `-max_depth` in scope view means the depth of
  /external/python/httplib2/python3/httplib2/
__init__.py 491 vary = response_headers.get("vary", None)
492 if vary:
493 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/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.
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
single-precision-fp.s 73 @ that the actual reason can vary by platform.
  /external/syzkaller/vendor/golang.org/x/net/http2/hpack/
tables.go 189 {Name: "vary"},
  /external/python/httplib2/python2/httplib2/
__init__.py 552 vary = response_headers.get("vary", None)
553 if vary:
554 vary_headers = vary.lower().replace(" ", "").split(",")
    [all...]
  /external/golang-protobuf/protoc-gen-go/grpc/
grpc.go 75 // They may vary from the final path component of the import path
  /external/wayland-protocols/
wayland_protocol_codegen.go 70 // values that can vary. At a minimum you need to use ${location}, ${out}
  /external/caliper/lib/
jersey-core-1.11.jar 
  /external/boringssl/src/ssl/test/runner/curve25519/
curve25519.go 16 // t[3]+2^102 t[4]+...+2^230 t[9]. Bounds on each t[i] vary depending on
  /external/mesa3d/docs/specs/
MESA_texture_array.spec 45 cases the selected textures may vary on a per-fragment basis within
    [all...]
  /external/boringssl/src/ssl/test/runner/ed25519/internal/edwards25519/
edwards25519.go 14 // t[3]+2^102 t[4]+...+2^230 t[9]. Bounds on each t[i] vary depending on
    [all...]
  /external/dtc/Documentation/
dtc-paper.tex 88 device tree. These vary from specialised boot wrappers to parse
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_program.c 768 struct qreg vary = { local
785 return qir_VARY_ADD_C(c, qir_FMUL(c, vary, qir_FRAG_W(c)));
    [all...]
  /external/golang-protobuf/protoc-gen-go/generator/
generator.go 711 // Names of support packages. These never vary (if there are conflicts,
    [all...]
  /external/libaom/libaom/av1/encoder/
rdopt.c 1063 int vary; local
    [all...]

Completed in 2863 milliseconds

1 2