Searched defs:spacer (Results 1 - 12 of 12) sorted by relevance

/external/doclava/res/assets/templates/
H A Dhierarchy.cs4 .jd-hierarchy-spacer { property
28 <?cs loop:x=#0,cl.indent,#1 ?><td class="jd-hierarchy-spacer"></td><?cs /loop ?>
/external/smali/util/src/main/java/org/jf/util/
H A DTwoColumnOutput.java54 private final String spacer; field in class:TwoColumnOutput
62 * @param spacer non-null; spacer string to sit between the two columns
65 @Nonnull String spacer) {
78 this.spacer = spacer;
87 * @param spacer non-null; spacer string to sit between the two columns
90 String spacer) {
91 this(new OutputStreamWriter(out), leftWidth, rightWidth, spacer);
64 TwoColumnOutput(@onnull Writer out, int leftWidth, int rightWidth, @Nonnull String spacer) argument
89 TwoColumnOutput(OutputStream out, int leftWidth, int rightWidth, String spacer) argument
[all...]
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DTwoColumnOutput.java50 * Turns the given two strings (with widths) and spacer into a formatted
55 * @param spacer {@code non-null;} spacer string
60 public static String toString(String s1, int width1, String spacer, argument
67 new TwoColumnOutput(sw, width1, width2, spacer);
86 * @param spacer {@code non-null;} spacer string to sit between the two columns
89 String spacer) {
102 if (spacer == null) {
103 throw new NullPointerException("spacer
88 TwoColumnOutput(Writer out, int leftWidth, int rightWidth, String spacer) argument
126 TwoColumnOutput(OutputStream out, int leftWidth, int rightWidth, String spacer) argument
[all...]
/external/chromium_org/third_party/skia/src/views/
H A DSkStackViewLayout.cpp37 void SkStackViewLayout::setSpacer(SkScalar spacer) argument
39 fSpacer = spacer;
219 if (dom.findScalar(node, "spacer", value))
222 assert_no_attr(dom, node, "spacer");
/external/skia/src/views/
H A DSkStackViewLayout.cpp37 void SkStackViewLayout::setSpacer(SkScalar spacer) argument
39 fSpacer = spacer;
219 if (dom.findScalar(node, "spacer", value))
222 assert_no_attr(dom, node, "spacer");
/external/stressapptest/src/
H A Derror_diag.cc97 void DeviceTree::PrettyPrint(string spacer) { argument
101 printf("%s%s\n", spacer.c_str(), itr->first.c_str());
102 itr->second->PrettyPrint(spacer+spacer);
/external/iptables/iptables/
H A Diptables-xml.c373 char *spacer = ""; // space when needed to assemble arguments local
426 printf("%s%s", spacer, argv[arg]);
427 spacer = " ";
438 spacer = "";
469 spacer = "";
494 spacer = "";
510 printf("%s", spacer);
517 spacer = " ";
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 295 milliseconds