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

  /external/chromium_org/v8/test/mjsunit/runtime-gen/
functionsetlength.js 5 var _length = 1; variable
6 %FunctionSetLength(_fun, _length);
getarraykeys.js 5 var _length = 32; variable
6 %GetArrayKeys(_array, _length);
newstring.js 4 var _length = 1; variable
6 %NewString(_length, _is_one_byte);
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glDebugMessageInsertKHR.cpp 9 jint _length = 0; local
18 _length = _env->GetStringUTFLength(buf);
25 (GLsizei)_length,
glGetActiveUniformBlockName.cpp 10 GLsizei* _length = (GLsizei*)0; local
30 _length = _length_base + lengthOffset;
53 (GLsizei*)_length,
80 GLsizei* _length = (GLsizei*)0; local
87 _length = (GLsizei*)getPointer(_env, length_buf, &_lengthArray, &_lengthRemaining, &_lengthBufferOffset);
88 if (_length == NULL) {
90 _length = (GLsizei*)(_lengthBase + _lengthBufferOffset);
103 _length, _name
109 releasePointer(_env, _lengthArray, _length, JNI_TRUE);
  /external/arduino/hardware/arduino/cores/arduino/
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/chromium_org/third_party/webrtc/modules/video_coding/main/source/
timestamp_map.h 47 int32_t _length; member in class:webrtc::VCMTimestampMap
  /external/chromium_org/third_party/webrtc/common_video/interface/
video_image.h 39 _length(0),
53 _length(length),
65 uint32_t _length; member in class:webrtc::EncodedImage
  /external/webrtc/src/system_wrappers/source/
trace_impl.h 126 WebRtc_UWord16 _length[WEBRTC_TRACE_NUM_ARRAY][WEBRTC_TRACE_MAX_QUEUE]; member in class:webrtc::TraceImpl
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/H264/
h264_information.h 163 uint32_t _length; member in class:webrtc::H264Information
  /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) { }
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
GeneralName.java 405 int _length = _address.length; local
406 if (length == _length) {
408 } else if (length == 2*_length) {
413 int max = address[i + _length] & 0xff;
  /external/lzma/CPP/Common/
MyString.h 136 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(0), _capacity(0) { SetCapacity(3); }
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
unistr.h 94 # define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(TRUE, (const UChar *)U_DECLARE_UTF16(cs), _length)
96 # define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(TRUE, (const UChar *)L ## cs, _length)
98 # define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(TRUE, (const UChar *)cs, _length)
100 # define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(cs, _length, US_INV)
4327 int32_t _length = 0; local
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
Update.cpp 54 UInt64 _length; member in class:COutMultiVolStream
76 _length = 0;
166 if (_absPos > _length)
167 _length = _absPos;
197 _absPos = _length + offset;
234 _length = newSize;
  /frameworks/base/core/jni/
android_opengl_GLES31Ext.cpp 415 jint _length = 0; local
424 _length = _env->GetStringUTFLength(buf);
431 (GLsizei)_length,
    [all...]
android_opengl_GLES30.cpp 3467 GLsizei* _length = (GLsizei*)0; local
3537 GLsizei* _length = (GLsizei*)0; local
    [all...]
  /external/icu/icu4c/source/common/
unistr.cpp 1299 int32_t _length = 0; local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_core_win.cc 92 _length(0),
106 *pcbLength = _length;
129 _length = cbLength;
173 DWORD _length; member in class:webrtc::__anon19775::MediaBufferImpl
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tarfile.py 1015 def _length(self, s): member in class:GNUWriteTest
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tarfile.py 1015 def _length(self, s): member in class:GNUWriteTest
    [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 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 654 milliseconds