Searched defs:spacer (Results 1 - 15 of 15) 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/skia/gm/
H A Dlocalmatriximagefilter.cpp67 const SkScalar spacer = image0->width() * 3.0f / 2; local
77 canvas->translate(spacer, 0);
81 canvas->translate(0, spacer);
H A Dtablecolorfilter.cpp241 const SkScalar spacer = 10; local
243 canvas->translate(spacer, spacer);
251 canvas->translate((i + 1) * (r.width() + spacer), 0);
256 canvas->translate(0, (i + 1) * (r.width() + spacer));
261 canvas->translate(r.width() + spacer, r.width() + spacer);
268 canvas->translate(r.width() + spacer, 0);
271 canvas->translate(0, r.height() + spacer);
/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/skia/tests/
H A DCanvasStateHelpers.cpp17 float right, float bottom, int32_t spacer) {
24 canvas->translate(0, rect.height() + spacer);
29 float left, float top, float right, float bottom, int32_t spacer) {
34 complex_layers_draw(canvas.get(), left, top, right, bottom, spacer);
16 complex_layers_draw(SkCanvas* canvas, float left, float top, float right, float bottom, int32_t spacer) argument
28 complex_layers_draw_from_canvas_state(SkCanvasState* state, float left, float top, float right, float bottom, int32_t spacer) argument
/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.c374 char *spacer = ""; // space when needed to assemble arguments local
427 printf("%s%s", spacer, argv[arg]);
428 spacer = " ";
439 spacer = "";
470 spacer = "";
495 spacer = "";
511 printf("%s", spacer);
518 spacer = " ";
/external/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...
/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 ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 400 milliseconds