Home
last modified time | relevance | path

Searched refs:newElements (Results 1 – 25 of 26) sorted by relevance

12

/external/truth/extensions/proto/src/main/java/com/google/common/truth/extensions/proto/
DFieldScopeLogic.java448 abstract T newLogicOfSameType(List<FieldScopeLogic> newElements); in newLogicOfSameType() argument
468 IntersectionFieldScopeLogic newLogicOfSameType(List<FieldScopeLogic> newElements) { in newLogicOfSameType() argument
469 checkArgument(newElements.size() == 2, "Expected 2 elements: %s", newElements); in newLogicOfSameType() local
470 return new IntersectionFieldScopeLogic(newElements.get(0), newElements.get(1)); in newLogicOfSameType()
512 UnionFieldScopeLogic newLogicOfSameType(List<FieldScopeLogic> newElements) { in newLogicOfSameType() argument
513 checkArgument(newElements.size() == 2, "Expected 2 elements: %s", newElements); in newLogicOfSameType() local
514 return new UnionFieldScopeLogic(newElements.get(0), newElements.get(1)); in newLogicOfSameType()
555 NegationFieldScopeLogic newLogicOfSameType(List<FieldScopeLogic> newElements) { in newLogicOfSameType() argument
556 checkArgument(newElements.size() == 1, "Expected 1 element: %s", newElements); in newLogicOfSameType() local
557 return new NegationFieldScopeLogic(newElements.get(0)); in newLogicOfSameType()
/external/cronet/tot/base/test/android/javatests/src/org/chromium/base/test/transit/
DElements.java206 Elements newElements = new Elements(); in consolidate() local
207 newElements.mElements.addAll(mElements); in consolidate()
208 newElements.mElementFactories.putAll(mElementFactories); in consolidate()
209 newElements.mOtherEnterConditions.addAll(mOtherEnterConditions); in consolidate()
210 newElements.mOtherExitConditions.addAll(mOtherExitConditions); in consolidate()
211 mOwner.addAll(newElements); in consolidate()
213 return newElements; in consolidate()
DConditionWaiter.java390 Elements newElements = fabricateElements(newFactories); in processWaits() local
391 nextBatch = createEnterConditionWaits(newElements); in processWaits()
404 mConditionsGuardingFactories.putAll(newElements.getElementFactories()); in processWaits()
405 newElementIds.addAll(newElements.getElementIds()); in processWaits()
421 Elements newElements = new Elements(); in fabricateElements() local
423 newElements.addAll(factory.processDelayedDeclarations()); in fabricateElements()
425 return newElements; in fabricateElements()
DElementFactory.java33 Elements newElements = builder.consolidate(); in processDelayedDeclarations() local
34 return newElements; in processDelayedDeclarations()
/external/cronet/stable/base/test/android/javatests/src/org/chromium/base/test/transit/
DElements.java206 Elements newElements = new Elements(); in consolidate() local
207 newElements.mElements.addAll(mElements); in consolidate()
208 newElements.mElementFactories.putAll(mElementFactories); in consolidate()
209 newElements.mOtherEnterConditions.addAll(mOtherEnterConditions); in consolidate()
210 newElements.mOtherExitConditions.addAll(mOtherExitConditions); in consolidate()
211 mOwner.addAll(newElements); in consolidate()
213 return newElements; in consolidate()
DConditionWaiter.java390 Elements newElements = fabricateElements(newFactories); in processWaits() local
391 nextBatch = createEnterConditionWaits(newElements); in processWaits()
404 mConditionsGuardingFactories.putAll(newElements.getElementFactories()); in processWaits()
405 newElementIds.addAll(newElements.getElementIds()); in processWaits()
421 Elements newElements = new Elements(); in fabricateElements() local
423 newElements.addAll(factory.processDelayedDeclarations()); in fabricateElements()
425 return newElements; in fabricateElements()
DElementFactory.java33 Elements newElements = builder.consolidate(); in processDelayedDeclarations() local
34 return newElements; in processDelayedDeclarations()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/
DNamedDispatchers.kt50 val newElements = arrayOfNulls<String>(newCapacity) in ensureCapacity() constant
52 destination = newElements, in ensureCapacity()
56 destination = newElements, in ensureCapacity()
60 elements = newElements in ensureCapacity()
/external/dagger2/java/dagger/hilt/processor/internal/root/
DRootProcessingStep.java108 ImmutableSet<XElement> newElements = in postProcess() local
112 newElements.isEmpty(), in postProcess()
116 newElements.stream().map(XElements::toStableString).collect(toImmutableList())); in postProcess()
117 } else if (newElements.isEmpty()) { in postProcess()
/external/guava/android/guava/src/com/google/common/collect/
DImmutableCollection.java305 public final boolean addAll(Collection<? extends E> newElements) { in addAll() argument
518 private void ensureRoomFor(int newElements) { in ensureRoomFor() argument
520 int newCapacity = expandedCapacity(contents.length, size + newElements); in ensureRoomFor()
DMinMaxPriorityQueue.java273 public boolean addAll(Collection<? extends E> newElements) { in addAll() argument
275 for (E element : newElements) { in addAll()
DImmutableList.java529 public final boolean addAll(int index, Collection<? extends E> newElements) { in addAll() argument
/external/cronet/tot/third_party/icu/source/common/
Ducharstriebuilder.cpp114 UCharsTrieElement *newElements=new UCharsTrieElement[newCapacity]; in add() local
115 if(newElements==nullptr) { in add()
120 uprv_memcpy(newElements, elements, (size_t)elementsLength*sizeof(UCharsTrieElement)); in add()
123 elements=newElements; in add()
Dbytestriebuilder.cpp164 BytesTrieElement *newElements=new BytesTrieElement[newCapacity]; in add() local
165 if(newElements==nullptr) { in add()
170 uprv_memcpy(newElements, elements, (size_t)elementsLength*sizeof(BytesTrieElement)); in add()
173 elements=newElements; in add()
/external/cronet/stable/third_party/icu/source/common/
Ducharstriebuilder.cpp114 UCharsTrieElement *newElements=new UCharsTrieElement[newCapacity]; in add() local
115 if(newElements==nullptr) { in add()
120 uprv_memcpy(newElements, elements, (size_t)elementsLength*sizeof(UCharsTrieElement)); in add()
123 elements=newElements; in add()
Dbytestriebuilder.cpp164 BytesTrieElement *newElements=new BytesTrieElement[newCapacity]; in add() local
165 if(newElements==nullptr) { in add()
170 uprv_memcpy(newElements, elements, (size_t)elementsLength*sizeof(BytesTrieElement)); in add()
173 elements=newElements; in add()
/external/icu/icu4c/source/common/
Ducharstriebuilder.cpp114 UCharsTrieElement *newElements=new UCharsTrieElement[newCapacity]; in add() local
115 if(newElements==nullptr) { in add()
120 uprv_memcpy(newElements, elements, (size_t)elementsLength*sizeof(UCharsTrieElement)); in add()
123 elements=newElements; in add()
Dbytestriebuilder.cpp164 BytesTrieElement *newElements=new BytesTrieElement[newCapacity]; in add() local
165 if(newElements==nullptr) { in add()
170 uprv_memcpy(newElements, elements, (size_t)elementsLength*sizeof(BytesTrieElement)); in add()
173 elements=newElements; in add()
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DImmutableCollection.java57 public final boolean addAll(Collection<? extends E> newElements) { in addAll() argument
DImmutableList.java235 public final boolean addAll(int index, Collection<? extends E> newElements) { in addAll() argument
/external/guava/guava/src/com/google/common/collect/
DImmutableList.java529 public final boolean addAll(int index, Collection<? extends E> newElements) {
821 private void ensureRoomFor(int newElements) {
823 int newCapacity = expandedCapacity(contents.length, size + newElements);
DImmutableCollection.java296 public final boolean addAll(Collection<? extends E> newElements) { in addAll() argument
DMinMaxPriorityQueue.java273 public boolean addAll(Collection<? extends E> newElements) { in addAll() argument
275 for (E element : newElements) { in addAll()
DSets.java661 public final boolean addAll(Collection<? extends E> newElements) { in addAll() argument
/external/antlr/runtime/C/src/
Dantlr3collections.c1313 …pANTLR3_VECTOR_ELEMENT newElements = (pANTLR3_VECTOR_ELEMENT)ANTLR3_REALLOC(vector->elements, (siz… in antlr3VectorResize() local
1314 if (newElements == NULL) in antlr3VectorResize()
1319 vector->elements = newElements; in antlr3VectorResize()

12