HomeSort by relevance Sort by last modified time
    Searched defs:findAttribute (Results 1 - 6 of 6) sorted by null

  /external/proguard/src/proguard/classfile/editor/
AttributesEditor.java 182 int index = findAttribute(attributesCount,
231 int index = findAttribute(attributesCount,
255 private int findAttribute(int attributesCount,
  /frameworks/base/media/libstagefright/rtsp/
ASessionDescription.cpp 179 bool ASessionDescription::findAttribute(
217 CHECK(findAttribute(index, key, desc));
220 if (!findAttribute(index, key, params)) {
234 if (!findAttribute(index, key, &value)) {
258 if (!findAttribute(0, "a=range", &value)) {
  /external/skia/src/svg/
SkSVGParser.cpp 76 int SkSVGParser::findAttribute(SkSVGBase* element, const char* attrValue,
164 int attrIndex = findAttribute(fCurrElement, name, nameLen, false);
166 attrIndex = findAttribute(&fCurrElement->fPaintState, name, nameLen, true);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/changes/
AndroidDocumentChange.java 113 private Attr findAttribute(IDOMDocument xmlDoc, String element, String attributeName,
273 Attr attr = findAttribute(xmlDoc, elementName, attributeName, oldName);
AndroidLayoutChange.java 237 Attr attr = findAttribute(xmlDoc, elementName, argumentName, oldName);
258 private Attr findAttribute(IDOMDocument xmlDoc, String element, String attributeName,
  /external/proguard/lib/
proguard.jar 

Completed in 1752 milliseconds