Searched refs:dCount (Results 1 – 12 of 12) sorted by relevance
/external/guice/core/test/com/google/inject/ |
D | ProviderInjectionTest.java | 142 @Inject @Named("d") Count dCount; in testCreationTimeInjectionOrdering() 144 value = dCount.value + eCount.value + 4; in testCreationTimeInjectionOrdering()
|
/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/skia/tests/ |
D | SkpSkGrTest.cpp | 304 int dCount = data->fFoundCount; in addError() local 307 data->fError[dCount] = pixelError; in addError() 308 strcpy(data->fFilesFound[dCount], data->fResult.fFilename); in addError() 309 data->fDirsFound[dCount] = data->fResult.fDirNo; in addError()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | DateIntervalFormat.java | 1315 int dCount = 0; in getDateTimeSkeleton() local 1333 ++dCount; in getDateTimeSkeleton() 1424 if ( dCount != 0 ) { in getDateTimeSkeleton()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DateIntervalFormat.java | 1327 int dCount = 0; in getDateTimeSkeleton() local 1345 ++dCount; in getDateTimeSkeleton() 1436 if ( dCount != 0 ) { in getDateTimeSkeleton()
|
/external/icu/icu4c/source/i18n/ |
D | dtitvfmt.cpp | 799 int32_t dCount = 0; in getDateTimeSkeleton() local 818 ++dCount; in getDateTimeSkeleton() 911 if ( dCount != 0 ) { in getDateTimeSkeleton()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | DateIntervalFormatTest.java | 1708 int dIdx, dCount = deltas.length; in TestFPos_SkelWithSeconds() local 1709 for (dIdx = 0; dIdx < dCount; dIdx++) { in TestFPos_SkelWithSeconds()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DateIntervalFormatTest.java | 1704 int dIdx, dCount = deltas.length; in TestFPos_SkelWithSeconds() local 1705 for (dIdx = 0; dIdx < dCount; dIdx++) { in TestFPos_SkelWithSeconds()
|