Home
last modified time | relevance | path

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

123456

/external/icu4c/test/intltest/
Dcpdtrtst.cpp88 if(copycpd->getCount() != cpdtrans2->getCount() || copycpd->getID() != cpdtrans2->getID()) { in TestConstruction()
145 copyct1->getCount() != ct1->getCount() || copyct2->getCount() != ct2->getCount() || in TestCloneEqual()
147 copyct2->getCount() == ct1->getCount() || copyct1->getCount() == ct2->getCount() ){ in TestCloneEqual()
153 equalct1.getCount() != ct1->getCount() || equalct2.getCount() != ct2->getCount() || in TestCloneEqual()
155 equalct1.getCount() != copyct1->getCount() || equalct2.getCount() != copyct2->getCount() || in TestCloneEqual()
156 equalct2.getCount() == ct1->getCount() || equalct1.getCount() == ct2->getCount() ) { in TestCloneEqual()
166 … if(clonect1a->getID() != ct1->getID() || clonect1a->getCount() != ct1->getCount() || in TestCloneEqual()
167 … clonect1a->getID() != clonect1b->getID() || clonect1a->getCount() != clonect1b->getCount() || in TestCloneEqual()
168 … clonect1a->getID() != equalct1.getID() || clonect1a->getCount() != equalct1.getCount() || in TestCloneEqual()
169 … clonect1a->getID() != copyct1->getID() || clonect1a->getCount() != copyct1->getCount() || in TestCloneEqual()
[all …]
/external/guava/guava-tests/test/com/google/common/io/
DCountingInputStreamTest.java37 assertEquals(0, counter.getCount()); in testReadSingleByte()
39 assertEquals(1, counter.getCount()); in testReadSingleByte()
44 assertEquals(10, counter.getCount()); in testReadArray()
49 assertEquals(3, counter.getCount()); in testReadArrayRange()
54 assertEquals(10, counter.getCount()); in testSkip()
59 assertEquals(20, counter.getCount()); in testSkipEOF()
61 assertEquals(20, counter.getCount()); in testSkipEOF()
65 assertEquals(20, counter.getCount()); in testSkipEOF()
70 assertEquals(20, counter.getCount()); in testReadArrayEOF()
72 assertEquals(20, counter.getCount()); in testReadArrayEOF()
[all …]
DCountingOutputStreamTest.java33 assertEquals(written, counter.getCount()); in testCount()
38 assertEquals(written, counter.getCount()); in testCount()
44 assertEquals(written, counter.getCount()); in testCount()
49 assertEquals(written, counter.getCount()); in testCount()
54 assertEquals(written, counter.getCount()); in testCount()
63 assertEquals(written, counter.getCount()); in testCount()
/external/replicaisland/src/com/replica/replicaisland/
DObjectManager.java50 final int count = mObjects.getCount(); in reset()
58 final int additionCount = mPendingAdditions.getCount(); in commitUpdates()
68 final int removalCount = mPendingRemovals.getCount(); in commitUpdates()
83 final int count = mObjects.getCount(); in update()
97 public final int getCount() { in getCount() method in ObjectManager
98 return mObjects.getCount(); in getCount()
103 return mObjects.getCount() + mPendingAdditions.getCount() - mPendingRemovals.getCount(); in getConcreteCount()
119 final int count = mObjects.getCount(); in removeAll()
135 final int count = mObjects.getCount(); in findByClass()
DGameObjectManager.java64 final int objectsToKillCount = mMarkedForDeathObjects.getCount(); in commitUpdates()
83 final int count = objects.getCount(); in update()
110 final int inactiveCount = mInactiveObjects.getCount(); in update()
160 final int count = objects.getCount(); in destroyAll()
166 final int inactiveObjectCount = mInactiveObjects.getCount(); in destroyAll()
DBufferLibrary.java46 final int count = mGridList.getCount(); in generateHardwareBuffers()
56 final int count = mGridList.getCount(); in releaseHardwareBuffers()
66 final int count = mGridList.getCount(); in invalidateHardwareBuffers()
DSpriteAnimation.java46 assert frames.getCount() == frames.getCapacity(); in getFrame()
47 final int frameCount = frames.getCount(); in getFrame()
84 mFrameStartTimes[mFrames.getCount()] = mLength; in addFrame()
DChangeComponentsComponent.java62 final int inactiveComponentCount = unrelasedComponents.getCount(); in reset()
117 final int removeCount = mComponentsToRemove.getCount(); in activate()
122 final int addCount = mComponentsToInsert.getCount(); in activate()
DGameObjectCollisionSystem.java58 final int count = mObjects.getCount(); in reset()
104 final int count = mObjects.getCount(); in update()
207 final int attackCount = attackVolumes.getCount(); in testAttackAgainstVulnerability()
212 final int vulnerabilityCount = vulnerabilityVolumes.getCount(); in testAttackAgainstVulnerability()
245 final int attackVolumeCount = record.attackVolumes.getCount(); in drawDebugVolumes()
258 final int vulnVolumeCount = record.vulnerabilityVolumes.getCount(); in drawDebugVolumes()
DDynamicCollisionComponent.java70 final int count = mAttackVolumes.getCount(); in setCollisionVolumes()
77 final int count = mVulnerabilityVolumes.getCount(); in setCollisionVolumes()
/external/proguard/src/proguard/optimize/
DOptimizer.java544 if (initializerFixCounter.getCount() > 0) in execute()
770 int classMarkingFinalCount = classMarkingFinalCounter .getCount(); in execute()
771 int classMergingVerticalCount = classMergingVerticalCounter .getCount(); in execute()
772 int classMergingHorizontalCount = classMergingHorizontalCounter .getCount(); in execute()
773 int fieldRemovalWriteonlyCount = fieldRemovalWriteonlyCounter .getCount(); in execute()
774 int fieldMarkingPrivateCount = fieldMarkingPrivateCounter .getCount(); in execute()
775 int fieldPropagationValueCount = fieldPropagationValueCounter .getCount(); in execute()
776 int methodMarkingPrivateCount = methodMarkingPrivateCounter .getCount(); in execute()
777 int methodMarkingStaticCount = methodMarkingStaticCounter .getCount(); in execute()
778 int methodMarkingFinalCount = methodMarkingFinalCounter .getCount(); in execute()
[all …]
/external/guava/guava-tests/test/com/google/common/collect/
DComputingConcurrentHashMapTest.java91 assertEquals(0, computingFunction.getCount()); in testCompute()
95 assertEquals(1, computingFunction.getCount()); in testCompute()
97 assertEquals(1, computingFunction.getCount()); in testCompute()
157 assertEquals(0, computingFunction.getCount()); in testComputeExistingEntry()
164 assertEquals(0, computingFunction.getCount()); in testComputeExistingEntry()
173 assertEquals(0, computingFunction.getCount()); in testComputePartiallyCollectedKey()
187 assertEquals(0, computingFunction.getCount()); in testComputePartiallyCollectedKey()
192 assertEquals(1, computingFunction.getCount()); in testComputePartiallyCollectedKey()
202 assertEquals(0, computingFunction.getCount()); in testComputePartiallyCollectedValue()
216 assertEquals(0, computingFunction.getCount()); in testComputePartiallyCollectedValue()
[all …]
DAbstractMultisetTest.java58 size += entry.getCount(); in assertSize()
463 assertEquals(1, entry.getCount()); in testEntrySet()
465 assertEquals(2, entry.getCount()); in testEntrySet()
467 assertEquals(1, entry.getCount()); in testEntrySet()
469 assertEquals(3, entry.getCount()); in testEntrySet()
588 assertEquals(8, entry.getCount()); in testEntryAfterRemove()
590 assertEquals(7, entry.getCount()); in testEntryAfterRemove()
592 assertEquals(3, entry.getCount()); in testEntryAfterRemove()
594 assertEquals(0, entry.getCount()); in testEntryAfterRemove()
596 assertEquals(5, entry.getCount()); in testEntryAfterRemove()
[all …]
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DListenableFutureTaskTest.java82 assertEquals(1, listenerLatch.getCount()); in testListenerDoesNotRunUntilTaskCompletes()
91 assertEquals(1, listenerLatch.getCount()); in testListenerDoesNotRunUntilTaskCompletes()
128 assertEquals(1, runLatch.getCount()); in testListenerCalledOnCancelFromNotRunning()
136 assertEquals(1, runLatch.getCount()); in testListenerCalledOnCancelFromNotRunning()
147 assertEquals(1, taskLatch.getCount()); in testListenerCalledOnCancelFromRunning()
153 assertEquals(1, taskLatch.getCount()); in testListenerCalledOnCancelFromRunning()
/external/webkit/LayoutTests/http/tests/appcache/resources/
Dversioned-manifest.php6 function getCount($file) function
18 $value = getCount($file);
32 print("# version " . getCount($tmpFile) . "\n");
/external/guava/guava/src/com/google/common/collect/
DMultisets.java311 public int getCount() { in getCount() method in Multisets.ImmutableEntry
520 int count = Math.min(entry1.getCount(), multiset2.count(element)); in intersection()
550 if (superCount < entry.getCount()) {
597 } else if (retainCount < entry.getCount()) {
647 if (removeCount >= entry.getCount()) {
670 return this.getCount() == that.getCount()
682 return ((e == null) ? 0 : e.hashCode()) ^ getCount();
694 int n = getCount();
719 if (multiset.count(entry.getElement()) != entry.getCount()) {
739 self.add(entry.getElement(), entry.getCount());
[all …]
DImmutableMultiset.java212 int count = entry.getCount(); in copyFromEntries()
263 remaining = entry.getCount(); in iterator()
331 if (count(entry.getElement()) != entry.getCount()) { in equals()
390 if (entry.getCount() <= 0) { in contains()
394 return count == entry.getCount(); in contains()
468 counts[i] = entry.getCount(); in SerializedForm()
603 addCopies(entry.getElement(), entry.getCount()); in addAll()
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
DTimeToSampleBox.java75 IsoTypeWriter.writeUInt32(byteBuffer, entry.getCount()); in getContent()
101 public long getCount() { in getCount() method in TimeToSampleBox.Entry
134 numOfSamples += entry.getCount(); in blowupTimeToSamples()
143 for (int i = 0; i < entry.getCount(); i++) { in blowupTimeToSamples()
DCompositionTimeToSample.java83 IsoTypeWriter.writeUInt32(byteBuffer, entry.getCount()); in getContent()
99 public int getCount() { in getCount() method in CompositionTimeToSample.Entry
133 numOfSamples += entry.getCount(); in blowupCompositionTimes()
142 for (int i = 0; i < entry.getCount(); i++) { in blowupCompositionTimes()
/external/guava/guava/src/com/google/common/io/
DFileBackedOutputStream.java57 int getCount() { in getCount() method in FileBackedOutputStream.MemoryOutput
134 memory.getBuffer(), 0, memory.getCount()); in openStream()
193 if (file == null && (memory.getCount() + len > fileThreshold)) { in update()
201 transfer.write(memory.getBuffer(), 0, memory.getCount()); in update()
/external/guava/guava-tests/test/com/google/common/cache/
DCacheExpirationTest.java90 removalListener.getCount()); in checkExpiration()
95 removalListener.getCount()); in checkExpiration()
151 assertEquals(11, removalListener.getCount()); in runExpirationTest()
163 removalListener.getCount()); in runExpirationTest()
168 removalListener.getCount()); in runExpirationTest()
409 assertEquals(0, removalListener.getCount()); in runRemovalScheduler()
415 assertEquals(0, removalListener.getCount()); in runRemovalScheduler()
426 assertEquals(10, removalListener.getCount()); // these are the invalidated ones in runRemovalScheduler()
432 assertEquals(10, removalListener.getCount()); in runRemovalScheduler()
440 assertEquals(10, removalListener.getCount()); in runRemovalScheduler()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
DPointer.java94 …pointersAmount = dataFileBlock.getSize() / inputStream.getPointerSize() * dataFileBlock.getCount(); in fetchData()
110 structures = new ArrayList<Structure>(dataFileBlock.getCount()); in fetchData()
111 for (int i = 0; i < dataFileBlock.getCount(); ++i) { in fetchData()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
DStringListPropertyEditor.java43 protected int getCount() { in getCount() method in StringListPropertyEditor
51 for (int i = 0; i < getCount(); i++) { in getValueIndex()
/external/icu4c/layoutex/
Dplruns.cpp49 return fr->getCount(); in pl_getFontRunCount()
145 return vr->getCount(); in pl_getValueRunCount()
356 le_int32 count = getCount(); in ~ULocRuns()
399 if (run < 0 || run >= getCount()) { in getLocaleName()
439 return lr->getCount(); in pl_getLocaleRunCount()
DRunArrays.cpp119 if (run < 0 || run >= getCount()) { in getFont()
171 if (run < 0 || run >= getCount()) { in getLocale()
223 if (run < 0 || run >= getCount()) { in getValue()

123456