Searched refs:int32_t (Results 26 - 50 of 6234) sorted by relevance

1234567891011>>

/external/icu/icu4c/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...]
H A Dumisc.h37 int32_t field;
42 int32_t beginIndex;
47 int32_t endIndex;
H A Durep.h61 int32_t (*length)(const UReplaceable* rep);
75 int32_t offset);
88 int32_t offset);
107 int32_t start,
108 int32_t limit,
110 int32_t textLength);
126 int32_t start,
127 int32_t limit,
147 int32_t start,
148 int32_t limi
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/testing/
H A DTreeTestHelpers.cpp34 void initRandom(const int32_t seed)
39 int32_t nextRandom(const int32_t maximumValue)
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dumisc.h37 int32_t field;
42 int32_t beginIndex;
47 int32_t endIndex;
H A Durep.h61 int32_t (*length)(const UReplaceable* rep);
75 int32_t offset);
88 int32_t offset);
107 int32_t start,
108 int32_t limit,
110 int32_t textLength);
126 int32_t start,
127 int32_t limit,
147 int32_t start,
148 int32_t limi
[all...]
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Drle.h39 int32_t
40 byteArrayToRLEString(const uint8_t* src,int32_t srcLen, uint16_t* buffer,int32_t bufLen, UErrorCode* status);
56 int32_t
57 usArrayToRLEString(const uint16_t* src,int32_t srcLen,uint16_t* buffer, int32_t bufLen,UErrorCode* status);
62 int32_t
63 rleStringToByteArray(uint16_t* src, int32_t srcLen, uint8_t* target, int32_t tgtLen, UErrorCode* status);
67 int32_t
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dwindow32_w32.h29 int32_t *z, /* Output */
30 int32_t *x, /* Input (same domain as Output)*/
31 const int32_t *y, /* Q31 Window */
/external/icu/icu4c/source/tools/genrb/
H A Drle.h39 int32_t
40 byteArrayToRLEString(const uint8_t* src,int32_t srcLen, uint16_t* buffer,int32_t bufLen, UErrorCode* status);
56 int32_t
57 usArrayToRLEString(const uint16_t* src,int32_t srcLen,uint16_t* buffer, int32_t bufLen,UErrorCode* status);
62 int32_t
63 rleStringToByteArray(uint16_t* src, int32_t srcLen, uint8_t* target, int32_t tgtLen, UErrorCode* status);
67 int32_t
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table.h46 int32_t index_format() { return index_format_; }
47 int32_t first_glyph_index() { return first_glyph_index_; }
48 void set_first_glyph_index(int32_t v) { first_glyph_index_ = v; }
49 int32_t last_glyph_index() { return last_glyph_index_; }
50 void set_last_glyph_index(int32_t v) { last_glyph_index_ = v; }
51 int32_t image_format() { return image_format_; }
52 void set_image_format(int32_t v) { image_format_ = v; }
53 int32_t image_data_offset() { return image_data_offset_; }
54 void set_image_data_offset(int32_t v) { image_data_offset_ = v; }
56 virtual int32_t NumGlyph
[all...]
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table.h46 int32_t index_format() { return index_format_; }
47 int32_t first_glyph_index() { return first_glyph_index_; }
48 void set_first_glyph_index(int32_t v) { first_glyph_index_ = v; }
49 int32_t last_glyph_index() { return last_glyph_index_; }
50 void set_last_glyph_index(int32_t v) { last_glyph_index_ = v; }
51 int32_t image_format() { return image_format_; }
52 void set_image_format(int32_t v) { image_format_ = v; }
53 int32_t image_data_offset() { return image_data_offset_; }
54 void set_image_data_offset(int32_t v) { image_data_offset_ = v; }
56 virtual int32_t NumGlyph
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_device/dummy/
H A Daudio_device_utility_dummy.cc13 int32_t AudioDeviceUtilityDummy::Init() { return 0; }
/external/tcpdump/
H A Dgmt2local.h26 int32_t gmt2local(time_t);
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Datomic32.h31 Atomic32(int32_t initial_value = 0);
35 int32_t operator++();
36 int32_t operator--();
38 int32_t operator+=(int32_t value);
39 int32_t operator-=(int32_t value);
43 bool CompareExchange(int32_t new_value, int32_t compare_value);
44 int32_t Valu
[all...]
/external/chromium_org/third_party/icu/source/test/perf/unisetperf/draft/
H A Dunicont.h25 virtual int32_t span(const UChar *s, int32_t length);
27 virtual int32_t spanNot(const UChar *s, int32_t length);
29 virtual int32_t spanUTF8(const UChar *s, int32_t length);
31 virtual int32_t spanNotUTF8(const UChar *s, int32_t length);
/external/icu/icu4c/source/test/perf/unisetperf/draft/
H A Dunicont.h25 virtual int32_t span(const UChar *s, int32_t length);
27 virtual int32_t spanNot(const UChar *s, int32_t length);
29 virtual int32_t spanUTF8(const UChar *s, int32_t length);
31 virtual int32_t spanNotUTF8(const UChar *s, int32_t length);
/external/chromium_org/ppapi/generators/test_namespace/
H A Dfoo.idl9 int32_t;
15 int32_t width;
17 int32_t height;
/external/chromium_org/ppapi/generators/test_version/
H A Dversions.idl15 int32_t;
24 [version=0.0] int32_t Bar([in] int32_t x);
28 [version=2.0] int32_t Bar([in] int32_t x, [in] int32_t y, [in] int32_t z);
51 [version=1.0] int32_t y;
58 typedef int32_t callback_t([in] int32_t
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dumath.c13 U_CAPI int32_t U_EXPORT2
14 uprv_max(int32_t x, int32_t y)
19 U_CAPI int32_t U_EXPORT2
20 uprv_min(int32_t x, int32_t y)
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
H A Dmemory_byte_array.h28 explicit MemoryByteArray(int32_t length);
40 MemoryByteArray(byte_t* b, int32_t filled_length);
43 virtual int32_t CopyTo(OutputStream* os, int32_t offset, int32_t length);
46 virtual int32_t CopyTo(ByteArray* array) { return ByteArray::CopyTo(array); }
47 virtual int32_t CopyTo(ByteArray* array, int32_t offset, int32_t length) {
50 virtual int32_t CopyT
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/math/
H A Dfont_math.h26 static int32_t Log2(int32_t a) {
41 static int32_t PaddingRequired(int32_t size, int32_t alignment_size) {
42 int32_t padding = alignment_size - (size % alignment_size);
/external/chromium_org/third_party/webrtc/modules/video_capture/windows/
H A Dvideo_capture_mf.cc16 VideoCaptureMF::VideoCaptureMF(const int32_t id) : VideoCaptureImpl(id) {}
19 int32_t VideoCaptureMF::Init(const int32_t id, const char* device_id) {
23 int32_t VideoCaptureMF::StartCapture(
28 int32_t VideoCaptureMF::StopCapture() {
36 int32_t VideoCaptureMF::CaptureSettings(
/external/icu/icu4c/source/common/
H A Dumath.c13 U_CAPI int32_t U_EXPORT2
14 uprv_max(int32_t x, int32_t y)
19 U_CAPI int32_t U_EXPORT2
20 uprv_min(int32_t x, int32_t y)
/external/sfntly/cpp/src/sfntly/data/
H A Dmemory_byte_array.h28 explicit MemoryByteArray(int32_t length);
40 MemoryByteArray(byte_t* b, int32_t filled_length);
43 virtual int32_t CopyTo(OutputStream* os, int32_t offset, int32_t length);
46 virtual int32_t CopyTo(ByteArray* array) { return ByteArray::CopyTo(array); }
47 virtual int32_t CopyTo(ByteArray* array, int32_t offset, int32_t length) {
50 virtual int32_t CopyT
[all...]

Completed in 503 milliseconds

1234567891011>>