HomeSort by relevance Sort by last modified time
    Searched refs:avt (Results 1 - 10 of 10) sorted by null

  /cts/tests/src/android/renderscript/cts/
primitives.rs 73 _RS_ASSERT(avt->b2.x == 1);
74 _RS_ASSERT(avt->b2.y == 2);
75 _RS_ASSERT(avt->b3.x == 1);
76 _RS_ASSERT(avt->b3.y == 2);
77 _RS_ASSERT(avt->b3.z == 3);
78 _RS_ASSERT(avt->b4.x == 1);
79 _RS_ASSERT(avt->b4.y == 2);
80 _RS_ASSERT(avt->b4.z == 3);
81 _RS_ASSERT(avt->b4.w == 4);
83 _RS_ASSERT(avt->s2.x == 1)
    [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
attrvt.c 90 * @avt: pointer to an xsltAttrVT structure
95 xsltFreeAttrVT(xsltAttrVTPtr avt) {
98 if (avt == NULL) return;
100 if (avt->strstart == 1) {
101 for (i = 0;i < avt->nb_seg; i += 2)
102 if (avt->segments[i] != NULL)
103 xmlFree((xmlChar *) avt->segments[i]);
104 for (i = 1;i < avt->nb_seg; i += 2)
105 xmlXPathFreeCompExpr((xmlXPathCompExprPtr) avt->segments[i]);
107 for (i = 0;i < avt->nb_seg; i += 2
176 xsltAttrVTPtr avt; local
    [all...]
xsltInternals.h     [all...]
  /external/libxslt/libxslt/
attrvt.c 90 * @avt: pointer to an xsltAttrVT structure
95 xsltFreeAttrVT(xsltAttrVTPtr avt) {
98 if (avt == NULL) return;
100 if (avt->strstart == 1) {
101 for (i = 0;i < avt->nb_seg; i += 2)
102 if (avt->segments[i] != NULL)
103 xmlFree((xmlChar *) avt->segments[i]);
104 for (i = 1;i < avt->nb_seg; i += 2)
105 xmlXPathFreeCompExpr((xmlXPathCompExprPtr) avt->segments[i]);
107 for (i = 0;i < avt->nb_seg; i += 2
176 xsltAttrVTPtr avt; local
    [all...]
xsltInternals.h     [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemLiteralResult.java 109 AVT avt = (AVT) m_avts.get(i); local
110 avt.fixupVariables(vnames, cstate.getGlobalsSize());
130 * @param avt literal result attribute to add (AVT only)
132 public void addLiteralResultAttribute(AVT avt)
138 m_avts.add(avt);
163 * @param avt Enumerated value, either Constants.ATTRVAL_PRESERVE
199 AVT avt = (AVT) m_avts.get(i); local
224 AVT avt = getLiteralResultAttributeNS(namespaceURI, localName); local
251 AVT avt = (AVT) m_avts.get(i); local
278 AVT avt = getLiteralResultAttribute(rawName); local
363 AVT avt = (AVT) m_avts.get(i); local
599 AVT avt = (AVT) eum.next(); local
630 AVT avt = (AVT) eum.next(); local
    [all...]
ElemExtensionCall.java 288 AVT avt = getLiteralResultAttribute(rawName); local
290 if ((null != avt) && avt.getRawName().equals(rawName))
294 return avt.evaluate(xctxt,
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTAttributeDef.java 32 import org.apache.xalan.templates.AVT;
64 * @param supportsAVT true if this attribute supports AVT's.
86 * @param supportsAVT true if this attribute supports AVT's.
109 * @param supportsAVT true if this attribute supports AVT's.
140 * @param supportsAVT true if this attribute supports AVT's.
174 * @param supportsAVT true if this attribute supports AVT's.
261 // Used for QName attributes that are always AVT. Prefix isn't resolved.
402 * If true, this is attribute supports AVT's.
407 * Get whether or not this attribute supports AVT's.
409 * @return true if this attribute supports AVT's
520 AVT avt = new AVT(handler, uri, name, rawName, value, owner); local
551 AVT avt = new AVT(handler, uri, name, rawName, value, owner); local
584 AVT avt = new AVT(handler, uri, name, rawName, value, owner); local
627 AVT avt = null; local
682 AVT avt = new AVT(handler, uri, name, rawName, value, owner); local
795 AVT avt = new AVT(handler, uri, name, rawName, value, owner); local
877 AVT avt = null; local
974 AVT avt = null; local
1037 AVT avt = null; local
1316 AVT avt = new AVT(handler, uri, name, rawName, value, owner); local
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ComputeTest.java 262 ScriptField_AllVectorTypes avt; local
263 avt = new ScriptField_AllVectorTypes(mRS, 1,
307 avt.set(avtItem, 0, true);
308 s.bind_avt(avt);
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 303 milliseconds