/external/icu4c/common/ |
D | cpputils.h | 26 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 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) in uprv_arrayCopy() [all …]
|
/external/chromium_org/third_party/icu/source/common/ |
D | cpputils.h | 26 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/chromium_org/tools/gyp/test/actions/src/subdir1/ |
D | counter.py | 13 count = 0 variable 15 count = open(persistoutput, 'r').read() variable 18 count = int(count) + 1 variable 23 count = max_count variable
|
/external/clang/test/CodeGen/ |
D | tbaa-class.cpp | 53 uint32_t g(uint32_t *s, StructA *A, uint64_t count) { in g() 65 uint32_t g2(uint32_t *s, StructA *A, uint64_t count) { in g2() 77 uint32_t g3(StructA *A, StructB *B, uint64_t count) { in g3() 89 uint32_t g4(StructA *A, StructB *B, uint64_t count) { in g4() 101 uint32_t g5(StructA *A, StructB *B, uint64_t count) { in g5() 113 uint32_t g6(StructA *A, StructB *B, uint64_t count) { in g6() 125 uint32_t g7(StructA *A, StructS *S, uint64_t count) { in g7() 137 uint32_t g8(StructA *A, StructS *S, uint64_t count) { in g8() 149 uint32_t g9(StructS *S, StructS2 *S2, uint64_t count) { in g9() 161 uint32_t g10(StructS *S, StructS2 *S2, uint64_t count) { in g10() [all …]
|
D | tbaa.cpp | 47 uint32_t g(uint32_t *s, StructA *A, uint64_t count) { in g() 59 uint32_t g2(uint32_t *s, StructA *A, uint64_t count) { in g2() 71 uint32_t g3(StructA *A, StructB *B, uint64_t count) { in g3() 83 uint32_t g4(StructA *A, StructB *B, uint64_t count) { in g4() 95 uint32_t g5(StructA *A, StructB *B, uint64_t count) { in g5() 107 uint32_t g6(StructA *A, StructB *B, uint64_t count) { in g6() 119 uint32_t g7(StructA *A, StructS *S, uint64_t count) { in g7() 131 uint32_t g8(StructA *A, StructS *S, uint64_t count) { in g8() 143 uint32_t g9(StructS *S, StructS2 *S2, uint64_t count) { in g9() 155 uint32_t g10(StructS *S, StructS2 *S2, uint64_t count) { in g10() [all …]
|
/external/kernel-headers/original/asm-generic/ |
D | mutex-xchg.h | 26 __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/chromium_org/base/ |
D | cancelable_callback_unittest.cc | 23 void Increment(int* count) { (*count)++; } in Increment() 24 void IncrementBy(int* count, int n) { (*count) += n; } in IncrementBy() 31 int count = 0; in TEST() local 52 int count = 0; in TEST() local 77 int count = 0; in TEST() local 115 int count = 0; in TEST() local 150 int count = 0; in TEST() local 164 int count = 0; in TEST() local
|
D | barrier_closure_unittest.cc | 12 void Increment(int* count) { (*count)++; } in Increment() 15 int count = 0; in TEST() local 23 int count = 0; in TEST() local
|
/external/mesa3d/src/glx/ |
D | vertarr.c | 50 GLsizei count, const GLvoid * pointer) in __indirect_glColorPointerEXT() 58 GLsizei count, const GLboolean * pointer) in __indirect_glEdgeFlagPointerEXT() 66 GLsizei count, const GLvoid * pointer) in __indirect_glIndexPointerEXT() 73 __indirect_glNormalPointerEXT(GLenum type, GLsizei stride, GLsizei count, in __indirect_glNormalPointerEXT() 82 GLsizei count, const GLvoid * pointer) in __indirect_glTexCoordPointerEXT() 90 GLsizei count, const GLvoid * pointer) in __indirect_glVertexPointerEXT() 128 GLubyte count; in __indirect_glInterleavedArrays() member
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
D | vertarr.c | 50 GLsizei count, const GLvoid * pointer) in __indirect_glColorPointerEXT() 58 GLsizei count, const GLboolean * pointer) in __indirect_glEdgeFlagPointerEXT() 66 GLsizei count, const GLvoid * pointer) in __indirect_glIndexPointerEXT() 73 __indirect_glNormalPointerEXT(GLenum type, GLsizei stride, GLsizei count, in __indirect_glNormalPointerEXT() 82 GLsizei count, const GLvoid * pointer) in __indirect_glTexCoordPointerEXT() 90 GLsizei count, const GLvoid * pointer) in __indirect_glVertexPointerEXT() 128 GLubyte count; in __indirect_glInterleavedArrays() member
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
D | MultisetSetCountUnconditionallyTester.java | 31 @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()
|
/external/protobuf/src/google/protobuf/io/ |
D | zero_copy_stream_impl.cc | 92 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 …]
|
D | zero_copy_stream_impl_lite.cc | 78 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/chromium_org/third_party/protobuf/src/google/protobuf/io/ |
D | zero_copy_stream_impl.cc | 93 void FileInputStream::BackUp(int count) { in BackUp() 97 bool FileInputStream::Skip(int count) { in Skip() 153 int FileInputStream::CopyingFileInputStream::Skip(int count) { in Skip() 196 void FileOutputStream::BackUp(int count) { in BackUp() 283 void IstreamInputStream::BackUp(int count) { in BackUp() 287 bool IstreamInputStream::Skip(int count) { in Skip() 327 void OstreamOutputStream::BackUp(int count) { in BackUp() 352 ZeroCopyInputStream* const streams[], int count) in ConcatenatingInputStream() 373 void ConcatenatingInputStream::BackUp(int count) { in BackUp() 381 bool ConcatenatingInputStream::Skip(int count) { in Skip() [all …]
|
D | zero_copy_stream_impl_lite.cc | 80 void ArrayInputStream::BackUp(int count) { in BackUp() 89 bool ArrayInputStream::Skip(int count) { in Skip() 133 void ArrayOutputStream::BackUp(int count) { in BackUp() 177 void StringOutputStream::BackUp(int count) { in BackUp() 191 int CopyingInputStream::Skip(int count) { in Skip() 257 void CopyingInputStreamAdaptor::BackUp(int count) { in BackUp() 269 bool CopyingInputStreamAdaptor::Skip(int count) { in Skip() 346 void CopyingOutputStreamAdaptor::BackUp(int count) { in BackUp()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | SiblingTraversalStrategies.h | 79 int count = 0; in countElementsBefore() local 88 int count = 0; in countElementsOfTypeBefore() local 99 int count = 0; in countElementsAfter() local 108 int count = 0; in countElementsOfTypeAfter() local 191 int count = 0; in countElementsBefore() local 204 int count = 0; in countElementsAfter() local 217 int count = 0; in countElementsOfTypeBefore() local 230 int count = 0; in countElementsOfTypeAfter() local
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/ |
D | p3-0x.cpp | 8 struct count<Head, Tail...> { struct 9 static const unsigned value = 1 + count<Tail...>::value; 13 struct count<> { struct 14 static const unsigned value = 0;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
D | r300_cs.h | 89 #define OUT_CS_REG_SEQ(register, count) \ argument 92 #define OUT_CS_ONE_REG(register, count) \ argument 95 #define OUT_CS_PKT3(op, count) \ argument 98 #define OUT_CS_TABLE(values, count) do { \ argument 121 #define WRITE_CS_TABLE(values, count) do { \ argument
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_cs.h | 89 #define OUT_CS_REG_SEQ(register, count) \ argument 92 #define OUT_CS_ONE_REG(register, count) \ argument 95 #define OUT_CS_PKT3(op, count) \ argument 98 #define OUT_CS_TABLE(values, count) do { \ argument 121 #define WRITE_CS_TABLE(values, count) do { \ argument
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkPackBits.cpp | 62 #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()
|
/external/skia/src/core/ |
D | SkPackBits.cpp | 62 #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()
|
/external/chromium_org/third_party/freetype/include/freetype/internal/ |
D | ftmemory.h | 182 #define FT_MEM_ALLOC_MULT( ptr, count, item_size ) \ argument 198 #define FT_MEM_QALLOC_MULT( ptr, count, item_size ) \ argument 218 #define FT_MEM_SET( dest, byte, count ) ft_memset( dest, byte, count ) argument 220 #define FT_MEM_COPY( dest, source, count ) ft_memcpy( dest, source, count ) argument 222 #define FT_MEM_MOVE( dest, source, count ) ft_memmove( dest, source, count ) argument 225 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count ) argument 230 #define FT_ARRAY_ZERO( dest, count ) \ argument 233 #define FT_ARRAY_COPY( dest, source, count ) \ argument 236 #define FT_ARRAY_MOVE( dest, source, count ) \ argument 247 #define FT_ARRAY_CHECK( ptr, count ) ( (count) <= FT_ARRAY_MAX( ptr ) ) argument [all …]
|
/external/freetype/include/freetype/internal/ |
D | ftmemory.h | 182 #define FT_MEM_ALLOC_MULT( ptr, count, item_size ) \ argument 198 #define FT_MEM_QALLOC_MULT( ptr, count, item_size ) \ argument 218 #define FT_MEM_SET( dest, byte, count ) ft_memset( dest, byte, count ) argument 220 #define FT_MEM_COPY( dest, source, count ) ft_memcpy( dest, source, count ) argument 222 #define FT_MEM_MOVE( dest, source, count ) ft_memmove( dest, source, count ) argument 225 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count ) argument 230 #define FT_ARRAY_ZERO( dest, count ) \ argument 233 #define FT_ARRAY_COPY( dest, source, count ) \ argument 236 #define FT_ARRAY_MOVE( dest, source, count ) \ argument 247 #define FT_ARRAY_CHECK( ptr, count ) ( (count) <= FT_ARRAY_MAX( ptr ) ) argument [all …]
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_exec_array.c | 91 const GLuint count) in vbo_get_minmax_index() 196 GLuint count; in vbo_get_minmax_indices() local 286 check_draw_elements_data(struct gl_context *ctx, GLsizei count, GLenum elemType, in check_draw_elements_data() 339 check_draw_arrays_data(struct gl_context *ctx, GLint start, GLsizei count) in check_draw_arrays_data() 350 GLenum mode, GLint start, GLsizei count) in print_draw_arrays() 584 GLsizei count, GLuint numInstances, GLuint baseInstance) in vbo_draw_arrays() 661 vbo_exec_DrawArrays(GLenum mode, GLint start, GLsizei count) in vbo_exec_DrawArrays() 687 vbo_exec_DrawArraysInstanced(GLenum mode, GLint start, GLsizei count, in vbo_exec_DrawArraysInstanced() 713 vbo_exec_DrawArraysInstancedBaseInstance(GLenum mode, GLint first, GLsizei count, in vbo_exec_DrawArraysInstancedBaseInstance() 806 GLsizei count, GLenum type, in vbo_validated_drawrangeelements() [all …]
|
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/ |
D | vbo_exec_array.c | 91 const GLuint count) in vbo_get_minmax_index() 196 GLuint count; in vbo_get_minmax_indices() local 286 check_draw_elements_data(struct gl_context *ctx, GLsizei count, GLenum elemType, in check_draw_elements_data() 339 check_draw_arrays_data(struct gl_context *ctx, GLint start, GLsizei count) in check_draw_arrays_data() 350 GLenum mode, GLint start, GLsizei count) in print_draw_arrays() 584 GLsizei count, GLuint numInstances, GLuint baseInstance) in vbo_draw_arrays() 661 vbo_exec_DrawArrays(GLenum mode, GLint start, GLsizei count) in vbo_exec_DrawArrays() 687 vbo_exec_DrawArraysInstanced(GLenum mode, GLint start, GLsizei count, in vbo_exec_DrawArraysInstanced() 713 vbo_exec_DrawArraysInstancedBaseInstance(GLenum mode, GLint first, GLsizei count, in vbo_exec_DrawArraysInstancedBaseInstance() 806 GLsizei count, GLenum type, in vbo_validated_drawrangeelements() [all …]
|