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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_report_decorator.h 25 const char *Black() const { return ansi_ ? "\033[1m\033[30m" : ""; }
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
ColorRGBA.java 54 * the color black (0,0,0).
56 public static final ColorRGBA Black = new ColorRGBA(0f, 0f, 0f, 1f);
110 * the black color with no alpha (0, 0, 0, 0);
  /external/chromium_org/third_party/WebKit/Source/core/platform/
PODRedBlackTree.h 26 // A red-black tree, which is a form of a balanced binary tree. It
35 // The data type T that is stored in this red-black tree must be only
51 // Note that when complex types are stored in this red/black tree, it
63 // This red-black tree is designed to be _augmented_; subclasses can
69 // The design of this red-black tree comes from Cormen, Leiserson,
109 // Constructs a new red-black tree without allocating an arena.
122 // Constructs a new red-black tree, allocating temporary objects
134 // Constructs a new red-black tree, allocating temporary objects
248 Black
306 // augmenting the red-black tree with additional per-node summar
    [all...]
  /cts/suite/pts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 2252 milliseconds