HomeSort by relevance Sort by last modified time
    Searched full:_count (Results 51 - 75 of 115) sorted by null

1 23 4 5

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
synchronize.py 157 elif self._semlock._count() > 0:
180 count = self._semlock._count()
183 elif self._semlock._count() > 0:
240 count = self._lock._semlock._count()
  /external/chromium_org/third_party/bintrees/bintrees/
qbintree.c 371 * 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
    [all...]
qavltree.c 371 * 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
    [all...]
qrbtree.c 371 * 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
    [all...]
  /libcore/libart/src/main/java/java/lang/
String.java 955 int _count = count; local
1002 int _count = count; local
1063 int _count = count; local
1083 int _count = count; local
1279 int _count = count; local
    [all...]
  /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/stlport/src/
message_facets.h 113 static _STLP_VOLATILE __stl_atomic_t _count;
  /ndk/sources/cxx-stl/stlport/src/
message_facets.h 113 static _STLP_VOLATILE __stl_atomic_t _count;
  /external/kernel-headers/original/linux/
mm.h 226 atomic_t _count; /* Usage count, see below. */ member in struct:page
300 BUG_ON(atomic_read(&page->_count) == 0);
301 return atomic_dec_and_test(&page->_count);
310 return atomic_inc_not_zero(&page->_count);
319 return atomic_read(&page->_count);
326 atomic_inc(&page->_count);
335 atomic_set(&page->_count, 1);
599 * The atomic page->_mapcount, like _count, starts from -1:
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
HeapSnapshotDataGrids.js 524 object: ["_name", sortAscending, "_count", false],
525 count: ["_count", sortAscending, "_name", true],
611 object: ["_name", sortAscending, "_count", false],
613 count: ["_count", sortAscending, "_name", true],
762 object: ["_name", sortAscending, "_count", false],
    [all...]
  /libcore/libdvm/src/main/java/java/lang/
String.java 990 int _count = count; local
1037 int _count = count; local
1098 int _count = count; local
1118 int _count = count; local
1314 int _count = count; local
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
util.py 175 self._count = 0
182 count = self._count
188 self._count = count
  /external/chromium_org/third_party/icu/source/test/intltest/
svccoll.cpp 306 const UnicodeString* getSupportedIDs(int32_t& _count, UErrorCode& status) {
312 _count = 0;
321 _count = count;
  /external/icu4c/test/intltest/
svccoll.cpp 306 const UnicodeString* getSupportedIDs(int32_t& _count, UErrorCode& status) {
312 _count = 0;
321 _count = count;
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h 276 unsigned _count = (len); \
277 unsigned _n = (_count + 3) / 4; \
281 switch (_count % 4) { \
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 276 unsigned _count = (len); \
277 unsigned _n = (_count + 3) / 4; \
281 switch (_count % 4) { \
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 276 unsigned _count = (len); \
277 unsigned _n = (_count + 3) / 4; \
281 switch (_count % 4) { \
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 276 unsigned _count = (len); \
277 unsigned _n = (_count + 3) / 4; \
281 switch (_count % 4) { \
  /external/compiler-rt/lib/
atomic.c 66 __c11_atomic_store((_Atomic(uint32_t)*)&l->_count, 1, __ATOMIC_RELEASE);
73 while (!__c11_atomic_compare_exchange_weak((_Atomic(uint32_t)*)&l->_count, &old,
  /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
  /frameworks/base/core/jni/
android_opengl_GLES30.cpp 1734 jint _count = 0, _i; local
3099 jint _count = 0; local
3175 jint _count = 0; local
    [all...]
  /external/chromium_org/tools/deep_memory_profiler/lib/
dump.py 72 self._count = int(matched.group(3))
94 return self._count
  /external/llvm/lib/Analysis/
PathProfileInfo.cpp 114 : _number(number) , _count(count), _countStdDev(countStdDev), _ppi(ppi) {}
117 return 100 * double(_count) /
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-common-private.hh 162 unsigned int *_count /* IN/OUT */,
165 if (_count) {
166 const USHORT *arr = this->sub_array (start_offset, _count);
167 unsigned int count = *_count;
    [all...]

Completed in 1888 milliseconds

1 23 4 5