Searched refs:suffixed (Results 1 – 25 of 54) sorted by relevance
123
/external/rust/crates/bstr/src/byteset/ |
D | scalar.rs | 200 let mut suffixed: Vec<u8> = search.into(); in build_tests() localVariable 201 suffixed.extend(std::iter::repeat(byte).take(i)); in build_tests() 202 result.push((suffixed, byte, Some((fwd_pos, rev_pos)))); in build_tests()
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | distribute.bzl | 26 name: test target name to generate suffixed with `test`.
|
/external/autotest/client/tests/stress/ |
D | control | 33 Note: Numbers may be suffixed with s,m,h,d,y (time) or B,K,M,G (size).
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IntrinsicsRISCV.td | 23 // suffixed with the pointer type they are specialised for (denoted `<p>` in the
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | IntrinsicsRISCV.td | 23 // suffixed with the pointer type they are specialised for (denoted `<p>` in the
|
/external/llvm-project/lld/MachO/ |
D | Driver.cpp | 113 Twine suffixed = location + suffix; in findFramework() local 114 if (fs::exists(suffixed)) in findFramework() 115 return suffixed.str(); in findFramework()
|
/external/arm-neon-tests/ |
D | README | 44 general, variable names are suffixed by their type name, so as to
|
/external/arm-trusted-firmware/docs/getting_started/ |
D | image-terminology.rst | 23 suffixed with a dash ("-") followed by a number (for example, ``BL3-1``) or a 88 but new 3rd level images should be suffixed with an underscore followed by text
|
/external/llvm-project/lld/test/ELF/ |
D | deplibs.s | 40 ## 3) The name, prefixed with "lib" and suffixed with ".so" or ".a" in a
|
/external/libxkbcommon/doc/ |
D | rules-format.md | 104 As above, but prefixed by '(' and suffixed by ')'.
|
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/ |
D | binary-output-target.test | 116 ## "-freebsd" suffixed target name can change the field to ELFOSABI_FREEBSD.
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | bugprone-not-null-terminated-result.rst | 131 implement '_s' suffixed memory and string handler functions which are safer
|
/external/llvm-project/lld/COFF/ |
D | Options.td | 17 // Boolean flag which can be suffixed by ":no". Using it unsuffixed turns the 18 // flag on and using it suffixed by ":no" turns it off.
|
/external/libwebm/ |
D | README.libwebm | 110 An empty PYTHONINTERP_FOUND, or iwyu_path/iwyu_tool_path suffixed with NOTFOUND
|
/external/llvm-project/mlir/docs/Tutorials/ |
D | CreatingADialect.md | 28 Note that dialect names should not generally be suffixed with “Ops”,
|
/external/wayland-protocols/freedesktop.org/ |
D | README | 88 suffixed with the major version number.
|
D | README.md | 94 suffixed with the major version number.
|
/external/gflags/test/ |
D | CMakeLists.txt | 90 # --helpshort should work if the main source file is suffixed with [_-]main
|
/external/rust/crates/clang-sys/ |
D | CHANGELOG.md | 317 - Fixed finding of `clang` executables suffixed by their version (e.g., `clang-3.5`)
|
/external/llvm/test/Transforms/AtomicExpand/SPARC/ |
D | libcalls.ll | 72 ;; these tests because the "16" suffixed functions aren't available on
|
/external/llvm-project/llvm/test/Transforms/AtomicExpand/SPARC/ |
D | libcalls.ll | 72 ;; these tests because the "16" suffixed functions aren't available on
|
/external/skqp/docs/ |
D | usingBookmaker.bmh | 22 Bookmaker reads canonical documentation from files suffixed with bmh in the docs directory. These b…
|
/external/tpm2-tss/doc/ |
D | coding_standard_c.md | 147 version of the header should be suffixed with '-priv'.
|
/external/golang-protobuf/ |
D | README.md | 67 The generated files will be suffixed .pb.go. See the Test code below
|
/external/llvm-project/llvm/test/MC/ARM/ |
D | mve-vcmp.s | 283 # distinguished, in spite of VCMPE sometimes being a VPT-suffixed
|
123