Home
last modified time | relevance | path

Searched refs:versioned (Results 1 – 25 of 136) sorted by relevance

123456

/external/python/setuptools/setuptools/tests/
Dtest_dist_info.py34 versioned = tmpdir / dist_info_name
35 versioned.mkdir()
36 filename = versioned / 'METADATA'
63 versioned = dists['VersionedDistribution']
65 assert versioned.version == '2.718' # from filename
/external/mesa3d/src/gallium/frontends/xa/
DREADME30 The XA gallium frontend is intended as a versioned interface to gallium for
37 1) The Xorg sdk (versioned)
38 2) Gallium3D (not versioned)
39 3) KMS modesetting (versioned)
40 4) Driver-private (hopefully versioned)
42 Since Gallium3D is not versioned, the Xorg gallium frontend needs to be compiled
/external/apache-http/src/org/apache/http/impl/cookie/
DBestMatchSpec.java110 boolean versioned = false; in parse()
114 versioned = true; in parse()
124 if (versioned) { in parse()
/external/llvm-project/llvm/test/Transforms/LoopVectorize/
Dnoalias-md-licm.ll6 ; In order to vectorize the inner loop, it needs to be versioned with
13 ; Since in the versioned vector loop A and B can no longer alias, B[i] can be
Dnoalias-md.ll10 ; This loop needs to be versioned with memchecks between {A, B} x {C} before
21 ; Since in the versioned vector loop C and B can no longer alias, the first
/external/llvm/test/Transforms/LoopVectorize/
Dnoalias-md-licm.ll6 ; In order to vectorize the inner loop, it needs to be versioned with
13 ; Since in the versioned vector loop A and B can no longer alias, B[i] can be
Dnoalias-md.ll10 ; This loop needs to be versioned with memchecks between {A, B} x {C} before
21 ; Since in the versioned vector loop C and B can no longer alias, the first
/external/swiftshader/third_party/marl/
DCHANGES.md8 First versioned release of marl.
/external/llvm-project/lld/test/ELF/
Dundef-suggest-version.s16 ## For a versioned undefined symbol, check we can suggest the symbol with the
41 ## For a versioned undefined symbol, check we can suggest a symbol with
/external/llvm-project/llvm/test/Transforms/LoopVersioning/
Dadd-phi-update-users.ll11 ; for.end, when adding a new PHI node for the versioned loops based on the
14 ; Verify that the code compiles, that we get a versioned loop, and that the
/external/rust/crates/clang-sys/src/
Dsupport.rs101 let versioned = format!("clang-[0-9]*{}", env::consts::EXE_SUFFIX); in find() localVariable
102 let patterns = &[&default[..], &versioned[..]]; in find()
/external/rust/crates/clang-sys/
DREADME.md71 This crate supports finding versioned instances of `libclang.so` (e.g.,`libclang-3.9.so`).
82 **Note:** On BSD distributions, versioned instances of `libclang.so` matching the pattern
85 **Note:** On Linux distributions when the `runtime` features is enabled, versioned instances of
DCHANGELOG.md143 - Added support for versioned libraries on BSDs
174 - Improved finding of versioned libraries (e.g., `libclang-3.9.so`)
205 - Improved finding of versioned libraries (e.g., `libclang.so.3.9`)
/external/libpng/
Dconfigure.ac179 AC_MSG_CHECKING([if libraries can be versioned])
202 AC_MSG_WARN(*** You have not enabled versioned symbols.)
265 [Installed libpng header files are placed in a versioned subdirectory]
266 [and installed libpng library (including DLL) files are versioned.]
285 [Install the configuration file 'libpng.pc' as a link to the versioned]
294 [versioned version. This is done by default - use]
/external/deqp-deps/glslang/
DCHANGES.md33 * `glslang` shared objects produced by CMake are now `SONAME` versioned using
/external/llvm-project/libcxx/include/
Dstdexcept94 explicit logic_error(const _VSTD::string&); // Symbol uses versioned std::string
117 explicit runtime_error(const _VSTD::string&); // Symbol uses versioned std::string
Dinitializer_list52 namespace std // purposefully not versioned
/external/libcxx/include/
Dcstddef64 namespace std // purposefully not versioned
Dinitializer_list53 namespace std // purposefully not versioned
/external/rust/cxx/tools/bazel/
Dvendor.bzl18 cmd = ["cargo", "vendor", "--versioned-dirs", "third-party/vendor"]
/external/pigweed/
DWORKSPACE58 "@io_bazel_rules_webtesting//web/versioned:browsers-0.3.2.bzl",
/external/harfbuzz_ng/
DTESTING.md30 # For nice symbols tell asan how to symoblize. Note that it doesn't like versioned copies like llvm…
/external/llvm/test/Transforms/LoopLoadElim/
Dopt-size.ll4 ; have to be versioned first because A and C may alias.
/external/curl/docs/
DVERSIONS.md5 versioned, but they mostly follow each other rather closely.
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors_netbsd_compat.inc12 // Interceptors for NetBSD old function calls that have been versioned.

123456