/external/jmonkeyengine/engine/src/core/com/jme3/app/ |
D | StatsAppState.java | 102 fpsText.setCullHint(show ? CullHint.Never : CullHint.Always); in setDisplayFps() 110 statsView.setCullHint(show ? CullHint.Never : CullHint.Always); in setDisplayStatView() 150 fpsText.setCullHint(showFps ? CullHint.Never : CullHint.Always); in loadFpsText() 166 statsView.setCullHint(showStats ? CullHint.Never : CullHint.Always); in loadStatsView() 175 fpsText.setCullHint(showFps ? CullHint.Never : CullHint.Always); in setEnabled() 177 statsView.setCullHint(showStats ? CullHint.Never : CullHint.Always); in setEnabled() 179 fpsText.setCullHint(CullHint.Always); in setEnabled() 181 statsView.setCullHint(CullHint.Always); in setEnabled()
|
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/ |
D | RenderContext.java | 224 public RenderState.TestFunction frontStencilFunction = RenderState.TestFunction.Always; 225 public RenderState.TestFunction backStencilFunction = RenderState.TestFunction.Always; 312 frontStencilFunction = RenderState.TestFunction.Always; in reset() 313 backStencilFunction = RenderState.TestFunction.Always; in reset()
|
/external/jmonkeyengine/engine/src/core/com/jme3/material/ |
D | RenderState.java | 123 Always,} enumConstant 321 TestFunction frontStencilFunction = TestFunction.Always; 322 TestFunction backStencilFunction = TestFunction.Always; 345 oc.write(frontStencilFunction, "frontStencilFunction", TestFunction.Always); in write() 346 oc.write(backStencilFunction, "backStencilFunction", TestFunction.Always); in write() 383 …rontStencilFunction = ic.readEnum("frontStencilFunction", TestFunction.class, TestFunction.Always); in read() 384 … backStencilFunction = ic.readEnum("backStencilFunction", TestFunction.class, TestFunction.Always); in read()
|
/external/clang/include/clang/Analysis/Analyses/ |
D | UninitializedValues.h | 82 Always enumerator 87 return AlwaysUninit ? Always : in getKind()
|
/external/llvm/test/Transforms/ObjCARC/ |
D | tail-call-invariant-enforcement.ll | 24 ; Always tail call autoreleaseReturnValue. 37 ; Always tail call objc_retain. 50 ; Always tail call objc_retainAutoreleasedReturnValue.
|
/external/lldb/docs/ |
D | code-signing.txt | 34 pulldown menu and select "Always Trust" and authenticate as needed using your 40 more times, set it to be "Always trusted" when asked. 58 to use the "lldb_codesign" keychain. Be sure to click "Always Allow" on your first
|
/external/nanopb-c/generator/proto/ |
D | nanopb.proto | 14 FT_CALLBACK = 1; // Always generate a callback field. 15 FT_POINTER = 4; // Always generate a dynamically allocated field.
|
/external/jmonkeyengine/engine/src/test/jme3test/light/ |
D | TestTangentGenBadModels.java | 55 debugTangents.setCullHint(CullHint.Always); in simpleInitApp() 118 debugTangents.setCullHint(CullHint.Always); in simpleInitApp()
|
/external/clang/docs/ |
D | ClangFormatStyleOptions.rst | 251 Always attach braces to surrounding context. 258 Always break before braces. 260 Always break before braces and add an extra level of indentation to 269 Always break constructor initializers before commas and align 449 * ``SBPO_Always`` (in configuration: ``Always``) 450 Always put a space before opening parentheses, except when it's 510 * ``UT_Always`` (in configuration: ``Always``) 527 UseTab: Always
|
/external/deqp/targets/gles3_wrapper/ |
D | gles3_wrapper.cmake | 17 set(DEQP_PLATFORM_LIBRARIES GLESv3) # \note Always link to GLESv3 since platform integration requir…
|
/external/chromium-trace/trace-viewer/third_party/Paste/docs/ |
D | StyleGuide.txt | 10 * **No tabs**. Not anywhere. Always indent with 4 spaces. 59 * Always one space after a comma (bad: ``func(a,b)``).
|
/external/iptables/ |
D | COMMIT_NOTES | 3 - Always add an appropriate description, in git format
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/ |
D | Spatial.java | 90 Always, enumConstant 110 Always, enumConstant 249 if (cm == Spatial.CullHint.Always) { in checkCulling() 1036 return BatchHint.Always; in getBatchHint()
|
D | Geometry.java | 315 setCullHint(CullHint.Always); in batch()
|
/external/jpeg/ |
D | makeproj.mac | 52 Set Preferences of panel "C/C++ Compiler" to {Enums Always Ints:true} 116 Set Preferences of panel "C/C++ Compiler" to {Enums Always Ints:true} 151 Set Preferences of panel "C/C++ Compiler" to {Enums Always Ints:true} 186 Set Preferences of panel "C/C++ Compiler" to {Enums Always Ints:true}
|
/external/iptables/extensions/ |
D | libxt_LED.man | 20 Always make the LED blink on packet arrival, even if the LED is already on.
|
/external/google-breakpad/src/client/windows/crash_generation/ |
D | ReadMe.txt | 11 | Always remain in ERROR state.
|
/external/icu/icu4c/source/config/ |
D | mh-qnx | 23 # Always generatate PIC code.
|
/external/deqp/framework/platform/ |
D | CMakeLists.txt | 103 # Always link to glutil as some platforms such as Win32 always support GL
|
/external/dnsmasq/ |
D | dnsmasq.conf.example | 154 # Always allocate the host with ethernet address 11:22:33:44:55:66 158 # Always set the name of the host with hardware address 162 # Always give the host with ethernet address 11:22:33:44:55:66 178 # Always give the host with client identifier 01:02:02:04 182 # Always give the host with client identifier "marjorie"
|
/external/elfutils/src/libasm/ |
D | ChangeLog | 28 * asm_error.c: Always use __thread. Remove all !USE_TLS code.
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_utils.cpp | 659 return Always; in GetScaleMethod() 669 return Always; in GetScaleMethod()
|
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
D | using.dox | 48 /// components. Always use these macros when available, to protect your action code from changes
|
/external/deqp/framework/delibs/cmake/ |
D | Defs.cmake | 21 # \note Always include this file in main project file, with NO_POLICY_SCOPE
|
/external/ipsec-tools/src/racoon/doc/ |
D | FAQ | 91 Always identify your operating system platforms, the versions you are
|