Home
last modified time | relevance | path

Searched defs:newCount (Results 1 – 25 of 29) sorted by relevance

12

/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DIntDiffer.java128 int newCount = aCount-aTop; in flush() local
135 int newCount = bCount-bTop; in flush() local
/external/guava/guava/src/com/google/common/collect/
DForwardingMultiset.java99 public boolean setCount(E element, int oldCount, int newCount) { in setCount()
225 protected boolean standardSetCount(E element, int oldCount, int newCount) { in standardSetCount()
DMultiset.java181 boolean setCount(E element, int oldCount, int newCount); in setCount()
DAbstractMultiset.java104 public boolean setCount(@Nullable E element, int oldCount, int newCount) { in setCount()
DConcurrentHashMultiset.java404 @Override public boolean setCount(E element, int expectedOldCount, int newCount) { in setCount()
DTreeMultiset.java312 public boolean setCount(@Nullable E element, int oldCount, int newCount) { in setCount()
DMapMakerInternalMap.java2502 int newCount = this.count + 1; in put() local
2586 int newCount = count; in expand() local
2656 int newCount = this.count - 1; in replace() local
2707 int newCount = this.count - 1; in replace() local
2737 int newCount = this.count - 1; in remove() local
2780 int newCount = this.count - 1; in remove() local
2867 int newCount = count; in removeFromChain() local
2894 int newCount = count - 1; in reclaimKey() local
2925 int newCount = this.count - 1; in reclaimValue() local
2990 int newCount = this.count - 1; in removeEntry() local
DMultisets.java175 @Override public boolean setCount(E element, int oldCount, int newCount) { in setCount()
DImmutableMultiset.java316 public final boolean setCount(E element, int oldCount, int newCount) { in setCount()
DComputingConcurrentHashMap.java99 int newCount = this.count - 1; in getOrCompute() local
/external/skia/src/gpu/gl/
DGrGLVertexArray.h30 void resize(int newCount) { in resize()
/external/skia/include/private/
DSkTArray.h155 int newCount = fCount - 1; in removeShuffle() local
288 void resize_back(int newCount) { in resize_back()
519 int newCount = fCount + delta; in checkRealloc() local
DSkTDArray.h220 int newCount = fCount - 1; in removeShuffle() local
/external/pdfium/core/fxge/win32/
Dfx_win32_dwrite.cpp301 ULONG newCount = InterlockedDecrement((long*)(&refCount_)); in Release() local
356 ULONG newCount = InterlockedDecrement((long*)(&refCount_)); in Release() local
/external/skia/src/ports/
DSkFontMgr_win_dw.cpp76 ULONG newCount = InterlockedDecrement(&fRefCount); in Release() local
152 ULONG newCount = InterlockedDecrement(&fRefCount); in Release() local
239 ULONG newCount = InterlockedDecrement(&fRefCount); in Release() local
608 ULONG newCount = InterlockedDecrement(&fRefCount); in Release() local
709 ULONG newCount = InterlockedDecrement(&fRefCount); in Release() local
DSkRemotableFontMgr_win_dw.cpp321 ULONG newCount = InterlockedDecrement(&fRefCount); in Release() local
/external/skia/src/utils/win/
DSkDWriteFontFileStream.cpp168 ULONG newCount = InterlockedDecrement(&fRefCount); in Release() local
/external/javassist/src/main/javassist/bytecode/
DByteStream.java185 int newCount = count + delta; in enlarge() local
/external/skia/src/core/
DSkLinearBitmapPipeline_core.h131 int newCount = dxSteps + 1; in breakAt() local
/external/guava/guava/src/com/google/common/cache/
DLocalCache.java2224 int newCount = this.count - 1; in lockedGetOrLoad() local
2830 int newCount = this.count + 1; in put() local
2916 int newCount = count; in expand() local
2986 int newCount = this.count - 1; in replace() local
3039 int newCount = this.count - 1; in replace() local
3072 int newCount = this.count - 1; in remove() local
3118 int newCount = this.count + 1; in storeLoadedValue() local
3177 int newCount = this.count - 1; in remove() local
3267 int newCount = count; in removeEntryFromChain() local
3295 int newCount = count - 1; in reclaimKey() local
[all …]
/external/guava/guava-tests/test/com/google/common/collect/
DForwardingMultisetTest.java111 @Override public boolean setCount(T element, int oldCount, int newCount) { in setCount()
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DTreeMultiset.java308 public boolean setCount(@Nullable E element, int oldCount, int newCount) { in setCount()
DImmutableMultiset.java315 public final boolean setCount(E element, int oldCount, int newCount) { in setCount()
/external/deqp/framework/delibs/decpp/
DdeSharedPtr.hpp485 deInt32 oldCount, newCount; in acquireFromWeak() local
/external/compiler-rt/lib/BlocksRuntime/
Druntime.c461 int32_t newCount; in _Block_release() local

12