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

  /libcore/luni/src/test/java/libcore/java/lang/
OldStackTraceElementTest.java 23 public class Original extends TestCase {
32 private Original original; field in class:OldStackTraceElementTest
36 original = new Original();
48 original.pureJavaMethod(new Object());
96 original.pureJavaMethod(new Object());
111 original.pureJavaMethod(new Object());
115 "libcore.java.lang.OldStackTraceElementTest$Original",
125 original.pureJavaMethod(new Object())
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Sphere.java 63 Original,
82 protected TextureMode textureMode = TextureMode.Original;
226 if (textureMode == TextureMode.Original) {
246 if (textureMode == TextureMode.Original) {
406 textureMode = capsule.readEnum("textureMode", TextureMode.class, TextureMode.Original);
417 capsule.write(textureMode, "textureMode", TextureMode.Original);
  /external/llvm/lib/CodeGen/
InlineSpiller.cpp 72 unsigned Original;
91 // True when value is defined by an original PHI not from splitting.
222 /// It is assumed that SnipLI is a virtual register with the same original as
274 // Snippets all have the same original, so there can't be any for an original
276 if (Original == Reg)
303 // original value if it still exists. We need it for rematerialization.
311 VRM.getOriginal(Reg) == Original;
508 // Stop at original PHIs. We don't know the value at the predecessors.
529 LiveInterval &OrigLI = LIS.getInterval(Original);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 782 const Stmt *Original = S;
812 if (S != Original)
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 130 /// The original set of attributes on the DeclSpec.
    [all...]

Completed in 3448 milliseconds