Searched defs:short (Results 1 - 10 of 10) sorted by relevance

/external/v8/test/mjsunit/
H A Dstring-replace.js39 var short = "xaxbxcx"; variable
41 replaceTest("axbxcx", short, "x", "");
42 replaceTest("axbxcx", short, /x/, "");
43 replaceTest("abc", short, /x/g, "");
45 replaceTest("xaxxcx", short, "b", "");
46 replaceTest("xaxxcx", short, /b/, "");
47 replaceTest("xaxxcx", short, /b/g, "");
50 replaceTest("[]axbxcx", short, "x", "[]");
51 replaceTest("[]axbxcx", short, /x/, "[]");
52 replaceTest("[]a[]b[]c[]", short, /
[all...]
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGResourceMarker.h58 virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short) { return false; } argument
H A DRenderSVGResource.h63 virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode) = 0;
64 virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short, const Path*) { } argument
/external/bison/data/
H A Dyacc.c219 #ifdef short
220 # undef short macro
234 typedef short int yytype_int8;
240 typedef unsigned short int yytype_uint16;
246 typedef short int yytype_int16;
/external/webkit/Source/WebCore/css/
H A DCSSPrimitiveValue.cpp274 short CSSPrimitiveValue::computeLengthShort(RenderStyle* style, RenderStyle* rootStyle)
276 return roundForImpreciseConversion<short, SHRT_MAX, SHRT_MIN>(computeLengthDouble(style, rootStyle));
279 short CSSPrimitiveValue::computeLengthShort(RenderStyle* style, RenderStyle* rootStyle, double multiplier)
281 return roundForImpreciseConversion<short, SHRT_MAX, SHRT_MIN>(computeLengthDouble(style, rootStyle, multiplier));
296 unsigned short type = primitiveType();
355 void CSSPrimitiveValue::setFloatValue(unsigned short, double, ExceptionCode& ec) argument
363 static double conversionToCanonicalUnitsScaleFactor(unsigned short unitType)
409 double CSSPrimitiveValue::getDoubleValue(unsigned short unitType, ExceptionCode& ec) const
422 double CSSPrimitiveValue::getDoubleValue(unsigned short unitType) const
500 void CSSPrimitiveValue::setStringValue(unsigned short, cons argument
[all...]
/external/webkit/Source/WebCore/platform/graphics/opentype/
H A DOpenTypeUtilities.cpp35 operator unsigned short() const { return (v & 0x00ff) << 8 | v >> 8; }
36 BigEndianUShort(unsigned short u) : v((u & 0x00ff) << 8 | u >> 8) { }
37 unsigned short v;
57 unsigned short fsType;
58 unsigned short magicNumber;
63 unsigned short padding1;
175 void EOTHeader::appendBigEndianString(const BigEndianUShort* string, unsigned short length)
178 m_buffer.resize(oldSize + length + 2 * sizeof(unsigned short));
190 unsigned short padding = 0;
222 unsigned short familyNameLengt
[all...]
/external/bison/src/
H A Dparse-gram.c316 #ifdef short
317 # undef short macro
332 typedef short int yytype_int8;
338 typedef unsigned short int yytype_uint16;
344 typedef short int yytype_int16;
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-parse.c312 #ifdef short
313 # undef short macro
328 typedef short int yytype_int8;
334 typedef unsigned short int yytype_uint16;
340 typedef short int yytype_int16;
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dglslang_tab.cpp370 #ifdef short
371 # undef short macro
386 typedef short int yytype_int8;
392 typedef unsigned short int yytype_uint16;
398 typedef short int yytype_int16;
/external/mesa3d/src/glsl/
H A Dglsl_parser.cpp403 #ifdef short
404 # undef short macro
419 typedef short int yytype_int8;
425 typedef unsigned short int yytype_uint16;
431 typedef short int yytype_int16;

Completed in 338 milliseconds