/external/arduino/hardware/arduino/cores/arduino/ |
D | WString.cpp | 29 getBuffer( _length = strlen( value ) ); in String() 36 getBuffer( _length = value._length ); in String() 43 _length = 1; in String() 53 _length = 1; in String() 65 getBuffer( _length = strlen(buf) ); in String() 74 getBuffer( _length = strlen(buf) ); in String() 83 getBuffer( _length = strlen(buf) ); in String() 92 getBuffer( _length = strlen(buf) ); in String() 105 if(_length > loc) { in setCharAt() 125 if ( rhs._length > _length ) in operator =() [all …]
|
D | WString.h | 40 ~String() { free(_buffer); _length = _capacity = 0;} //added _length = _capacity = 0; in ~String() 70 const unsigned int length( ) const { return _length; } in length() 90 unsigned int _length; // the String length (not counting the '\0') variable 103 if (_buffer == NULL) _length = _capacity = 0; in getBuffer()
|
/external/icu4c/common/unicode/ |
D | unistr.h | 95 … define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(TRUE, (const UChar *)U_D… argument 97 # define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(TRUE, (const UChar *)L #… argument 99 # define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(TRUE, (const UChar *)cs,… argument 101 # define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(cs, _length, US_INV) argument 3483 int32_t& _length) const in pinIndices() argument 3492 if(_length < 0) { in pinIndices() 3493 _length = 0; in pinIndices() 3494 } else if(_length > (len - start)) { in pinIndices() 3495 _length = (len - start); in pinIndices() 3607 int32_t _length, in compare() argument [all …]
|
/external/webrtc/src/system_wrappers/source/ |
D | trace_impl.cc | 82 _length(), in TraceImpl() 469 _length[_activeQueue][idx] = length; in AddMessageToList() 477 _length[_activeQueue][_nextFreeIdx[_activeQueue]] = strlen(warning_msg); in AddMessageToList() 479 warning_msg, _length[_activeQueue][idx]); in AddMessageToList() 538 _length[localQueueActive][idx]); in WriteToFile() 594 WebRtc_UWord16 length = _length[localQueueActive][idx]; in WriteToFile()
|
D | trace_impl.h | 125 WebRtc_UWord16 _length[WEBRTC_TRACE_NUM_ARRAY][WEBRTC_TRACE_MAX_QUEUE]; variable
|
/external/clang/test/CodeGenCXX/ |
D | 2010-07-23-DeclLoc.cpp | 44 typename SIZE::size_t _length; member in TRange 45 …ame SIZE::ptr_t location, typename SIZE::size_t length) : _location(location), _length(length) { } in TRange()
|
/external/webkit/Source/JavaScriptCore/bytecode/ |
D | Opcode.h | 204 #define OPCODE_ID_LENGTHS(id, length) const int id##_length = length; 208 #define OPCODE_LENGTH(opcode) opcode##_length
|
/external/qemu/distrib/sdl-1.2.15/src/audio/ums/ |
D | SDL_umsaudio.c | 180 samplesToWrite = this->hidden->playbuf._length/this->hidden->bytesPerSample; in UMS_PlayAudio() 328 this->hidden->playbuf._length = 0; in UMS_OpenAudio() 331 this->hidden->fillbuf._length = 0; in UMS_OpenAudio()
|
/external/strace/ |
D | stream.c | 788 if (m.struct.elem##_length < 0 || \ 790 m.struct.elem##_offset + m.struct.elem##_length > len) \ 793 m.struct.elem##_length, \ 800 m.struct.elem##_length); \
|
/external/chromium/third_party/libevent/test/ |
D | regress.gen.h | 21 #define EVTAG_LEN(msg, member) ((msg)->member##_length)
|
/external/chromium/third_party/libevent/ |
D | event_rpcgen.py | 448 self._length = length 462 dcl = ['ev_uint8_t %s_data[%s];' % (self._name, self._length)] 489 name, self._length), 524 if not self._length:
|
/external/libvorbis/doc/ |
D | a1-encapsulation-ogg.tex | 130 current packet be at position (3*long\_block\_length/4) - 131 (short\_block\_length/4).
|
/external/skia/tests/ |
D | BitmapCopyTest.cpp | 198 explicit Coordinates(int _length): length(_length) in Coordinates()
|
/external/dropbear/libtomcrypt/ |
D | crypt.tex | 588 …ase ASCII version of the name. The fields \textit{min\_key\_length} and \textit{max\_key\_length} 589 are the minimum and maximum key sizes in bytes. The \textit{block\_length} member is the block siz… 4305 \index{der\_length\_sequence()} 4399 The length of a SET can be determined by calling der\_length\_sequence() since they have the same e… 4423 Like the SET type the der\_length\_sequence() function can be used to determine the length of a \te… 4429 \index{der\_encode\_integer()}\index{der\_decode\_integer()}\index{der\_length\_integer()} 4446 \index{der\_encode\_short\_integer()}\index{der\_decode\_short\_integer()}\index{der\_length\_short… 4465 \index{der\_encode\_bit\_string()}\index{der\_decode\_bit\_string()}\index{der\_length\_bit\_string… 4486 \index{der\_encode\_octet\_string()}\index{der\_decode\_octet\_string()}\index{der\_length\_octet\_… 4506 …object\_identifier()}\index{der\_decode\_object\_identifier()}\index{der\_length\_object\_identifi… [all …]
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-05-10 | 38055 early. Also, compare start and data._length before computing 38056 data._length - start, because the error case we're trying to catch
|