Searched defs:nowrap (Results 1 - 7 of 7) sorted by relevance

/external/freetype/src/gzip/
H A Dinflate.c46 int nowrap; /* flag for no wrapper */ member in struct:internal_state
61 z->state->mode = z->state->nowrap ? BLOCKS : METHOD;
107 /* handle undocumented nowrap option (no zlib header or check) */
108 z->state->nowrap = 0;
112 z->state->nowrap = 1;
125 inflate_blocks_new(z, z->state->nowrap ? Z_NULL : adler32, (uInt)1 << w))
231 if (z->state->nowrap)
/external/clang/test/Sema/
H A Dtype-spec-struct-union.c58 int nowrap; member in struct:bar_baz
64 z->baz->mode = z->baz->nowrap ? HOP : SQUAT;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableCell.cpp153 // See if nowrap was set.
155 const AtomicString& nowrap = toElement(node())->getAttribute(nowrapAttr); local
156 if (!nowrap.isNull() && w.isFixed())
H A DRenderBlock.cpp3645 bool nowrap = styleToUse->whiteSpace() == NOWRAP; local
3698 // IE ignores tables for calculation of nowrap. Makes some sense.
3699 if (nowrap && !child->isTable())
/external/chromium_org/third_party/libxml/src/
H A Dxmllint.c135 static int nowrap = 0; variable
2979 printf("\t--nowrap : do not put HTML doc wrapper\n");
3149 else if ((!strcmp(argv[i], "-nowrap")) ||
3150 (!strcmp(argv[i], "--nowrap")))
3151 nowrap++;
3461 if ((htmlout) && (!nowrap)) {
3696 if ((htmlout) && (!nowrap)) {
/external/libxml2/
H A Dxmllint.c136 static int nowrap = 0; variable
2997 printf("\t--nowrap : do not put HTML doc wrapper\n");
3177 else if ((!strcmp(argv[i], "-nowrap")) ||
3178 (!strcmp(argv[i], "--nowrap")))
3179 nowrap++;
3510 if ((htmlout) && (!nowrap)) {
3750 if ((htmlout) && (!nowrap)) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 254 milliseconds