/external/chromium-trace/catapult/perf_insights/perf_insights/ui/reports/ |
D | task_info_result_view_test_data.json | 9 "count": 0, number 18 "count": 0, number 25 "count": 114, number 160 "count": 38, number 295 "count": 6, number 350 "count": 1, number 365 "count": 0, number 371 "count": 0, number 377 "count": 0, number 383 "count": 0, number [all …]
|
/external/skia/src/opts/ |
D | SkSwizzler_opts.h | 15 static void RGBA_to_rgbA_portable(uint32_t* dst, const void* vsrc, int count) { in RGBA_to_rgbA_portable() 32 static void RGBA_to_bgrA_portable(uint32_t* dst, const void* vsrc, int count) { in RGBA_to_bgrA_portable() 49 static void RGBA_to_BGRA_portable(uint32_t* dst, const void* vsrc, int count) { in RGBA_to_BGRA_portable() 63 static void RGB_to_RGB1_portable(uint32_t dst[], const void* vsrc, int count) { in RGB_to_RGB1_portable() 77 static void RGB_to_BGR1_portable(uint32_t dst[], const void* vsrc, int count) { in RGB_to_BGR1_portable() 91 static void gray_to_RGB1_portable(uint32_t dst[], const void* vsrc, int count) { in gray_to_RGB1_portable() 101 static void grayA_to_RGBA_portable(uint32_t dst[], const void* vsrc, int count) { in grayA_to_RGBA_portable() 114 static void grayA_to_rgbA_portable(uint32_t dst[], const void* vsrc, int count) { in grayA_to_rgbA_portable() 128 static void inverted_CMYK_to_RGB1_portable(uint32_t* dst, const void* vsrc, int count) { in inverted_CMYK_to_RGB1_portable() 146 static void inverted_CMYK_to_BGR1_portable(uint32_t* dst, const void* vsrc, int count) { in inverted_CMYK_to_BGR1_portable() [all …]
|
/external/icu/icu4c/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 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) in uprv_arrayCopy() [all …]
|
/external/vulkan-validation-layers/demos/smoke/ |
D | Helpers.h | 48 uint32_t count = 0; in enumerate() local 57 uint32_t count = 0; in enumerate() local 66 uint32_t count = 0; in enumerate() local 75 uint32_t count = 0; in enumerate() local 84 uint32_t count = 0; in enumerate() local 93 uint32_t count = 0; in get() local 104 uint32_t count = 0; in get() local 113 uint32_t count = 0; in get() local 122 uint32_t count = 0; in get() local
|
/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/opencv3/modules/java/generator/src/java/ |
D | utils+Converters.java | 36 int count = (pts != null) ? pts.size() : 0; in vector_Point_to_Mat() local 98 int count = (pts != null) ? pts.size() : 0; in vector_Point3_to_Mat() local 160 int count = m.rows(); in Mat_to_vector_Point() local 205 int count = m.rows(); in Mat_to_vector_Point3() local 237 int count = (mats != null) ? mats.size() : 0; in vector_Mat_to_Mat() local 256 int count = m.rows(); in Mat_to_vector_Mat() local 272 int count = (fs != null) ? fs.size() : 0; in vector_float_to_Mat() local 290 int count = m.rows(); in Mat_to_vector_float() local 305 int count = (bs != null) ? bs.size() : 0; in vector_uchar_to_Mat() local 323 int count = m.rows(); in Mat_to_vector_uchar() local [all …]
|
/external/libchrome/base/ |
D | cancelable_callback_unittest.cc | 25 void Increment(int* count) { (*count)++; } in Increment() 26 void IncrementBy(int* count, int n) { (*count) += n; } in IncrementBy() 33 int count = 0; in TEST() local 54 int count = 0; in TEST() local 79 int count = 0; in TEST() local 117 int count = 0; in TEST() local 152 int count = 0; in TEST() local 166 int count = 0; in TEST() local
|
/external/libcxxabi/test/ |
D | catch_class_03.pass.cpp | 22 static int count; member 29 int B::count = 0; member in B 34 static int count; member 41 int C1::count = 0; member in C1 46 static int count; member 53 int C2::count = 0; member in C2 58 static int count; member 65 int A::count = 0; member in A
|
D | catch_ptr.pass.cpp | 22 static int count; member 29 int B::count = 0; member in B 34 static int count; member 41 int C1::count = 0; member in C1 46 static int count; member 53 int C2::count = 0; member in C2 58 static int count; member 65 int A::count = 0; member in A
|
D | catch_class_04.pass.cpp | 22 static int count; member 29 int B::count = 0; member in B 34 static int count; member 41 int C1::count = 0; member in C1 46 static int count; member 53 int C2::count = 0; member in C2 58 static int count; member 65 int A::count = 0; member in A
|
/external/skia/include/private/ |
D | SkTemplates.h | 123 explicit SkAutoTArray(int count) { in SkAutoTArray() 134 void reset(int count) { in reset() 179 SkAutoSTArray(int count) { in SkAutoSTArray() 190 void reset(int count) { in reset() 229 int count() const { return fCount; } in count() function 271 explicit SkAutoTMalloc(size_t count) { in SkAutoTMalloc() 280 void realloc(size_t count) { in realloc() 285 T* reset(size_t count) { in reset() 335 SkAutoSTMalloc(size_t count) { in SkAutoSTMalloc() 350 T* reset(size_t count) { in reset() [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/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
D | allocate_shared_no_variadics.pass.cpp | 27 static int count; member 33 int Zero::count = 0; member in Zero 37 static int count; member 44 int One::count = 0; member in One 49 static int count; member 56 int Two::count = 0; member in Two 60 static int count; member 67 int Three::count = 0; member in Three
|
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/ |
D | shared_ptr_Y.pass.cpp | 22 static int count; member 29 int B::count = 0; member in B 34 static int count; member 41 int A::count = 0; member in A 45 static int count; member 52 int C::count = 0; member in C
|
D | shared_ptr_Y_rv.pass.cpp | 22 static int count; member 29 int B::count = 0; member in B 34 static int count; member 41 int A::count = 0; member in A 45 static int count; member 52 int C::count = 0; member in C
|
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const/ |
D | shared_ptr_Y.pass.cpp | 22 static int count; member 29 int B::count = 0; member in B 34 static int count; member 41 int A::count = 0; member in A 45 static int count; member 52 int C::count = 0; member in C
|
D | weak_ptr_Y.pass.cpp | 23 static int count; member 30 int B::count = 0; member in B 35 static int count; member 42 int A::count = 0; member in A 46 static int count; member 53 int C::count = 0; member in C
|
/external/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 …]
|
/external/freetype/include/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 ) \ argument 221 #define FT_MEM_COPY( dest, source, count ) \ argument 224 #define FT_MEM_MOVE( dest, source, count ) \ argument 228 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count ) argument 233 #define FT_ARRAY_ZERO( dest, count ) \ argument 237 #define FT_ARRAY_COPY( dest, source, count ) \ argument 242 #define FT_ARRAY_MOVE( dest, source, count ) \ argument 255 #define FT_ARRAY_CHECK( ptr, count ) ( (count) <= FT_ARRAY_MAX( ptr ) ) argument [all …]
|
/external/pdfium/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 ) \ argument 221 #define FT_MEM_COPY( dest, source, count ) \ argument 224 #define FT_MEM_MOVE( dest, source, count ) \ argument 228 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count ) argument 233 #define FT_ARRAY_ZERO( dest, count ) \ argument 237 #define FT_ARRAY_COPY( dest, source, count ) \ argument 242 #define FT_ARRAY_MOVE( dest, source, count ) \ argument 255 #define FT_ARRAY_CHECK( ptr, count ) ( (count) <= FT_ARRAY_MAX( ptr ) ) argument [all …]
|
/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/ |
D | construct.pass.cpp | 51 static int count; member 55 int A0::count = 0; member in A0 59 static int count; member 67 int A1::count = 0; member in A1 71 static int count; member 80 int A2::count = 0; member in A2
|
/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/jacoco/org.jacoco.core.test/src/org/jacoco/core/analysis/ |
D | AnalyzerTest.java | 127 final int count = analyzer.analyzeAll( in testAnalyzeAll_Class() local 141 final int count = analyzer.analyzeAll( in testAnalyzeAll_Zip() local 153 final int count = analyzer.analyzeAll( in testAnalyzeAll_EmptyZipEntry() local 174 final int count = analyzer.analyzeAll(new ByteArrayInputStream( in testAnalyzeAll_Pack200() local 182 final int count = analyzer.analyzeAll(new ByteArrayInputStream( in testAnalyzeAll_Empty() local 191 final int count = analyzer.analyzeAll(folder.getRoot()); in testAnalyzeAll_Folder() local 201 final int count = analyzer.analyzeAll(path, folder.getRoot()); in testAnalyzeAll_Path() local
|
/external/mesa3d/src/mesa/main/ |
D | uniforms.c | 212 _mesa_Uniform1fvARB(GLint location, GLsizei count, const GLfloat * value) in _mesa_Uniform1fvARB() 219 _mesa_Uniform2fvARB(GLint location, GLsizei count, const GLfloat * value) in _mesa_Uniform2fvARB() 226 _mesa_Uniform3fvARB(GLint location, GLsizei count, const GLfloat * value) in _mesa_Uniform3fvARB() 233 _mesa_Uniform4fvARB(GLint location, GLsizei count, const GLfloat * value) in _mesa_Uniform4fvARB() 240 _mesa_Uniform1ivARB(GLint location, GLsizei count, const GLint * value) in _mesa_Uniform1ivARB() 247 _mesa_Uniform2ivARB(GLint location, GLsizei count, const GLint * value) in _mesa_Uniform2ivARB() 254 _mesa_Uniform3ivARB(GLint location, GLsizei count, const GLint * value) in _mesa_Uniform3ivARB() 261 _mesa_Uniform4ivARB(GLint location, GLsizei count, const GLint * value) in _mesa_Uniform4ivARB() 310 _mesa_Uniform1uiv(GLint location, GLsizei count, const GLuint *value) in _mesa_Uniform1uiv() 317 _mesa_Uniform2uiv(GLint location, GLsizei count, const GLuint *value) in _mesa_Uniform2uiv() [all …]
|