Searched refs:_length (Results 1 - 25 of 52) sorted by relevance

123

/external/arduino/hardware/arduino/cores/arduino/
H A DWString.cpp29 getBuffer( _length = strlen( value ) );
36 getBuffer( _length = value._length );
43 _length = 1;
53 _length = 1;
65 getBuffer( _length = strlen(buf) );
74 getBuffer( _length = strlen(buf) );
83 getBuffer( _length = strlen(buf) );
92 getBuffer( _length = strlen(buf) );
105 if(_length > lo
[all...]
H A DWString.h40 ~String() { free(_buffer); _length = _capacity = 0;} //added _length = _capacity = 0;
70 const unsigned int length( ) const { return _length; }
90 unsigned int _length; // the String length (not counting the '\0') member in class:String
103 if (_buffer == NULL) _length = _capacity = 0;
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dtimestamp_map.cc30 _length = length;
52 _nextAddIx = (_nextAddIx + 1) % _length;
57 _nextPopIx = (_nextPopIx + 1) % _length;
73 _nextPopIx = (_nextPopIx + 1) % _length;
79 assert(_nextPopIx < _length && _nextPopIx >= 0);
84 _nextPopIx = (_nextPopIx + 1) % _length;
88 assert(_nextPopIx < _length && _nextPopIx >= 0);
H A Dencoded_frame.cc42 _length = 0;
45 VerifyAndAllocate(rhs._length);
46 memcpy(_buffer, rhs._buffer, rhs._length);
61 _length = 0;
64 VerifyAndAllocate(rhs._length);
65 memcpy(_buffer, rhs._buffer, rhs._length);
66 _length = rhs._length;
96 _length = 0;
H A Dtimestamp_map.h47 int32_t _length; member in class:webrtc::VCMTimestampMap
H A Dframe_buffer.cc145 _length = Length() + static_cast<uint32_t>(retVal);
191 _length = 0;
267 _length =
268 _sessionInfo.BuildVP8FragmentationHeader(_buffer, _length,
272 _length -= bytes_removed;
276 _length -= bytes_removed;
H A Dencoded_frame.h59 uint32_t Length() const {return _length;}
/external/lzma/CPP/Common/
H A DMyString.h136 Delete(i, _length - i);
143 sizeof(T) * (_length - srcIndex + 1));
159 int _length; member in class:CStringBase
169 if (newCapacity > kMaxStringSize || newCapacity < _length)
175 for (int i = 0; i < _length; i++)
180 _chars[_length] = 0;
186 int freeSize = _capacity - _length - 1;
203 if (index > _length)
204 index = _length;
208 CStringBase(): _chars(0), _length(
[all...]
/external/chromium_org/third_party/webrtc/video/
H A Dencoded_frame_callback_adapter.cc32 encodedImage._length,
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
H A Dpacket_manipulator.cc43 // EncodedImage._length is how many that are filled with data.
46 encoded_image->_length,
70 encoded_image->_length = new_length;
77 encoded_image->_length);
H A Dpacket_manipulator_unittest.cc37 image_._length = kPacketDataLength;
67 EXPECT_EQ(expected_packet_data_length, static_cast<int>(image_._length));
86 image_._length = data_length;
132 image_._length = kDataLength;
H A Dvideoprocessor.cc241 encoded_frame_size_ = encoded_image->_length;
249 stat.encoded_frame_length_in_bytes = encoded_image->_length;
252 stat.bit_rate_in_kbps = encoded_image->_length * bit_rate_factor_;
253 stat.total_packets = encoded_image->_length /
293 last_frame_missing_ = encoded_image->_length == 0;
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dunistr.h115 # define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const UChar *)U_DECLARE_UTF16(cs), _length)
117 # define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const UChar *)L ## cs, _length)
119 # define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const UChar *)cs, _length)
121 # define UNICODE_STRING(cs, _length) icu::UnicodeString(cs, _length, US_INV)
3582 int32_t& _length) const
3591 if(_length <
3712 compare(int32_t start, int32_t _length, const UnicodeString& srcText) const argument
3723 compare(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const argument
3731 compare(int32_t start, int32_t _length, const UChar *srcChars) const argument
3737 compare(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) const argument
3773 compareCodePointOrder(int32_t start, int32_t _length, const UnicodeString& srcText) const argument
3784 compareCodePointOrder(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const argument
3792 compareCodePointOrder(int32_t start, int32_t _length, const UChar *srcChars) const argument
3798 compareCodePointOrder(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) const argument
3836 caseCompare(int32_t start, int32_t _length, const UnicodeString &srcText, uint32_t options) const argument
3851 caseCompare(int32_t start, int32_t _length, const UnicodeString &srcText, int32_t srcStart, int32_t srcLength, uint32_t options) const argument
3861 caseCompare(int32_t start, int32_t _length, const UChar *srcChars, uint32_t options) const argument
3869 caseCompare(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength, uint32_t options) const argument
4119 replace(int32_t start, int32_t _length, const UnicodeString& srcText) argument
4125 replace(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) argument
4133 replace(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcLength) argument
4140 replace(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) argument
4148 replace(int32_t start, int32_t _length, UChar srcChar) argument
4174 findAndReplace(int32_t start, int32_t _length, const UnicodeString& oldText, const UnicodeString& newText) argument
4185 doExtract(int32_t start, int32_t _length, UnicodeString& target) const argument
4191 extract(int32_t start, int32_t _length, UChar *target, int32_t targetStart) const argument
4198 extract(int32_t start, int32_t _length, UnicodeString& target) const argument
4206 extract(int32_t start, int32_t _length, char *dst, const char *codepage) const argument
4423 remove(int32_t start, int32_t _length) argument
4464 reverse(int32_t start, int32_t _length) argument
[all...]
/external/icu/icu4c/source/common/unicode/
H A Dunistr.h115 # define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const UChar *)U_DECLARE_UTF16(cs), _length)
117 # define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const UChar *)L ## cs, _length)
119 # define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const UChar *)cs, _length)
121 # define UNICODE_STRING(cs, _length) icu::UnicodeString(cs, _length, US_INV)
3582 int32_t& _length) const
3591 if(_length <
3712 compare(int32_t start, int32_t _length, const UnicodeString& srcText) const argument
3723 compare(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const argument
3731 compare(int32_t start, int32_t _length, const UChar *srcChars) const argument
3737 compare(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) const argument
3773 compareCodePointOrder(int32_t start, int32_t _length, const UnicodeString& srcText) const argument
3784 compareCodePointOrder(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const argument
3792 compareCodePointOrder(int32_t start, int32_t _length, const UChar *srcChars) const argument
3798 compareCodePointOrder(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) const argument
3836 caseCompare(int32_t start, int32_t _length, const UnicodeString &srcText, uint32_t options) const argument
3851 caseCompare(int32_t start, int32_t _length, const UnicodeString &srcText, int32_t srcStart, int32_t srcLength, uint32_t options) const argument
3861 caseCompare(int32_t start, int32_t _length, const UChar *srcChars, uint32_t options) const argument
3869 caseCompare(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength, uint32_t options) const argument
4119 replace(int32_t start, int32_t _length, const UnicodeString& srcText) argument
4125 replace(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) argument
4133 replace(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcLength) argument
4140 replace(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) argument
4148 replace(int32_t start, int32_t _length, UChar srcChar) argument
4174 findAndReplace(int32_t start, int32_t _length, const UnicodeString& oldText, const UnicodeString& newText) argument
4185 doExtract(int32_t start, int32_t _length, UnicodeString& target) const argument
4191 extract(int32_t start, int32_t _length, UChar *target, int32_t targetStart) const argument
4198 extract(int32_t start, int32_t _length, UnicodeString& target) const argument
4206 extract(int32_t start, int32_t _length, char *dst, const char *codepage) const argument
4423 remove(int32_t start, int32_t _length) argument
4464 reverse(int32_t start, int32_t _length) argument
[all...]
/external/chromium_org/third_party/webrtc/test/
H A Dfake_decoder.cc66 for (size_t i = 0; i < input._length; ++i) {
68 if (i < input._length - sizeof(kStartCode) &&
H A Dfake_encoder.cc93 encoded._length = 0;
100 bits_available -= encoded._length * 8;
141 encoded_image._length > kSpsSize + kPpsSize + 1) {
150 encoded_image._length - (kSpsSize + kPpsSize);
161 fragmentation.fragmentationLength[0] = encoded_image._length;
167 for (size_t i = 0; i < encoded_image._length; ++i) {
/external/chromium_org/third_party/webrtc/
H A Dvideo_frame.h188 _length(0),
200 _length(length),
212 uint32_t _length; member in class:webrtc::EncodedImage
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DSuggestBox.js59 this._length = 0;
212 if (!this._length)
221 index = (this._length + index) % this._length;
223 index = Number.constrain(index, 0, this._length - 1);
265 this._length = items.length;
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_sequence_coder.cc55 encoded_image_._length = encoded_image._length;
57 if (fwrite(encoded_image._buffer, 1, encoded_image._length,
58 encoded_file_) != encoded_image._length) {
62 encoded_bytes_ += encoded_image_._length;
H A Dvp8_impl.cc448 encoded_image_._length = 0;
458 memcpy(&encoded_image_._buffer[encoded_image_._length],
461 frag_info.fragmentationOffset[part_idx] = encoded_image_._length;
465 encoded_image_._length += pkt->data.frame.sz;
466 assert(encoded_image_._length <= encoded_image_._size);
485 if (encoded_image_._length > 0) {
486 TRACE_COUNTER1("webrtc", "EncodedFrameSize", encoded_image_._length);
610 if (input_image._buffer == NULL && input_image._length > 0) {
691 if (input_image._length == 0) {
696 input_image._length,
[all...]
/external/clang/test/CodeGenCXX/
H A D2010-07-23-DeclLoc.cpp44 typename SIZE::size_t _length; member in class:TRange
45 TRange(typename SIZE::ptr_t location, typename SIZE::size_t length) : _location(location), _length(length) { }
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/i420/main/source/
H A Di420.cc116 _encodedImage._length = ret_length + kI420HeaderSize;
176 if (inputImage._length <= 0) {
185 if (inputImage._length < kI420HeaderSize) {
200 if (req_length > inputImage._length) {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
H A DResourceWebSocketFrameView.js128 this._length = frame.text.length;
135 WebInspector.SortableDataGridNode.call(this, {data: this._dataText, length: this._length, time: this._timeText});
/external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
H A Dmedia_codec_video_decoder.cc59 jni->NewDirectByteBuffer(inputImage._buffer, inputImage._length);
/external/webrtc/src/system_wrappers/source/
H A Dtrace_impl.h126 WebRtc_UWord16 _length[WEBRTC_TRACE_NUM_ARRAY][WEBRTC_TRACE_MAX_QUEUE]; member in class:webrtc::TraceImpl

Completed in 7623 milliseconds

123