Searched defs:contextSize (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxpath.h312 int contextSize; /* the context size */ member in struct:_xmlXPathContext
/external/libxml2/include/libxml/
H A Dxpath.h313 int contextSize; /* the context size */ member in struct:_xmlXPathContext
/external/chromium_org/third_party/libxml/src/
H A Dxpath.c6019 ret->contextSize = -1;
8361 if (ctxt->context->contextSize >= 0) {
8364 (double) ctxt->context->contextSize));
8367 "last() : %d\n", ctxt->context->contextSize);
11514 int contextSize,
11527 contextSize = xmlXPathCompOpEvalPredicate(ctxt,
11528 &comp->steps[op->ch1], set, contextSize, hasNsNodes);
11530 if (contextSize <= 0)
11584 xpctxt->contextSize = contextSize;
11511 xmlXPathCompOpEvalPredicate(xmlXPathParserContextPtr ctxt, xmlXPathStepOpPtr op, xmlNodeSetPtr set, int contextSize, int hasNsNodes) argument
11663 xmlXPathCompOpEvalPositionalPredicate(xmlXPathParserContextPtr ctxt, xmlXPathStepOpPtr op, xmlNodeSetPtr set, int contextSize, int minPos, int maxPos, int hasNsNodes) argument
[all...]
/external/libxml2/
H A Dxpath.c6063 ret->contextSize = -1;
8406 if (ctxt->context->contextSize >= 0) {
8409 (double) ctxt->context->contextSize));
8412 "last() : %d\n", ctxt->context->contextSize);
11571 int contextSize,
11584 contextSize = xmlXPathCompOpEvalPredicate(ctxt,
11585 &comp->steps[op->ch1], set, contextSize, hasNsNodes);
11587 if (contextSize <= 0)
11641 xpctxt->contextSize = contextSize;
11568 xmlXPathCompOpEvalPredicate(xmlXPathParserContextPtr ctxt, xmlXPathStepOpPtr op, xmlNodeSetPtr set, int contextSize, int hasNsNodes) argument
11720 xmlXPathCompOpEvalPositionalPredicate(xmlXPathParserContextPtr ctxt, xmlXPathStepOpPtr op, xmlNodeSetPtr set, int contextSize, int minPos, int maxPos, int hasNsNodes) argument
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...

Completed in 664 milliseconds