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

  /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...]
RenderMachineFunction.cpp 519 void RenderMachineFunction::Spacer::print(raw_ostream &os) const {
527 RenderMachineFunction::Spacer RenderMachineFunction::s(unsigned ns) const {
528 return Spacer(ns);
531 raw_ostream& operator<<(raw_ostream &os, const RenderMachineFunction::Spacer &s) {
629 void RenderMachineFunction::renderVertical(const Spacer &indent,
661 void RenderMachineFunction::insertCSS(const Spacer &indent,
682 const Spacer &indent, raw_ostream &os,
691 const Spacer &indent,
719 const Spacer &indent, raw_ostream &os,
738 void RenderMachineFunction::renderCodeTablePlusPI(const Spacer &indent
    [all...]
  /external/clang/test/CodeGenCXX/
rvalue-references.cpp 4 struct Spacer { int x; };
6 struct B : Spacer, A { };
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java 450 return this instanceof Spacer;
714 public static class Spacer extends Key {
715 public Spacer(Resources res, Keyboard.Params params, Keyboard.Builder.Row row,
723 protected Spacer(Keyboard.Params params, int x, int y, int width, int height) {
MoreKeysKeyboard.java 325 private static class MoreKeyDivider extends Key.Spacer {
Keyboard.java 431 * &gt;Spacer horizontalGap="32.0dp" /&lt;
497 private static final String TAG_SPACER = "Spacer";
937 final Key.Spacer spacer = new Key.Spacer(mResources, mParams, row, parser); local
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
MoreSuggestions.java 186 private static class Divider extends Key.Spacer {

Completed in 116 milliseconds