/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/ |
D | OpenTypeVerticalData.cpp | 56 OpenType::Int16 ascender; 57 OpenType::Int16 descender; 58 OpenType::Int16 lineGap; 59 OpenType::Int16 advanceWidthMax; 60 OpenType::Int16 minLeftSideBearing; 61 OpenType::Int16 minRightSideBearing; 62 OpenType::Int16 xMaxExtent; 63 OpenType::Int16 caretSlopeRise; 64 OpenType::Int16 caretSlopeRun; 65 OpenType::Int16 caretOffset; [all …]
|
D | OpenTypeTypes.h | 34 struct Int16 { struct 35 Int16(int16_t u) : v(htons(static_cast<uint16_t>(u))) { } in Int16() argument
|
/external/lzma/CPP/Windows/ |
D | PropVariant.h | 23 CPropVariant(Int16 value) { vt = VT_I2; wReserved1 = 0; iVal = value; } in CPropVariant() 36 CPropVariant& operator=(Int16 value);
|
D | PropVariant.cpp | 109 SET_PROP_FUNC(Int16, VT_I2, iVal) in SET_PROP_FUNC()
|
/external/chromium_org/mojo/bindings/js/ |
D | codec_unittests.js | 158 encodeDecode(codec.Int16, -1, -1); 159 encodeDecode(codec.Int16, 0xff, 0xff); 160 encodeDecode(codec.Int16, 0xffff, -1);
|
/external/chromium_org/mojo/public/js/bindings/ |
D | codec.js | 544 function Int16() { class 547 Int16.encodedSize = 2; 549 Int16.decode = function(decoder) { 553 Int16.encode = function(encoder, val) { 726 exports.Int16 = Int16;
|
/external/chromium_org/win8/metro_driver/ |
D | winrt_utils.cc | 81 IMPLEMENT_CREATE_PROPERTY(Int16, INT16); 138 COMPARE_ATOMIC_PROPERTY_VALUES(Int16, INT16); in CompareProperties()
|
D | winrt_utils.h | 35 DECLARE_CREATE_PROPERTY(Int16, INT16);
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | OpenTypeVerticalDataTest.cpp | 40 OpenType::Int16 ascender;
|
/external/clang/include/clang/Basic/ |
D | TargetBuiltins.h | 109 Int16, enumerator
|
/external/chromium_org/third_party/ots/third_party/lzma_sdk/ |
D | Types.h | 57 typedef short Int16; typedef
|
/external/lzma/C/ |
D | Types.h | 56 typedef short Int16; typedef
|
/external/chromium_org/third_party/lzma_sdk/ |
D | Types.h | 56 typedef short Int16; typedef
|
/external/deqp/framework/opengl/ |
D | gluDrawUtil.hpp | 265 DECLARE_VA_CTOR(Int16, deInt16, VTX_COMP_SIGNED_INT16, VTX_COMP_CONVERT_NONE);
|
/external/bzip2/ |
D | bzlib_private.h | 46 typedef short Int16; typedef
|
D | bzip2.c | 166 typedef short Int16; typedef 1786 sizeof(Int16) != 2 || sizeof(UInt16) != 2 || in main()
|
/external/chromium_org/v8/src/ |
D | typedarray.js | 387 FUNCTION(Int16)
|
/external/clang/utils/TableGen/ |
D | NeonEmitter.cpp | 80 Int16, enumerator
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 361 case NeonTypeFlags::Int16: in RFT() 392 case NeonTypeFlags::Int16: in getNeonEltType()
|
/external/valgrind/main/VEX/switchback/ |
D | test_bzip2.c | 412 typedef short Int16; typedef
|
/external/valgrind/main/memcheck/tests/ |
D | origin5-bz2.c | 428 typedef short Int16; typedef
|
D | varinfo6.c | 466 typedef short Int16; typedef
|
/external/valgrind/main/exp-sgcheck/tests/ |
D | hackedbz2.c | 435 typedef short Int16; typedef
|
/external/valgrind/main/perf/ |
D | bz2.c | 428 typedef short Int16; typedef
|
D | test_input_for_tinycc.c | 997 typedef short Int16; typedef
|