Home
last modified time | relevance | path

Searched refs:getCount (Results 1 – 25 of 98) sorted by relevance

1234

/third_party/icu/icu4c/source/test/intltest/
Dcpdtrtst.cpp90 if(copycpd->getCount() != cpdtrans2->getCount() || copycpd->getID() != cpdtrans2->getID()) { in TestConstruction()
147 copyct1->getCount() != ct1->getCount() || copyct2->getCount() != ct2->getCount() || in TestCloneEqual()
149 copyct2->getCount() == ct1->getCount() || copyct1->getCount() == ct2->getCount() ){ in TestCloneEqual()
155 equalct1.getCount() != ct1->getCount() || equalct2.getCount() != ct2->getCount() || in TestCloneEqual()
157 equalct1.getCount() != copyct1->getCount() || equalct2.getCount() != copyct2->getCount() || in TestCloneEqual()
158 equalct2.getCount() == ct1->getCount() || equalct1.getCount() == ct2->getCount() ) { in TestCloneEqual()
168 … if(clonect1a->getID() != ct1->getID() || clonect1a->getCount() != ct1->getCount() || in TestCloneEqual()
169 … clonect1a->getID() != clonect1b->getID() || clonect1a->getCount() != clonect1b->getCount() || in TestCloneEqual()
170 … clonect1a->getID() != equalct1.getID() || clonect1a->getCount() != equalct1.getCount() || in TestCloneEqual()
171 … clonect1a->getID() != copyct1->getID() || clonect1a->getCount() != copyct1->getCount() || in TestCloneEqual()
[all …]
/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/
Dldso_cfi_test.cpp66 FuncTypeRetSize getCount = reinterpret_cast<FuncTypeRetSize>(dlsym(handle2, "GetCount")); variable
67 ASSERT_NE(getCount, nullptr);
75 size_t count = (*getCount)();
79 EXPECT_EQ(++count, (*getCount)());
97 FuncTypeRetSize getCount = reinterpret_cast<FuncTypeRetSize>(dlsym(handle, "GetCount")); variable
98 ASSERT_NE(getCount, nullptr);
108 size_t count = (*getCount)();
114 EXPECT_EQ(++count, (*getCount)());
132 FuncTypeRetSize getCount = reinterpret_cast<FuncTypeRetSize>(dlsym(handle, "GetCount")); variable
133 ASSERT_NE(getCount, nullptr);
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
DPeriodBuilderFactoryTest.java101 assertEquals("hours", 1.0f, p.getCount(HOUR)); in testBuilderFactoryPeriodConstruction()
102 assertEquals("minutes", 35.501f, p.getCount(MINUTE)); in testBuilderFactoryPeriodConstruction()
107 assertEquals("hours", 1.0f, p.getCount(HOUR)); in testBuilderFactoryPeriodConstruction()
108 assertEquals("minutes", 35f, p.getCount(MINUTE)); in testBuilderFactoryPeriodConstruction()
109 assertEquals("seconds", 30.1f, p.getCount(SECOND)); in testBuilderFactoryPeriodConstruction()
DPeriodTest.java30 assertEquals(null, 0f, p.getCount(TimeUnit.YEAR), .1f); in testIsSet()
58 assertEquals(null, 1f, p.getCount(TimeUnit.YEAR), .1f); in testMoreLessThan()
79 assertEquals(null, 3f, p.getCount(TimeUnit.MONTH), .1f); in testAnd()
81 assertEquals(null, 2f, p.getCount(TimeUnit.MONTH), .1f); in testAnd()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/
DPeriodBuilderFactoryTest.java104 assertEquals("hours", 1.0f, p.getCount(HOUR)); in testBuilderFactoryPeriodConstruction()
105 assertEquals("minutes", 35.501f, p.getCount(MINUTE)); in testBuilderFactoryPeriodConstruction()
110 assertEquals("hours", 1.0f, p.getCount(HOUR)); in testBuilderFactoryPeriodConstruction()
111 assertEquals("minutes", 35f, p.getCount(MINUTE)); in testBuilderFactoryPeriodConstruction()
112 assertEquals("seconds", 30.1f, p.getCount(SECOND)); in testBuilderFactoryPeriodConstruction()
DPeriodTest.java33 assertEquals(null, 0f, p.getCount(TimeUnit.YEAR), .1f); in testIsSet()
61 assertEquals(null, 1f, p.getCount(TimeUnit.YEAR), .1f); in testMoreLessThan()
82 assertEquals(null, 3f, p.getCount(TimeUnit.MONTH), .1f); in testAnd()
84 assertEquals(null, 2f, p.getCount(TimeUnit.MONTH), .1f); in testAnd()
/third_party/protobuf/js/binary/
Dmessage_test.js51 assertEquals(5, msg.getDeeplyNestedMessage().getCount());
58 assertEquals(5, deserialized.getDeeplyNestedMessage().getCount());
/third_party/icu/icu4c/source/layoutex/
Dplruns.cpp51 return fr->getCount(); in pl_getFontRunCount()
147 return vr->getCount(); in pl_getValueRunCount()
357 le_int32 count = getCount(); in ~ULocRuns()
400 if (run < 0 || run >= getCount()) { in getLocaleName()
440 return lr->getCount(); in pl_getLocaleRunCount()
DRunArrays.cpp121 if (run < 0 || run >= getCount()) { in getFont()
173 if (run < 0 || run >= getCount()) { in getLocale()
225 if (run < 0 || run >= getCount()) { in getValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DProfileSummaryInfo.cpp137 return FunctionCount && isHotCount(FunctionCount.getCount()); in isFunctionEntryHot()
150 if (isHotCount(FunctionCount.getCount())) in isFunctionHotInCallGraph()
179 if (!isColdCount(FunctionCount.getCount())) in isFunctionColdInCallGraph()
204 if (isHotCountNthPercentile(PercentileCutoff, FunctionCount.getCount())) in isFunctionHotInCallGraphNthPercentile()
237 return FunctionCount && isColdCount(FunctionCount.getCount()); in isFunctionEntryCold()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DGCOV.cpp342 return Blocks.front()->getCount(); in getEntryCount()
348 return Blocks.back()->getCount(); in getExitCount()
544 Count += Block->getCount(); in getLineCount()
780 if (Block->getCount()) { in print()
787 } else if (!LineExecs[Function] && Block->getCount()) { in print()
840 if (Block.getNumDstEdges() && Block.getCount()) in printFunctionSummary()
853 if (Block.getCount() == 0) in printBlockInfo()
856 OS << format("%9" PRIu64 ":", Block.getCount()); in printBlockInfo()
868 if (Block.getCount()) in printBranchInfo()
877 if (Block.getCount()) in printBranchInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeVTShape.cpp23 dumpSymbolField(OS, "count", getCount(), Indent); in dump()
35 uint32_t NativeTypeVTShape::getCount() const { return Record.Slots.size(); } in getCount() function in NativeTypeVTShape
DNativeTypeArray.cpp39 dumpSymbolField(OS, "count", getCount(), Indent); in dump()
55 uint32_t NativeTypeArray::getCount() const { in getCount() function in NativeTypeArray
DNativeTypeFunctionSig.cpp119 dumpSymbolField(OS, "count", getCount(), Indent); in dump()
155 uint32_t NativeTypeFunctionSig::getCount() const { in getCount() function in NativeTypeFunctionSig
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DRepeatedFieldBuilderV3Test.java119 assertEquals(3, builder.getCount()); in testVariousMethods()
127 assertEquals(2, builder.getCount()); in testVariousMethods()
134 assertEquals(0, builder.getCount()); in testVariousMethods()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DRepeatedFieldBuilder.java171 public int getCount() { in getCount() method in RepeatedFieldBuilder
585 return this.builder.getCount(); in size()
619 return this.builder.getCount(); in size()
653 return this.builder.getCount(); in size()
DRepeatedFieldBuilderV3.java171 public int getCount() { in getCount() method in RepeatedFieldBuilderV3
585 return this.builder.getCount(); in size()
619 return this.builder.getCount(); in size()
653 return this.builder.getCount(); in size()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineSizeOpts.cpp52 if (!PSI->isColdCount(FunctionCount.getCount())) in isFunctionColdInCallGraph()
69 FunctionCount.getCount())) in isFunctionHotInCallGraphNthPercentile()
/third_party/skia/tests/
DRTreeTest.cpp77 REPORTER_ASSERT(reporter, 0 == rtree.getCount()); in DEF_TEST()
87 REPORTER_ASSERT(reporter, NUM_RECTS == rtree.getCount()); in DEF_TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsOptimizePICCall.cpp105 unsigned getCount(ValueType Entry);
242 unsigned N = getCount(Entry); in visitNode()
303 unsigned OptimizePICCall::getCount(ValueType Entry) { in getCount() function in OptimizePICCall
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolTypeVTableShape.h26 FORWARD_SYMBOL_METHOD(getCount)
DPDBSymbolTypeArray.h28 FORWARD_SYMBOL_METHOD(getCount)
DPDBSymbolTypeFunctionSig.h35 FORWARD_SYMBOL_METHOD(getCount)
/third_party/icu/icu4c/source/layoutex/layout/
DRunArrays.h93 inline le_int32 getCount() const;
242 inline le_int32 RunArray::getCount() const in getCount() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeTypeVTShape.h35 uint32_t getCount() const override;

1234