HomeSort by relevance Sort by last modified time
    Searched refs:Original (Results 1 - 8 of 8) 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);
  /development/tools/emulator/system/lights/
Android.mk 3 # Original code licensed under the Apache License, Version 2.0 (the "License");
  /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/v8/test/mjsunit/compiler/
regress-3136962.js 28 // Reduced regression test for a global value numbering bug. Original
  /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...]
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 9 # Original Markdown
73 Description: <a href="http://daringfireball.net/projects/markdown/syntax">Markdown syntax</a> allows you to write using an easy-to-read, easy-to-write plain text format. Based on the original Perl version by <a href="http://daringfireball.net/">John Gruber</a>. <a href="http://www.michelf.com/projects/php-markdown/">More...</a>
174 'help' => '<a href="http://daringfireball.net/projects/markdown/syntax">Markdown syntax</a> allows you to write using an easy-to-read, easy-to-write plain text format. Based on the original Perl version by <a href="http://daringfireball.net/">John Gruber</a>. <a href="http://www.michelf.com/projects/php-markdown/">More...</a>',
    [all...]

Completed in 365 milliseconds