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

  /external/skia/src/core/
SkTInternalLList.h 114 * a member of this or any other list. If existingEntry is NULL then the new entry is added
117 void addBefore(T* newEntry, T* existingEntry) {
120 if (NULL == existingEntry) {
125 SkASSERT(this->isInList(existingEntry));
126 newEntry->fNext = existingEntry;
127 T* prev = existingEntry->fPrev;
128 existingEntry->fPrev = newEntry;
131 SkASSERT(fHead == existingEntry);
143 * a member of this or any other list. If existingEntry is NULL then the new entry is added
146 void addAfter(T* newEntry, T* existingEntry) {
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
DNSCache.java 484 Map.Entry<String, List<? extends DNSEntry>> existingEntry = this.getEntry(dnsEntry.getKey());
485 if (existingEntry != null) {
486 result = existingEntry.getValue().remove(dnsEntry);
488 if (existingEntry.getValue().isEmpty()) {
489 this.entrySet().remove(existingEntry);
  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientEditTextView.java     [all...]
  /frameworks/base/tools/aapt/
Resource.cpp 721 XMLNode::attribute_entry* existingEntry = node->editAttribute(ns, attr);
722 if (existingEntry != NULL) {
724 existingEntry->string = String16(value);
    [all...]
  /prebuilts/tools/common/m2/repository/com/thoughtworks/qdox/qdox/1.12/
qdox-1.12.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /external/caliper/lib/
jersey-core-1.11.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.0.CR3/
netty-codec-http2-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.3.Final/
netty-codec-http2-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.6.Final/
netty-codec-http2-4.1.6.Final.jar 

Completed in 700 milliseconds