/third_party/icu/icu4c/source/test/intltest/ |
H A D | cpdtrtst.cpp | 90 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() [all...] |
/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/ |
H A D | ldso_cfi_test.cpp | 66 FuncTypeRetSize getCount = reinterpret_cast<FuncTypeRetSize>(dlsym(handle2, "GetCount")); in HWTEST_F() local 67 ASSERT_NE(getCount, nullptr); in HWTEST_F() 75 size_t count = (*getCount)(); in HWTEST_F() 79 EXPECT_EQ(++count, (*getCount)()); in HWTEST_F() 97 FuncTypeRetSize getCount = reinterpret_cast<FuncTypeRetSize>(dlsym(handle, "GetCount")); in HWTEST_F() local 98 ASSERT_NE(getCount, nullptr); in HWTEST_F() 108 size_t count = (*getCount)(); in HWTEST_F() 114 EXPECT_EQ(++count, (*getCount)()); in HWTEST_F() 132 FuncTypeRetSize getCount = reinterpret_cast<FuncTypeRetSize>(dlsym(handle, "GetCount")); in HWTEST_F() local 133 ASSERT_NE(getCount, nullpt in HWTEST_F() 156 FuncTypeRetSize getCount = reinterpret_cast<FuncTypeRetSize>(dlsym(handle, "GetCount")); HWTEST_F() local 177 FuncTypeRetSize getCount = reinterpret_cast<FuncTypeRetSize>(dlsym(handle, "GetCount")); HWTEST_F() local 215 FuncTypeRetSize getCount = reinterpret_cast<FuncTypeRetSize>(dlsym(handle, "GetCount")); HWTEST_F() local 244 FuncTypeRetSize getCount = reinterpret_cast<FuncTypeRetSize>(dlsym(handle, "GetCount")); HWTEST_F() local [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/ |
H A D | PeriodBuilderFactoryTest.java | 101 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()
|
H A D | PeriodTest.java | 30 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/ |
H A D | PeriodBuilderFactoryTest.java | 104 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()
|
H A D | PeriodTest.java | 33 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/icu/icu4c/source/layoutex/ |
H A D | plruns.cpp | 51 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()
|
H A D | RunArrays.cpp | 121 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/ |
H A D | ProfileSummaryInfo.cpp | 137 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/DebugInfo/PDB/Native/ |
H A D | NativeTypeVTShape.cpp | 23 dumpSymbolField(OS, "count", getCount(), Indent); in dump() 35 uint32_t NativeTypeVTShape::getCount() const { return Record.Slots.size(); } in getCount() function in NativeTypeVTShape
|
H A D | NativeTypeArray.cpp | 39 dumpSymbolField(OS, "count", getCount(), Indent); in dump() 55 uint32_t NativeTypeArray::getCount() const { in getCount() function in NativeTypeArray
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | GCOV.cpp | 342 return Blocks.front()->getCount(); in getEntryCount() 348 return Blocks.back()->getCount(); in getExitCount() 544 Count += Block->getCount(); 780 if (Block->getCount()) { 787 } else if (!LineExecs[Function] && Block->getCount()) { 840 if (Block.getNumDstEdges() && Block.getCount()) 853 if (Block.getCount() == 0) 856 OS << format("%9" PRIu64 ":", Block.getCount()); 868 if (Block.getCount()) 877 if (Block.getCount()) [all...] |
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | RepeatedFieldBuilderV3.java | 171 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()
|
H A D | RepeatedFieldBuilder.java | 171 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()
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | RepeatedFieldBuilderV3Test.java | 119 assertEquals(3, builder.getCount()); in testVariousMethods() 127 assertEquals(2, builder.getCount()); in testVariousMethods() 134 assertEquals(0, builder.getCount()); in testVariousMethods()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineSizeOpts.cpp | 52 if (!PSI->isColdCount(FunctionCount.getCount())) in isFunctionColdInCallGraph() 69 FunctionCount.getCount())) in isFunctionHotInCallGraphNthPercentile()
|
/third_party/skia/tests/ |
H A D | RTreeTest.cpp | 77 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/ |
H A D | MipsOptimizePICCall.cpp | 105 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/ |
H A D | PDBSymbolTypeVTableShape.h | 26 FORWARD_SYMBOL_METHOD(getCount)
|
H A D | PDBSymbolTypeArray.h | 28 FORWARD_SYMBOL_METHOD(getCount)
|
H A D | PDBSymbolTypeFunctionSig.h | 35 FORWARD_SYMBOL_METHOD(getCount)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | NativeTypeArray.h | 37 uint32_t getCount() const override;
|
H A D | NativeTypeVTShape.h | 35 uint32_t getCount() const override;
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
H A D | Counter.java | 72 public long getCount(T obj) { in getCount() method in Counter 189 add(key, keys.getCount(key)); in addAll()
|
/third_party/icu/icu4c/source/layoutex/layout/ |
H A D | RunArrays.h | 93 inline le_int32 getCount() const; 242 inline le_int32 RunArray::getCount() const in getCount() function in RunArray
|