HomeSort by relevance Sort by last modified time
    Searched refs:_length (Results 1 - 21 of 21) sorted by null

  /external/arduino/hardware/arduino/cores/arduino/
WString.cpp 29 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 > loc)
    [all...]
WString.h 40 ~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/icu4c/common/unicode/
unistr.h 95 # define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(TRUE, (const UChar *)U_DECLARE_UTF16(cs), _length)
97 # define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(TRUE, (const UChar *)L ## cs, _length)
99 # define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(TRUE, (const UChar *)cs, _length)
101 # define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(cs, _length, US_INV)
4349 int32_t _length = 0; local
    [all...]
  /external/clang/test/CodeGenCXX/
2010-07-23-DeclLoc.cpp 44 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/webrtc/src/system_wrappers/source/
trace_impl.h 125 WebRtc_UWord16 _length[WEBRTC_TRACE_NUM_ARRAY][WEBRTC_TRACE_MAX_QUEUE]; member in class:webrtc::TraceImpl
trace_impl.cc 82 _length(),
469 _length[_activeQueue][idx] = length;
477 _length[_activeQueue][_nextFreeIdx[_activeQueue]] = strlen(warning_msg);
479 warning_msg, _length[_activeQueue][idx]);
538 _length[localQueueActive][idx]);
594 WebRtc_UWord16 length = _length[localQueueActive][idx];
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
GeneralName.java 393 int _length = _address.length; local
394 if (length == _length) {
396 } else if (length == 2*_length) {
401 int max = address[i + _length] & 0xff;
  /external/webkit/Source/JavaScriptCore/bytecode/
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/
SDL_umsaudio.c 180 samplesToWrite = this->hidden->playbuf._length/this->hidden->bytesPerSample;
328 this->hidden->playbuf._length = 0;
331 this->hidden->fillbuf._length = 0;
  /external/chromium/third_party/libevent/test/
regress.gen.h 21 #define EVTAG_LEN(msg, member) ((msg)->member##_length)
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 130 current packet be at position (3*long\_block\_length/4) -
131 (short\_block\_length/4).
  /external/strace/
stream.c 788 if (m.struct.elem##_length < 0 || \
790 m.struct.elem##_offset + m.struct.elem##_length > len) \
792 tprintf (#elem "_length=%ld, " #elem "_offset=%ld",\
793 m.struct.elem##_length, \
800 m.struct.elem##_length); \
  /external/skia/tests/
BitmapCopyTest.cpp 198 explicit Coordinates(int _length): length(_length)
  /external/chromium/third_party/libevent/
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:
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 588 Where \textit{name} is the lower case 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 size of the cipher
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /tools/motodev/src/plugins/android/
commons-net-1.4.1.jar 
  /tools/motodev/src/plugins/common/
commons-net-1.4.1.jar 
  /tools/motodev/src/plugins/emulator/lib/
commons-net-1.4.1.jar 
  /tools/motodev/src/plugins/translation/
commons-net-1.4.1.jar 

Completed in 424 milliseconds