Searched refs:int32_t (Results 276 - 300 of 6234) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Drbtz.h148 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
149 uint8_t dayOfWeek, int32_t millis, UErrorCode& status) const;
170 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
171 uint8_t dayOfWeek, int32_t milli
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
H A Dfile_input_stream.h32 virtual int32_t Available();
34 virtual void Mark(int32_t readlimit);
36 virtual int32_t Read();
37 virtual int32_t Read(ByteVector* b);
38 virtual int32_t Read(ByteVector* b, int32_t offset, int32_t length);
44 virtual void Unread(ByteVector* b, int32_t offset, int32_t length);
H A Dinput_stream.h30 virtual int32_t Available() = 0;
32 virtual void Mark(int32_t readlimit) = 0;
34 virtual int32_t Read() = 0;
35 virtual int32_t Read(ByteVector* b) = 0;
36 virtual int32_t Read(ByteVector* b, int32_t offset, int32_t length) = 0;
44 virtual void Unread(ByteVector* b, int32_t offset, int32_t length) = 0;
H A Dmemory_input_stream.h32 virtual int32_t Available();
34 virtual void Mark(int32_t readlimit);
36 virtual int32_t Read();
37 virtual int32_t Read(ByteVector* b);
38 virtual int32_t Read(ByteVector* b, int32_t offset, int32_t length);
44 virtual void Unread(ByteVector* b, int32_t offset, int32_t length);
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dtest_utils.h44 int32_t offset1,
46 int32_t offset2);
56 int32_t offset1,
58 int32_t offset2,
59 int32_t length);
76 static void DumpLongAsString(int32_t i, std::string* result);
84 static int64_t CheckSum(ByteArray* b, int32_t offset, int32_t length);
91 static int32_t EncodeOneChar(UConverter* encoder, int16_t uchar);
H A Dverify_hhea.cc25 const int32_t HHEA_ASCENDER = 2023;
26 const int32_t HHEA_DESCENDER = -648;
27 const int32_t HHEA_LINE_GAP = 93;
28 const int32_t HHEA_ADVANCE_WIDTH_MAX = 2753;
29 const int32_t HHEA_MIN_LSB = -968;
30 const int32_t HHEA_MIN_RSB = -411;
31 const int32_t HHEA_X_MAX_EXTENT = 2628;
32 const int32_t HHEA_METRIC_DATA_FORMAT = 0;
33 const int32_t HHEA_NUM_METRICS = 1499;
H A Dverify_maxp.cc25 const int32_t MAXP_NUM_GLYPHS = 1502;
26 const int32_t MAXP_MAX_POINTS = 181;
27 const int32_t MAXP_MAX_CONTOURS = 9;
28 const int32_t MAXP_MAX_COMPOSITE_POINTS = 172;
29 const int32_t MAXP_MAX_COMPOSITE_CONTOURS = 5;
30 const int32_t MAXP_MAX_ZONES = 2;
31 const int32_t MAXP_MAX_TWILIGHT_POINTS = 0;
32 const int32_t MAXP_MAX_STORAGE = 1;
33 const int32_t MAXP_MAX_FUNCTION_DEFS = 1;
34 const int32_t MAXP_MAX_INSTR_DEF
[all...]
/external/chromium_org/third_party/webrtc/modules/video_capture/android/
H A Dvideo_capture_android.h24 VideoCaptureAndroid(const int32_t id);
25 virtual int32_t Init(const int32_t id, const char* deviceUniqueIdUTF8);
27 virtual int32_t StartCapture(const VideoCaptureCapability& capability);
28 virtual int32_t StopCapture();
30 virtual int32_t CaptureSettings(VideoCaptureCapability& settings);
31 virtual int32_t SetCaptureRotation(VideoCaptureRotation rotation);
33 int32_t OnIncomingFrame(uint8_t* videoFrame,
34 int32_t videoFrameLength,
/external/chromium_org/third_party/webrtc/modules/video_capture/
H A Ddevice_info_impl.h27 DeviceInfoImpl(const int32_t id);
29 virtual int32_t NumberOfCapabilities(const char* deviceUniqueIdUTF8);
30 virtual int32_t GetCapability(
35 virtual int32_t GetBestMatchedCapability(
39 virtual int32_t GetOrientation(
46 virtual int32_t Init()=0;
50 virtual int32_t CreateCapabilityMap(const char* deviceUniqueIdUTF8)=0;
53 int32_t GetExpectedCaptureDelay(const DelayValues delayValues[],
60 int32_t _id;
/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
H A Dcontent_analysis.h32 int32_t Initialize(int width, int height);
43 int32_t Release();
50 typedef int32_t (VPMContentAnalysis::*TemporalDiffMetricFunc)();
52 int32_t TemporalDiffMetric_C();
55 int32_t ComputeMotionMetrics();
59 typedef int32_t (VPMContentAnalysis::*ComputeSpatialMetricsFunc)();
61 int32_t ComputeSpatialMetrics_C();
64 int32_t ComputeSpatialMetrics_SSE2();
65 int32_t TemporalDiffMetric_SSE2();
/external/icu/icu4c/source/common/
H A Duarrsort.h39 typedef int32_t U_CALLCONV
59 uprv_sortArray(void *array, int32_t length, int32_t itemSize,
67 U_CAPI int32_t U_EXPORT2
71 * Convenience UComparator implementation for int32_t arrays.
74 U_CAPI int32_t U_EXPORT2
81 U_CAPI int32_t U_EXPORT2
97 U_CAPI int32_t U_EXPORT2
98 uprv_stableBinarySearch(char *array, int32_t length, void *item, int32_t itemSiz
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Drbtz.h148 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
149 uint8_t dayOfWeek, int32_t millis, UErrorCode& status) const;
170 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
171 uint8_t dayOfWeek, int32_t milli
[all...]
/external/sfntly/cpp/src/sfntly/port/
H A Dfile_input_stream.h32 virtual int32_t Available();
34 virtual void Mark(int32_t readlimit);
36 virtual int32_t Read();
37 virtual int32_t Read(ByteVector* b);
38 virtual int32_t Read(ByteVector* b, int32_t offset, int32_t length);
44 virtual void Unread(ByteVector* b, int32_t offset, int32_t length);
H A Dinput_stream.h30 virtual int32_t Available() = 0;
32 virtual void Mark(int32_t readlimit) = 0;
34 virtual int32_t Read() = 0;
35 virtual int32_t Read(ByteVector* b) = 0;
36 virtual int32_t Read(ByteVector* b, int32_t offset, int32_t length) = 0;
44 virtual void Unread(ByteVector* b, int32_t offset, int32_t length) = 0;
H A Dmemory_input_stream.h32 virtual int32_t Available();
34 virtual void Mark(int32_t readlimit);
36 virtual int32_t Read();
37 virtual int32_t Read(ByteVector* b);
38 virtual int32_t Read(ByteVector* b, int32_t offset, int32_t length);
44 virtual void Unread(ByteVector* b, int32_t offset, int32_t length);
/external/sfntly/cpp/src/test/
H A Dtest_utils.h44 int32_t offset1,
46 int32_t offset2);
56 int32_t offset1,
58 int32_t offset2,
59 int32_t length);
76 static void DumpLongAsString(int32_t i, std::string* result);
84 static int64_t CheckSum(ByteArray* b, int32_t offset, int32_t length);
91 static int32_t EncodeOneChar(UConverter* encoder, int16_t uchar);
H A Dverify_hhea.cc25 const int32_t HHEA_ASCENDER = 2023;
26 const int32_t HHEA_DESCENDER = -648;
27 const int32_t HHEA_LINE_GAP = 93;
28 const int32_t HHEA_ADVANCE_WIDTH_MAX = 2753;
29 const int32_t HHEA_MIN_LSB = -968;
30 const int32_t HHEA_MIN_RSB = -411;
31 const int32_t HHEA_X_MAX_EXTENT = 2628;
32 const int32_t HHEA_METRIC_DATA_FORMAT = 0;
33 const int32_t HHEA_NUM_METRICS = 1499;
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dlpc_masking_model.h41 typedef int32_t (*CalculateResidualEnergy)(int lpc_order,
42 int32_t q_val_corr,
45 int32_t* corr_coeffs,
49 int32_t WebRtcIsacfix_CalculateResidualEnergyC(int lpc_order,
50 int32_t q_val_corr,
53 int32_t* corr_coeffs,
57 int32_t WebRtcIsacfix_CalculateResidualEnergyNeon(int lpc_order,
58 int32_t q_val_corr,
61 int32_t* corr_coeffs,
/external/chromium_org/ppapi/c/
H A Dppb_media_stream_video_track.h129 * int32_t attribs[] = {
144 * @return An int32_t containing a result code from <code>pp_errors.h</code>.
151 int32_t (*Configure)(PP_Resource video_track,
152 const int32_t attrib_list[],
161 * @param[out] value A int32_t for storing the attribute value on success.
164 * @return An int32_t containing a result code from <code>pp_errors.h</code>.
166 int32_t (*GetAttrib)(PP_Resource video_track,
168 int32_t* value);
207 * @return An int32_t containing a result code from <code>pp_errors.h</code>.
211 int32_t (*GetFram
[all...]
/external/chromium_org/ppapi/cpp/
H A Dfile_io.h62 /// @return An int32_t containing an error code from
64 int32_t Open(const FileRef& file_ref,
65 int32_t open_flags,
78 /// @return An int32_t containing an error code from
80 int32_t Query(PP_FileInfo* result_buf,
91 /// @return An int32_t containing an error code from
93 int32_t Touch(PP_Time last_access_time,
151 int32_t Read(int64_t offset,
153 int32_t bytes_to_read,
174 int32_t Rea
[all...]
/external/chromium_org/ppapi/generators/test_cgen/
H A Dinterface.idl22 * int8_t (*mem1)(int16_t x, int32_t y);
23 * int32_t (*mem2)(const struct ist* a);
24 * int32_t (*mem3)(struct ist* b);
25 * int32_t (*mem4)(const void** ptr);
26 * int32_t (*mem5)(void** ptr);
31 int8_t mem1([in] int16_t x, [in] int32_t y);
32 int32_t mem2([in] ist a);
33 int32_t mem3([out] ist b);
34 int32_t mem4([in] blob_t ptr);
35 int32_t mem
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dstringpiece.h9 // For example, data types are ICU-ified (size_t,int->int32_t),
55 int32_t length_;
75 : ptr_(str.data()), length_(static_cast<int32_t>(str.size())) { }
83 StringPiece(const char* offset, int32_t len) : ptr_(offset), length_(len) { }
90 StringPiece(const StringPiece& x, int32_t pos);
99 StringPiece(const StringPiece& x, int32_t pos, int32_t len);
117 int32_t size() const { return length_; }
123 int32_t length() const { return length_; }
143 void set(const char* xdata, int32_t le
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
H A Dfont_input_stream.h63 virtual int32_t Available();
65 virtual void Mark(int32_t readlimit);
69 virtual int32_t Read();
70 virtual int32_t Read(ByteVector* buffer);
71 virtual int32_t Read(ByteVector* buffer, int32_t offset, int32_t length);
77 virtual int32_t ReadChar();
78 virtual int32_t ReadUShort();
79 virtual int32_t ReadShor
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
H A Dhorizontal_device_metrics_table.h42 void SetNumGlyphs(int32_t num_glyphs);
45 int32_t num_glyphs_;
50 int32_t Version();
51 int32_t NumRecords();
52 int32_t RecordSize();
53 int32_t PixelSize(int32_t record_index);
54 int32_t MaxWidth(int32_t record_index);
55 int32_t Widt
[all...]
/external/icu/icu4c/source/common/unicode/
H A Dstringpiece.h9 // For example, data types are ICU-ified (size_t,int->int32_t),
55 int32_t length_;
75 : ptr_(str.data()), length_(static_cast<int32_t>(str.size())) { }
83 StringPiece(const char* offset, int32_t len) : ptr_(offset), length_(len) { }
90 StringPiece(const StringPiece& x, int32_t pos);
99 StringPiece(const StringPiece& x, int32_t pos, int32_t len);
117 int32_t size() const { return length_; }
123 int32_t length() const { return length_; }
143 void set(const char* xdata, int32_t le
[all...]

Completed in 342 milliseconds

<<11121314151617181920>>