Home
last modified time | relevance | path

Searched defs:count (Results 1 – 25 of 2426) sorted by relevance

12345678910>>...98

/external/webkit/Source/WebKit/win/
DWebCoreStatistics.cpp96 /* [retval][out] */ UINT* count) in javaScriptObjectsCount()
107 /* [retval][out] */ UINT* count) in javaScriptGlobalObjectsCount()
118 /* [retval][out] */ UINT* count) in javaScriptProtectedObjectsCount()
129 /* [retval][out] */ UINT* count) in javaScriptProtectedGlobalObjectsCount()
156 /* [retval][out] */ UINT* count) in iconPageURLMappingCount()
165 /* [retval][out] */ UINT *count) in iconRetainedPageURLCount()
174 /* [retval][out] */ UINT *count) in iconRecordCount()
183 /* [retval][out] */ UINT *count) in iconsWithDataCount()
192 /* [retval][out] */ UINT *count) in cachedFontDataCount()
201 /* [retval][out] */ UINT *count) in cachedFontDataInactiveCount()
[all …]
DWebKitStatistics.cpp99 /* [retval][out] */ int *count) in webViewCount()
106 /* [retval][out] */ int *count) in frameCount()
113 /* [retval][out] */ int *count) in dataSourceCount()
120 /* [retval][out] */ int *count) in viewCount()
127 /* [retval][out] */ int *count) in HTMLRepresentationCount()
/external/icu4c/common/
Dcpputils.h26 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy()
31 double* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy()
35 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy()
40 int8_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy()
44 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy()
49 int16_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy()
53 inline void uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) in uprv_arrayCopy()
58 int32_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy()
64 UChar *dst, int32_t dstStart, int32_t count) in uprv_arrayCopy()
72 … U_NAMESPACE_QUALIFIER UnicodeString *src, U_NAMESPACE_QUALIFIER UnicodeString *dst, int32_t count) in uprv_arrayCopy()
[all …]
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
Dp3-0x.cpp7 struct count<Head, Tail...> { struct
8 static const unsigned value = 1 + count<Tail...>::value;
12 struct count<> { struct
13 static const unsigned value = 0;
/external/kernel-headers/original/asm-generic/
Dmutex-xchg.h26 __mutex_fastpath_lock(atomic_t *count, fastcall void (*fail_fn)(atomic_t *)) in __mutex_fastpath_lock() argument
45 __mutex_fastpath_lock_retval(atomic_t *count, fastcall int (*fail_fn)(atomic_t *)) in __mutex_fastpath_lock_retval() argument
68 __mutex_fastpath_unlock(atomic_t *count, fastcall void (*fail_fn)(atomic_t *)) in __mutex_fastpath_unlock() argument
93 __mutex_fastpath_trylock(atomic_t *count, int (*fail_fn)(atomic_t *)) in __mutex_fastpath_trylock() argument
/external/skia/src/core/
DSkColorTable.cpp15 SkColorTable::SkColorTable(int count) in SkColorTable()
35 int count = src.count(); in SkColorTable() local
45 SkColorTable::SkColorTable(const SkPMColor colors[], int count) in SkColorTable()
98 static inline void build_16bitcache(uint16_t dst[], const SkPMColor src[], int count) in build_16bitcache()
153 int count = this->count(); in flatten() local
DSkPackBits.cpp62 #define PB_MEMSET(addr, value, count) \ argument
71 #define PB_MEMCPY(dst, src, count) \ argument
123 size_t SkPackBits::ComputeMaxSize16(int count) { in ComputeMaxSize16()
129 size_t SkPackBits::ComputeMaxSize8(int count) { in ComputeMaxSize8()
134 static uint8_t* flush_same16(uint8_t dst[], uint16_t value, int count) { in flush_same16()
148 static uint8_t* flush_same8(uint8_t dst[], uint8_t value, int count) { in flush_same8()
162 const uint16_t* SK_RESTRICT src, int count) { in flush_diff16()
178 const uint8_t* SK_RESTRICT src, int count) { in flush_diff8()
193 size_t SkPackBits::Pack16(const uint16_t* SK_RESTRICT src, int count, in Pack16()
236 size_t SkPackBits::Pack8(const uint8_t* SK_RESTRICT src, int count, in Pack8()
DSkBlitRow_D32.cpp17 int count, U8CPU alpha) { in S32_Opaque_BlitRow32()
24 int count, U8CPU alpha) { in S32_Blend_BlitRow32()
58 int count, U8CPU alpha) { in S32A_Opaque_BlitRow32()
99 int count, U8CPU alpha) { in S32A_Blend_BlitRow32()
159 int count, SkPMColor color) { in Color32()
DSkUtils.cpp40 void sk_memset16_portable(uint16_t dst[], uint16_t value, int count) { in sk_memset16_portable()
93 void sk_memset32_portable(uint32_t dst[], uint32_t value, int count) { in sk_memset32_portable()
111 static void sk_memset16_stub(uint16_t dst[], uint16_t value, int count) { in sk_memset16_stub()
119 static void sk_memset32_stub(uint32_t dst[], uint32_t value, int count) { in sk_memset32_stub()
157 int count = 0; in SkUTF8_CountUnichars() local
173 int count = 0; in SkUTF8_CountUnichars() local
256 size_t count = 1; in SkUTF8_FromUnichar() local
284 int count = 0; in SkUTF16_CountUnichars() local
301 int count = 0; in SkUTF16_CountUnichars() local
DSkBlitRow_D4444.cpp15 const SkPMColor* SK_RESTRICT src, int count, in S32_D4444_Opaque()
30 const SkPMColor* SK_RESTRICT src, int count, in S32_D4444_Blend()
50 const SkPMColor* SK_RESTRICT src, int count, in S32A_D4444_Opaque()
72 const SkPMColor* SK_RESTRICT src, int count, in S32A_D4444_Blend()
97 int count, U8CPU alpha, int x, int y) { in S32_D4444_Opaque_Dither()
116 int count, U8CPU alpha, int x, int y) { in S32_D4444_Blend_Dither()
139 int count, U8CPU alpha, int x, int y) { in S32A_D4444_Opaque_Dither()
168 int count, U8CPU alpha, int x, int y) { in S32A_D4444_Blend_Dither()
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DMultisetSetCountUnconditionallyTester.java31 @Override void setCountCheckReturnValue(E element, int count) { in setCountCheckReturnValue()
36 @Override void setCountNoCheckReturnValue(E element, int count) { in setCountNoCheckReturnValue()
40 private int setCount(E element, int count) { in setCount()
DMultisetSetCountConditionallyTester.java38 @Override void setCountCheckReturnValue(E element, int count) { in setCountCheckReturnValue()
44 @Override void setCountNoCheckReturnValue(E element, int count) { in setCountNoCheckReturnValue()
48 private boolean setCount(E element, int count) { in setCount()
/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl.cc92 void FileInputStream::BackUp(int count) { in BackUp()
96 bool FileInputStream::Skip(int count) { in Skip()
152 int FileInputStream::CopyingFileInputStream::Skip(int count) { in Skip()
195 void FileOutputStream::BackUp(int count) { in BackUp()
282 void IstreamInputStream::BackUp(int count) { in BackUp()
286 bool IstreamInputStream::Skip(int count) { in Skip()
326 void OstreamOutputStream::BackUp(int count) { in BackUp()
351 ZeroCopyInputStream* const streams[], int count) in ConcatenatingInputStream()
372 void ConcatenatingInputStream::BackUp(int count) { in BackUp()
380 bool ConcatenatingInputStream::Skip(int count) { in Skip()
[all …]
Dzero_copy_stream_impl_lite.cc78 void ArrayInputStream::BackUp(int count) { in BackUp()
87 bool ArrayInputStream::Skip(int count) { in Skip()
131 void ArrayOutputStream::BackUp(int count) { in BackUp()
175 void StringOutputStream::BackUp(int count) { in BackUp()
189 int CopyingInputStream::Skip(int count) { in Skip()
255 void CopyingInputStreamAdaptor::BackUp(int count) { in BackUp()
267 bool CopyingInputStreamAdaptor::Skip(int count) { in Skip()
344 void CopyingOutputStreamAdaptor::BackUp(int count) { in BackUp()
/external/skia/include/core/
DSkTemplates.h91 SkAutoTArray(size_t count) { in SkAutoTArray()
125 SkAutoSTArray(size_t count) { in SkAutoSTArray()
150 size_t count() const { return fCount; } in count() function
175 SkAutoTMalloc(size_t count) { in SkAutoTMalloc()
184 void reset (size_t count) { in reset()
213 SkAutoSTMalloc(size_t count) { in SkAutoSTMalloc()
228 void reset(size_t count) { in reset()
/external/freetype/include/freetype/internal/
Dftmemory.h177 #define FT_MEM_ALLOC_MULT( ptr, count, item_size ) \ argument
187 #define FT_MEM_QALLOC_MULT( ptr, count, item_size ) \ argument
201 #define FT_MEM_SET( dest, byte, count ) ft_memset( dest, byte, count ) argument
203 #define FT_MEM_COPY( dest, source, count ) ft_memcpy( dest, source, count ) argument
205 #define FT_MEM_MOVE( dest, source, count ) ft_memmove( dest, source, count ) argument
208 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count ) argument
213 #define FT_ARRAY_ZERO( dest, count ) \ argument
216 #define FT_ARRAY_COPY( dest, source, count ) \ argument
219 #define FT_ARRAY_MOVE( dest, source, count ) \ argument
230 #define FT_ARRAY_CHECK( ptr, count ) ( (count) <= FT_ARRAY_MAX( ptr ) ) argument
[all …]
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
DLeb128Utils.java49 int count = 0; in unsignedLeb128Size() local
71 int count = 0; in signedLeb128Size() local
95 int count = 0; in writeUnsignedLeb128() local
/external/grub/netboot/
Dlinux-asm-string.h155 extern inline void * __memset_generic(void * s, char c,size_t count) in __memset_generic()
169 #define __constant_count_memset(s,c,count) __memset_generic((s),(c),(count)) argument
176 extern inline void * __constant_c_memset(void * s, unsigned long c, size_t count) in __constant_c_memset()
199 extern inline void * __constant_c_and_count_memset(void * s, unsigned long pattern, size_t count) in __constant_c_and_count_memset()
238 #define __constant_c_x_memset(s, c, count) \ argument
243 #define __memset(s, c, count) \ argument
249 #define memset(s, c, count) \ argument
255 static inline int strncmp(const char * cs,const char * ct,size_t count) in strncmp()
/external/dexmaker/src/dx/java/com/android/dx/util/
DLeb128Utils.java42 int count = 0; in unsignedLeb128Size() local
63 int count = 0; in signedLeb128Size() local
85 int count = 0; in readSignedLeb128() local
113 int count = 0; in readUnsignedLeb128() local
/external/freetype/src/base/
Dftapi.c74 FT_ULong count ) in FT_Read_Stream()
84 FT_ULong count ) in FT_Read_Stream_At()
92 FT_ULong count, in FT_Extract_Frame()
108 FT_ULong count ) in FT_Access_Frame()
/external/replicaisland/src/com/replica/replicaisland/
DBufferLibrary.java46 final int count = mGridList.getCount(); in generateHardwareBuffers() local
56 final int count = mGridList.getCount(); in releaseHardwareBuffers() local
66 final int count = mGridList.getCount(); in invalidateHardwareBuffers() local
/external/stlport/test/eh/
DLeakCheck.h69 for (long count = 0; !succeeded && !failed && count < max_iters; ++count) { variable
107 for (long count = 0; !succeeded && !failed && count < max_iters; ++count) { variable
149 for ( long count = 0; !succeeded && !failed && count < max_iters; count++ ) { variable
/external/dbus/dbus/
Ddbus-memory.h50 #define dbus_new(type, count) ((type*)dbus_malloc (sizeof (type) * (count))) argument
51 #define dbus_new0(type, count) ((type*)dbus_malloc0 (sizeof (type) * (count))) argument
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
DJarInputStreamTest.java171 int count = 0; in test_JarInputStream_Integrate_Jar_getNextEntry() local
188 int count = 0; in test_JarInputStream_Modified_Class_getNextEntry() local
236 int count = 0; in test_JarInputStream_Modified_Manifest_EntryAttributes_getNextEntry() local
263 int count = 0; in test_JarInputStream_Modified_SF_EntryAttributes_getNextEntry() local
286 int count = 0; in test_JarInputStream_Modified_Class_read() local
315 int count = 0; in test_Integrate_Jar_read() local
338 int count = 0; in test_JarInputStream_Modified_Manifest_MainAttributes_read() local
369 int count = 0; in test_JarInputStream_Modified_SF_EntryAttributes_read() local
/external/skia/tests/
DMemsetTest.cpp26 static bool compare16(const uint16_t base[], uint16_t value, int count) { in compare16()
36 static bool compare32(const uint32_t base[], uint32_t value, int count) { in compare32()
49 for (int count = 0; count < MAX_COUNT; ++count) { in test_16() local
66 for (int count = 0; count < MAX_COUNT; ++count) { in test_32() local

12345678910>>...98