HomeSort by relevance Sort by last modified time
    Searched full:attributelength (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DatasetDOMStringMap.cpp 74 static bool propertyNameMatchesAttributeName(const CharType1* propertyName, const CharType2* attributeName, unsigned propertyLength, unsigned attributeLength)
79 while (a < attributeLength && p < propertyLength) {
80 if (attributeName[a] == '-' && a + 1 < attributeLength && isASCIILower(attributeName[a + 1]))
91 return (a == attributeLength && p == propertyLength);
100 unsigned attributeLength = attributeName.length();
104 return propertyNameMatchesAttributeName(propertyName.characters8(), attributeName.characters8(), propertyLength, attributeLength);
105 return propertyNameMatchesAttributeName(propertyName.characters8(), attributeName.characters16(), propertyLength, attributeLength);
109 return propertyNameMatchesAttributeName(propertyName.characters16(), attributeName.characters8(), propertyLength, attributeLength);
110 return propertyNameMatchesAttributeName(propertyName.characters16(), attributeName.characters16(), propertyLength, attributeLength);
  /external/proguard/src/proguard/classfile/attribute/
UnknownAttribute.java 41 public UnknownAttribute(int attributeLength)
43 u4attributeLength = attributeLength;
  /external/chromium_org/net/ssl/
openssl_platform_key_mac.cc 202 blinding_attr.AttributeLength = sizeof(uint32);
  /external/chromium_org/net/third_party/nss/ssl/
sslplatf.c 707 blindingAttr.AttributeLength = sizeof(uint32);
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
jdepend-2.9.jar 

Completed in 3043 milliseconds