/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/clang/docs/ |
D | ClangFormatStyleOptions.rst | 176 Always break after an open bracket, if the parameters don't fit 266 Always break after the return type. 268 Always break after the return types of top-level functions. 280 Always break after the return type. 282 Always break after the return types of top-level functions. 284 Always break after the return type of function definitions. 286 Always break after the return type of top-level definitions. 352 Always attach braces to surrounding context. 362 Always break before braces. 364 Always break before braces and add an extra level of indentation to [all …]
|
/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/minijail/ |
D | .clang-format | 3 UseTab: Always
|
/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/deqp/framework/platform/ |
D | CMakeLists.txt | 104 # Always link to glutil as some platforms such as Win32 always support GL 107 # Always link to eglutil
|
/external/autotest/client/deps/webgl_perf/files/ |
D | 0002-Always-increment-numberOfResults.patch | 4 Subject: [PATCH 2/2] Always increment numberOfResults.
|
/external/v8/tools/gyp/test/rules/src/subdir2/ |
D | no_action.gyp | 25 # Always fails.
|
/external/v8/tools/gyp/test/rules/src/noaction/ |
D | no_action_with_rules_fails.gyp | 24 # Always fails.
|
/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/catapult/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()
|
/external/v8/build/config/ios/ |
D | ios_sdk.gni | 55 # Always disable code signing on the simulator
|
/external/iptables/extensions/ |
D | libxt_LED.man | 20 Always make the LED blink on packet arrival, even if the LED is already on.
|
/external/icu/icu4c/source/config/ |
D | mh-qnx | 23 # Always generatate PIC code.
|
/external/google-breakpad/src/client/windows/crash_generation/ |
D | ReadMe.txt | 11 | Always remain in ERROR state.
|
/external/libyuv/files/ |
D | BUILD.gn | 108 # Always enable optimization under NaCl to workaround crbug.com/538243 .
|
/external/dhcpcd-6.8.2/dhcpcd-hooks/ |
D | 30-hostname | 38 # Always prefer hostname(1) if we have it
|
/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"
|