Searched defs:_count (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_conference_mixer/source/
H A Dlevel_indicator.h32 uint32_t _count; member in class:webrtc::LevelIndicator
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dlevel_indicator.h46 int16_t _count; member in class:webrtc::voe::AudioLevel
/external/webrtc/src/system_wrappers/source/
H A Devent_posix.h61 unsigned long _count; member in class:webrtc::EventPosix
/external/jmdns/src/javax/jmdns/impl/tasks/resolver/
H A DDNSResolverTask.java25 protected int _count = 0; field in class:DNSResolverTask
40 return super.toString() + " count: " + _count;
64 if (_count++ < 3) {
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttbdf.c178 FT_UInt _count = FT_NEXT_USHORT( p ); local
182 count = _count;
186 strike += 10 * _count;
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtcp_sender.h45 int _count; member in class:webrtc::NACKStringBuilder
/external/freetype/src/sfnt/
H A Dttbdf.c178 FT_UInt _count = FT_NEXT_USHORT( p ); local
182 count = _count;
186 strike += 10 * _count;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dttbdf.c178 FT_UInt _count = FT_NEXT_USHORT( p ); local
182 count = _count;
186 strike += 10 * _count;
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-name-table.hh107 unsigned int _count = count; local
108 for (unsigned int i = 0; i < _count; i++)
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
H A Dtest_api.h28 : _count(0),
47 _count++;
49 if ((_count % _packetLoss) == 0) {
80 int _count; member in class:webrtc::LoopBackTransport
/external/harfbuzz_ng/src/
H A Dhb-ot-name-table.hh107 unsigned int _count = count; local
108 for (unsigned int i = 0; i < _count; i++)
/external/opencv/cv/src/
H A Dcvlinefit.cpp46 icvFitLine2D_wods( CvPoint2D32f * points, int _count, float *weights, float *line ) argument
51 int count = _count;
/external/stlport/src/
H A Dmessages.cpp70 _STLP_VOLATILE __stl_atomic_t _Catalog_nl_catd_map::_count = 0; member in class:_Catalog_nl_catd_map
76 res = __STATIC_CAST(int, _STLP_ATOMIC_INCREMENT(&_count));
81 res = __STATIC_CAST(int, ++_count);
/external/opencv/ml/src/
H A Dmlknearest.cpp105 int _count, _dims, _dims_all, _rsize; local
115 &_count, &_dims, &_dims_all, &responses, 0, 0 ));
130 _rsize = _count*sizeof(float);
135 _samples->count = _count;
136 total += _count;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dsvccoll.cpp306 const UnicodeString* getSupportedIDs(int32_t& _count, UErrorCode& status) { argument
312 _count = 0;
321 _count = count;
/external/icu/icu4c/source/test/intltest/
H A Dsvccoll.cpp306 const UnicodeString* getSupportedIDs(int32_t& _count, UErrorCode& status) { argument
312 _count = 0;
321 _count = count;
/external/qemu/target-i386/
H A Dhax-interface.h256 uint16_t _count; member in struct:hax_tunnel::__anon30152::__anon30153
/external/chromium_org/third_party/bintrees/bintrees/
H A Dqavltree.c371 * cdef int _count
376 int _count; member in struct:__pyx_obj_8bintrees_8qavltree_cAVLTree
702 * cdef int _count
706 * self._count = 0
766 * self._count = 0
774 * self._count = 0 # <<<<<<<<<<<<<<
778 __pyx_v_self->_count = 0;
782 * self._count = 0
791 * self._count = 0
874 * return self._count
[all...]
H A Dqbintree.c371 * cdef int _count
376 int _count; member in struct:__pyx_obj_8bintrees_8qbintree_cBinaryTree
702 * cdef int _count
706 * self._count = 0
766 * self._count = 0
774 * self._count = 0 # <<<<<<<<<<<<<<
778 __pyx_v_self->_count = 0;
782 * self._count = 0
791 * self._count = 0
874 * return self._count
[all...]
H A Dqrbtree.c371 * cdef int _count
376 int _count; member in struct:__pyx_obj_8bintrees_7qrbtree_cRBTree
702 * cdef int _count
706 * self._count = 0
766 * self._count = 0
774 * self._count = 0 # <<<<<<<<<<<<<<
778 __pyx_v_self->_count = 0;
782 * self._count = 0
791 * self._count = 0
874 * return self._count
[all...]
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h1876 void Init(GLenum _mode, GLint _first, GLsizei _count) { argument
1880 count = _count;
1883 void* Set(void* cmd, GLenum _mode, GLint _first, GLsizei _count) { argument
1884 static_cast<ValueType*>(cmd)->Init(_mode, _first, _count);
1915 void Init(GLenum _mode, GLsizei _count, GLenum _type, GLuint _index_offset) { argument
1918 count = _count;
1925 GLsizei _count,
1928 static_cast<ValueType*>(cmd)->Init(_mode, _count, _type, _index_offset);
5289 void Init(GLint _location, GLsizei _count, const GLfloat* _v) { argument
5290 SetHeader(_count);
1923 Set(void* cmd, GLenum _mode, GLsizei _count, GLenum _type, GLuint _index_offset) argument
5296 Set(void* cmd, GLint _location, GLsizei _count, const GLfloat* _v) argument
5370 Init(GLint _location, GLsizei _count, const GLint* _v) argument
5377 Set(void* cmd, GLint _location, GLsizei _count, const GLint* _v) argument
5454 Init(GLint _location, GLsizei _count, const GLfloat* _v) argument
5461 Set(void* cmd, GLint _location, GLsizei _count, const GLfloat* _v) argument
5538 Init(GLint _location, GLsizei _count, const GLint* _v) argument
5545 Set(void* cmd, GLint _location, GLsizei _count, const GLint* _v) argument
5625 Init(GLint _location, GLsizei _count, const GLfloat* _v) argument
5632 Set(void* cmd, GLint _location, GLsizei _count, const GLfloat* _v) argument
5712 Init(GLint _location, GLsizei _count, const GLint* _v) argument
5719 Set(void* cmd, GLint _location, GLsizei _count, const GLint* _v) argument
5807 Init(GLint _location, GLsizei _count, const GLfloat* _v) argument
5814 Set(void* cmd, GLint _location, GLsizei _count, const GLfloat* _v) argument
5902 Init(GLint _location, GLsizei _count, const GLint* _v) argument
5909 Set(void* cmd, GLint _location, GLsizei _count, const GLint* _v) argument
5948 Init(GLint _location, GLsizei _count, const GLfloat* _value) argument
5955 Set(void* cmd, GLint _location, GLsizei _count, const GLfloat* _value) argument
5995 Init(GLint _location, GLsizei _count, const GLfloat* _value) argument
6002 Set(void* cmd, GLint _location, GLsizei _count, const GLfloat* _value) argument
6042 Init(GLint _location, GLsizei _count, const GLfloat* _value) argument
6049 Set(void* cmd, GLint _location, GLsizei _count, const GLfloat* _value) argument
7380 Init(GLuint _buffer_id, GLsizei _count, GLenum _type, GLuint _offset, uint32_t _result_shm_id, uint32_t _result_shm_offset) argument
7395 Set(void* cmd, GLuint _buffer_id, GLsizei _count, GLenum _type, GLuint _offset, uint32_t _result_shm_id, uint32_t _result_shm_offset) argument
7765 Init(uint32_t _pnames_shm_id, uint32_t _pnames_shm_offset, GLuint _count, uint32_t _results_shm_id, uint32_t _results_shm_offset, GLsizeiptr _size) argument
7780 Set(void* cmd, uint32_t _pnames_shm_id, uint32_t _pnames_shm_offset, GLuint _count, uint32_t _results_shm_id, uint32_t _results_shm_offset, GLsizeiptr _size) argument
8089 Init(GLenum _mode, GLint _first, GLsizei _count, GLsizei _primcount) argument
8097 Set(void* cmd, GLenum _mode, GLint _first, GLsizei _count, GLsizei _primcount) argument
8138 Init(GLenum _mode, GLsizei _count, GLenum _type, GLuint _index_offset, GLsizei _primcount) argument
8151 Set(void* cmd, GLenum _mode, GLsizei _count, GLenum _type, GLuint _index_offset, GLsizei _primcount) argument
8836 Init(GLenum _target, GLsizei _count, const GLenum* _attachments) argument
8843 Set(void* cmd, GLenum _target, GLsizei _count, const GLenum* _attachments) argument
8955 Init(GLsizei _count, const GLenum* _bufs) argument
8961 Set(void* cmd, GLsizei _count, const GLenum* _bufs) argument
[all...]
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 7586 milliseconds