Home
last modified time | relevance | path

Searched refs:removeElement (Results 1 – 25 of 28) sorted by relevance

12

/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/trace/internal/
DConcurrentIntrusiveListTest.java47 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/
DNodeSetDTM.java575 this.removeElement(n); in removeNode()
968 public boolean removeElement(int s) in removeElement() method in NodeSetDTM
974 return super.removeElement(s); in removeElement()
DNodeSet.java419 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/
DDifference.java438 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()
DTextElementIteratorsFactory.java165 nodeText.removeElement(index); in reverseIterator()
DNodeText.java170 void removeElement(int index) { in removeElement() method in NodeText
DLexicalPreservingPrinter.java161 nodeText.removeElement(index); in createObserver()
163 nodeText.removeElement(index); in createObserver()
/external/cldr/tools/java/org/unicode/cldr/draft/
DJsonConverter.java188 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/
DInProcessRunningSpanStoreImpl.java46 runningSpans.removeElement(span); in onEnd()
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/trace/internal/
DConcurrentIntrusiveList.java95 public synchronized void removeElement(T element) { in removeElement() method in ConcurrentIntrusiveList
/external/apache-xml/src/main/java/org/apache/xml/utils/
DIntVector.java255 public final boolean removeElement(int s) in removeElement() method in IntVector
DObjectVector.java252 public final boolean removeElement(Object s) in removeElement() method in ObjectVector
DSuballocatedIntVector.java328 private boolean removeElement(int s) in removeElement() method in SuballocatedIntVector
DNodeVector.java465 public boolean removeElement(int s) in removeElement() method in NodeVector
/external/icu/icu4c/source/common/
Duvector.h167 UBool removeElement(void* obj);
Duniset.cpp1192 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()
Duvector.cpp245 UBool UVector::removeElement(void* obj) { in removeElement() function in UVector
Dfilteredbrk.cpp116 return removeElement((void*) &s); in remove()
Dserv.cpp885 if (factories->removeElement(factory)) { in unregister()
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Dbootstrap.js120 function removeElement() { function
127 $parent.on($.support.transition.end, removeElement) :
128 removeElement()
/external/autotest/frontend/client/src/autotest/afe/
DAfeUtils.java331 public static void removeElement(String id) { in removeElement() method in AfeUtils
DJobDetailView.java341 AfeUtils.removeElement("view_drone_set_wrapper"); in initialize()
/external/icu/icu4c/source/i18n/
Dtransreg.cpp718 availableIDs.removeElement((void*) &id); in remove()
960 availableIDs.removeElement((void*) &ID); in registerEntry()
/external/antlr/gunit/src/main/java/org/antlr/gunit/swingui/
DTestCaseEditController.java343 currentRule.removeElement(currentTestCase); in OnRemoveTestCase()
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckDisplayCollisions.java281 myPrefix = parts.removeElement(-1).toString(); in handleCheck()

12