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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Bastion.py 3 A bastion (for another object -- the 'original') is an object that has
4 the same methods as the original but does not give access to its
24 the repr() of the original object. This is precomputed when the
53 name - a human-readable name for the original object
95 object - the original object
136 class Original:
145 o = Original()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Bastion.py 3 A bastion (for another object -- the 'original') is an object that has
4 the same methods as the original but does not give access to its
24 the repr() of the original object. This is precomputed when the
53 name - a human-readable name for the original object
95 object - the original object
136 class Original:
145 o = Original()
  /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/clang/test/Analysis/
derived-to-base.cpp 368 namespace Original {
  /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/chromium_org/third_party/WebKit/Source/devtools/front_end/
Color.js 286 case WebInspector.Color.Format.Original:
627 Original: "original",
  /external/llvm/lib/CodeGen/
InlineSpiller.cpp 75 unsigned Original;
94 // True when value is defined by an original PHI not from splitting.
225 /// It is assumed that SnipLI is a virtual register with the same original as
277 // Snippets all have the same original, so there can't be any for an original
279 if (Original == Reg)
306 // original value if it still exists. We need it for rematerialization.
314 VRM.getOriginal(Reg) == Original;
510 // Stop at original PHIs. We don't know the value at the predecessors.
531 LiveInterval &OrigLI = LIS.getInterval(Original);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 894 const Stmt *Original = S;
924 if (S != Original)
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 142 /// The original set of attributes on the DeclSpec.
    [all...]

Completed in 627 milliseconds