Home
last modified time | relevance | path

Searched refs:cstyle (Results 1 – 6 of 6) 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.cpp48 void cstyle(typename enable_if< O <= (unsigned)4 >::type* = 0) { in cstyle() function
76 template void cstyle<4>(void*);
/external/mksh/src/
Dmisc.c2017 unbksl(bool cstyle, int (*fg)(void), void (*fp)(int)) in unbksl() argument
2036 if (!cstyle) in unbksl()
2068 if (!cstyle) in unbksl()
2072 if (cstyle) in unbksl()
2098 i = cstyle ? -1 : 2; in unbksl()
2121 if ((cstyle && wc > 0xFF) || fc != 'x') in unbksl()
2126 if (!cstyle) in unbksl()
/external/jpeg/
Dcoderules.doc15 jpeg/doc/cstyle.ms.tbl.Z, or cstyle.txt.Z for those without nroff/tbl).
/external/qemu/distrib/jpeg-6b/
Dcoderules.doc15 jpeg/doc/cstyle.ms.tbl.Z, or cstyle.txt.Z for those without nroff/tbl).
/external/webkit/Source/WebCore/rendering/
DRenderBlock.cpp4756 RenderStyle* cstyle = child->style(); in getBorderPaddingMargin() local
4758 return getBPMWidth(child->marginEnd(), cstyle->marginEnd()) + in getBorderPaddingMargin()
4759 getBPMWidth(child->paddingEnd(), cstyle->paddingEnd()) + in getBorderPaddingMargin()
4761 return getBPMWidth(child->marginStart(), cstyle->marginStart()) + in getBorderPaddingMargin()
4762 getBPMWidth(child->paddingStart(), cstyle->paddingStart()) + in getBorderPaddingMargin()
4850 RenderStyle* cstyle = child->style(); in computeInlinePreferredLogicalWidths() local
4870 Length startMargin = cstyle->marginStart(); in computeInlinePreferredLogicalWidths()
4871 Length endMargin = cstyle->marginEnd(); in computeInlinePreferredLogicalWidths()