HomeSort by relevance Sort by last modified time
    Searched defs:Always (Results 1 - 8 of 8) sorted by null

  /external/clang/include/clang/Analysis/Analyses/
UninitializedValues.h 41 /// Does this use always see an uninitialized value?
44 /// This use is always uninitialized if it occurs after any of these branches
65 /// The use is always uninitialized.
66 Always
71 return AlwaysUninit ? Always :
  /frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp 447 Always,
460 clEnumValN(color::Always, "always",
461 "always surround result strings, even the output is a plain file"),
562 "always preform cold folding"),
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/material/
RenderState.java 90 * The test always fails
121 * The test always passes
123 Always,}
321 TestFunction frontStencilFunction = TestFunction.Always;
322 TestFunction backStencilFunction = TestFunction.Always;
345 oc.write(frontStencilFunction, "frontStencilFunction", TestFunction.Always);
346 oc.write(backStencilFunction, "backStencilFunction", TestFunction.Always);
383 frontStencilFunction = ic.readEnum("frontStencilFunction", TestFunction.class, TestFunction.Always);
384 backStencilFunction = ic.readEnum("backStencilFunction", TestFunction.class, TestFunction.Always);
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Spatial.java 87 * Always cull this from the view, throwing away this object
90 Always,
92 * Never cull this from view, always draw it.
104 * Do whatever our parent does. If no parent, default to {@link #Always}.
108 * This spatial will always be batched when attached to a BatchNode.
110 Always,
249 if (cm == Spatial.CullHint.Always) {
1036 return BatchHint.Always;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
X.h 445 #define Always 2
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
X.h 445 #define Always 2
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
X.h 445 #define Always 2
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 1098 milliseconds