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

  /cts/tests/tests/renderscript/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...]
ComputeTest.java 260 ScriptField_AllVectorTypes avt; local
261 avt = new ScriptField_AllVectorTypes(mRS, 1,
305 avt.set(avtItem, 0, true);
306 s.bind_avt(avt);
  /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...]
  /external/v8/src/asmjs/
asm-types.cc 25 AsmValueType* avt = this->AsValueType(); local
26 if (avt != nullptr) {
27 switch (avt->Bitset()) {
43 AsmValueType* avt = this->AsValueType(); local
44 if (avt != nullptr) {
49 return avt->Bitset() == tavt->Bitset();
60 if (auto* avt = this->AsValueType()) {
62 return (avt->Bitset() & tavt->Bitset()) == tavt->Bitset();
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
neteq_rtpplay.cc 118 DEFINE_int32(avt, 106, "RTP payload type for AVT/DTMF");
175 return "AVT/DTMF";
226 RegisterPayloadType(neteq, webrtc::NetEqDecoder::kDecoderAVT, "avt",

Completed in 575 milliseconds