Searched refs:integerFormat (Results 1 – 5 of 5) sorted by relevance
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/ |
D | BarColumn.java | 40 private final NumberFormat integerFormat; field in BarColumn 57 this.integerFormat = NumberFormat.getIntegerInstance(locale); in BarColumn() 79 td.text(integerFormat.format(counter.getMissedCount())); in footer() 81 td.text(integerFormat.format(counter.getTotalCount())); in footer() 102 integerFormat.format(count)); in bar()
|
D | CounterColumn.java | 98 private final NumberFormat integerFormat; 116 this.integerFormat = NumberFormat.getIntegerInstance(locale); 145 td.text(integerFormat.format(value));
|
/external/testng/src/main/java/org/testng/reporters/ |
D | EmailableReporter2.java | 116 NumberFormat integerFormat = NumberFormat.getIntegerInstance(); in writeSuiteSummary() local 158 writeTableData(integerFormat.format(passedTests), "num"); in writeSuiteSummary() 159 writeTableData(integerFormat.format(skippedTests), in writeSuiteSummary() 161 writeTableData(integerFormat.format(failedTests), in writeSuiteSummary() 182 writeTableHeader(integerFormat.format(totalPassedTests), "num"); in writeSuiteSummary() 183 writeTableHeader(integerFormat.format(totalSkippedTests), in writeSuiteSummary() 185 writeTableHeader(integerFormat.format(totalFailedTests), in writeSuiteSummary()
|
/external/deqp/external/vulkancts/modules/vulkan/rasterization/ |
D | vktRasterizationOrderAttachmentAccessTests.cpp | 78 VkSampleCountFlagBits sampleCount, deUint32 inputAttachmentNum, bool integerFormat); 144 VkSampleCountFlagBits sampleCount, deUint32 inputAttachmentNum, bool integerFormat) in AttachmentAccessOrderColorTestCase() argument 146 inputAttachmentNum, integerFormat) in AttachmentAccessOrderColorTestCase() 356 VkSampleCountFlagBits sampleCount, deUint32 inputAttachmentNum, bool integerFormat) in AttachmentAccessOrderTestCase() argument 365 , m_integerFormat(integerFormat) in AttachmentAccessOrderTestCase() 1554 deUint32 inputNum, bool integerFormat, bool depth, bool stencil) in createRasterizationOrderAttachmentAccessTestVariations() argument 1624 sampleCountValues[i], inputNum, integerFormat)); in createRasterizationOrderAttachmentAccessTestVariations() 1631 …rAttachmentAccessFormatTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *gr, bool integerFormat) in createRasterizationOrderAttachmentAccessFormatTests() argument 1638 if (integerFormat) in createRasterizationOrderAttachmentAccessFormatTests() 1653 …iations(testCtx, formatGr, numName.str(), numDesc.str(), inputNum[i], integerFormat, false, false); in createRasterizationOrderAttachmentAccessFormatTests()
|
/external/icu/icu4c/source/i18n/ |
D | measfmt.cpp | 135 delete integerFormat; in adoptIntegerFormat() 136 integerFormat = nfToAdopt; in adoptIntegerFormat() 139 return integerFormat; in getIntegerFormat() 151 NumberFormat* integerFormat; member in MeasureFormatCacheData 159 : integerFormat(nullptr), numericDateFormatters(nullptr) { in MeasureFormatCacheData() 171 delete integerFormat; in ~MeasureFormatCacheData()
|