Searched refs:attributeCount (Results 1 - 25 of 35) sorted by relevance

12

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DFieldWriter.java217 int attributeCount = 0;
219 ++attributeCount;
224 ++attributeCount;
227 ++attributeCount;
230 ++attributeCount;
233 ++attributeCount;
236 ++attributeCount;
239 ++attributeCount;
242 attributeCount += attrs.getCount();
244 out.putShort(attributeCount);
[all...]
H A DClassWriter.java665 int attributeCount = 0;
667 ++attributeCount;
672 ++attributeCount;
677 ++attributeCount;
682 ++attributeCount;
687 ++attributeCount;
694 ++attributeCount;
700 ++attributeCount;
705 ++attributeCount;
711 ++attributeCount;
[all...]
H A DMethodWriter.java1295 int attributeCount = 0;
1297 ++attributeCount;
1300 ++attributeCount;
1305 ++attributeCount;
1308 ++attributeCount;
1312 ++attributeCount;
1315 ++attributeCount;
1319 ++attributeCount;
1322 ++attributeCount;
1325 ++attributeCount;
[all...]
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDocumentSharedObjectPool.cpp36 ShareableElementDataCacheKey(const Attribute* attributes, unsigned attributeCount) argument
38 , m_attributeCount(attributeCount)
H A DDatasetDOMStringMap.cpp147 unsigned length = m_element->attributeCount();
160 unsigned length = m_element->attributeCount();
175 unsigned length = m_element->attributeCount();
H A DNamedNodeMap.cpp115 return m_element->attributeCount();
H A DStyledElement.cpp290 unsigned size = attributeCount();
340 unsigned size = attributeCount();
H A DElement.h296 unsigned attributeCount() const;
892 inline unsigned Element::attributeCount() const function in class:WebCore::Element
/macosx-10.9.5/IOKitUser-907.100.13/
H A DIOCFUnserialize.yacc280 int *attributeCount,
288 *attributeCount = 0;
360 attributes[*attributeCount][length++] = c;
364 attributes[*attributeCount][length] = 0;
377 values[*attributeCount][length++] = c;
381 values[*attributeCount][length] = 0;
386 // attributes[*attributeCount], values[*attributeCount], c);
388 (*attributeCount)++;
389 if (*attributeCount >
[all...]
H A DIOCFUnserialize.tab.c1899 int *attributeCount,
1907 *attributeCount = 0;
1979 attributes[*attributeCount][length++] = c;
1983 attributes[*attributeCount][length] = 0;
1996 values[*attributeCount][length++] = c;
2000 values[*attributeCount][length] = 0;
2005 // attributes[*attributeCount], values[*attributeCount], c);
2007 (*attributeCount)++;
2008 if (*attributeCount >
1894 getTag(parser_state_t *state, char tag[TAG_MAX_LENGTH], int *attributeCount, char attributes[TAG_MAX_ATTRIBUTES][TAG_MAX_LENGTH], char values[TAG_MAX_ATTRIBUTES][TAG_MAX_LENGTH] ) argument
2208 int attributeCount; local
[all...]
/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSUnserializeXML.y362 int *attributeCount,
370 *attributeCount = 0;
442 attributes[*attributeCount][length++] = c;
446 attributes[*attributeCount][length] = 0;
459 values[*attributeCount][length++] = c;
463 values[*attributeCount][length] = 0;
468 // attributes[*attributeCount], values[*attributeCount], c);
470 (*attributeCount)++;
471 if (*attributeCount >
[all...]
H A DOSUnserializeXML.cpp1974 int *attributeCount,
1982 *attributeCount = 0;
2054 attributes[*attributeCount][length++] = c;
2058 attributes[*attributeCount][length] = 0;
2071 values[*attributeCount][length++] = c;
2075 values[*attributeCount][length] = 0;
2080 // attributes[*attributeCount], values[*attributeCount], c);
2082 (*attributeCount)++;
2083 if (*attributeCount >
[all...]
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXPathNodeSet.cpp221 unsigned attributeCount = element->attributeCount(); local
222 for (unsigned i = 0; i < attributeCount; ++i) {
H A DXPathStep.cpp349 for (unsigned i = 0; i < contextElement->attributeCount(); ++i) {
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DSelectorChecker.h135 unsigned size = element->attributeCount();
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/avfoundation/
H A DInbandTextTrackPrivateAVF.cpp168 CFIndex attributeCount = CFDictionaryGetCount(attributes); local
169 Vector<const void*> keys(attributeCount);
170 Vector<const void*> values(attributeCount);
173 for (CFIndex i = 0; i < attributeCount; ++i) {
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/wince/
H A DMediaPlayerProxy.cpp105 for (unsigned i = 0; i < element->attributeCount(); ++i) {
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSWrapperMap.mm189 unsigned attributeCount;
190 objc_property_attribute_t* attributes = property_copyAttributeList(property, &attributeCount);
191 if (attributeCount) {
192 for (unsigned i = 0; i < attributeCount; ++i) {
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLEmbedElement.cpp127 for (unsigned i = 0; i < attributeCount(); ++i) {
H A DHTMLObjectElement.cpp197 for (unsigned i = 0; i < attributeCount(); ++i) {
/macosx-10.9.5/CPANInternal-140/XML-LibXML/t/
H A D40reader.t28 is($reader->attributeCount, 0, "attributeCount");
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DDOMPatchSupport.cpp196 while (oldElement->attributeCount()) {
205 size_t numAttrs = newElement->attributeCount();
441 size_t numAttrs = element->attributeCount();
/macosx-10.9.5/objc4-551.1/runtime/
H A Druntime.h710 * @param attributeCount The number of attributes in \e attributes.
715 OBJC_EXPORT BOOL class_addProperty(Class cls, const char *name, const objc_property_attribute_t *attributes, unsigned int attributeCount)
724 * @param attributeCount The number of attributes in \e attributes.
726 OBJC_EXPORT void class_replaceProperty(Class cls, const char *name, const objc_property_attribute_t *attributes, unsigned int attributeCount)
1283 * @param attributeCount The number of attributes in \e attributes.
1289 OBJC_EXPORT void protocol_addProperty(Protocol *proto, const char *name, const objc_property_attribute_t *attributes, unsigned int attributeCount, BOOL isRequiredProperty, BOOL isInstanceProperty)
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DMarkupAccumulator.cpp410 unsigned length = element->attributeCount();
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DPageSerializer.cpp76 for (unsigned i = 0; i < element->attributeCount(); ++i) {

Completed in 178 milliseconds

12