Searched defs:newElement (Results 1 - 25 of 28) sorted by relevance

12

/external/pdfium/core/src/fxcrt/
H A Dfx_basic_list.cpp17 FX_POSITION CFX_PtrList::AddTail(void* newElement) { argument
19 pNewNode->data = newElement;
28 FX_POSITION CFX_PtrList::AddHead(void* newElement) { argument
30 pNewNode->data = newElement;
39 FX_POSITION CFX_PtrList::InsertAfter(FX_POSITION position, void* newElement) { argument
41 return AddTail(newElement);
45 pNewNode->data = newElement;
/external/guava/guava-tests/test/com/google/common/collect/
H A DCollectionBenchmarkSampleData.java88 Element candidate = newElement();
100 set.add(newElement());
105 private Element newElement() { method in class:CollectionBenchmarkSampleData
/external/skia/src/gpu/
H A DGrReducedClip.cpp211 Element* newElement = result->addToHead(*element); local
212 if (newElement->isAA()) {
218 bool isReplace = SkRegion::kReplace_Op == newElement->getOp();
219 if (newElement->isInverseFilled() &&
220 (SkRegion::kIntersect_Op == newElement->getOp() || isReplace)) {
221 newElement->invertShapeFillType();
222 newElement->setOp(SkRegion::kDifference_Op);
/external/skia/src/core/
H A DSkClipStack.cpp717 Element* newElement = new (fDeque.push_back()) Element(element); local
718 newElement->updateBoundAndGenID(prior);
/external/icu/icu4c/source/common/
H A Dudata.cpp319 DataCacheElement *newElement; local
333 newElement = (DataCacheElement *)uprv_malloc(sizeof(DataCacheElement));
334 if (newElement == NULL) {
338 newElement->item = UDataMemory_createNewInstance(pErr);
340 uprv_free(newElement);
343 UDatamemory_assign(newElement->item, item);
347 newElement->name = (char *)uprv_malloc(nameLen+1);
348 if (newElement->name == NULL) {
350 uprv_free(newElement->item);
351 uprv_free(newElement);
[all...]
/external/parameter-framework/upstream/parameter/
H A DConfigurableDomain.cpp1045 CConfigurableElement *newElement, core::Results &infos)
1056 if (pConfigurablePotentialDescendantElement->isDescendantOf(newElement)) {
1061 "' into its ascendant '" + newElement->getName() + "' ones");
1064 mergeConfigurations(newElement, pConfigurablePotentialDescendantElement);
1044 mergeAlreadyAssociatedDescendantConfigurableElements( CConfigurableElement *newElement, core::Results &infos) argument
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h336 FX_BOOL SetAt(int nIndex, TYPE newElement) { argument
340 ((TYPE*)m_pData)[nIndex] = newElement;
355 FX_BOOL SetAtGrow(int nIndex, TYPE newElement) { argument
363 ((TYPE*)m_pData)[nIndex] = newElement;
367 FX_BOOL Add(TYPE newElement) { argument
373 ((TYPE*)m_pData)[m_nSize - 1] = newElement;
409 FX_BOOL InsertAt(int nIndex, TYPE newElement, int nCount = 1) { argument
414 ((TYPE*)m_pData)[nIndex++] = newElement;
818 FX_POSITION AddTail(void* newElement);
820 FX_POSITION AddHead(void* newElement);
822 SetAt(FX_POSITION pos, void* newElement) argument
[all...]
/external/robolectric/v1/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.databinding_1.4.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.util_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding.property_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding_1.3.100.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/guice/extensions/persist/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 3929 milliseconds

12