Home
last modified time | relevance | path

Searched refs:Always (Results 1 – 25 of 163) sorted by relevance

1234567

/external/jmonkeyengine/engine/src/core/com/jme3/app/
DStatsAppState.java102 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/
DRenderContext.java224 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/
DRenderState.java123 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/
DUninitializedValues.h82 Always enumerator
87 return AlwaysUninit ? Always : in getKind()
/external/llvm/test/Transforms/ObjCARC/
Dtail-call-invariant-enforcement.ll24 ; Always tail call autoreleaseReturnValue.
37 ; Always tail call objc_retain.
50 ; Always tail call objc_retainAutoreleasedReturnValue.
/external/lldb/docs/
Dcode-signing.txt34 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/
Dnanopb.proto14 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/
DTestTangentGenBadModels.java55 debugTangents.setCullHint(CullHint.Always); in simpleInitApp()
118 debugTangents.setCullHint(CullHint.Always); in simpleInitApp()
/external/clang/docs/
DClangFormatStyleOptions.rst251 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/
Dgles3_wrapper.cmake17 set(DEQP_PLATFORM_LIBRARIES GLESv3) # \note Always link to GLESv3 since platform integration requir…
/external/chromium-trace/trace-viewer/third_party/Paste/docs/
DStyleGuide.txt10 * **No tabs**. Not anywhere. Always indent with 4 spaces.
59 * Always one space after a comma (bad: ``func(a,b)``).
/external/iptables/
DCOMMIT_NOTES3 - Always add an appropriate description, in git format
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
DSpatial.java90 Always, enumConstant
110 Always, enumConstant
249 if (cm == Spatial.CullHint.Always) { in checkCulling()
1036 return BatchHint.Always; in getBatchHint()
DGeometry.java315 setCullHint(CullHint.Always); in batch()
/external/jpeg/
Dmakeproj.mac52 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/
Dlibxt_LED.man20 Always make the LED blink on packet arrival, even if the LED is already on.
/external/google-breakpad/src/client/windows/crash_generation/
DReadMe.txt11 | Always remain in ERROR state.
/external/icu/icu4c/source/config/
Dmh-qnx23 # Always generatate PIC code.
/external/deqp/framework/platform/
DCMakeLists.txt103 # Always link to glutil as some platforms such as Win32 always support GL
/external/dnsmasq/
Ddnsmasq.conf.example154 # 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/
DChangeLog28 * asm_error.c: Always use __thread. Remove all !USE_TLS code.
/external/pdfium/core/src/fpdfdoc/
Ddoc_utils.cpp659 return Always; in GetScaleMethod()
669 return Always; in GetScaleMethod()
/external/antlr/antlr-3.4/runtime/C/doxygen/
Dusing.dox48 /// components. Always use these macros when available, to protect your action code from changes
/external/deqp/framework/delibs/cmake/
DDefs.cmake21 # \note Always include this file in main project file, with NO_POLICY_SCOPE
/external/ipsec-tools/src/racoon/doc/
DFAQ91 Always identify your operating system platforms, the versions you are

1234567