Searched refs:int32_t (Results 201 - 225 of 6234) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddesktop_geometry.h23 DesktopVector(int32_t x, int32_t y) : x_(x), y_(y) {}
25 int32_t x() const { return x_; }
26 int32_t y() const { return y_; }
33 void set(int32_t x, int32_t y) {
46 int32_t x_;
47 int32_t y_;
54 DesktopSize(int32_t width, int32_t heigh
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
H A Dbyte_array.cc25 const int32_t ByteArray::COPY_BUFFER_SIZE = 8192;
29 int32_t ByteArray::Length() { return filled_length_; }
30 int32_t ByteArray::Size() { return storage_length_; }
32 int32_t ByteArray::SetFilledLength(int32_t filled_length) {
33 filled_length_ = std::min<int32_t>(filled_length, storage_length_);
37 int32_t ByteArray::Get(int32_t index) {
41 int32_t ByteArray::Get(int32_t inde
[all...]
H A Dreadable_font_data.cc60 int32_t ReadableFontData::ReadUByte(int32_t index) {
61 int32_t b = array_->Get(BoundOffset(index));
71 int32_t ReadableFontData::ReadByte(int32_t index) {
72 int32_t b = array_->Get(BoundOffset(index));
82 int32_t ReadableFontData::ReadBytes(int32_t index,
84 int32_t offset,
85 int32_t lengt
[all...]
H A Dfont_data.cc25 int32_t FontData::Size() const {
26 return std::min<int32_t>(array_->Size() - bound_offset_, bound_length_);
29 bool FontData::Bound(int32_t offset, int32_t length) {
38 bool FontData::Bound(int32_t offset) {
46 int32_t FontData::Length() const {
47 return std::min<int32_t>(array_->Length() - bound_offset_, bound_length_);
54 FontData::FontData(FontData* data, int32_t offset, int32_t length) {
59 FontData::FontData(FontData* data, int32_t offse
[all...]
/external/sfntly/cpp/src/sfntly/data/
H A Dbyte_array.cc25 const int32_t ByteArray::COPY_BUFFER_SIZE = 8192;
29 int32_t ByteArray::Length() { return filled_length_; }
30 int32_t ByteArray::Size() { return storage_length_; }
32 int32_t ByteArray::SetFilledLength(int32_t filled_length) {
33 filled_length_ = std::min<int32_t>(filled_length, storage_length_);
37 int32_t ByteArray::Get(int32_t index) {
41 int32_t ByteArray::Get(int32_t inde
[all...]
H A Dreadable_font_data.cc60 int32_t ReadableFontData::ReadUByte(int32_t index) {
61 int32_t b = array_->Get(BoundOffset(index));
71 int32_t ReadableFontData::ReadByte(int32_t index) {
72 int32_t b = array_->Get(BoundOffset(index));
82 int32_t ReadableFontData::ReadBytes(int32_t index,
84 int32_t offset,
85 int32_t lengt
[all...]
H A Dfont_data.cc25 int32_t FontData::Size() const {
26 return std::min<int32_t>(array_->Size() - bound_offset_, bound_length_);
29 bool FontData::Bound(int32_t offset, int32_t length) {
38 bool FontData::Bound(int32_t offset) {
46 int32_t FontData::Length() const {
47 return std::min<int32_t>(array_->Length() - bound_offset_, bound_length_);
54 FontData::FontData(FontData* data, int32_t offset, int32_t length) {
59 FontData::FontData(FontData* data, int32_t offse
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducoleitr.h28 #define UCOL_NULLORDER ((int32_t)0xFFFFFFFF)
123 int32_t textLength,
134 U_STABLE int32_t U_EXPORT2
135 ucol_keyHashCode(const uint8_t* key, int32_t length);
183 U_STABLE int32_t U_EXPORT2
202 U_STABLE int32_t U_EXPORT2
211 * @param ixLow a pointer to an int32_t to receive the iterator index before fetching the CE.
212 * @param ixHigh a pointer to an int32_t to receive the iterator index after fetching the CE.
220 ucol_nextProcessed(UCollationElements *elems, int32_t *ixLow, int32_t *ixHig
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dolsontz.h167 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month,
168 int32_t day, uint8_t dayOfWeek,
169 int32_t millis, UErrorCode& ec) const;
174 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month,
175 int32_t day, uint8_t dayOfWeek,
176 int32_t milli
[all...]
/external/icu/icu4c/source/i18n/
H A Dolsontz.h167 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month,
168 int32_t day, uint8_t dayOfWeek,
169 int32_t millis, UErrorCode& ec) const;
174 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month,
175 int32_t day, uint8_t dayOfWeek,
176 int32_t milli
[all...]
H A Dcollationweights.h36 static inline int32_t lengthOfWeight(uint32_t weight) {
65 UBool allocWeights(uint32_t lowerLimit, uint32_t upperLimit, int32_t n);
79 int32_t length, count;
84 inline int32_t countBytes(int32_t idx) const {
85 return (int32_t)(maxBytes[idx] - minBytes[idx] + 1);
88 uint32_t incWeight(uint32_t weight, int32_t length) const;
89 uint32_t incWeightByOffset(uint32_t weight, int32_t length, int32_t offset) const;
97 UBool allocWeightsInShortRanges(int32_t
[all...]
/external/chromium_org/ppapi/c/
H A Dpp_instance.h34 typedef int32_t PP_Instance;
H A Dpp_module.h32 typedef int32_t PP_Module;
H A Dpp_resource.h40 typedef int32_t PP_Resource;
/external/chromium_org/ppapi/thunk/
H A Dppb_message_loop_api.h24 virtual int32_t AttachToCurrentThread() = 0;
25 virtual int32_t Run() = 0;
30 virtual int32_t PostWork(PP_CompletionCallback callback,
32 virtual int32_t PostQuit(PP_Bool should_destroy) = 0;
/external/chromium_org/third_party/icu/source/common/unicode/
H A Drep.h85 inline int32_t length() const;
94 inline UChar charAt(int32_t offset) const;
108 inline UChar32 char32At(int32_t offset) const;
120 virtual void extractBetween(int32_t start,
121 int32_t limit,
144 virtual void handleReplaceBetween(int32_t start,
145 int32_t limit,
172 virtual void copy(int32_t start, int32_t limit, int32_t des
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Denh_upsample.h29 int32_t *useq1, /* (o) upsampled output sequence */
H A Dget_lsp_poly.h45 int32_t *f); /* (o) polonymial in Q24 */
/external/chromium_org/third_party/webrtc/modules/media_file/interface/
H A Dmedia_file_defines.h28 virtual void PlayNotification(const int32_t id,
34 virtual void RecordNotification(const int32_t id,
40 virtual void PlayFileEnded(const int32_t id) = 0;
45 virtual void RecordFileEnded(const int32_t id) = 0;
/external/chromium_org/third_party/webrtc/modules/utility/interface/mock/
H A Dmock_process_thread.h22 MOCK_METHOD0(Start, int32_t());
23 MOCK_METHOD0(Stop, int32_t());
24 MOCK_METHOD1(RegisterModule, int32_t(Module* module));
25 MOCK_METHOD1(DeRegisterModule, int32_t(const Module* module));
/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
H A Dbrightness_detection.h25 int32_t ChangeUniqueId(int32_t id);
28 int32_t ProcessFrame(const I420VideoFrame& frame,
32 int32_t id_;
/external/compiler-rt/test/ubsan/TestCases/Integer/
H A Ddiv-overflow.cpp9 int32_t(0x80000000) / -1;
/external/icu/icu4c/source/common/unicode/
H A Drep.h85 inline int32_t length() const;
94 inline UChar charAt(int32_t offset) const;
108 inline UChar32 char32At(int32_t offset) const;
120 virtual void extractBetween(int32_t start,
121 int32_t limit,
144 virtual void handleReplaceBetween(int32_t start,
145 int32_t limit,
172 virtual void copy(int32_t start, int32_t limit, int32_t des
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_device/win/
H A Daudio_device_wave_win.h43 AudioDeviceWindowsWave(const int32_t id);
47 virtual int32_t ActiveAudioLayer(AudioDeviceModule::AudioLayer& audioLayer) const;
50 virtual int32_t Init();
51 virtual int32_t Terminate();
57 virtual int32_t PlayoutDeviceName(
61 virtual int32_t RecordingDeviceName(
67 virtual int32_t SetPlayoutDevice(uint16_t index);
68 virtual int32_t SetPlayoutDevice(AudioDeviceModule::WindowsDeviceType device);
69 virtual int32_t SetRecordingDevice(uint16_t index);
70 virtual int32_t SetRecordingDevic
[all...]
/external/chromium_org/ppapi/generators/test_cgen_range/
H A Ddev_channel_interface.h74 void (*Foo)(int32_t x);
78 void (*Bar)(int32_t x);
82 void (*Baz)(int32_t x);
88 void (*Foo)(int32_t x);
92 void (*Foo)(int32_t x);
93 void (*Bar)(int32_t x);
94 void (*Baz)(int32_t x);

Completed in 1919 milliseconds

1234567891011>>