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

  /external/chromium_org/third_party/skia/include/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/skia/include/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/smali/util/src/main/java/org/jf/util/
ClassFileNameHandler.java 198 FileSystemEntry existingEntry = children.find(elementNameLower);
199 if (existingEntry != null) {
200 FileSystemEntry virtualEntry = existingEntry;
203 if (!(existingEntry instanceof VirtualGroupEntry)) {
204 if (existingEntry.file.getName().equals(elementName)) {
206 return existingEntry.file;
208 return existingEntry.addUniqueChild(pathElements, pathElementsIndex + 1);
211 virtualEntry = existingEntry.makeVirtual(file);
260 FileSystemEntry existingEntry = groupEntries.find(elementName);
261 if (existingEntry != null)
    [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 690 XMLNode::attribute_entry* existingEntry = node->editAttribute(ns, attr);
691 if (existingEntry != NULL) {
696 existingEntry->string = String16(value);
    [all...]
  /prebuilts/tools/common/m2/repository/com/thoughtworks/qdox/qdox/1.12/
qdox-1.12.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 1089 milliseconds