Searched refs:oldCount (Results 26 - 50 of 50) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DCounterNode.cpp228 int oldCount = node->m_countInParent; local
230 if (oldCount == newCount)
/external/guava/guava/src/com/google/common/collect/
H A DConstraints.java363 @Override public boolean setCount(E element, int oldCount, int newCount) { argument
365 return delegate.setCount(element, oldCount, newCount);
H A DLinkedListMultimap.java748 int oldCount = count(key);
754 return oldCount;
763 public boolean setCount(K element, int oldCount, int newCount) { argument
764 return setCountImpl(this, element, oldCount, newCount);
H A DImmutableMultiset.java317 public final boolean setCount(E element, int oldCount, int newCount) { argument
H A DSynchronized.java456 public boolean setCount(E element, int oldCount, int newCount) { argument
458 return delegate().setCount(element, oldCount, newCount);
H A DMultimaps.java1985 int oldCount = values.size();
1986 if (occurrences >= oldCount) {
1995 return oldCount;
/external/chromium_org/third_party/codesighs/
H A Dmsdump2symdb.c505 unsigned oldCount = inContainer->mReadState.mCurrentObject->mSectionCount; local
509 memset(&inContainer->mReadState.mCurrentObject->mSections[oldCount], 0, sizeof(MSDump_Section) * (sectionIndex1 - oldCount));
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DLinkedListMultimap.java744 int oldCount = count(key);
750 return oldCount;
759 public boolean setCount(K element, int oldCount, int newCount) { argument
760 return setCountImpl(this, element, oldCount, newCount);
H A DSynchronized.java443 public boolean setCount(E element, int oldCount, int newCount) { argument
445 return delegate().setCount(element, oldCount, newCount);
H A DMultimaps.java1896 int oldCount = values.size();
1897 if (occurrences >= oldCount) {
1906 return oldCount;
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.cpp447 int oldCount = -1; local
450 while (currentCount != oldCount) {
452 oldCount = currentCount;
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollView.cpp645 int oldCount = m_scrollbarsAvoidingResizer; local
653 if ((oldCount > 0 && m_scrollbarsAvoidingResizer == 0) ||
654 (oldCount == 0 && m_scrollbarsAvoidingResizer > 0))
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayApply.cpp97 int oldCount = fActive->fAnimators.count(); local
100 fActive->appendSave(oldCount);
102 for (int index = oldCount; index < newCount; index++)
/external/skia/src/animator/
H A DSkDisplayApply.cpp97 int oldCount = fActive->fAnimators.count(); local
100 fActive->appendSave(oldCount);
102 for (int index = oldCount; index < newCount; index++)
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1412 milliseconds

12