Searched refs:tweaks (Results 1 – 25 of 77) sorted by relevance
1234
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/ |
D | BUILD.gn | 17 "//clang-tools-extra/clangd/refactor/tweaks", 114 "tweaks/AddUsingTests.cpp", 115 "tweaks/AnnotateHighlightingsTests.cpp", 116 "tweaks/DefineInlineTests.cpp", 117 "tweaks/DefineOutlineTests.cpp", 118 "tweaks/DumpASTTests.cpp", 119 "tweaks/DumpRecordLayoutTests.cpp", 120 "tweaks/DumpSymbolTests.cpp", 121 "tweaks/ExpandAutoTypeTests.cpp", 122 "tweaks/ExpandMacroTests.cpp", [all …]
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | CMakeLists.txt | 109 tweaks/AddUsingTests.cpp 110 tweaks/AnnotateHighlightingsTests.cpp 111 tweaks/DefineInlineTests.cpp 112 tweaks/DefineOutlineTests.cpp 113 tweaks/DumpASTTests.cpp 114 tweaks/DumpRecordLayoutTests.cpp 115 tweaks/DumpSymbolTests.cpp 116 tweaks/ExpandAutoTypeTests.cpp 117 tweaks/ExpandMacroTests.cpp 118 tweaks/ExtractFunctionTests.cpp [all …]
|
/external/virglrenderer/src/ |
D | vrend_tweaks.c | 128 char *tweaks = getenv("VREND_TWEAK"); in vrend_set_tweak_from_env() local 129 if (tweaks) { in vrend_set_tweak_from_env() 130 VREND_DEBUG(dbg_tweak, NULL, "ENV tweaks %s\n", tweaks); in vrend_set_tweak_from_env() 133 char *tweak_descr_copy = strdup(tweaks); in vrend_set_tweak_from_env()
|
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clangd/refactor/tweaks/ |
D | BUILD.gn | 1 # A target containing all code tweaks (i.e. mini-refactorings) provided by 4 # constructors that register individual tweaks in a global registry. 5 source_set("tweaks") {
|
/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
D | CMakeLists.txt | 7 # A target containing all code tweaks (i.e. mini-refactorings) provided by 10 # constructors that register individual tweaks in a global registry. 11 # To enable these tweaks in executables or shared libraries, add
|
/external/vboot_reference/tests/loemkeys/ |
D | README | 1 These are devkeys, but with filename tweaks for testing loem keysets.
|
/external/rust/crates/bytes/ |
D | CHANGELOG.md | 124 * Documentation tweaks (#234). 175 * Misc performance tweaks 179 * Misc performance tweaks
|
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clangd/tool/ |
D | BUILD.gn | 10 "//clang-tools-extra/clangd/refactor/tweaks",
|
/external/openssh/ |
D | .skipped-commit-ids | 13 569f08445c27124ec7c7f6c0268d844ec56ac061 Makefile tweaks for !openssl
|
/external/rust/crates/grpcio-sys/grpc/tools/profiling/microbenchmarks/bm_diff/ |
D | README.md | 5 different performance tweaks. The tools allow you to save performance data from 109 However, if you are iterating over different performance tweaks quickly, it is
|
/external/grpc-grpc/tools/profiling/microbenchmarks/bm_diff/ |
D | README.md | 5 different performance tweaks. The tools allow you to save performance data from 109 However, if you are iterating over different performance tweaks quickly, it is
|
/external/rust/crates/rand_core/ |
D | CHANGELOG.md | 29 - Various documentation tweaks
|
/external/rnnoise/ |
D | configure.ac | 52 # Platform-specific tweaks
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | CMakeLists.txt | 157 add_subdirectory(refactor/tweaks)
|
/external/llvm-project/clang/docs/ |
D | MSVCCompatibility.rst | 34 parsing and semantic compatibility tweaks are controlled by 125 substitution, which is not what MSVC does. The following compatibility tweaks
|
/external/clang/docs/ |
D | MSVCCompatibility.rst | 34 parsing and semantic compatibility tweaks are controlled by 128 substitution, which is not what MSVC does. The following compatibility tweaks
|
/external/mesa3d/src/mesa/tnl/ |
D | NOTES | 56 In addition, the following functions provide further tweaks:
|
/external/protobuf/ |
D | CONTRIBUTORS.txt | 52 * VI syntax highlighting tweaks.
|
/external/compiler-rt/lib/asan/ |
D | asan_flags.inc | 116 "If true, ASan tweaks a bunch of other flags (quarantine, redzone, heap "
|
/external/python/cpython2/Objects/ |
D | lnotab_notes.txt | 26 contains two such values. So we make two tweaks:
|
/external/protobuf/cmake/ |
D | CMakeLists.txt | 70 # Parse version tweaks
|
/external/swiftshader/third_party/llvm-subzero/ |
D | CREDITS.TXT | 85 D: Clang diagnostic & driver tweaks 324 D: Win32 tweaks.
|
/external/llvm/ |
D | CREDITS.TXT | 86 D: Clang diagnostic & driver tweaks 325 D: Win32 tweaks.
|
/external/python/cpython3/Objects/ |
D | lnotab_notes.txt | 31 was also encoded by an unsigned byte.) So we make two tweaks:
|
/external/shflags/doc/ |
D | CHANGES-1.2.md | 86 Minor tweaks to make run on FreeBSD 9.1.
|
1234