Searched defs:contextSize (Results 1 - 25 of 31) sorted by path

12

/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/ ...
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxpath.h312 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/chromium_org/third_party/skia/src/core/
H A DSkBitmapProcShader.cpp139 size_t SkBitmapProcShader::contextSize() const { function in class:SkBitmapProcShader
H A DSkComposeShader.cpp49 size_t SkComposeShader::contextSize() const { function in class:SkComposeShader
50 return sizeof(ComposeShaderContext) + fShaderA->contextSize() + fShaderB->contextSize();
94 char* bStorage = aStorage + fShaderA->contextSize();
H A DSkDraw.cpp2008 virtual size_t contextSize() const SK_OVERRIDE;
2087 size_t SkTriColorShader::contextSize() const { function in class:SkTriColorShader
H A DSkFilterShader.cpp76 size_t SkFilterShader::contextSize() const { function in class:SkFilterShader
77 return sizeof(FilterShaderContext) + fShader->contextSize();
H A DSkPictureShader.cpp134 size_t SkPictureShader::contextSize() const { function in class:SkPictureShader
164 fBitmapShaderContextStorage = sk_malloc_throw(bitmapShader->contextSize());
H A DSkShader.cpp108 size_t SkShader::contextSize() const { function in class:SkShader
/external/chromium_org/third_party/skia/src/effects/
H A DSkPerlinNoiseShader.cpp460 size_t SkPerlinNoiseShader::contextSize() const { function in class:SkPerlinNoiseShader::PaintingData::SkPerlinNoiseShader
H A DSkTransparentShader.cpp19 size_t SkTransparentShader::contextSize() const { function in class:SkTransparentShader
/external/chromium_org/third_party/skia/src/effects/gradients/
H A DSkLinearGradient.cpp89 size_t SkLinearGradient::contextSize() const { function in class:SkLinearGradient
H A DSkRadialGradient.cpp159 size_t SkRadialGradient::contextSize() const { function in class:SkRadialGradient
H A DSkSweepGradient.cpp66 size_t SkSweepGradient::contextSize() const { function in class:SkSweepGradient
H A DSkTwoPointConicalGradient.cpp219 size_t SkTwoPointConicalGradient::contextSize() const { function in class:SkTwoPointConicalGradient
H A DSkTwoPointRadialGradient.cpp223 size_t SkTwoPointRadialGradient::contextSize() const { function in class:SkTwoPointRadialGradient
/external/libxml2/include/libxml/
H A Dxpath.h314 int contextSize; /* the context size */ member in struct:_xmlXPathContext
/external/libxml2/
H A Dxpath.c6133 ret->contextSize = -1;
8486 if (ctxt->context->contextSize >= 0) {
8489 (double) ctxt->context->contextSize));
8492 "last() : %d\n", ctxt->context->contextSize);
11661 int contextSize,
11674 contextSize = xmlXPathCompOpEvalPredicate(ctxt,
11675 &comp->steps[op->ch1], set, contextSize, hasNsNodes);
11677 if (contextSize <= 0)
11731 xpctxt->contextSize = contextSize;
11658 xmlXPathCompOpEvalPredicate(xmlXPathParserContextPtr ctxt, xmlXPathStepOpPtr op, xmlNodeSetPtr set, int contextSize, int hasNsNodes) argument
11814 xmlXPathCompOpEvalPositionalPredicate(xmlXPathParserContextPtr ctxt, xmlXPathStepOpPtr op, xmlNodeSetPtr set, int contextSize, int minPos, int maxPos, int hasNsNodes) argument
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djaxen-1.1.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META-INF/maven/ ...
/external/skia/src/core/
H A DSkBitmapProcShader.cpp126 size_t SkBitmapProcShader::contextSize() const { function in class:SkBitmapProcShader
H A DSkComposeShader.cpp48 size_t SkComposeShader::contextSize() const { function in class:SkComposeShader
49 return sizeof(ComposeShaderContext) + fShaderA->contextSize() + fShaderB->contextSize();
84 char* bStorage = aStorage + fShaderA->contextSize();
H A DSkDraw.cpp1995 virtual size_t contextSize() const SK_OVERRIDE;
2076 size_t SkTriColorShader::contextSize() const { function in class:SkTriColorShader
H A DSkFilterShader.cpp67 size_t SkFilterShader::contextSize() const { function in class:SkFilterShader
68 return sizeof(FilterShaderContext) + fShader->contextSize();
H A DSkPictureShader.cpp112 size_t SkPictureShader::contextSize() const { function in class:SkPictureShader
142 fBitmapShaderContextStorage = sk_malloc_throw(bitmapShader->contextSize());
H A DSkShader.cpp99 size_t SkShader::contextSize() const { function in class:SkShader

Completed in 475 milliseconds

12