Searched defs:_length (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dtimestamp_map.h47 int32_t _length; member in class:webrtc::VCMTimestampMap
/external/arduino/hardware/arduino/cores/arduino/
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/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
/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/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/skia/tests/
H A DBitmapCopyTest.cpp144 explicit Coordinates(int _length): length(_length) argument
/external/skia/tests/
H A DBitmapCopyTest.cpp144 explicit Coordinates(int _length): length(_length) argument
/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/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/cython/src/Cython/Utility/
H A DObjectHandling.c618 static CYTHON_INLINE void __Pyx_crop_slice(Py_ssize_t* _start, Py_ssize_t* _stop, Py_ssize_t* _length) { argument
619 Py_ssize_t start = *_start, stop = *_stop, length = *_length;
631 *_length = stop - start;
/external/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp54 UInt64 _length; member in class:COutMultiVolStream
76 _length = 0;
166 if (_absPos > _length)
167 _length = _absPos;
197 _absPos = _length + offset;
234 _length = newSize;
/external/chromium_org/third_party/icu/source/common/
H A Dunistr.cpp1284 int32_t _length,
1293 return doReplace(start, _length, buffer, 0, isError ? 0 : count);
1299 int32_t _length = 0; local
1301 U16_APPEND(buffer, _length, U16_MAX_LENGTH, srcChar, isError);
1303 // If isError then _length==0 which turns the doReplace() into a no-op anyway.
1304 return isError ? *this : doReplace(length(), 0, buffer, 0, _length);
1283 replace(int32_t start, int32_t _length, UChar32 srcChar) argument
/external/icu/icu4c/source/common/
H A Dunistr.cpp1284 int32_t _length,
1293 return doReplace(start, _length, buffer, 0, isError ? 0 : count);
1299 int32_t _length = 0; local
1301 U16_APPEND(buffer, _length, U16_MAX_LENGTH, srcChar, isError);
1303 // If isError then _length==0 which turns the doReplace() into a no-op anyway.
1304 return isError ? *this : doReplace(length(), 0, buffer, 0, _length);
1283 replace(int32_t start, int32_t _length, UChar32 srcChar) argument
/external/chromium_org/third_party/webrtc/modules/audio_device/win/
H A Daudio_device_core_win.cc86 _length(0),
100 *pcbLength = _length;
123 _length = cbLength;
167 DWORD _length; member in class:webrtc::__anon15867::MediaBufferImpl
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h4541 GLsizei _length) {
4549 length = _length;
4559 GLsizei _length) {
4566 _length);
4535 Init(GLsizei _n, uint32_t _shaders_shm_id, uint32_t _shaders_shm_offset, GLenum _binaryformat, uint32_t _binary_shm_id, uint32_t _binary_shm_offset, GLsizei _length) argument
4552 Set(void* cmd, GLsizei _n, uint32_t _shaders_shm_id, uint32_t _shaders_shm_offset, GLenum _binaryformat, uint32_t _binary_shm_id, uint32_t _binary_shm_offset, GLsizei _length) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 7757 milliseconds