Home
last modified time | relevance | path

Searched refs:oldNode (Results 1 – 12 of 12) sorted by relevance

/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/observer/
DPropagatingAstObserver.java76 public void listReplacement(NodeList observedNode, int index, Node oldNode, Node newNode) {
77 if (oldNode == newNode) {
80 considerRemoving(oldNode);
82 concreteListReplacement(observedNode, index, oldNode, newNode);
DAstObserver.java69 void listReplacement(NodeList observedNode, int index, Node oldNode, Node newNode); in listReplacement() argument
DAstObserverAdapter.java45 public void listReplacement(NodeList observedNode, int index, Node oldNode, Node newNode) { in listReplacement() argument
/external/cldr/tools/java/org/unicode/cldr/draft/
DIntDistanceNode.java69 StringDistanceNode oldNode = (StringDistanceNode) e2.getValue(); in loadIds() local
70 if (oldNode.distanceTable != null) { in loadIds()
71 loadIds((StringDistanceTable) oldNode.distanceTable, idNumber + 1); in loadIds()
88 DistanceNode oldNode = e2.getValue(); in IntDistanceTable() local
89 … final StringDistanceTable oldDistanceTable = (StringDistanceTable) oldNode.getDistanceTable(); in IntDistanceTable()
92 DistanceNode node = IntDistanceNode.from(oldNode.distance, otherTable); in IntDistanceTable()
DXLocaleDistance.java400 DistanceNode oldNode = sub2.get(supported); in addSubtable() local
401 if (oldNode != null) { in addSubtable()
402 return oldNode; in addSubtable()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DStringTrieBuilder.java146 Node oldNode=nodes.get(newNode); in registerNode() local
147 if(oldNode!=null) { in registerNode()
148 return oldNode; in registerNode()
152 oldNode=nodes.put(newNode, newNode); in registerNode()
153 assert(oldNode==null); in registerNode()
168 Node oldNode=nodes.get(lookupFinalValueNode); in registerFinalValue() local
169 if(oldNode!=null) { in registerFinalValue()
170 return (ValueNode)oldNode; in registerFinalValue()
175 oldNode=nodes.put(newNode, newNode); in registerFinalValue()
176 assert(oldNode==null); in registerFinalValue()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DStringTrieBuilder.java145 Node oldNode=nodes.get(newNode); in registerNode() local
146 if(oldNode!=null) { in registerNode()
147 return oldNode; in registerNode()
151 oldNode=nodes.put(newNode, newNode); in registerNode()
152 assert(oldNode==null); in registerNode()
167 Node oldNode=nodes.get(lookupFinalValueNode); in registerFinalValue() local
168 if(oldNode!=null) { in registerFinalValue()
169 return (ValueNode)oldNode; in registerFinalValue()
174 oldNode=nodes.put(newNode, newNode); in registerFinalValue()
175 assert(oldNode==null); in registerFinalValue()
/external/u-boot/fs/cbfs/
Dcbfs.c134 struct cbfs_cachenode *oldNode = cache_node; in file_cbfs_fill_cache() local
136 free(oldNode); in file_cbfs_fill_cache()
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DNodeSequence.java543 int oldNode = vec.elementAt(index); in setItem() local
544 if (oldNode != node && m_cache.useCount() > 1) { in setItem()
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/
DNodeListTest.java64 … public void listReplacement(NodeList observedNode, int index, Node oldNode, Node newNode) { in createObserver() argument
65 … changes.add(String.format("'%s' %s in list at %d", oldNode, ListChangeType.REMOVAL, index)); in createObserver()
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
DXLocaleDistance.java507 DistanceNode oldNode = sub2.get(supported); in addSubtable() local
508 if (oldNode != null) { in addSubtable()
509 return oldNode; in addSubtable()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DXLocaleDistance.java496 DistanceNode oldNode = sub2.get(supported); in addSubtable() local
497 if (oldNode != null) { in addSubtable()
498 return oldNode; in addSubtable()