Searched refs:versioned (Results 1 – 25 of 136) sorted by relevance
123456
/external/python/setuptools/setuptools/tests/ |
D | test_dist_info.py | 34 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/ |
D | README | 30 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/ |
D | BestMatchSpec.java | 110 boolean versioned = false; in parse() 114 versioned = true; in parse() 124 if (versioned) { in parse()
|
/external/llvm-project/llvm/test/Transforms/LoopVectorize/ |
D | noalias-md-licm.ll | 6 ; 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
|
D | noalias-md.ll | 10 ; 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/ |
D | noalias-md-licm.ll | 6 ; 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
|
D | noalias-md.ll | 10 ; 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/ |
D | CHANGES.md | 8 First versioned release of marl.
|
/external/llvm-project/llvm/test/Transforms/LoopVersioning/ |
D | add-phi-update-users.ll | 11 ; 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/llvm-project/lld/test/ELF/ |
D | undef-suggest-version.s | 16 ## 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/rust/crates/clang-sys/src/ |
D | support.rs | 101 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/ |
D | README.md | 71 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
|
D | CHANGELOG.md | 143 - 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/deqp-deps/glslang/ |
D | CHANGES.md | 33 * `glslang` shared objects produced by CMake are now `SONAME` versioned using
|
/external/libpng/ |
D | configure.ac | 179 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/llvm-project/libcxx/include/ |
D | stdexcept | 94 explicit logic_error(const _VSTD::string&); // Symbol uses versioned std::string 117 explicit runtime_error(const _VSTD::string&); // Symbol uses versioned std::string
|
D | initializer_list | 52 namespace std // purposefully not versioned
|
/external/libcxx/include/ |
D | initializer_list | 53 namespace std // purposefully not versioned
|
D | cstddef | 64 namespace std // purposefully not versioned
|
/external/rust/cxx/tools/bazel/ |
D | vendor.bzl | 18 cmd = ["cargo", "vendor", "--versioned-dirs", "third-party/vendor"]
|
/external/angle/third_party/vulkan-deps/glslang/src/ |
D | CHANGES.md | 72 * `glslang` shared objects produced by CMake are now `SONAME` versioned using
|
/external/pigweed/ |
D | WORKSPACE | 58 "@io_bazel_rules_webtesting//web/versioned:browsers-0.3.2.bzl",
|
/external/harfbuzz_ng/ |
D | TESTING.md | 30 # For nice symbols tell asan how to symoblize. Note that it doesn't like versioned copies like llvm…
|
/external/curl/docs/ |
D | VERSIONS.md | 5 versioned, but they mostly follow each other rather closely.
|
/external/llvm/test/Transforms/LoopLoadElim/ |
D | opt-size.ll | 4 ; have to be versioned first because A and C may alias.
|
123456