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

1 2 3

  /external/webrtc/webrtc/voice_engine/
level_indicator.h 46 int16_t _count; member in class:webrtc::voe::AudioLevel
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glCreateShaderProgramv.cpp 8 GLsizei _count; local
20 _count = _env->GetArrayLength(strings);
22 _strings = (const GLchar**) calloc(_count, sizeof(const GLchar*));
30 _jstrings = (jstring*) calloc(_count, sizeof(jstring));
38 for(int i = 0; i < _count; i++) {
49 _returnValue = glCreateShaderProgramv((GLenum)type, _count, _strings);
52 for(int i = 0; i < _count; i++) {
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/tensorflow/tensorflow/contrib/data/python/kernel_tests/
scan_dataset_op_test.py 36 def _count(self, start, step): member in class:ScanDatasetTest
44 iterator = self._count(start, step).take(take).make_initializable_iterator()
  /external/freetype/src/sfnt/
ttbdf.c 178 FT_UInt _count = FT_NEXT_USHORT( p ); local
183 count = _count;
187 strike += 10 * _count;
  /external/harfbuzz_ng/src/
hb-ot-name-table.hh 110 unsigned int _count = count; local
111 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/python/cpython3/Lib/multiprocessing/
synchronize.py 173 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/swiftshader/third_party/LLVM/include/llvm/Analysis/
PathProfileInfo.h 62 inline unsigned int getCount() const { return _count; }
72 unsigned int _count; member in class:llvm::ProfilePath
  /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/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--) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
pyassem.py 166 _count = 0 variable in class:Block
172 self.bid = Block._count
175 Block._count = Block._count + 1
  /external/python/cpython2/Lib/compiler/
pyassem.py 166 _count = 0 variable in class:Block
172 self.bid = Block._count
175 Block._count = Block._count + 1
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mailbox.py 452 _count = 1 # This is used to generate unique file names. variable in class:Maildir
463 Maildir._count, hostname)
469 Maildir._count += 1
    [all...]
  /external/python/cpython2/Lib/
mailbox.py 471 _count = 1 # This is used to generate unique file names. variable in class:Maildir
482 Maildir._count, hostname)
488 Maildir._count += 1
    [all...]
  /external/python/cpython3/Lib/
mailbox.py 485 _count = 1 # This is used to generate unique file names. variable in class:Maildir
496 Maildir._count, hostname)
501 Maildir._count += 1
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]

Completed in 4378 milliseconds

1 2 3