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

1 2

  /external/chromium_org/third_party/webrtc/modules/audio_conference_mixer/source/
level_indicator.h 32 uint32_t _count; member in class:webrtc::LevelIndicator
  /external/chromium_org/third_party/webrtc/voice_engine/
level_indicator.h 46 int16_t _count; member in class:webrtc::voe::AudioLevel
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glTransformFeedbackVaryings.cpp 9 jint _count = 0, _i; local
20 _count = _env->GetArrayLength(varyings_ref);
21 _varyings = (const char**)calloc(_count, sizeof(const char*));
22 for (_i = 0; _i < _count; _i++) {
33 glTransformFeedbackVaryings(program, _count, _varyings, bufferMode);
36 for (_i = _count - 1; _i >= 0; _i--) {
glGetUniformIndices.cpp 9 jint _count = 0; local
21 _count = _env->GetArrayLength(uniformNames_ref);
22 _names = (const char**)calloc(_count, sizeof(const char*));
23 for (_i = 0; _i < _count; _i++) {
46 if (_env->GetArrayLength(uniformIndices_ref) - uniformIndicesOffset < _count) {
56 glGetUniformIndices(program, _count, _names, _indices);
63 for (_i = _count - 1; _i >= 0; _i--) {
85 jint _count = 0; local
107 _count = _env->GetArrayLength(uniformNames_ref);
108 _names = (const char**)calloc(_count, sizeof(const char*))
    [all...]
  /external/webrtc/src/system_wrappers/source/
event_posix.h 61 unsigned long _count; member in class:webrtc::EventPosix
  /external/chromium_org/third_party/freetype/src/sfnt/
ttbdf.c 178 FT_UInt _count = FT_NEXT_USHORT( p ); local
182 count = _count;
186 strike += 10 * _count;
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-name-table.hh 107 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/
test_api.h 28 : _count(0),
47 _count++;
49 if ((_count % _packetLoss) == 0) {
78 int _count; member in class:webrtc::LoopBackTransport
  /external/freetype/src/sfnt/
ttbdf.c 178 FT_UInt _count = FT_NEXT_USHORT( p ); local
182 count = _count;
186 strike += 10 * _count;
  /external/harfbuzz_ng/src/
hb-ot-name-table.hh 107 unsigned int _count = count; local
108 for (unsigned int i = 0; i < _count; i++)
  /external/jmdns/src/javax/jmdns/impl/tasks/resolver/
DNSResolverTask.java 25 protected int _count = 0; field in class:DNSResolverTask
40 return super.toString() + " count: " + _count;
64 if (_count++ < 3) {
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
ttbdf.c 178 FT_UInt _count = FT_NEXT_USHORT( p ); local
182 count = _count;
186 strike += 10 * _count;
  /external/stlport/src/
messages.cpp 70 _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);
  /ndk/sources/cxx-stl/stlport/src/
messages.cpp 70 _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);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
progress.hpp 92 _count = _next_tic_count = _tic = 0;
107 if ( (_count += increment) >= _next_tic_count ) { display_tic(); }
108 return _count;
112 unsigned long count() const { return _count; }
121 unsigned long _count, _expected_count, _next_tic_count; member in class:boost::progress_display
130 (static_cast<double>(_count)/_expected_count)*50.0 );
134 if ( _count == _expected_count ) {
  /external/emma/core/java12/com/vladium/emma/report/
AbstractReportGenerator.java 144 final int [] _count = new int [1]; local
154 final int count = countMap.get (packageVMName, _count)
155 ? _count [0]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtcp_sender.h 44 int _count; member in class:webrtc::NACKStringBuilder
  /external/opencv/ml/src/
mlknearest.cpp 105 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;
  /hardware/intel/bootstub/
bootstub.c 69 size_t _count = count / 4; local
71 while (_count--) {
85 size_t _count = count / 4; local
88 while (_count--) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 166 _count = 0 variable in class:Block
172 self.bid = Block._count
175 Block._count = Block._count + 1
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 166 _count = 0 variable in class:Block
172 self.bid = Block._count
175 Block._count = Block._count + 1
  /libcore/libart/src/main/java/java/lang/
String.java 891 int _count = count; local
932 int _count = count; local
993 int _count = count; local
1013 int _count = count; local
1187 int _count = count; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py 465 _count = 1 # This is used to generate unique file names. variable in class:Maildir
476 Maildir._count, hostname)
482 Maildir._count += 1
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py 465 _count = 1 # This is used to generate unique file names. variable in class:Maildir
476 Maildir._count, hostname)
482 Maildir._count += 1
    [all...]
  /external/qemu/target-i386/
hax-interface.h 256 uint16_t _count; member in struct:hax_tunnel::__anon33870::__anon33871

Completed in 502 milliseconds

1 2