/external/jmonkeyengine/engine/src/core/com/jme3/material/ |
D | TechniqueDef.java | 61 Disable, enumConstant 94 Disable, enumConstant 109 private LightMode lightMode = LightMode.Disable; 110 private ShadowMode shadowMode = ShadowMode.Disable; 373 oc.write(lightMode, "lightMode", LightMode.Disable); in write() 374 oc.write(shadowMode, "shadowMode", ShadowMode.Disable); in write() 390 lightMode = ic.readEnum("lightMode", LightMode.class, LightMode.Disable); in read() 391 shadowMode = ic.readEnum("shadowMode", ShadowMode.class, ShadowMode.Disable); in read()
|
/external/clang/tools/libclang/ |
D | CXStoredDiagnostic.cpp | 55 CXString CXStoredDiagnostic::getDiagnosticOption(CXString *Disable) const { in getDiagnosticOption() 59 if (Disable) in getDiagnosticOption() 60 *Disable = createCXString((Twine("-Wno-") + Option).str()); in getDiagnosticOption() 65 if (Disable) in getDiagnosticOption() 66 *Disable = createCXString("-ferror-limit=0"); in getDiagnosticOption()
|
D | CIndexDiagnostic.cpp | 68 CXString getDiagnosticOption(CXString *Disable) const { in getDiagnosticOption() 69 if (Disable) in getDiagnosticOption() 70 *Disable = createCXString("", false); in getDiagnosticOption() 383 CXString clang_getDiagnosticOption(CXDiagnostic Diag, CXString *Disable) { in clang_getDiagnosticOption() argument 384 if (Disable) in clang_getDiagnosticOption() 385 *Disable = createCXString(""); in clang_getDiagnosticOption() 388 return D->getDiagnosticOption(Disable); in clang_getDiagnosticOption()
|
D | CIndexDiagnostic.h | 72 virtual CXString getDiagnosticOption(CXString *Disable) const = 0; 133 virtual CXString getDiagnosticOption(CXString *Disable) const;
|
D | CXLoadedDiagnostic.h | 41 virtual CXString getDiagnosticOption(CXString *Disable) const;
|
D | CXLoadedDiagnostic.cpp | 108 CXString CXLoadedDiagnostic::getDiagnosticOption(CXString *Disable) const { in getDiagnosticOption() 113 if (Disable) in getDiagnosticOption() 114 *Disable = createCXString((Twine("-Wno-") + DiagOption).str()); in getDiagnosticOption()
|
/external/llvm/lib/Support/ |
D | CrashRecoveryContext.cpp | 155 CrashRecoveryContext::Disable(); in ExceptionHandler() 193 void CrashRecoveryContext::Disable() { in Disable() function in CrashRecoveryContext 245 CrashRecoveryContext::Disable(); in CrashRecoverySignalHandler() 281 void CrashRecoveryContext::Disable() { in Disable() function in CrashRecoveryContext
|
/external/chromium/chrome/browser/ |
D | power_save_blocker_common.cc | 17 Disable(); in ~PowerSaveBlocker() 28 void PowerSaveBlocker::Disable() { in Disable() function in PowerSaveBlocker
|
D | power_save_blocker.h | 23 void Disable();
|
/external/dropbear/ |
D | configure.in | 47 AC_DEFINE(DISABLE_UTMP,,Disable utmp) 48 AC_DEFINE(DISABLE_WTMP,,Disable wtmp) 368 [ --disable-lastlog Disable use of lastlog even if detected [no]], 369 [ AC_DEFINE(DISABLE_LASTLOG,,Disable use of lastlog()) ] 372 [ --disable-utmp Disable use of utmp even if detected [no]], 373 [ AC_DEFINE(DISABLE_UTMP,,Disable use of utmp) ] 376 [ --disable-utmpx Disable use of utmpx even if detected [no]], 377 [ AC_DEFINE(DISABLE_UTMPX,,Disable use of utmpx) ] 380 [ --disable-wtmp Disable use of wtmp even if detected [no]], 381 [ AC_DEFINE(DISABLE_WTMP,,Disable use of wtmp) ] [all …]
|
D | config.h.in | 24 /* Disable use of lastlog() */ 30 /* Disable use of pututline() */ 33 /* Disable use of pututxline() */ 39 /* Disable use of utmp */ 42 /* Disable use of utmpx */ 45 /* Disable use of wtmp */ 48 /* Disable use of wtmpx */
|
/external/eigen/ |
D | CMakeLists.txt | 129 option(EIGEN_TEST_SSE2 "Enable/Disable SSE2 in tests/examples" OFF) 135 option(EIGEN_TEST_SSE3 "Enable/Disable SSE3 in tests/examples" OFF) 141 option(EIGEN_TEST_SSSE3 "Enable/Disable SSSE3 in tests/examples" OFF) 147 option(EIGEN_TEST_SSE4_1 "Enable/Disable SSE4.1 in tests/examples" OFF) 153 option(EIGEN_TEST_SSE4_2 "Enable/Disable SSE4.2 in tests/examples" OFF) 159 option(EIGEN_TEST_ALTIVEC "Enable/Disable AltiVec in tests/examples" OFF) 165 option(EIGEN_TEST_NEON "Enable/Disable Neon in tests/examples" OFF) 173 option(EIGEN_TEST_OPENMP "Enable/Disable OpenMP in tests/examples" OFF) 197 option(EIGEN_TEST_OPENMP "Enable/Disable OpenMP in tests/examples" OFF) 204 option(EIGEN_TEST_SSE2 "Enable/Disable SSE2 in tests/examples" OFF) [all …]
|
/external/dbus/cmake/ |
D | readme-cmake.txt | 44 DBUS_DISABLE_ASSERTS "Disable assertion checking" OFF 50 DBUS_DISABLE_CHECKS "Disable public API sanity checking" OFF
|
/external/llvm/include/llvm/CodeGen/ |
D | Passes.h | 111 void setDisableVerify(bool Disable) { setOpt(DisableVerify, Disable); } in setDisableVerify() argument
|
/external/skia/src/gpu/gl/ |
D | GrGpuGL.cpp | 407 GL_CALL(Disable(GR_GL_DEPTH_TEST)); in onResetContext() 410 GL_CALL(Disable(GR_GL_CULL_FACE)); in onResetContext() 414 GL_CALL(Disable(GR_GL_DITHER)); in onResetContext() 416 GL_CALL(Disable(GR_GL_LINE_SMOOTH)); in onResetContext() 417 GL_CALL(Disable(GR_GL_POINT_SMOOTH)); in onResetContext() 418 GL_CALL(Disable(GR_GL_MULTISAMPLE)); in onResetContext() 453 GL_CALL(Disable(GR_GL_SCISSOR_TEST)); in onResetContext() 1245 GL_CALL(Disable(GR_GL_SCISSOR_TEST)); in flushScissor() 1296 GL_CALL(Disable(GR_GL_SCISSOR_TEST)); in clearStencil() 1730 GL_CALL(Disable(GR_GL_STENCIL_TEST)); in flushStencil() [all …]
|
/external/chromium/chrome/browser/chromeos/ |
D | audio_handler.h | 62 static void Disable();
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_clock.h | 64 void Disable(unsigned tid);
|
D | tsan_clock.cc | 108 void ThreadClock::Disable(unsigned tid) { in Disable() function in __tsan::ThreadClock
|
/external/valgrind/main/gdbserver_tests/ |
D | mcinfcallRU.vgtest | 9 # Disable on Darwin: inferior call rejected as it cannot find malloc.
|
D | mcinfcallWSRU.vgtest | 9 # Disable on Darwin: inferior call rejected as it cannot find malloc.
|
/external/llvm/docs/CommandGuide/ |
D | lli.rst | 129 Disable optimizations that may increase floating point precision. 183 Disable scheduling after register allocation. 189 Disable fusing of spill code into instructions.
|
/external/chromium/base/synchronization/ |
D | waitable_event_posix.cc | 133 void Disable() { in Disable() function in base::SyncWaiter 192 sw.Disable(); in TimedWait()
|
/external/webkit/Source/ |
D | WebKit.pri | 124 # Disable dependency to a specific version of a Qt package for non-production builds 149 # Disable a few warnings on Windows. The warnings are also
|
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/ |
D | SDL_ikbdinterrupt.S | 52 | Disable interrupts 124 | Disable interrupts
|
/external/bzip2/ |
D | makefile.msc | 37 @echo is too clever for its own good. Disable this option.
|