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

1 2

  /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/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/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderIntegerFunctionTests.cpp 71 struct VarValue
76 VarValue (const glu::VarType& type_, const void* value_) : type(type_), value(value_) {}
79 std::ostream& operator<< (std::ostream& str, const VarValue& varValue)
81 DE_ASSERT(varValue.type.isBasicType());
83 const glu::DataType basicType = varValue.type.getBasicType();
97 case glu::TYPE_FLOAT: str << HexFloat(((const float*)varValue.value)[compNdx]); break;
98 case glu::TYPE_INT: str << ((const deInt32*)varValue.value)[compNdx]; break;
99 case glu::TYPE_UINT: str << tcu::toHex(((const deUint32*)varValue.value)[compNdx]); break;
100 case glu::TYPE_BOOL: str << (((const deUint32*)varValue.value)[compNdx] != 0 ? "true" : "false"); break
    [all...]
vktShaderCommonFunctionTests.cpp 299 struct VarValue
304 VarValue (const glu::VarType& type_, const void* value_) : type(type_), value(value_) {}
307 std::ostream& operator<< (std::ostream& str, const VarValue& varValue)
309 DE_ASSERT(varValue.type.isBasicType());
311 const glu::DataType basicType = varValue.type.getBasicType();
325 case glu::TYPE_FLOAT: str << HexFloat(((const float*)varValue.value)[compNdx]); break;
326 case glu::TYPE_INT: str << ((const deInt32*)varValue.value)[compNdx]; break;
327 case glu::TYPE_UINT: str << tcu::toHex(((const deUint32*)varValue.value)[compNdx]); break;
328 case glu::TYPE_BOOL: str << HexBool(((const deUint32*)varValue.value)[compNdx]); break
    [all...]
  /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 356 struct VarValue
361 VarValue (const glu::VarType& type_, const void* value_) : type(type_), value(value_) {}
364 std::ostream& operator<< (std::ostream& str, const VarValue& varValue)
366 DE_ASSERT(varValue.type.isBasicType());
368 const glu::DataType basicType = varValue.type.getBasicType();
382 case glu::TYPE_FLOAT: str << HexFloat(((const float*)varValue.value)[compNdx]); break;
383 case glu::TYPE_INT: str << ((const deInt32*)varValue.value)[compNdx]; break;
384 case glu::TYPE_UINT: str << tcu::toHex(((const deUint32*)varValue.value)[compNdx]); break;
385 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...]
tuner.h     [all...]
dbgprop.h 244 VARIANT varValue;
    [all...]
msxml2.h     [all...]
textstor.h 134 VARIANT varValue;
    [all...]
gpmgmt.h     [all...]
dmusici.h     [all...]
mmcobj.h 232 VARIANT 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...]
  /prebuilts/go/darwin-x86/src/text/template/
exec.go 61 // varValue returns the value of the named variable.
62 func (s *state) varValue(name string) reflect.Value {
509 value := s.varValue(variable.Ident[0])
  /prebuilts/go/linux-x86/src/text/template/
exec.go 61 // varValue returns the value of the named variable.
62 func (s *state) varValue(name string) reflect.Value {
509 value := s.varValue(variable.Ident[0])
  /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-digester/commons-digester/1.6/
commons-digester-1.6.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 

Completed in 813 milliseconds

1 2