Home | History | Annotate | Download | only in aapt

Lines Matching refs:htods

1003     header.header.type = htods(RES_XML_TYPE);
1004 header.header.headerSize = htods(sizeof(header));
1017 idsHeader->type = htods(RES_XML_RESOURCE_MAP_TYPE);
1018 idsHeader->headerSize = htods(sizeof(*idsHeader));
1369 node.header.headerSize = htods(sizeof(node));
1381 node.header.type = htods(RES_XML_START_ELEMENT_TYPE);
1391 attrExt.attributeStart = htods(sizeof(attrExt));
1392 attrExt.attributeSize = htods(sizeof(attr));
1393 attrExt.attributeCount = htods(NA);
1394 attrExt.idIndex = htods(0);
1395 attrExt.classIndex = htods(0);
1396 attrExt.styleIndex = htods(0);
1402 attrExt.idIndex = htods(i+1);
1404 attrExt.classIndex = htods(i+1);
1406 attrExt.styleIndex = htods(i+1);
1414 node.header.type = htods(RES_XML_START_NAMESPACE_TYPE);
1428 node.header.type = htods(RES_XML_CDATA_TYPE);
1433 cdataExt.typedData.size = htods(sizeof(cdataExt.typedData));
1464 attr.typedValue.size = htods(sizeof(attr.typedValue));
1489 node.header.type = htods(RES_XML_END_ELEMENT_TYPE);
1499 node.header.type = htods(RES_XML_END_NAMESPACE_TYPE);