Home
last modified time | relevance | path

Searched refs:cstyle (Results 1 – 5 of 5) sorted by relevance

/external/stlport/test/unit/
Dresolve_name.cpp70 CPPUNIT_TEST(cstyle);
74 void cstyle();
79 void ResolveNameTest::cstyle()
/external/clang/test/CodeGenCXX/
Dmangle-exprs.cpp16 void cstyle(typename enable_if< O <= (unsigned)4 >::type* = 0) { in cstyle() function
40 template void cstyle<4>(void*);
/external/mksh/src/
Dmisc.c1456 unbksl(bool cstyle, int (*fg)(void), void (*fp)(int)) in unbksl() argument
1475 if (!cstyle) in unbksl()
1507 if (!cstyle) in unbksl()
1511 if (cstyle) in unbksl()
1537 i = cstyle ? -1 : 2; in unbksl()
1560 if ((cstyle && wc > 0xFF) || fc != 'x') in unbksl()
1565 if (!cstyle) in unbksl()
/external/jpeg/
Dcoderules.doc15 jpeg/doc/cstyle.ms.tbl.Z, or cstyle.txt.Z for those without nroff/tbl).
/external/webkit/Source/WebCore/rendering/
DRenderBlock.cpp4732 RenderStyle* cstyle = child->style(); in getBorderPaddingMargin() local
4734 return getBPMWidth(child->marginEnd(), cstyle->marginEnd()) + in getBorderPaddingMargin()
4735 getBPMWidth(child->paddingEnd(), cstyle->paddingEnd()) + in getBorderPaddingMargin()
4737 return getBPMWidth(child->marginStart(), cstyle->marginStart()) + in getBorderPaddingMargin()
4738 getBPMWidth(child->paddingStart(), cstyle->paddingStart()) + in getBorderPaddingMargin()
4826 RenderStyle* cstyle = child->style(); in computeInlinePreferredLogicalWidths() local
4846 Length startMargin = cstyle->marginStart(); in computeInlinePreferredLogicalWidths()
4847 Length endMargin = cstyle->marginEnd(); in computeInlinePreferredLogicalWidths()