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

  /dalvik/dexgen/src/com/android/dexgen/util/
TwoColumnOutput.java 85 * @param rightWidth {@code > 0;} width of the right column, in characters
88 public TwoColumnOutput(Writer out, int leftWidth, int rightWidth,
98 if (rightWidth < 1) {
99 throw new IllegalArgumentException("rightWidth < 1");
115 new IndentingWriter(rightWriter, rightWidth, spacer);
123 * @param rightWidth {@code >= 1;} width of the right column, in characters
126 public TwoColumnOutput(OutputStream out, int leftWidth, int rightWidth,
128 this(new OutputStreamWriter(out), leftWidth, rightWidth, spacer);
  /dalvik/dx/src/com/android/dx/util/
TwoColumnOutput.java 85 * @param rightWidth {@code > 0;} width of the right column, in characters
88 public TwoColumnOutput(Writer out, int leftWidth, int rightWidth,
98 if (rightWidth < 1) {
99 throw new IllegalArgumentException("rightWidth < 1");
115 new IndentingWriter(rightWriter, rightWidth, spacer);
123 * @param rightWidth {@code >= 1;} width of the right column, in characters
126 public TwoColumnOutput(OutputStream out, int leftWidth, int rightWidth,
128 this(new OutputStreamWriter(out), leftWidth, rightWidth, spacer);
  /external/dexmaker/src/dx/java/com/android/dx/util/
TwoColumnOutput.java 85 * @param rightWidth {@code > 0;} width of the right column, in characters
88 public TwoColumnOutput(Writer out, int leftWidth, int rightWidth,
98 if (rightWidth < 1) {
99 throw new IllegalArgumentException("rightWidth < 1");
115 new IndentingWriter(rightWriter, rightWidth, spacer);
123 * @param rightWidth {@code >= 1;} width of the right column, in characters
126 public TwoColumnOutput(OutputStream out, int leftWidth, int rightWidth,
128 this(new OutputStreamWriter(out), leftWidth, rightWidth, spacer);
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
TwoColumnOutput.java 89 * @param rightWidth &gt; 0; width of the right column, in characters
92 public TwoColumnOutput(Writer out, int leftWidth, int rightWidth,
102 if (rightWidth < 1) {
103 throw new IllegalArgumentException("rightWidth < 1");
119 new IndentingWriter(rightWriter, rightWidth, spacer);
127 * @param rightWidth &gt;= 1; width of the right column, in characters
130 public TwoColumnOutput(OutputStream out, int leftWidth, int rightWidth,
132 this(new OutputStreamWriter(out), leftWidth, rightWidth, spacer);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
RoundedRect.h 64 void expand(int topWidth, int bottomWidth, int leftWidth, int rightWidth);
66 void shrink(int topWidth, int bottomWidth, int leftWidth, int rightWidth) { expand(-topWidth, -bottomWidth, -leftWidth, -rightWidth); }
RoundedRect.cpp 64 void RoundedRect::Radii::expand(int topWidth, int bottomWidth, int leftWidth, int rightWidth)
71 m_topRight.setWidth(max<int>(0, m_topRight.width() + rightWidth));
79 m_bottomRight.setWidth(max<int>(0, m_bottomRight.width() + rightWidth));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBoxModelObject.cpp     [all...]
RenderTableCell.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp     [all...]
RenderStyle.h     [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 354 milliseconds