HomeSort by relevance Sort by last modified time
    Searched refs:attributeLength (Results 1 - 3 of 3) sorted by null

  /external/proguard/src/proguard/classfile/attribute/
UnknownAttribute.java 41 public UnknownAttribute(int attributeLength)
43 u4attributeLength = attributeLength;
  /external/webkit/Source/WebCore/dom/
DatasetDOMStringMap.cpp 81 unsigned attributeLength = attributeName.length();
86 while (a < attributeLength && p < propertyLength) {
87 if (attribute[a] == '-' && a + 1 < attributeLength && attribute[a + 1] != '-')
98 return (a == attributeLength && p == propertyLength);
  /prebuilt/common/ecj/
ecj.jar 

Completed in 71 milliseconds