Searched refs:getCount (Results 101 - 125 of 282) sorted by relevance

1234567891011>>

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowCursorWrapper.java19 public int getCount() { method in class:ShadowCursorWrapper
20 return wrappedCursor.getCount();
/external/smack/src/org/xbill/DNS/
H A DHeader.java236 getCount(int field) { method in class:Header
266 sb.append(Section.string(i) + ": " + getCount(i) + " ");
/external/chromium_org/base/android/java/src/org/chromium/base/
H A DContentUriUtils.java120 if (cursor != null && cursor.getCount() >= 1) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
H A DBuildResultsElement.java244 long baselineCount = baselineResults.getCount();
245 long currentCount = buildResults.getCount();
249 int degreeOfFreedom = (int) (baselineResults.getCount()+buildResults.getCount()-2);
H A DResultsElement.java476 long baselineCount = baselineResults.getCount();
477 long currentCount = buildResults.getCount();
485 int degreeOfFreedom = (int) (baselineResults.getCount()+buildResults.getCount()-2);
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DExecutionListTest.java47 assertEquals(countDownLatch.getCount(), 3L);
H A DListenableFutureTester.java55 assertEquals(1, latch.getCount());
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DAttribute.java171 final int getCount() { method in class:Attribute
/external/skia/src/core/
H A DSkTileGrid.h64 virtual int getCount() const SK_OVERRIDE;
/external/srec/srec/AcousticModels/include/
H A DSR_AcousticModels.h88 ESR_ReturnCode(*getCount)(struct SR_AcousticModels_t* self, size_t* size); member in struct:SR_AcousticModels_t
/external/guava/guava/src/com/google/common/collect/
H A DRegularImmutableSortedMultiset.java53 public int getCount() { method in class:RegularImmutableSortedMultiset.CumulativeCountEntry
64 previous = new CumulativeCountEntry<E>(entry.getElement(), entry.getCount(), previous));
146 return (index >= 0) ? entries.get(index).getCount() : 0;
/external/llvm/lib/Target/Mips/
H A DMipsOptimizePICCall.cpp87 unsigned getCount(ValueType Entry);
222 unsigned N = getCount(Entry);
283 unsigned OptimizePICCall::getCount(ValueType Entry) { function in class:OptimizePICCall
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H A DChangeTimeScaleTrack.java74 left = entry.getCount() - 1;
146 entries2.add(new CompositionTimeToSample.Entry(entry.getCount(), (int) Math.round(timeScaleFactor * entry.getOffset())));
182 last.setCount(last.getCount() + 1);
/external/llvm/lib/IR/
H A DGCOV.cpp290 return Blocks.front()->getCount();
296 return Blocks.back()->getCount();
574 uint64_t BlockCount = Block->getCount();
578 LineCount += Block->getCount();
602 if (Block->getCount()) {
609 } else if (!LineExecs[Function] && Block->getCount()) {
668 if (Block.getNumDstEdges() && Block.getCount())
682 if (Block.getCount() == 0)
685 OS << format("%9" PRIu64 ":", Block.getCount());
699 if (Block.getCount())
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/tabmodel/
H A DTabModelBase.java312 while (mRewoundList.getCount() > mTabs.size()) {
346 while (getCount() > 0) {
515 public int getCount() { method in class:TabModelBase.RewoundList
544 for (int i = 0; i < TabModelBase.this.getCount(); i++) {
573 Tab tab = i < TabModelBase.this.getCount() ? TabModelBase.this.getTabAt(i) : null;
602 && mRewoundTabs.size() > TabModelBase.this.getCount();
617 public int getCount() { method in class:TabModelBase
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp141 unsigned getCount() const { return Cnt; } function in class:__anon18226::RefVal
206 return RefVal(getKind(), getObjKind(), getCount() - i,
211 return RefVal(getKind(), getObjKind(), getCount() + i,
216 return RefVal(k, getObjKind(), getCount(), getAutoreleaseCount(),
221 return RefVal(getKind(), getObjKind(), getCount(), getAutoreleaseCount()+1,
259 unsigned cnt = getCount();
266 unsigned cnt = getCount();
273 unsigned cnt = getCount();
280 unsigned cnt = getCount();
2014 assert(CurrV.getCount()
[all...]
/external/emma/core/java12/com/vladium/emma/data/
H A DDataFactory.java338 final long getCount () method in class:DataFactory.RandomAccessFileInputStream
378 final long getCount () method in class:DataFactory.RandomAccessFileOutputStream
742 raf.writeLong (rafout.getCount ());
745 if (log.atTRACE2 ()) log.trace2 ("writeEntry", "entry [" + data.getClass ().getName () + "] length: " + rafout.getCount ());
779 if ($assert.ENABLED) $assert.ASSERT (rafin.getCount () == entryLength, "entry length mismatch: " + rafin.getCount () + " != " + entryLength);
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRHashMap.h106 @property (getter=getCount, setter=setCount:) NSUInteger count;
/external/chromium_org/third_party/icu/source/i18n/
H A Dcpdtrans.h105 virtual int32_t getCount(void) const;
109 * @param idx index into chain, from 0 to <code>getCount() - 1</code>
/external/chromium_org/third_party/skia/include/views/
H A DSkOSMenu.h95 int getCount() const { return fItems.count(); } function in class:SkOSMenu
/external/chromium_org/third_party/skia/src/animator/
H A DSkAnimateField.cpp88 fComponents = fFieldInfo->getCount();
/external/chromium_org/third_party/skia/src/core/
H A DSkRTree.h95 virtual int getCount() const SK_OVERRIDE { return fCount; }
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
H A DBuildResults.java132 public long getCount() { method in class:BuildResults
146 public long getCount(int dim_id) { method in class:BuildResults
261 long n = getCount();
273 long n = getCount(dim_id);
H A DConfigResults.java259 long baselineCount = baselineResults.getCount();
260 long currentCount = buildResults.getCount();
512 long baselineCount = this.baseline.getCount(dim_id);
513 long currentCount = this.current.getCount(dim_id);
/external/guava/guava-tests/test/com/google/common/collect/
H A DSimpleAbstractMultisetTest.java103 public int getCount() {

Completed in 2340 milliseconds

1234567891011>>