/external/guice/core/test/com/google/inject/ |
D | ProviderInjectionTest.java | 175 Count dCount; in testCreationTimeInjectionOrdering() 179 value = dCount.value + eCount.value + 4; in testCreationTimeInjectionOrdering()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShaderDrawParametersTests.cpp | 576 const GLsizei dCount[] = { 4, 4 }; in drawCommand() local 578 gl.multiDrawArrays(GL_TRIANGLE_STRIP, dFirst, dCount, 2); in drawCommand() 604 const GLsizei dCount[] = { 5, 4 }; in drawCommand() local 607 gl.multiDrawElements(GL_TRIANGLE_STRIP, dCount, GL_UNSIGNED_SHORT, dIndices, 2); in drawCommand()
|
/external/dng_sdk/source/ |
D | dng_bottlenecks.h | 455 uint32 dCount, 465 uint32 dCount, 1479 uint32 dCount, in DoResampleAcross16() argument 1489 dCount, in DoResampleAcross16() 1500 uint32 dCount, in DoResampleAcross32() argument 1509 dCount, in DoResampleAcross32()
|
D | dng_read_image.cpp | 427 int32 dCount); 605 int32 dCount) in Expand() argument 648 if (--dCount == 0) in Expand() 686 if (depth < dCount) in Expand() 689 dCount -= depth; in Expand() 741 const int32 skip = depth - dCount; in Expand() 751 dCount -= depthUsed; in Expand() 785 if (--dCount == 0) in Expand()
|
D | dng_reference.h | 412 uint32 dCount, 421 uint32 dCount,
|
D | dng_reference.cpp | 1946 uint32 dCount, in RefResampleAcross16() argument 1954 for (uint32 j = 0; j < dCount; j++) in RefResampleAcross16() 1986 uint32 dCount, in RefResampleAcross32() argument 1993 for (uint32 j = 0; j < dCount; j++) in RefResampleAcross32()
|
D | dng_image_writer.cpp | 3293 uint32 &dCount); 3486 uint32 &dCount) in Compress() argument 3552 dCount = (fBitOffset + 7) >> 3; in Compress() 3811 uLongf dCount = compressedBuffer->LogicalSize (); in WriteData() local 3824 &dCount, in WriteData() 3836 dBytes = (uint32) dCount; in WriteData()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DateIntervalFormat.java | 1361 int dCount = 0; in getDateTimeSkeleton() local 1379 ++dCount; in getDateTimeSkeleton() 1470 if ( dCount != 0 ) { in getDateTimeSkeleton()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | DateIntervalFormat.java | 1349 int dCount = 0; in getDateTimeSkeleton() local 1367 ++dCount; in getDateTimeSkeleton() 1458 if ( dCount != 0 ) { in getDateTimeSkeleton()
|
/external/icu/icu4c/source/i18n/ |
D | dtitvfmt.cpp | 787 int32_t dCount = 0; in getDateTimeSkeleton() local 806 ++dCount; in getDateTimeSkeleton() 897 if ( dCount != 0 ) { in getDateTimeSkeleton()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DateIntervalFormatTest.java | 1810 int dIdx, dCount = deltas.length; in TestFPos_SkelWithSeconds() local 1811 for (dIdx = 0; dIdx < dCount; dIdx++) { in TestFPos_SkelWithSeconds()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | DateIntervalFormatTest.java | 1813 int dIdx, dCount = deltas.length; in TestFPos_SkelWithSeconds() local 1814 for (dIdx = 0; dIdx < dCount; dIdx++) { in TestFPos_SkelWithSeconds()
|