/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/trace/internal/ |
D | ConcurrentIntrusiveListTest.java | 47 intrusiveList.removeElement(element); in addRemoveAdd_SameElement() 64 intrusiveList.removeElement(element2); in addAndRemoveElements() 68 intrusiveList.removeElement(element1); in addAndRemoveElements() 75 intrusiveList.removeElement(element1); in addAndRemoveElements() 79 intrusiveList.removeElement(element3); in addAndRemoveElements() 96 intrusiveList.removeElement(element); in removeNotAddedElement()
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
D | NodeSetDTM.java | 575 this.removeElement(n); in removeNode() 968 public boolean removeElement(int s) in removeElement() method in NodeSetDTM 974 return super.removeElement(s); in removeElement()
|
D | NodeSet.java | 419 this.removeElement(n); in removeNode() 1195 public boolean removeElement(Node s) in removeElement() method in NodeSet
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/ |
D | Difference.java | 438 nodeText.removeElement(nodeTextIndex - 1); in considerCleaningTheLine() 473 nodeText.removeElement(i); in considerEnforcingIndentation() 629 nodeText.removeElement(--nodeTextIndex); in apply() 644 nodeText.removeElement(nodeTextIndex); in apply() 649 nodeText.removeElement(nodeTextIndex); in apply() 671 nodeText.removeElement(nodeTextIndex); in apply() 679 nodeText.removeElement(nodeTextIndex); in apply()
|
D | TextElementIteratorsFactory.java | 165 nodeText.removeElement(index); in reverseIterator()
|
D | NodeText.java | 170 void removeElement(int index) { in removeElement() method in NodeText
|
D | LexicalPreservingPrinter.java | 161 nodeText.removeElement(index); in createObserver() 163 nodeText.removeElement(index); in createObserver()
|
/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | JsonConverter.java | 188 parts.removeElement(1); in rewrite() 191 parts.removeElement(1); in rewrite() 202 parts.removeElement(1); in rewrite()
|
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/trace/export/ |
D | InProcessRunningSpanStoreImpl.java | 46 runningSpans.removeElement(span); in onEnd()
|
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/trace/internal/ |
D | ConcurrentIntrusiveList.java | 95 public synchronized void removeElement(T element) { in removeElement() method in ConcurrentIntrusiveList
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | IntVector.java | 255 public final boolean removeElement(int s) in removeElement() method in IntVector
|
D | ObjectVector.java | 252 public final boolean removeElement(Object s) in removeElement() method in ObjectVector
|
D | SuballocatedIntVector.java | 328 private boolean removeElement(int s) in removeElement() method in SuballocatedIntVector
|
D | NodeVector.java | 465 public boolean removeElement(int s) in removeElement() method in NodeVector
|
/external/icu/icu4c/source/common/ |
D | uvector.h | 167 UBool removeElement(void* obj);
|
D | uniset.cpp | 1192 if (strings != nullptr && strings->removeElement((void*) &s)) { in remove() 1264 strings->removeElement((void*) &s); in complement() 1363 if (strings == nullptr || !strings->removeElement(e)) { in complementAll()
|
D | uvector.cpp | 245 UBool UVector::removeElement(void* obj) { in removeElement() function in UVector
|
D | filteredbrk.cpp | 116 return removeElement((void*) &s); in remove()
|
D | serv.cpp | 885 if (factories->removeElement(factory)) { in unregister()
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/ |
D | bootstrap.js | 120 function removeElement() { function 127 $parent.on($.support.transition.end, removeElement) : 128 removeElement()
|
/external/autotest/frontend/client/src/autotest/afe/ |
D | AfeUtils.java | 331 public static void removeElement(String id) { in removeElement() method in AfeUtils
|
D | JobDetailView.java | 341 AfeUtils.removeElement("view_drone_set_wrapper"); in initialize()
|
/external/icu/icu4c/source/i18n/ |
D | transreg.cpp | 718 availableIDs.removeElement((void*) &id); in remove() 960 availableIDs.removeElement((void*) &ID); in registerEntry()
|
/external/antlr/gunit/src/main/java/org/antlr/gunit/swingui/ |
D | TestCaseEditController.java | 343 currentRule.removeElement(currentTestCase); in OnRemoveTestCase()
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | CheckDisplayCollisions.java | 281 myPrefix = parts.removeElement(-1).toString(); in handleCheck()
|