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

  /external/clang/test/CodeGenCXX/
rvalue-references.cpp 4 struct Spacer { int x; };
6 struct B : Spacer, A { };
  /external/llvm/lib/CodeGen/
RenderMachineFunction.h 240 class Spacer;
241 friend raw_ostream& operator<<(raw_ostream &os, const Spacer &s);
279 class Spacer {
281 explicit Spacer(unsigned numSpaces) : ns(numSpaces) {}
282 Spacer operator+(const Spacer &o) const { return Spacer(ns + o.ns); }
288 Spacer s(unsigned ns) const;
299 void renderVertical(const Spacer &indent,
304 void insertCSS(const Spacer &indent
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java 538 public static class Spacer extends Key {
539 public Spacer(Resources res, KeyboardParams params, KeyboardBuilder.Row row,
547 public Spacer(KeyboardParams params, Drawable icon, int x, int y, int width, int height) {

Completed in 62 milliseconds