Searched refs:int32_t (Results 1 - 25 of 6234) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/
H A Dtag.h29 static const int32_t ttcf;
33 static const int32_t cmap;
34 static const int32_t head;
35 static const int32_t hhea;
36 static const int32_t hmtx;
37 static const int32_t maxp;
38 static const int32_t name;
39 static const int32_t OS_2;
40 static const int32_t post;
43 static const int32_t cv
[all...]
/external/sfntly/cpp/src/sfntly/
H A Dtag.h29 static const int32_t ttcf;
33 static const int32_t cmap;
34 static const int32_t head;
35 static const int32_t hhea;
36 static const int32_t hmtx;
37 static const int32_t maxp;
38 static const int32_t name;
39 static const int32_t OS_2;
40 static const int32_t post;
43 static const int32_t cv
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccaltst.h58 static void testZones(int32_t, int32_t, int32_t, int32_t, int32_t, int32_t);
76 static void checkDate(UCalendar* c, int32_t y, int32_t m, int32_t d);
78 static void checkDateTime(UCalendar* c, int32_t
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dccaltst.h58 static void testZones(int32_t, int32_t, int32_t, int32_t, int32_t, int32_t);
76 static void checkDate(UCalendar* c, int32_t y, int32_t m, int32_t d);
78 static void checkDateTime(UCalendar* c, int32_t
[all...]
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Ddenseranges.h34 U_CAPI int32_t U_EXPORT2
35 uprv_makeDenseRanges(const int32_t values[], int32_t length,
36 int32_t density,
37 int32_t ranges[][2], int32_t capacity);
/external/clang/test/Sema/
H A Darm_acle.c10 int32_t test_ssat_const_diag(int32_t t, const int32_t v) {
14 int32_t test_usat_const_diag(int32_t t, const int32_t v) {
/external/icu/icu4c/source/tools/toolutil/
H A Ddenseranges.h34 U_CAPI int32_t U_EXPORT2
35 uprv_makeDenseRanges(const int32_t values[], int32_t length,
36 int32_t density,
37 int32_t ranges[][2], int32_t capacity);
/external/chromium_org/ppapi/generators/test_cgen_range/
H A Dversions.h33 int32_t (*Bar)(int32_t x, int32_t y, int32_t z);
39 int32_t (*Bar)(int32_t x);
43 int32_t (*Bar)(int32_t x, int32_t y);
H A Dversions.idl22 [version=0.0] int32_t Bar(int32_t x);
26 [version=1.0] int32_t Bar(int32_t x, int32_t y);
30 [version=2.0] int32_t Bar(int32_t x, int32_t y, int32_t z);
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Dresample_by_2_internal.h26 void WebRtcSpl_DownBy2IntToShort(int32_t *in, int32_t len, int16_t *out,
27 int32_t *state);
29 void WebRtcSpl_DownBy2ShortToInt(const int16_t *in, int32_t len,
30 int32_t *out, int32_t *state);
32 void WebRtcSpl_UpBy2ShortToInt(const int16_t *in, int32_t len,
33 int32_t *out, int32_t *state);
35 void WebRtcSpl_UpBy2IntToInt(const int32_t *i
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
H A Dreadable_font_data.h75 virtual int32_t ReadUByte(int32_t index);
81 virtual int32_t ReadByte(int32_t index);
90 virtual int32_t ReadBytes(int32_t index,
92 int32_t offset,
93 int32_t length);
99 virtual int32_t ReadChar(int32_t inde
[all...]
H A Dbyte_array.h35 int32_t Length();
40 int32_t Size();
45 int32_t SetFilledLength(int32_t filled_length);
50 virtual int32_t Get(int32_t index);
58 virtual int32_t Get(int32_t index, ByteVector* b);
68 virtual int32_t Get(int32_t inde
[all...]
H A Dwritable_font_data.h38 static CALLER_ATTACH WritableFontData* CreateWritableFontData(int32_t length);
51 virtual int32_t WriteByte(int32_t index, byte_t b);
60 virtual int32_t WriteBytes(int32_t index,
62 int32_t offset,
63 int32_t length);
70 virtual int32_t WriteBytes(int32_t index, ByteVector* b);
82 virtual int32_t WriteBytesPa
[all...]
/external/sfntly/cpp/src/sfntly/data/
H A Dreadable_font_data.h75 virtual int32_t ReadUByte(int32_t index);
81 virtual int32_t ReadByte(int32_t index);
90 virtual int32_t ReadBytes(int32_t index,
92 int32_t offset,
93 int32_t length);
99 virtual int32_t ReadChar(int32_t inde
[all...]
H A Dbyte_array.h35 int32_t Length();
40 int32_t Size();
45 int32_t SetFilledLength(int32_t filled_length);
50 virtual int32_t Get(int32_t index);
58 virtual int32_t Get(int32_t index, ByteVector* b);
68 virtual int32_t Get(int32_t inde
[all...]
H A Dwritable_font_data.h38 static CALLER_ATTACH WritableFontData* CreateWritableFontData(int32_t length);
51 virtual int32_t WriteByte(int32_t index, byte_t b);
60 virtual int32_t WriteBytes(int32_t index,
62 int32_t offset,
63 int32_t length);
70 virtual int32_t WriteBytes(int32_t index, ByteVector* b);
82 virtual int32_t WriteBytesPa
[all...]
/external/chromium_org/ppapi/api/
H A Dpp_instance.idl20 [assert_size(4)] typedef int32_t PP_Instance;
H A Dpp_module.idl19 typedef int32_t PP_Module;
H A Dpp_resource.idl26 [assert_size(4)] typedef int32_t PP_Resource;
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
H A Dhorizontal_header_table.h42 int32_t TableVersion();
43 void SetTableVersion(int32_t version);
44 int32_t Ascender();
45 void SetAscender(int32_t ascender);
46 int32_t Descender();
47 void SetDescender(int32_t descender);
48 int32_t LineGap();
49 void SetLineGap(int32_t line_gap);
50 int32_t AdvanceWidthMax();
51 void SetAdvanceWidthMax(int32_t valu
[all...]
/external/sfntly/cpp/src/sfntly/table/core/
H A Dhorizontal_header_table.h42 int32_t TableVersion();
43 void SetTableVersion(int32_t version);
44 int32_t Ascender();
45 void SetAscender(int32_t ascender);
46 int32_t Descender();
47 void SetDescender(int32_t descender);
48 int32_t LineGap();
49 void SetLineGap(int32_t line_gap);
50 int32_t AdvanceWidthMax();
51 void SetAdvanceWidthMax(int32_t valu
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/math/
H A Dfixed1616.h26 static inline int32_t Integral(int32_t fixed) {
30 static inline int32_t Fractional(int32_t fixed) {
34 static inline int32_t Fixed(int32_t integral, int32_t fractional) {
/external/sfntly/cpp/src/sfntly/math/
H A Dfixed1616.h26 static inline int32_t Integral(int32_t fixed) {
30 static inline int32_t Fractional(int32_t fixed) {
34 static inline int32_t Fixed(int32_t integral, int32_t fractional) {
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dbytestriebuilder.h68 BytesTrieBuilder &add(const StringPiece &s, int32_t value, UErrorCode &errorCode);
128 virtual int32_t getElementStringLength(int32_t i) const;
129 virtual UChar getElementUnit(int32_t i, int32_t byteIndex) const;
130 virtual int32_t getElementValue(int32_t i) const;
132 virtual int32_t getLimitOfLinearMatch(int32_t first, int32_t las
[all...]
H A Ducharstriebuilder.h67 UCharsTrieBuilder &add(const UnicodeString &s, int32_t value, UErrorCode &errorCode);
135 virtual int32_t getElementStringLength(int32_t i) const;
136 virtual UChar getElementUnit(int32_t i, int32_t unitIndex) const;
137 virtual int32_t getElementValue(int32_t i) const;
139 virtual int32_t getLimitOfLinearMatch(int32_t first, int32_t las
[all...]

Completed in 663 milliseconds

1234567891011>>