Searched refs:getCount (Results 201 - 225 of 282) sorted by relevance

1234567891011>>

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
H A DSyncSampleIntersectFinderImpl.java284 left = entry.getCount() - 1;
H A DDefaultMp4Builder.java535 duration += entry.getCount() * entry.getDelta();
/external/skia/src/animator/
H A DSkDisplayXMLParser.cpp130 if (info->setValue(fMaker, NULL, 0, info->getCount(), displayable, info->getType(), attrValue,
H A DSkMemberInfo.h54 int getCount() const { function in struct:SkMemberInfo
/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp636 CountMap[S] = Cnt.getCount();
647 CountMap[S] = Cnt.getCount();
1002 uint64_t LoopCount = Cnt.getCount();
H A DCGStmt.cpp514 EmitBranchOnBoolExpr(S.getCond(), ThenBlock, ElseBlock, Cnt.getCount());
1112 uint64_t Total = CaseCnt.getCount();
1151 uint64_t ThisCount = CaseCnt.getCount();
1201 SwitchWeights->push_back(CaseCnt.getCount());
1217 SwitchWeights->push_back(CaseCnt.getCount());
1240 SwitchWeights->push_back(CaseCnt.getCount());
1534 DefaultCount = getPGORegionCounter(Case).getCount();
H A DCodeGenFunction.cpp999 uint64_t RHSCount = Cnt.getCount();
1043 uint64_t LHSCount = Cnt.getParentCount() - Cnt.getCount();
1079 EmitBranchOnBoolExpr(CondOp->getCond(), LHSBlock, RHSBlock, Cnt.getCount());
1088 double LHSRatio = Cnt.getCount() / (double) Cnt.getParentCount();
/external/icu/icu4c/source/i18n/
H A Ddecimfmt.cpp1230 for (di = number.getDecimalAt(); di < number.getCount(); di++) {
1902 int32_t totalDigits = digits.getCount();
1923 UChar32 c = (UChar32)((i < digits.getCount()) ?
1975 UChar32 c = (UChar32)((i < expDigits.getCount()) ?
2025 if (i < digits.getDecimalAt() && digitIndex < digits.getCount() &&
2051 // is not zero, then either sigCount or digits.getCount() will be non-zero.
2052 if (sigCount == 0 && digits.getCount() == 0) {
2064 UBool fractionPresent = (!isInteger && digitIndex < digits.getCount()) ||
2087 (sigCount >= minSigDig && digitIndex == digits.getCount()))) {
2100 (isInteger || digitIndex >= digits.getCount())) {
[all...]
H A Dcpdtrans.cpp332 int32_t CompoundTransliterator::getCount(void) const { function in class:CompoundTransliterator
338 * @param index index into chain, from 0 to <code>getCount() - 1</code>
H A Dnfsubs.cpp1097 for (int32_t didx = dl.getCount()-1; didx>=dl.getDecimalAt(); didx--) {
1204 result = dl.getCount() == 0 ? 0 : dl.getDouble();
H A Dtranslit.cpp1160 return ct != NULL ? ct->getCount() : 0;
1168 int32_t n = (cpd == NULL) ? 1 : cpd->getCount();
/external/chromium_org/third_party/icu/source/i18n/
H A Ddecimfmt.cpp1148 for (di = number.getDecimalAt(); di < number.getCount(); di++) {
1813 int32_t totalDigits = digits.getCount();
1834 UChar32 c = (UChar32)((i < digits.getCount()) ?
1886 UChar32 c = (UChar32)((i < expDigits.getCount()) ?
1936 if (i < digits.getDecimalAt() && digitIndex < digits.getCount() &&
1962 // is not zero, then either sigCount or digits.getCount() will be non-zero.
1963 if (sigCount == 0 && digits.getCount() == 0) {
1975 UBool fractionPresent = (!isInteger && digitIndex < digits.getCount()) ||
1998 (sigCount >= minSigDig && digitIndex == digits.getCount()))) {
2011 (isInteger || digitIndex >= digits.getCount())) {
[all...]
H A Dcpdtrans.cpp332 int32_t CompoundTransliterator::getCount(void) const { function in class:CompoundTransliterator
338 * @param index index into chain, from 0 to <code>getCount() - 1</code>
H A Dnfsubs.cpp1097 for (int32_t didx = dl.getCount()-1; didx>=dl.getDecimalAt(); didx--) {
1204 result = dl.getCount() == 0 ? 0 : dl.getDouble();
H A Dtranslit.cpp1160 return ct != NULL ? ct->getCount() : 0;
1168 int32_t n = (cpd == NULL) ? 1 : cpd->getCount();
/external/chromium_org/ui/android/java/src/org/chromium/ui/picker/
H A DInputDialogContainer.java147 if (position == adapter.getCount() - 1) {
/external/guava/guava/src/com/google/common/collect/
H A DImmutableSortedMultiset.java586 counts[i] = entry.getCount();
H A DTreeMultiset.java324 public int getCount() { method in class:TreeMultiset.LiveEntry
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DTreeMultiset.java320 public int getCount() { method in class:TreeMultiset.LiveEntry
/external/llvm/include/llvm/Support/
H A DGCOV.h315 uint64_t getCount() const { return Counter; } function in class:llvm::GCOVBlock
/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheLoadingTest.java1609 assertEquals(0, removalListener.getCount());
1616 assertEquals(0, removalListener.getCount());
1640 assertEquals(expectedComputations, countingLoader.getCount());
1655 assertEquals(expectedComputations, countingLoader.getCount());
1673 assertEquals(2, countingLoader.getCount());
1679 assertEquals(3, countingLoader.getCount());
1697 assertEquals(2, countingLoader.getCount());
1702 assertEquals(3, countingLoader.getCount());
H A DCacheBuilderTest.java383 assertEquals(1, listener.getCount());
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/
H A DAppMenuAdapter.java97 public int getCount() { method in class:AppMenuAdapter
/external/chromium_org/third_party/skia/src/animator/
H A DSkAnimatorScript2.cpp411 SkASSERT(info->getCount() == 1);
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DClassWriter.java772 attributeCount += attrs.getCount();

Completed in 827 milliseconds

1234567891011>>