Searched defs:getCount (Results 1 - 25 of 55) sorted by relevance

123

/external/webkit/LayoutTests/http/tests/appcache/resources/
H A Dversioned-manifest.php6 function getCount($file) function
18 $value = getCount($file);
32 print("# version " . getCount($tmpFile) . "\n");
/external/proguard/src/proguard/classfile/visitor/
H A DClassCounter.java38 public int getCount() method in class:ClassCounter
H A DExceptionCounter.java40 public int getCount() method in class:ExceptionCounter
H A DMemberCounter.java38 public int getCount() method in class:MemberCounter
/external/guava/guava/src/com/google/common/io/
H A DCountingOutputStream.java46 public long getCount() { method in class:CountingOutputStream
H A DCountingInputStream.java47 public long getCount() { method in class:CountingInputStream
H A DFileBackedOutputStream.java57 int getCount() { method in class:FileBackedOutputStream.MemoryOutput
134 memory.getBuffer(), 0, memory.getCount());
193 if (file == null && (memory.getCount() + len > fileThreshold)) {
201 transfer.write(memory.getBuffer(), 0, memory.getCount());
/external/jmonkeyengine/engine/src/android/jme3test/android/
H A DDemoLaunchAdapter.java29 public int getCount() { method in class:DemoLaunchAdapter
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DIndentation.java73 protected int getCount() { method in class:Indentation
/external/proguard/src/proguard/classfile/instruction/visitor/
H A DInstructionCounter.java43 public int getCount() method in class:InstructionCounter
/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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DStringListPropertyEditor.java43 protected int getCount() { method in class:StringListPropertyEditor
51 for (int i = 0; i < getCount(); i++) {
H A DAbstractListPropertyEditor.java88 for (int i = 0; i < getCount(); i++) {
136 abstract protected int getCount(); method in class:AbstractListPropertyEditor
/external/guava/guava-tests/test/com/google/common/cache/
H A DTestingRemovalListeners.java74 public int getCount() { method in class:TestingRemovalListeners.CountingRemovalListener
H A DTestingCacheLoaders.java103 * The count is accessible via {@link #getCount}.
114 public int getCount() { method in class:TestingCacheLoaders.CountingLoader
/external/icu4c/layoutex/layout/
H A DRunArrays.h91 inline le_int32 getCount() const;
240 inline le_int32 RunArray::getCount() const function in class:RunArray
/external/replicaisland/src/com/replica/replicaisland/
H A DObjectManager.java50 final int count = mObjects.getCount();
58 final int additionCount = mPendingAdditions.getCount();
68 final int removalCount = mPendingRemovals.getCount();
83 final int count = mObjects.getCount();
97 public final int getCount() { method in class:ObjectManager
98 return mObjects.getCount();
103 return mObjects.getCount() + mPendingAdditions.getCount() - mPendingRemovals.getCount();
119 final int count = mObjects.getCount();
[all...]
H A DFixedSizeArray.java29 * larger than getCount() but smaller than getCapacity() can't be used on their own.
259 public int getCount() { method in class:FixedSizeArray
/external/svox/pico/src/com/svox/pico/providers/
H A DSettingsProvider.java49 public int getCount(){ method in class:SettingsProvider.SettingsCursor
/external/guava/guava/src/com/google/common/collect/
H A DMultiset.java251 int getCount(); method in interface:Multiset.Entry
261 * && a.getCount() == b.getCount()}</pre>
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/guava/guava-tests/test/com/google/common/collect/
H A DComputingConcurrentHashMapTest.java91 assertEquals(0, computingFunction.getCount());
95 assertEquals(1, computingFunction.getCount());
97 assertEquals(1, computingFunction.getCount());
157 assertEquals(0, computingFunction.getCount());
164 assertEquals(0, computingFunction.getCount());
173 assertEquals(0, computingFunction.getCount());
187 assertEquals(0, computingFunction.getCount());
192 assertEquals(1, computingFunction.getCount());
202 assertEquals(0, computingFunction.getCount());
216 assertEquals(0, computingFunction.getCount());
315 public int getCount() { method in class:ComputingConcurrentHashMapTest.CountingFunction
[all...]
/external/icu4c/tools/genrb/
H A Dprscmnts.cpp136 getCount(const UChar* source, int32_t srcLen, function
/external/llvm/include/llvm/Analysis/
H A DPathProfileInfo.h62 inline unsigned int getCount() const { return _count; } function in class:llvm::ProfilePath
/external/skia/include/core/
H A DSkDescriptor.h124 uint32_t getCount() const { return fCount; } function in class:SkDescriptor

Completed in 880 milliseconds

123