Searched refs:_count (Results 1 - 25 of 68) sorted by relevance

123

/external/webrtc/webrtc/voice_engine/
H A Dlevel_indicator.cc30 _count(0),
43 _count = 0;
65 if (_count++ == kUpdateFrequency)
69 _count = 0;
H A Dlevel_indicator.h46 int16_t _count; member in class:webrtc::voe::AudioLevel
/external/autotest/client/cros/
H A Ddark_resume_listener.py26 self._count = 0
51 return self._count
55 self._count += 1
/external/freetype/include/freetype/internal/
H A Dftgloadr.h106 #define FT_GLYPHLOADER_CHECK_P( _loader, _count ) \
107 ( (_count) == 0 || \
110 (FT_UInt)(_count) ) <= (_loader)->max_points )
112 #define FT_GLYPHLOADER_CHECK_C( _loader, _count ) \
113 ( (_count) == 0 || \
116 (FT_UInt)(_count) ) <= (_loader)->max_contours )
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/
H A Dtemplate_8-1.in21 int %%MYSIG2%%_count = 0;
25 %%MYSIG2%%_count++;
33 if (%%MYSIG2%%_count) {
/external/autotest/client/cros/audio/
H A Dcras_dbus_utils.py61 self._count = 0
92 if self._count < self._target_signal_count:
100 self._count = self._count + 1
101 logging.debug('count = %d', self._count)
102 if self._count >= self._target_signal_count:
193 self._count = None
201 self._count = 0
220 logging.debug('Count result: %s', self._count)
221 self._child_conn.send(self._count)
[all...]
/external/mesa3d/src/gallium/auxiliary/os/
H A Dos_memory_debug.h82 #define os_calloc( _count, _size ) \
83 debug_calloc(__FILE__, __LINE__, __FUNCTION__, _count, _size )
H A Dos_memory_stdc.h44 #define os_calloc(_count, _size ) calloc(_count, _size )
/external/tensorflow/tensorflow/tools/dist_test/scripts/
H A Ddelete_tf_cluster.sh63 K8S_ITEM_COUNT=$(get_tf_${ITEM}_count)
81 if [[ $(get_tf_${ITEM}_count) == "0" ]]; then
/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/mesa3d/src/gallium/auxiliary/util/
H A Du_dump_defines.c80 #define DEFINE_UTIL_DUMP_CONTINUOUS_COUNT(_name, _count) \
84 STATIC_ASSERT(ARRAY_SIZE(util_dump_##_name##_names) == _count); \
85 STATIC_ASSERT(ARRAY_SIZE(util_dump_##_name##_short_names) == _count); \
H A Du_memory.h50 #define CALLOC(_count, _size) os_calloc(_count, _size)
/external/python/cpython3/Lib/
H A Dthreading.py9 from itertools import islice as _islice, count as _count namespace
100 self._count = 0
113 self._count,
145 self._count += 1
150 self._count = 1
173 self._count = count = self._count - 1
185 self._count, self._owner = state
188 if self._count == 0:
190 count = self._count
[all...]
/external/tensorflow/tensorflow/contrib/data/python/ops/
H A Dshuffle_ops.py44 self._count = constant_op.constant(-1, dtype=dtypes.int64, name="count")
46 self._count = ops.convert_to_tensor(
66 count=self._count,
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DPathProfileInfo.h62 inline unsigned int getCount() const { return _count; }
72 unsigned int _count; member in class:llvm::ProfilePath
/external/python/cpython2/Lib/test/
H A Dtest_thread.py104 # Test the _count() function.
105 orig = thread._count()
116 self.assertEqual(thread._count(), orig + 1)
127 self.assertEqual(thread._count(), orig)
140 c = thread._count()
148 while thread._count() > c:
/external/python/cpython3/Lib/test/
H A Dtest_thread.py102 # Test the _count() function.
103 orig = thread._count()
114 self.assertEqual(thread._count(), orig + 1)
125 self.assertEqual(thread._count(), orig)
138 c = thread._count()
146 while thread._count() > c:
/external/freetype/src/sfnt/
H A Dttbdf.c178 FT_UInt _count = FT_NEXT_USHORT( p ); local
183 count = _count;
187 strike += 10 * _count;
/external/syslinux/gpxe/src/include/gpxe/
H A Dio.h115 unsigned int _count = (count); \
116 unsigned int _dbg_count = _count; \
117 _func ( _io_addr, _data, _count ); \
144 unsigned int _count = (count); \
145 unsigned int _dbg_count = _count; \
152 _func ( _io_addr, _data, _count ); \
/external/harfbuzz_ng/src/
H A Dhb-ot-name-table.hh110 unsigned int _count = count; local
111 for (unsigned int i = 0; i < _count; i++)
/external/python/cpython3/Lib/multiprocessing/
H A Dsynchronize.py173 elif self._semlock._count() > 0:
196 count = self._semlock._count()
199 elif self._semlock._count() > 0:
256 count = self._lock._semlock._count()
381 self._count = 0
401 def _count(self): member in class:Barrier
404 @_count.setter
405 def _count(self, value): member in class:Barrier
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state.c262 #define EMIT_RS(_rs, _count, _name, _value) \
264 _rs[_count].state = _name; \
265 _rs[_count].uintValue = _value; \
266 _count++; \
/external/freetype/src/gxvalid/
H A Dgxvcommn.h272 #define GXV_LIMIT_CHECK( _count ) \
274 if ( p + _count > ( limit? limit : gxvalid->root->limit ) ) \
510 #define GXV_SUBTABLE_LIMIT_CHECK( _count ) \
512 if ( ( p + (_count) - gxvalid->subtable_start ) > \
/external/python/cpython2/Lib/multiprocessing/
H A Dsynchronize.py157 elif self._semlock._count() > 0:
180 count = self._semlock._count()
183 elif self._semlock._count() > 0:
240 count = self._lock._semlock._count()
/external/emma/core/java12/com/vladium/emma/report/
H A DAbstractReportGenerator.java144 final int [] _count = new int [1];
154 final int count = countMap.get (packageVMName, _count)
155 ? _count [0]

Completed in 7864 milliseconds

123