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

  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
JAXPVariableStack.java 63 Object varValue = resolver.resolveVariable( name );
64 if ( varValue == null ) {
70 return XObject.create( varValue, xctxt );
  /external/deqp/modules/glshared/
glsRandomShaderProgram.cpp 275 const tcu::Vec4 varValue = rr::readVarying<float>(packet, context, varNdx, fragNdx);
278 access.component(0).asFloat(dstNdx) = varValue[0];
279 if (numComponents >= 2) access.component(1).asFloat(dstNdx) = varValue[1];
280 if (numComponents >= 3) access.component(2).asFloat(dstNdx) = varValue[2];
281 if (numComponents >= 4) access.component(3).asFloat(dstNdx) = varValue[3];
  /external/chromium_org/win8/metro_driver/ime/
text_store.cc 612 attribute_buffer[0].varValue.vt = VT_UNKNOWN;
613 attribute_buffer[0].varValue.punkVal = input_scope_.get();
614 attribute_buffer[0].varValue.punkVal->AddRef();
783 is_composition = (property_value.varValue.lVal == TRUE);
786 static_cast<TfGuidAtom>(property_value.varValue.lVal);
791 VariantClear(&property_value.varValue);
  /external/deqp/modules/gles3/stress/
es3sLongShaderTests.cpp 323 const float varValue = m_rnd.getFloat();
325 addLine("mediump float " + varName + " = " + de::floatToString(varValue, 5) + "f;");
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphReader.java 356 Object varValue = getAssignmentValue(attributes);
357 mCommandStack.append(new AddVariableCommand(varName, varValue));
426 } else if ((strValue = attributes.getValue("varValue")) != null) {
  /external/deqp/modules/gles31/functional/
es31fShaderIntegerFunctionTests.cpp 69 struct VarValue
74 VarValue (const glu::VarType& type_, const void* value_) : type(type_), value(value_) {}
77 std::ostream& operator<< (std::ostream& str, const VarValue& varValue)
79 DE_ASSERT(varValue.type.isBasicType());
81 const glu::DataType basicType = varValue.type.getBasicType();
95 case glu::TYPE_FLOAT: str << HexFloat(((const float*)varValue.value)[compNdx]); break;
96 case glu::TYPE_INT: str << ((const deInt32*)varValue.value)[compNdx]; break;
97 case glu::TYPE_UINT: str << tcu::toHex(((const deUint32*)varValue.value)[compNdx]); break;
98 case glu::TYPE_BOOL: str << (((const deUint32*)varValue.value)[compNdx] != 0 ? "true" : "false"); break
    [all...]
es31fShaderCommonFunctionTests.cpp 309 struct VarValue
314 VarValue (const glu::VarType& type_, const void* value_) : type(type_), value(value_) {}
317 std::ostream& operator<< (std::ostream& str, const VarValue& varValue)
319 DE_ASSERT(varValue.type.isBasicType());
321 const glu::DataType basicType = varValue.type.getBasicType();
335 case glu::TYPE_FLOAT: str << HexFloat(((const float*)varValue.value)[compNdx]); break;
336 case glu::TYPE_INT: str << ((const deInt32*)varValue.value)[compNdx]; break;
337 case glu::TYPE_UINT: str << tcu::toHex(((const deUint32*)varValue.value)[compNdx]); break;
338 case glu::TYPE_BOOL: str << HexBool(((const deUint32*)varValue.value)[compNdx]); break
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wbemdisp.h     [all...]
msclus.h     [all...]
dbgprop.h 135 VARIANT varValue;
    [all...]
msxml2.h     [all...]
textstor.h 130 VARIANT varValue;
    [all...]
gpmgmt.h     [all...]
dmusici.h     [all...]
mmcobj.h 232 VARIANT varValue;
    [all...]
oaidl.h 624 VARIANTARG varValue;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderCommonFunctionTests.cpp 282 struct VarValue
287 VarValue (const glu::VarType& type_, const void* value_) : type(type_), value(value_) {}
290 std::ostream& operator<< (std::ostream& str, const VarValue& varValue)
292 DE_ASSERT(varValue.type.isBasicType());
294 const glu::DataType basicType = varValue.type.getBasicType();
308 case glu::TYPE_FLOAT: str << HexFloat(((const float*)varValue.value)[compNdx]); break;
309 case glu::TYPE_INT: str << ((const deInt32*)varValue.value)[compNdx]; break;
310 case glu::TYPE_UINT: str << tcu::toHex(((const deUint32*)varValue.value)[compNdx]); break;
311 case glu::TYPE_BOOL: str << HexBool(((const deUint32*)varValue.value)[compNdx]); break
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.200.v20130515-2028.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.200.v20130515-2028.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-lang-2.6.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.6/
commons-lang-2.6.jar 

Completed in 1836 milliseconds