HomeSort by relevance Sort by last modified time
    Searched defs:setCount (Results 1 - 20 of 20) sorted by null

  /external/guava/src/com/google/common/collect/
ForwardingMultiset.java 69 public int setCount(E element, int count) {
70 return delegate().setCount(element, count);
73 public boolean setCount(E element, int oldCount, int newCount) {
74 return delegate().setCount(element, oldCount, newCount);
Multiset.java 67 * all of these are supported, the {@code setCount} methods as well.
147 int setCount(E element, int count);
151 * {@link #setCount(Object, int)}, provided that the element has the expected
169 boolean setCount(E element, int oldCount, int newCount);
Multisets.java 136 @Override public int setCount(E element, int count) {
140 @Override public boolean setCount(E element, int oldCount, int newCount) {
176 * operations, nor does it support the use of {@code setCount} to add
239 public int setCount(E element, int count) {
252 public boolean setCount(E element, int oldCount, int newCount) {
461 self.setCount(element, newCount);
ConcurrentHashMultiset.java 307 @Override public int setCount(E element, int count) {
327 @Override public boolean setCount(E element, int oldCount, int newCount) {
AbstractMultiset.java 148 public int setCount(E element, int count) {
152 public boolean setCount(E element, int oldCount, int newCount) {
ImmutableMultiset.java 227 public int setCount(E element, int count) {
236 public boolean setCount(E element, int oldCount, int newCount) {
444 public Builder<E> setCount(E element, int count) {
445 contents.setCount(checkNotNull(element), count);
Synchronized.java 536 public int setCount(E element, int count) {
538 return delegate().setCount(element, count);
542 public boolean setCount(E element, int oldCount, int newCount) {
544 return delegate().setCount(element, oldCount, newCount);
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
ExtendTestClass.java 26 public void setCount(int value) {
PublicTestClass.java 26 void setCount(int value);
56 public void setCount(int value) {
  /external/icu4c/i18n/
digitlst.cpp 291 DigitList::setCount(int32_t c) {
  /external/skia/src/animator/
SkTDArray_Experimental.h 88 void setCount(U16CPU count)
  /cts/tests/tests/widget/src/android/widget/cts/
BaseAdapterTest.java 162 baseAdapter.setCount(0);
165 baseAdapter.setCount(1);
172 public void setCount(int count) {
AbsSpinnerTest.java 267 adapter.setCount(3);
402 public void setCount(int count) {
  /external/skia/include/core/
SkTDArray.h 123 // same as setCount(0)
127 void setCount(size_t count) {
  /external/skia/src/core/
SkPictureFlat.cpp 244 void SkRefCntPlayback::setCount(int count) {
  /dalvik/vm/interp/
Interp.c 68 int setCount; /* #of times this breakpoint was set */
243 pBreak->setCount = 1;
280 pBreak->setCount++;
311 if (pBreak->setCount == 1) {
332 pBreak->setCount--;
333 assert(pBreak->setCount > 0);
    [all...]
  /libcore/luni/src/main/java/org/apache/xalan/templates/
ElemNumber.java 149 public void setCount(XPath v)
    [all...]
  /frameworks/base/services/java/com/android/server/
PackageManagerService.java     [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 579 milliseconds