Searched refs:int32_t (Results 126 - 150 of 6234) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/platform/testing/
H A DTreeTestHelpers.h40 void initRandom(const int32_t seed);
45 int32_t nextRandom(const int32_t maximumValue);
/external/chromium_org/third_party/icu/source/common/
H A Dustrfmt.h13 U_CAPI int32_t U_EXPORT2
14 uprv_itou (UChar * buffer, int32_t capacity, uint32_t i, uint32_t radix, int32_t minwidth);
H A Ddictionarydata.h32 static const int32_t TRIE_TYPE_BYTES; // = 0;
33 static const int32_t TRIE_TYPE_UCHARS; // = 1;
34 static const int32_t TRIE_TYPE_MASK; // = 7;
35 static const int32_t TRIE_HAS_VALUES; // = 8;
37 static const int32_t TRANSFORM_NONE; // = 0;
38 static const int32_t TRANSFORM_TYPE_OFFSET; // = 0x1000000;
39 static const int32_t TRANSFORM_TYPE_MASK; // = 0x7f000000;
40 static const int32_t TRANSFORM_OFFSET_MASK; // = 0x1fffff;
71 virtual int32_t matches(UText *text, int32_t maxLengt
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dnfsprep.h51 int32_t
52 nfs4_prepare(const char* src, int32_t srcLength,
53 char* dest, int32_t destCapacity,
67 int32_t
68 nfs4_mixed_prepare( const char* src, int32_t srcLength,
69 char* dest, int32_t destCapacity,
82 int32_t
83 nfs4_cis_prepare( const char* src, int32_t srcLength,
84 char* dest, int32_t destCapacity,
97 int32_t
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcaltztst.h40 UDate date(int32_t y, int32_t m, int32_t d, int32_t hr=0, int32_t min=0, int32_t sec=0);
47 void dateToFields(UDate date, int32_t& y, int32_t& m, int32_t& d, int32_t
[all...]
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Drbutil.h25 int32_t itostr(char * buffer, int32_t i, uint32_t radix, int32_t pad);
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dflagparser.h27 U_CAPI int32_t U_EXPORT2
28 parseFlagsFile(const char *fileName, char **flagBuffer, int32_t flagBufferSize, const char ** flagNames, int32_t numOfFlags, UErrorCode *status);
H A Dpkg_imp.h31 getDataInfo(const uint8_t *data, int32_t length,
32 int32_t &infoLength, int32_t &headerLength,
H A Ddenseranges.cpp28 LargestGaps(int32_t max) : maxLength(max<=kCapacity ? max : kCapacity), length(0) {}
30 void add(int32_t gapStart, int64_t gapLength) {
31 int32_t i=length;
39 int32_t j= length<maxLength ? length++ : maxLength-1;
50 void truncate(int32_t newLength) {
56 int32_t count() const { return length; }
57 int32_t gapStart(int32_t i) const { return gapStarts[i]; }
58 int64_t gapLength(int32_t i) const { return gapLengths[i]; }
60 int32_t firstAfte
[all...]
/external/chromium_org/third_party/webrtc/modules/video_capture/mac/qtkit/
H A Dvideo_capture_qtkit.h32 VideoCaptureMacQTKit(const int32_t id);
45 int32_t Init(const int32_t id, const char* deviceUniqueIdUTF8);
49 virtual int32_t StartCapture(
51 virtual int32_t StopCapture();
57 int32_t CaptureSettings(VideoCaptureCapability& settings);
61 int32_t SetCameraOutput();
67 int32_t _id;
68 int32_t _captureWidth;
69 int32_t _captureHeigh
[all...]
/external/chromium_org/third_party/webrtc/modules/video_capture/
H A Dvideo_capture_delay.h21 int32_t width;
22 int32_t height;
23 int32_t delay;
/external/icu/icu4c/source/common/
H A Dustrfmt.h13 U_CAPI int32_t U_EXPORT2
14 uprv_itou (UChar * buffer, int32_t capacity, uint32_t i, uint32_t radix, int32_t minwidth);
H A Ddictionarydata.h32 static const int32_t TRIE_TYPE_BYTES; // = 0;
33 static const int32_t TRIE_TYPE_UCHARS; // = 1;
34 static const int32_t TRIE_TYPE_MASK; // = 7;
35 static const int32_t TRIE_HAS_VALUES; // = 8;
37 static const int32_t TRANSFORM_NONE; // = 0;
38 static const int32_t TRANSFORM_TYPE_OFFSET; // = 0x1000000;
39 static const int32_t TRANSFORM_TYPE_MASK; // = 0x7f000000;
40 static const int32_t TRANSFORM_OFFSET_MASK; // = 0x1fffff;
71 virtual int32_t matches(UText *text, int32_t maxLengt
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dnfsprep.h51 int32_t
52 nfs4_prepare(const char* src, int32_t srcLength,
53 char* dest, int32_t destCapacity,
67 int32_t
68 nfs4_mixed_prepare( const char* src, int32_t srcLength,
69 char* dest, int32_t destCapacity,
82 int32_t
83 nfs4_cis_prepare( const char* src, int32_t srcLength,
84 char* dest, int32_t destCapacity,
97 int32_t
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dcaltztst.h40 UDate date(int32_t y, int32_t m, int32_t d, int32_t hr=0, int32_t min=0, int32_t sec=0);
47 void dateToFields(UDate date, int32_t& y, int32_t& m, int32_t& d, int32_t
[all...]
/external/icu/icu4c/source/tools/genrb/
H A Drbutil.h25 int32_t itostr(char * buffer, int32_t i, uint32_t radix, int32_t pad);
/external/icu/icu4c/source/tools/toolutil/
H A Dflagparser.h27 U_CAPI int32_t U_EXPORT2
28 parseFlagsFile(const char *fileName, char **flagBuffer, int32_t flagBufferSize, const char ** flagNames, int32_t numOfFlags, UErrorCode *status);
H A Dpkg_imp.h31 getDataInfo(const uint8_t *data, int32_t length,
32 int32_t &infoLength, int32_t &headerLength,
H A Ddenseranges.cpp28 LargestGaps(int32_t max) : maxLength(max<=kCapacity ? max : kCapacity), length(0) {}
30 void add(int32_t gapStart, int64_t gapLength) {
31 int32_t i=length;
39 int32_t j= length<maxLength ? length++ : maxLength-1;
50 void truncate(int32_t newLength) {
56 int32_t count() const { return length; }
57 int32_t gapStart(int32_t i) const { return gapStarts[i]; }
58 int64_t gapLength(int32_t i) const { return gapLengths[i]; }
60 int32_t firstAfte
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format2.h41 int32_t glyph_id_;
45 virtual int32_t NumGlyphs();
46 virtual int32_t GlyphStartOffset(int32_t glyph_id);
47 virtual int32_t GlyphLength(int32_t glyph_id);
52 virtual int32_t SubDataSizeToSerialize();
54 virtual int32_t SubSerialize(WritableFontData* new_data);
56 int32_t ImageSize();
57 void SetImageSize(int32_t image_siz
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/
H A Dloca_table.h29 class LocaIterator : public PODIterator<int32_t, LocaTable> {
35 virtual int32_t Next();
38 int32_t index_;
54 int32_t format_version() { return format_version_; }
55 void set_format_version(int32_t value) { format_version_ = value; }
77 int32_t GlyphOffset(int32_t glyph_id);
80 int32_t GlyphLength(int32_t glyph_id);
88 void SetNumGlyphs(int32_t num_glyph
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_device/android/
H A Daudio_record_jni.h32 static int32_t SetAndroidAudioDeviceObjects(void* javaVM, void* env,
36 AudioRecordJni(const int32_t id, PlayoutDelayProvider* delay_provider);
40 int32_t Init();
41 int32_t Terminate();
46 int32_t RecordingDeviceName(uint16_t index,
51 int32_t SetRecordingDevice(uint16_t index);
52 int32_t SetRecordingDevice(
56 int32_t RecordingIsAvailable(bool& available); // NOLINT
57 int32_t InitRecording();
61 int32_t StartRecordin
[all...]
H A Daudio_track_jni.h31 static int32_t SetAndroidAudioDeviceObjects(void* javaVM, void* env,
34 explicit AudioTrackJni(const int32_t id);
38 int32_t Init();
39 int32_t Terminate();
45 int32_t PlayoutDeviceName(uint16_t index,
50 int32_t SetPlayoutDevice(uint16_t index);
51 int32_t SetPlayoutDevice(
55 int32_t PlayoutIsAvailable(bool& available); // NOLINT
56 int32_t InitPlayout();
60 int32_t StartPlayou
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_device/linux/
H A Daudio_mixer_manager_pulse_linux.h32 int32_t SetPlayStream(pa_stream* playStream);
33 int32_t SetRecStream(pa_stream* recStream);
34 int32_t OpenSpeaker(uint16_t deviceIndex);
35 int32_t OpenMicrophone(uint16_t deviceIndex);
36 int32_t SetSpeakerVolume(uint32_t volume);
37 int32_t SpeakerVolume(uint32_t& volume) const;
38 int32_t MaxSpeakerVolume(uint32_t& maxVolume) const;
39 int32_t MinSpeakerVolume(uint32_t& minVolume) const;
40 int32_t SpeakerVolumeStepSize(uint16_t& stepSize) const;
41 int32_t SpeakerVolumeIsAvailabl
[all...]
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format2.h41 int32_t glyph_id_;
45 virtual int32_t NumGlyphs();
46 virtual int32_t GlyphStartOffset(int32_t glyph_id);
47 virtual int32_t GlyphLength(int32_t glyph_id);
52 virtual int32_t SubDataSizeToSerialize();
54 virtual int32_t SubSerialize(WritableFontData* new_data);
56 int32_t ImageSize();
57 void SetImageSize(int32_t image_siz
[all...]

Completed in 690 milliseconds

1234567891011>>