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

1 2

  /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
25 _length = _length_base + lengthOffset;
49 (GLsizei*)_length,
76 GLsizei* _length = (GLsizei*)0; local
83 _length = (GLsizei*)getPointer(_env, length_buf, &_lengthArray, &_lengthRemaining, &_lengthBufferOffset);
84 if (_length == NULL) {
86 _length = (GLsizei*)(_lengthBase + _lengthBufferOffset);
99 _length, _name
105 releasePointer(_env, _lengthArray, _length, JNI_TRUE);
  /external/ImageMagick/Magick++/lib/Magick++/
Pixels.h 118 ::ssize_t _length; // Length of the data member in class:Magick::PixelData
  /external/webrtc/webrtc/
video_frame.h 178 : _buffer(buffer), _length(length), _size(size) {}
200 size_t _length; member in class:webrtc::EncodedImage
  /kernel/tests/net/test/
cstruct.py 95 return cls._length
137 _length = CalcSize(_format) variable in class:Struct.CStruct
151 numfields = len(struct.unpack(_format, "\x00" * _length))
162 data = data[:self._length]
189 if len(tuple_or_bytes) < self._length:
191 (self._name, self._length, len(tuple_or_bytes)))
223 return cls._length
  /external/clang/test/CodeGenCXX/
2010-07-23-DeclLoc.cpp 45 typename SIZE::size_t _length; member in class:TRange
46 TRange(typename SIZE::ptr_t location, typename SIZE::size_t length) : _location(location), _length(length) { }
  /external/icu/icu4c/source/common/
unistr.cpp 1389 int32_t _length = 0; local
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
Update.cpp 89 UInt64 _length; member in class:COutMultiVolStream
111 _length = 0;
117 UInt64 GetSize() const { return _length; }
217 if (_absPos > _length)
218 _length = _absPos;
243 case STREAM_SEEK_END: _absPos = _length + offset; break;
277 _length = newSize;
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES31Ext.cpp 559 jint _length = 0; local
568 _length = _env->GetStringUTFLength(buf);
575 (GLsizei)_length,
    [all...]
android_opengl_GLES30.cpp 4081 GLsizei* _length = (GLsizei*)0; local
4147 GLsizei* _length = (GLsizei*)0; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_tarfile.py 985 def _length(self, s): member in class:GNUWriteTest
    [all...]
  /external/python/cpython2/Lib/test/
test_tarfile.py 1210 def _length(self, s): member in class:GNUWriteTest
    [all...]
  /external/webrtc/webrtc/modules/audio_device/win/
audio_device_core_win.cc 86 _length(0),
100 *pcbLength = _length;
123 _length = cbLength;
167 DWORD _length; member in class:webrtc::__anon44126::MediaBufferImpl
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_tarfile.py 1015 def _length(self, s): member in class:GNUWriteTest
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_tarfile.py 1015 def _length(self, s): member in class:GNUWriteTest
    [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/python/cpython3/Lib/test/
test_tarfile.py 1392 def _length(self, s): member in class:GNUWriteTest
    [all...]
  /external/mesa3d/src/compiler/glsl/
builtin_functions.cpp 3971 builtin_builder::_length(builtin_available_predicate avail, const glsl_type *type) function in class:builtin_builder
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-websocket/8.1.14.v20131031/
jetty-websocket-8.1.14.v20131031.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.2.2/
jackson-core-2.2.2.jar 
  /external/annotation-tools/asmx/test/lib/
javancss.jar 
  /prebuilts/tools/common/m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.13/
FastInfoset-1.2.13.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.3/
jackson-core-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 

Completed in 1093 milliseconds

1 2