/external/skia/src/animator/ |
SkTypedArray.cpp | 105 unsigned oldCount = fCount; 113 memcpy(fArray + oldCount, src, sizeof(int32_t) * count); 115 return fArray + oldCount; 156 int oldCount = fCount; 159 memmove(dst + count, dst, sizeof(int32_t) * (oldCount - index));
|
SkAnimateActive.cpp | 58 int oldCount = fAnimators.count(); 62 int total = oldCount + newCount; 66 memset(&fInterpolators.begin()[oldCount], 0, newCount * sizeof(SkOperandInterpolator*)); 67 for (index = oldCount; index < total; index++) 70 memcpy(&fAnimators[oldCount], animates.begin(), sizeof(fAnimators[0]) * 73 initState(apply, oldCount); 78 SkActive::SkState& testState = fState[oldCount + index]; 79 for (int inner = 0; inner < oldCount; inner++) { 98 saveIndex -= oldCount; 105 oldCount-- [all...] |
SkDisplayApply.cpp | 97 int oldCount = fActive->fAnimators.count(); 100 fActive->appendSave(oldCount); 102 for (int index = oldCount; index < newCount; index++)
|
/external/skia/src/core/ |
SkCachedData.cpp | 17 int32_t oldCount = sk_atomic_inc(&gCachedDataCounter); 18 SkDebugf("SkCachedData inc %d\n", oldCount + 1); 22 int32_t oldCount = sk_atomic_dec(&gCachedDataCounter); 23 SkDebugf("SkCachedData dec %d\n", oldCount - 1);
|
SkPictureFlat.h | 433 const int oldCount = this->count(); 435 *added = this->count() > oldCount; 460 SkASSERT(this->count() == oldCount);
|
SkPath.cpp | [all...] |
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/google/super/com/google/common/collect/testing/google/ |
MultisetRemoveTester.java | 106 int oldCount = getMultiset().count(samples.e0); 108 oldCount, getMultiset().remove(samples.e0, 0));
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
MultisetRemoveTester.java | 109 int oldCount = getMultiset().count(samples.e0); 111 oldCount, getMultiset().remove(samples.e0, 0));
|
/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...] |
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
Frame.java | 187 int oldCount = oldDims == null ? 0 : oldDims.length; 189 if (oldCount != newCount) { 190 throw new IllegalArgumentException("Cannot resize " + oldCount + "-dimensional "
|
/external/deqp/framework/delibs/decpp/ |
deSharedPtr.hpp | 485 deInt32 oldCount, newCount; 490 oldCount = state->strongRefCount; 491 if (oldCount == 0) 493 newCount = oldCount+1; 494 } while (deAtomicCompareExchange32((deUint32 volatile*)&state->strongRefCount, (deUint32)oldCount, (deUint32)newCount) != (deUint32)oldCount);
|
/external/skia/include/private/ |
SkTDArray.h | 165 int oldCount = fCount; 168 src + count <= fArray || fArray + oldCount <= src); 172 memcpy(fArray + oldCount, src, sizeof(T) * count); 175 return fArray + oldCount; 190 size_t oldCount = fCount; 193 memmove(dst + count, dst, sizeof(T) * (oldCount - index));
|
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/ |
RecyclerViewActivity.java | 201 final int oldCount = getChildCount(); 203 if (oldCount == 0) {
|
AnimatedRecyclerView.java | 582 final int oldCount = getChildCount(); 584 if (oldCount == 0) {
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
CollationElementIterator.java | 619 Integer oldCount = maxExpansions.get(lastHalf); 620 if (oldCount == null || count > oldCount) {
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
CollationElementIterator.java | 636 Integer oldCount = maxExpansions.get(lastHalf); 637 if (oldCount == null || count > oldCount) {
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
UnicodeSetStringSpan.java | [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
UnicodeSetStringSpan.java | [all...] |
/external/tpm2/ |
CryptUtil.c | [all...] |
/prebuilts/tools/common/m2/repository/com/squareup/haha/haha/2.0.2/ |
haha-2.0.2.jar | |
/external/owasp/sanitizer/distrib/lib/ |
guava.jar | |
/external/owasp/sanitizer/lib/guava-libraries/ |
guava.jar | |
/packages/services/Telecomm/libs/ |
guava.jar | |
/prebuilts/tools/common/m2/repository/com/google/guava/guava/10.0.1/ |
guava-10.0.1.jar | |
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.6/ |
gradle-tooling-api-1.6.jar | |