/external/clang/tools/libclang/ |
D | CXStoredDiagnostic.cpp | 56 CXString CXStoredDiagnostic::getDiagnosticOption(CXString *Disable) const { in getDiagnosticOption() 60 if (Disable) in getDiagnosticOption() 61 *Disable = cxstring::createDup((Twine("-Wno-") + Option).str()); in getDiagnosticOption() 66 if (Disable) in getDiagnosticOption() 67 *Disable = cxstring::createRef("-ferror-limit=0"); in getDiagnosticOption()
|
D | CIndexDiagnostic.cpp | 65 CXString getDiagnosticOption(CXString *Disable) const override { in getDiagnosticOption() 66 if (Disable) in getDiagnosticOption() 67 *Disable = cxstring::createEmpty(); in getDiagnosticOption() 397 CXString clang_getDiagnosticOption(CXDiagnostic Diag, CXString *Disable) { in clang_getDiagnosticOption() argument 398 if (Disable) in clang_getDiagnosticOption() 399 *Disable = cxstring::createEmpty(); in clang_getDiagnosticOption() 402 return D->getDiagnosticOption(Disable); in clang_getDiagnosticOption()
|
/external/autotest/client/site_tests/cellular_ModemControl/ |
D | cellular_ModemControl.py | 42 def Disable(self): member in TechnologyCommands 65 def Disable(self): member in ModemCommands 111 def Disable(self): member in DeviceCommands 113 self.device.Disable(timeout=DEVICE_TIMEOUT) 147 def Disable(self): member in MixedRandomCommands 150 cmds.Disable() 303 commands.Disable() 334 commands.Disable()
|
/external/eigen/ |
D | CMakeLists.txt | 102 # Disable pkgconfig only for native Windows builds 191 option(EIGEN_TEST_SSE2 "Enable/Disable SSE2 in tests/examples" OFF) 197 option(EIGEN_TEST_SSE3 "Enable/Disable SSE3 in tests/examples" OFF) 203 option(EIGEN_TEST_SSSE3 "Enable/Disable SSSE3 in tests/examples" OFF) 209 option(EIGEN_TEST_SSE4_1 "Enable/Disable SSE4.1 in tests/examples" OFF) 215 option(EIGEN_TEST_SSE4_2 "Enable/Disable SSE4.2 in tests/examples" OFF) 221 option(EIGEN_TEST_AVX "Enable/Disable AVX in tests/examples" OFF) 227 option(EIGEN_TEST_FMA "Enable/Disable FMA in tests/examples" OFF) 233 option(EIGEN_TEST_AVX512 "Enable/Disable AVX512 in tests/examples" OFF) 239 option(EIGEN_TEST_F16C "Enable/Disable F16C in tests/examples" OFF) [all …]
|
/external/libchrome/base/android/orderfile/ |
D | orderfile_instrumentation.cc | 82 if (!Disable()) { in OnMemoryDump() 129 Disable(); in RecordAddress() 166 Disable(); in RecordAddress() 212 Disable(); in StopAndDumpToFile() 230 NO_INSTRUMENT_FUNCTION bool Disable() { in Disable() function 291 Disable(); in ResetForTesting()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/msbuild/ |
D | LLVM.Cpp.Common.targets | 54 …Text="clang-cl does not support fiber safe optimizations (/GT). Disable this option in compatibil… 59 …Text="clang-cl does not support MSVC Link Time Optimization. Disable this option in compatibility… 64 …Text="clang-cl does not support Ignore Standard Include Path (/X). Disable this option in compati… 69 …Text="clang-cl does not support Smaller Type Check (/RTCc). Disable this option in compatibility … 74 …Text="clang-cl does not support Basic Runtime Checks (/RTCu, /RTC1, /RTCs). Disable this option i… 79 …s not support parallel code generation with #pragma loop(hint) (/Qpar). Disable this option in co… 84 …Text="clang-cl does not support creating hotpatchable images (/hotpatch). Disable this option in … 89 … does not support disabling for loop scope conformance (/Zc:forScope-). Disable this option in co… 94 …does not support treating wchar_t as a non builtin type (/Zc:wchar_t-). Disable this option in co… 99 …-cl does not support generating xml documentation comment files (/doc). Disable this option in co… [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | Benchmarking.rst | 24 * Disable as many processes or services as possible on the target system. 26 * Disable frequency scaling, turbo boost and address space 44 * Disable address space randomization:: 64 * Disable the SMT pair of the cpus you will use for the benchmark. The 85 * Disable turbo mode::
|
/external/u-boot/arch/arc/lib/ |
D | start.S | 15 ; Disable/enable I-cache according to configuration 43 bset r5, r5, 0 ; Disable (+Inv) 53 ; Disable System-Level Cache (SLC)
|
/external/curl/docs/cmdline-opts/ |
D | no-sessionid.d | 2 Help: Disable SSL session-ID reusing 6 Disable curl's use of SSL session-ID caching. By default all transfers are
|
D | no-alpn.d | 7 Help: Disable the ALPN TLS extension 9 Disable the ALPN TLS extension. ALPN is enabled by default if libcurl was built
|
D | no-npn.d | 8 Help: Disable the NPN TLS extension 10 Disable the NPN TLS extension. NPN is enabled by default if libcurl was built
|
/external/clang/lib/CodeGen/ |
D | CGLoopInfo.h | 45 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator 133 Enable ? LoopAttributes::Enable : LoopAttributes::Disable; 139 Enable ? LoopAttributes::Enable : LoopAttributes::Disable;
|
/external/u-boot/arch/x86/include/asm/acpi/ |
D | irqlinks.asl | 28 /* Disable method */ 86 /* Disable method */ 144 /* Disable method */ 202 /* Disable method */ 260 /* Disable method */ 318 /* Disable method */ 376 /* Disable method */ 434 /* Disable method */
|
/external/llvm/lib/Support/ |
D | CrashRecoveryContext.cpp | 173 CrashRecoveryContext::Disable(); in ExceptionHandler() 211 void CrashRecoveryContext::Disable() { in Disable() function in CrashRecoveryContext 264 CrashRecoveryContext::Disable(); in CrashRecoverySignalHandler() 300 void CrashRecoveryContext::Disable() { in Disable() function in CrashRecoveryContext
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | CrashRecoveryContext.cpp | 155 CrashRecoveryContext::Disable(); in ExceptionHandler() 194 void CrashRecoveryContext::Disable() { in Disable() function in CrashRecoveryContext 246 CrashRecoveryContext::Disable(); in CrashRecoverySignalHandler() 284 void CrashRecoveryContext::Disable() { in Disable() function in CrashRecoveryContext
|
/external/clang/include/clang/Driver/ |
D | CLCompatOptions.td | 77 def _SLASH_GR_ : CLFlag<"GR-">, HelpText<"Disable emission of RTTI data">; 78 def _SLASH_GF_ : CLFlag<"GF-">, HelpText<"Disable string pooling">, 81 def _SLASH_GS_ : CLFlag<"GS-">, HelpText<"Disable buffer security check">; 105 def _SLASH_Od : CLFlag<"Od">, HelpText<"Disable optimization">, Alias<O0>; 108 def _SLASH_Oi_ : CLFlag<"Oi-">, HelpText<"Disable use of builtin functions">, 119 HelpText<"Disable the loop vectorization passes">, Alias<fno_vectorize>; 127 def _SLASH_W0 : CLFlag<"W0">, HelpText<"Disable all warnings">, Alias<w>; 137 def _SLASH_w_flag : CLFlag<"w">, HelpText<"Disable all warnings">, Alias<w>; 152 HelpText<"Disable C++14 sized global deallocation functions">, 161 HelpText<"Disable thread-safe initialization of static variables">, [all …]
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | post_decode_vad.cc | 26 Disable(); in Enable() 34 void PostDecodeVad::Disable() { in Disable() function in webrtc::PostDecodeVad
|
/external/autotest/client/profilers/powertop/src/po/ |
D | nl.po | 108 msgid " V - Disable TV out " 195 "Disable Ethernet Wake-On-Lan with the following command:\n" 202 "Disable the SE-Alert software by removing the 'setroubleshoot-server' rpm\n" 259 "Suggestion: Disable 'hal' from polling your cdrom with: \n" 267 "Suggestion: Disable or remove 'beagle' from your system. \n" 274 "Suggestion: Disable or remove 'gnome-power-manager' from your system. \n" 281 "Suggestion: Disable or remove 'pcscd' from your system. \n" 288 "Suggestion: Disable the CONFIG_IRQBALANCE kernel configuration option.\n" 296 "Suggestion: Disable the unused WIFI radio by executing the following " 303 "Suggestion: Disable the unused bluetooth interface with the following "
|
/external/v8/src/arm64/ |
D | instrument-arm64.h | 39 void Disable(); 68 void Disable();
|
/external/vixl/src/aarch64/ |
D | instrument-aarch64.h | 59 void Disable(); 86 void Disable();
|
/external/jemalloc/ |
D | INSTALL | 100 Disable code that silences non-useful compiler warnings. This is mainly 123 Disable statistics gathering functionality. See the "opt.stats_print" 146 Disable the use of libgcc's backtracing functionality. 149 Disable the use of gcc intrinsics for backtracing. 156 Disable thread-specific caches for small objects. Objects are cached and 161 Disable virtual memory deallocation via munmap(2); instead keep track of 168 Disable support for junk/zero filling of memory, quarantine, and redzones. 173 Disable support for Valgrind. 176 Disable zone allocator for Darwin. This means jemalloc won't be hooked as 196 Disable thread-local storage (TLS), which allows for fast access to [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCAsmInfo.cpp | 24 enum DefaultOnOff { Default, Enable, Disable }; enumerator 29 clEnumVal(Enable, "Enabled"), clEnumVal(Disable, "Disabled")),
|
/external/swiftshader/third_party/subzero/Makefile.standalone-help/ |
D | help.txt | 12 Disable textual dump/emission support and other verbose options 14 Disable assert() calls, via -DNDEBUG
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | CrashRecoveryContext.cpp | 128 void CrashRecoveryContext::Disable() { in Disable() function in CrashRecoveryContext 233 CrashRecoveryContext::Disable(); in ExceptionHandler() 310 CrashRecoveryContext::Disable(); in CrashRecoverySignalHandler()
|
/external/u-boot/doc/ |
D | README.mpc85xx | 80 7) Disable TLB Entries of AS1 82 Disable : 15, 14 154 10) Disable TLB Entries of AS1 156 Disable : 15, 14
|