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

/external/skia/src/views/
H A DSkStackViewLayout.cpp30 void SkStackViewLayout::setSpacer(SkScalar spacer) argument
32 fSpacer = spacer;
210 if (dom.findScalar(node, "spacer", value))
213 assert_no_attr(dom, node, "spacer");
/external/iptables/
H A Diptables-xml.c370 char *spacer = ""; // space when needed to assemble arguments local
419 printf("%s%s", spacer, argv[arg]);
420 spacer = " ";
431 spacer = "";
462 spacer = "";
487 spacer = "";
503 printf("%s", spacer);
510 spacer = " ";

Completed in 75 milliseconds