HomeSort by relevance Sort by last modified time
    Searched refs:existingEntry (Results 1 - 6 of 6) sorted by null

  /external/skia/include/private/
SkTInternalLList.h 120 * a member of this or any other list. If existingEntry is NULL then the new entry is added
123 void addBefore(T* newEntry, T* existingEntry) {
126 if (nullptr == existingEntry) {
131 SkASSERT(this->isInList(existingEntry));
132 newEntry->fNext = existingEntry;
133 T* prev = existingEntry->fPrev;
134 existingEntry->fPrev = newEntry;
137 SkASSERT(fHead == existingEntry);
149 * a member of this or any other list. If existingEntry is NULL then the new entry is added
152 void addAfter(T* newEntry, T* existingEntry) {
    [all...]
  /external/skqp/include/private/
SkTInternalLList.h 120 * a member of this or any other list. If existingEntry is NULL then the new entry is added
123 void addBefore(T* newEntry, T* existingEntry) {
126 if (nullptr == existingEntry) {
131 SkASSERT(this->isInList(existingEntry));
132 newEntry->fNext = existingEntry;
133 T* prev = existingEntry->fPrev;
134 existingEntry->fPrev = newEntry;
137 SkASSERT(fHead == existingEntry);
149 * a member of this or any other list. If existingEntry is NULL then the new entry is added
152 void addAfter(T* newEntry, T* existingEntry) {
    [all...]
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
PackageResourceTable.java 120 ResName existingEntry = resourceTable.put(resId, resName);
121 if (existingEntry != null && !existingEntry.equals(resName)) {
122 throw new IllegalArgumentException("ResId " + Integer.toHexString(resId) + " mapped to both " + resName + " and " + existingEntry);
  /external/caliper/lib/
jersey-core-1.11.jar 
  /external/conscrypt/benchmark-android/
vogar.jar 
  /external/grpc-grpc-java/netty/shaded/
grpc-netty-shaded-1.14.0.jar 

Completed in 748 milliseconds