Home
last modified time | relevance | path

Searched refs:toDelete (Results 1 – 6 of 6) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
DIdenticalBlockCombiner.java63 BitSet toDelete = new BitSet(blocks.getMaxLabel()); in process() local
69 if (toDelete.get(b.getLabel())) { in process()
83 if (toDelete.get(iLabel) in process()
101 toDelete.set(jLabel); in process()
110 if (toDelete.get(newBlocks.get(i).getLabel())) { in process()
/external/webkit/Source/WebCore/css/
DCSSParserValues.cpp99 Vector<CSSParserSelector*, 16> toDelete; in ~CSSParserSelector() local
102 toDelete.append(selector); in ~CSSParserSelector()
108 deleteAllValues(toDelete); in ~CSSParserSelector()
/external/webkit/Source/WebCore/bindings/v8/
DIntrusiveDOMWrapperMap.h65 Chunk* toDelete = m_chunks; in remove() local
66 m_chunks = toDelete->m_previous; in remove()
68 delete toDelete; in remove() local
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DLayerAndroid.cpp311 Vector<pair<String, int> > toDelete; in removeAnimationsForProperty() local
314 toDelete.append(it->first); in removeAnimationsForProperty()
317 for (unsigned int i = 0; i < toDelete.size(); i++) in removeAnimationsForProperty()
318 m_animations.remove(toDelete[i]); in removeAnimationsForProperty()
324 Vector<pair<String, int> > toDelete; in removeAnimationsForKeyframes() local
327 toDelete.append(it->first); in removeAnimationsForKeyframes()
330 for (unsigned int i = 0; i < toDelete.size(); i++) in removeAnimationsForKeyframes()
331 m_animations.remove(toDelete[i]); in removeAnimationsForKeyframes()
/external/webkit/Source/WebCore/accessibility/gtk/
DAccessibilityObjectWrapperAtk.cpp1410 AtkAttributeSet* toDelete = 0; in attributeSetDifference() local
1416 toDelete = g_slist_prepend(toDelete, i->data); in attributeSetDifference()
1424 atk_attribute_set_free(toDelete); in attributeSetDifference()
/external/icu4c/common/
Duloc.cpp1423 const char* toDelete, int32_t toDeleteLen) in _deleteVariant() argument
1431 if (uprv_strncmp(variants, toDelete, toDeleteLen) == 0 && in _deleteVariant()