Searched defs:nodeID (Results 1 - 4 of 4) sorted by path

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2DTM2.java1296 int nodeID = makeNodeIdentity(node);
1299 if (nodeID == DTM.NULL) {
1308 nodeID = _parent2(nodeID);
1309 node = makeNodeHandle(nodeID);
1314 while (nodeID != END) {
1324 nodeID = _parent2(nodeID);
1325 node = makeNodeHandle(nodeID);
1423 int nodeID
3168 copyTextNode(final int nodeID, SerializationHandler handler) argument
3192 copyElement(int nodeID, int exptype, SerializationHandler handler) argument
3242 copyNS(final int nodeID, SerializationHandler handler, boolean inScope) argument
3326 copyAttributes(final int nodeID, SerializationHandler handler) argument
3344 copyAttribute(int nodeID, int exptype, SerializationHandler handler) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXObjectCache.cpp225 AXID nodeID = m_nodeObjectMapping.get(node); local
226 ASSERT(!HashTraits<AXID>::isDeletedValue(nodeID));
228 if (node->renderer() && nodeID && !renderID) {
232 remove(nodeID);
239 if (!nodeID)
242 return m_objects.get(nodeID);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/srec/srec/include/
H A Dsrec_sizes.h31 typedef asr_uint16_t nodeID; /*for FSM node index*/ typedef

Completed in 691 milliseconds