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

12345

/external/chromium_org/base/android/java/src/org/chromium/base/
H A DCpuFeatures.java25 public static int getCount() { method in class:CpuFeatures
/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/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/tabmodel/
H A DTabList.java29 int getCount(); method in interface:TabList
36 * or {@code index} >= {@link #getCount()}.
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DDateTimeSuggestionListAdapter.java39 if (position == getCount() - 1) {
51 public int getCount() { method in class:DateTimeSuggestionListAdapter
52 return super.getCount() + 1;
/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/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/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DBaseAdapterTest.java33 public int getCount() { method in class:BaseAdapterTest.TestBaseAdapter
H A DCountingAdapter.java21 public int getCount() { method in class:CountingAdapter
H A DPagerAdapterTest.java27 public int getCount() { method in class:PagerAdapterTest.NullPagerAdapter
H A DViewPagerTest.java51 public int getCount() { method in class:ViewPagerTest.TestPagerAdapter
/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/chromium_org/third_party/skia/src/core/
H A DSkTInternalSList.h123 int getCount() const { function in class:SkTInternalSList
/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
/external/skia/src/core/
H A DSkTInternalSList.h123 int getCount() const { function in class:SkTInternalSList
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/widget/accessibility/
H A DAccessibilityTabModelAdapter.java112 public int getCount() { method in class:AccessibilityTabModelAdapter
113 return mUndoneTabModel != null ? mUndoneTabModel.getCount() : 0;
/external/chromium_org/ui/android/java/src/org/chromium/ui/
H A DColorSuggestionListAdapter.java139 public int getCount() { method in class:ColorSuggestionListAdapter
/external/icu/icu4c/source/layoutex/layout/
H A DRunArrays.h91 inline le_int32 getCount() const;
240 inline le_int32 RunArray::getCount() const function in class:RunArray
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DAttribute.java171 final int getCount() { method in class:Attribute

Completed in 1351 milliseconds

12345