Home
last modified time | relevance | path

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

12

/external/cldr/tools/java/org/unicode/cldr/tool/
DCLDRCompare.java78 int newCount = 0; in main() local
115 …private static void printLine(String subDir, String file, Object sameCount, Object newCount, Objec… in printLine()
/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/cldr/tools/java/org/unicode/cldr/util/
DDiffer.java146 int newCount = aCount - aTop; in flush() local
154 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()
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
DTreeMultiset.java312 public boolean setCount(@Nullable E element, int oldCount, int newCount) { in setCount()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestReferenceStringSearch.java106 int newCount = checkNew("lazy", bigText, newPos, newTimer, icuTimer); in checkAgainstStringSearch() local
522 int newCount) { in findDifference()
/external/skqp/src/gpu/gl/
DGrGLVertexArray.h30 void resize(int newCount) { in resize()
/external/skia/src/gpu/gl/
DGrGLVertexArray.h30 void resize(int newCount) { in resize()
/external/skia/include/private/
DSkTArray.h156 int newCount = fCount - 1; in removeShuffle() local
289 void resize_back(int newCount) { in resize_back()
526 int64_t newCount = fCount + delta; in checkRealloc() local
/external/skqp/include/private/
DSkTArray.h156 int newCount = fCount - 1; in removeShuffle() local
289 void resize_back(int newCount) { in resize_back()
526 int64_t newCount = fCount + delta; in checkRealloc() local
/external/guice/core/src/com/google/inject/internal/
DInternalContext.java78 int newCount = --enterCount; in close() 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/skqp/src/utils/win/
DSkDWriteFontFileStream.cpp168 ULONG newCount = InterlockedDecrement(&fRefCount); in Release() local
/external/skia/src/utils/win/
DSkDWriteFontFileStream.cpp168 ULONG newCount = InterlockedDecrement(&fRefCount); in Release() local
/external/skqp/src/android/
DSkAnimatedImage.cpp335 void SkAnimatedImage::setRepetitionCount(int newCount) { in setRepetitionCount()
/external/skqp/src/ports/
DSkFontMgr_win_dw.cpp83 ULONG newCount = InterlockedDecrement(&fRefCount); in Release() local
159 ULONG newCount = InterlockedDecrement(&fRefCount); in Release() local
246 ULONG newCount = InterlockedDecrement(&fRefCount); in Release() local
616 ULONG newCount = InterlockedDecrement(&fRefCount); in Release() local
717 ULONG newCount = InterlockedDecrement(&fRefCount); in Release() local
/external/skia/src/ports/
DSkFontMgr_win_dw.cpp83 ULONG newCount = InterlockedDecrement(&fRefCount); in Release() local
159 ULONG newCount = InterlockedDecrement(&fRefCount); in Release() local
246 ULONG newCount = InterlockedDecrement(&fRefCount); in Release() local
616 ULONG newCount = InterlockedDecrement(&fRefCount); in Release() local
717 ULONG newCount = InterlockedDecrement(&fRefCount); in Release() local
/external/perfetto/ui/src/controller/
Dlogs_controller.ts127 const newCount = this.count + n; constant
/external/skia/src/android/
DSkAnimatedImage.cpp345 void SkAnimatedImage::setRepetitionCount(int newCount) { in setRepetitionCount()
/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()

12