Home
last modified time | relevance | path

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

12345678

/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/clang/docs/
DClangFormatStyleOptions.rst176 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/
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/minijail/
D.clang-format3 UseTab: Always
/external/jmonkeyengine/engine/src/test/jme3test/light/
DTestTangentGenBadModels.java55 debugTangents.setCullHint(CullHint.Always); in simpleInitApp()
118 debugTangents.setCullHint(CullHint.Always); in simpleInitApp()
/external/deqp/framework/platform/
DCMakeLists.txt104 # 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/
D0002-Always-increment-numberOfResults.patch4 Subject: [PATCH 2/2] Always increment numberOfResults.
/external/v8/tools/gyp/test/rules/src/subdir2/
Dno_action.gyp25 # Always fails.
/external/v8/tools/gyp/test/rules/src/noaction/
Dno_action_with_rules_fails.gyp24 # Always fails.
/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/catapult/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()
/external/v8/build/config/ios/
Dios_sdk.gni55 # Always disable code signing on the simulator
/external/iptables/extensions/
Dlibxt_LED.man20 Always make the LED blink on packet arrival, even if the LED is already on.
/external/icu/icu4c/source/config/
Dmh-qnx23 # Always generatate PIC code.
/external/google-breakpad/src/client/windows/crash_generation/
DReadMe.txt11 | Always remain in ERROR state.
/external/libyuv/files/
DBUILD.gn108 # Always enable optimization under NaCl to workaround crbug.com/538243 .
/external/dhcpcd-6.8.2/dhcpcd-hooks/
D30-hostname38 # Always prefer hostname(1) if we have it
/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"

12345678