Home
last modified time | relevance | path

Searched refs:removeElement (Results 1 – 25 of 33) 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/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/
DDifference.java109 nodeText.removeElement(i); in considerEnforcingIndentation()
355 nodeText.removeElement(originalIndex); in applyRemovedDiffElement()
360 nodeText.removeElement(originalIndex); in applyRemovedDiffElement()
385 nodeText.removeElement(originalIndex); in applyRemovedDiffElement()
391 nodeText.removeElement(originalIndex); in applyRemovedDiffElement()
426 nodeText.removeElement(originalIndex); in cleanTheLineOfLeftOverSpace()
429 nodeText.removeElement(originalIndex - 1); in cleanTheLineOfLeftOverSpace()
485 nodeText.removeElement(--originalIndex); in applyKeptDiffElement()
DTextElementIteratorsFactory.java165 nodeText.removeElement(index); in reverseIterator()
DNodeText.java172 void removeElement(int index) { in removeElement() method in NodeText
DLexicalPreservingPrinter.java146 nodeText.removeElement(index); in concretePropertyChange()
148 nodeText.removeElement(index); in concretePropertyChange()
/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/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/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DExtensionsGenerator.java147 extOrdering.removeElement(oid); in removeExtension()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/
DExtensionsGenerator.java149 extOrdering.removeElement(oid); in removeExtension()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x509/
DExtensionsGenerator.java149 extOrdering.removeElement(oid); in removeExtension()
/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
DNodeVector.java465 public boolean removeElement(int s) in removeElement() method in NodeVector
DSuballocatedIntVector.java328 private boolean removeElement(int s) in removeElement() method in SuballocatedIntVector
/external/cldr/tools/java/org/unicode/cldr/util/
DDtdPathIterator.java128 xpathParts.removeElement(index); in visit()
/external/icu/libicu/cts_headers/
Duvector.h167 UBool removeElement(void* obj);
/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
/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
/external/icu/icu4c/source/i18n/
Dtransreg.cpp717 availableIDs.removeElement((void*) &id); in remove()
959 availableIDs.removeElement((void*) &ID); in registerEntry()

12