HomeSort by relevance Sort by last modified time
    Searched full:oldcount (Results 1 - 25 of 34) sorted by null

1 2

  /external/javassist/src/main/javassist/bytecode/
ByteStream.java 52 int oldCount = count;
53 buf[oldCount] = (byte)b;
54 count = oldCount + 1;
59 int oldCount = count;
60 buf[oldCount] = (byte)(s >>> 8);
61 buf[oldCount + 1] = (byte)s;
62 count = oldCount + 2;
67 int oldCount = count;
68 buf[oldCount] = (byte)(i >>> 24);
69 buf[oldCount + 1] = (byte)(i >>> 16)
    [all...]
  /external/guava/src/com/google/common/collect/
AbstractMapBasedMultiset.java 247 int oldCount;
249 oldCount = 0;
252 oldCount = frequency.get();
253 long newCount = (long) oldCount + (long) occurrences;
259 return oldCount;
273 int oldCount = frequency.get();
276 if (oldCount > occurrences) {
279 numberRemoved = oldCount;
285 return oldCount;
293 int oldCount;
    [all...]
ForwardingMultiset.java 73 public boolean setCount(E element, int oldCount, int newCount) {
74 return delegate().setCount(element, oldCount, newCount);
ConcurrentHashMultiset.java 316 * only if the count is currently {@code oldCount}. If {@code element} does
317 * not appear in the multiset exactly {@code oldCount} times, no changes will
322 * {@code oldCount == newCount}, the method will return {@code true} if
324 * @throws IllegalArgumentException if {@code oldCount} or {@code newCount} is
327 @Override public boolean setCount(E element, int oldCount, int newCount) {
328 checkNonnegative(oldCount, "oldCount");
331 if (oldCount == 0) {
335 return countMap.remove(element, oldCount);
338 if (oldCount == 0)
    [all...]
Multisets.java 140 @Override public boolean setCount(E element, int oldCount, int newCount) {
252 public boolean setCount(E element, int oldCount, int newCount) {
253 return setCountImpl(this, element, oldCount, newCount);
443 int oldCount = self.count(element);
445 int delta = count - oldCount;
452 return oldCount;
456 Multiset<E> self, E element, int oldCount, int newCount) {
457 checkNonnegative(oldCount, "oldCount");
460 if (self.count(element) == oldCount) {
    [all...]
AbstractMultiset.java 152 public boolean setCount(E element, int oldCount, int newCount) {
153 return setCountImpl(this, element, oldCount, newCount);
Multiset.java 152 * current count. If the current count is not {@code oldCount}, no change is
157 * @param oldCount the expected present count of the element in this multiset
161 * {@code oldCount == newCount}.
162 * @throws IllegalArgumentException if {@code oldCount} or {@code newCount} is
166 * oldCount} and {@code newCount} are both zero, the implementor may
169 boolean setCount(E element, int oldCount, int newCount);
LinkedListMultimap.java 641 int oldCount = count(key);
647 return oldCount;
654 public boolean setCount(K element, int oldCount, int newCount) {
655 return setCountImpl(this, element, oldCount, newCount);
ImmutableMultiset.java 236 public boolean setCount(E element, int oldCount, int newCount) {
Synchronized.java 542 public boolean setCount(E element, int oldCount, int newCount) {
544 return delegate().setCount(element, oldCount, newCount);
    [all...]
  /external/skia/src/animator/
SkTypedArray.cpp 113 unsigned oldCount = fCount;
121 memcpy(fArray + oldCount, src, sizeof(int32_t) * count);
123 return fArray + oldCount;
164 int oldCount = fCount;
167 memmove(dst + count, dst, sizeof(int32_t) * (oldCount - index));
SkAnimateActive.cpp 66 int oldCount = fAnimators.count();
70 int total = oldCount + newCount;
74 memset(&fInterpolators.begin()[oldCount], 0, newCount * sizeof(SkOperandInterpolator*));
75 for (index = oldCount; index < total; index++)
78 memcpy(&fAnimators[oldCount], animates.begin(), sizeof(fAnimators[0]) *
81 initState(apply, oldCount);
86 SkActive::SkState& testState = fState[oldCount + index];
87 for (int inner = 0; inner < oldCount; inner++) {
106 saveIndex -= oldCount;
113 oldCount--
    [all...]
SkAnimateActive.h 47 void appendSave(int oldCount);
SkDisplayApply.cpp 105 int oldCount = fActive->fAnimators.count();
108 fActive->appendSave(oldCount);
110 for (int index = oldCount; index < newCount; index++)
  /external/chromium/chrome/browser/ui/cocoa/
objc_zombie.mm 324 const size_t oldCount = g_zombieCount;
344 g_zombieCount = oldCount;
353 const size_t sharedCount = std::min(oldCount, zombieCount);
356 oldIndex = (oldIndex + oldCount - sharedCount) % oldCount;
360 DCHECK_LT(oldIndex, oldCount);
362 oldIndex = (oldIndex + 1) % oldCount;
370 for (size_t i = 0; i < oldCount; ++i) {
395 const size_t oldCount = g_zombieCount;
406 for (size_t i = 0; i < oldCount; ++i)
    [all...]
  /external/skia/include/core/
SkTDArray.h 154 unsigned oldCount = fCount;
157 src + count <= fArray || fArray + oldCount <= src);
161 memcpy(fArray + oldCount, src, sizeof(T) * count);
164 return fArray + oldCount;
179 int oldCount = fCount;
182 memmove(dst + count, dst, sizeof(T) * (oldCount - index));
  /external/webkit/Source/WebCore/rendering/
CounterNode.cpp 183 int oldCount = node->m_countInParent;
185 if (oldCount == newCount)
  /ndk/sources/host-tools/make-3.81/glob/
glob.c 372 int oldcount;
609 oldcount = pglob->gl_pathc;
921 if (pglob->gl_pathc == oldcount)
1008 int ignore = oldcount;
1028 for (i = oldcount; i < pglob->gl_pathc; ++i)
1049 int non_sort = oldcount;
1051 if ((flags & GLOB_DOOFFS) && pglob->gl_offs > oldcount)
371 int oldcount; local
    [all...]
  /external/valgrind/main/drd/
drd_vc.c 91 typeof(vc->vc[i].count) const oldcount = vc->vc[i].count; local
94 tl_assert(oldcount < vc->vc[i].count);
  /external/webkit/Source/WebCore/platform/
ScrollView.cpp 751 int oldCount = m_scrollbarsAvoidingResizer;
759 if ((oldCount > 0 && m_scrollbarsAvoidingResizer == 0) ||
760 (oldCount == 0 && m_scrollbarsAvoidingResizer > 0))
    [all...]
  /external/collada/include/dae/
daeArray.h 371 size_t oldCount = _count;
373 for (size_t i = oldCount; i < _count; i++)
  /external/collada/src/dae/
daeElement.cpp 700 size_t oldCount = elts.getCount();
703 elts[oldCount + j] = children[j];
  /external/guava/javadoc/com/google/common/collect/
ConcurrentHashMultiset.html 350 int&nbsp;oldCount,
355 only if the count is currently <code>oldCount</code>.</TD>
    [all...]
ForwardingMultiset.html 252 int&nbsp;oldCount,
    [all...]
Multiset.html 313 int&nbsp;oldCount,
462 int&nbsp;oldCount,
467 current count. If the current count is not <code>oldCount</code>, no change is
475 only if explicitly allowed by the implementation<DD><CODE>oldCount</CODE> - the expected present count of the element in this multiset<DD><CODE>newCount</CODE> - the desired count of the element in this multiset
478 <code>oldCount == newCount</code>.
480 <DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</A></CODE> - if <code>oldCount</code> or <code>newCount</code> is
483 implementation does not permit null elements. Note that if <code>oldCount</code> and <code>newCount</code> are both zero, the implementor may
    [all...]

Completed in 3060 milliseconds

1 2