Home
last modified time | relevance | path

Searched refs:outValue (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
DBinaryStream.h43 void readInt(IntT *outValue) in readInt() argument
45 *outValue = readInt<IntT>(); in readInt()
55 void readBool(bool *outValue) in readBool() argument
57 *outValue = readBool(); in readBool()
/external/deqp/executor/tools/
DxeTestLogCompare.cpp109 , outValue (OUTPUTVALUE_STATUS_CODE) in CommandLine()
115 OutputValue outValue; member
344 …dst << "," << (cmdLine.outValue == OUTPUTVALUE_STATUS_CODE ? getStatusCodeName(iter->statusCode) :… in runCompare()
386 cmdLine.outValue = opts.getOption<opt::OutValue>(); in parseCommandLine()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowResources.java233 public boolean resolveAttribute (int resid, TypedValue outValue, boolean resolveRefs) { in resolveAttribute() argument
236 outValue.setTo(foundValue); in resolveAttribute()
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
DCacheTest.cpp225 static v8::Handle<v8::Function> create(ScriptState* scriptState, ScriptValue* outValue) in create() argument
227 TestFunction* self = new TestFunction(scriptState, outValue); in create()
239 …Function(ScriptState* scriptState, ScriptValue* outValue) : ScriptFunction(scriptState), m_value(o… in TestFunction() argument
/external/deqp/modules/gles2/scripts/
Dgen-conversions.py172 def __init__(self, inValue, outValue): argument
174 outType = outValue.typeString()
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h1024 template< typename T > int QueryValueAttribute( const std::string& name, T* outValue ) const in QueryValueAttribute() argument
1031 sstream >> *outValue; in QueryValueAttribute()
1037 int QueryValueAttribute( const std::string& name, std::string* outValue ) const in QueryValueAttribute() argument
1042 *outValue = node->ValueStr(); in QueryValueAttribute()
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h1024 template< typename T > int QueryValueAttribute( const std::string& name, T* outValue ) const in QueryValueAttribute() argument
1031 sstream >> *outValue; in QueryValueAttribute()
1037 int QueryValueAttribute( const std::string& name, std::string* outValue ) const in QueryValueAttribute() argument
1042 *outValue = node->ValueStr(); in QueryValueAttribute()
/external/deqp/modules/gles3/scripts/
Dgen-conversions.py185 def __init__(self, inValue, outValue): argument
187 outType = outValue.typeString()
/external/deqp/modules/gles2/functional/
Des2fShaderOperatorTests.cpp260 , outValue (outValue_) in BuiltinFuncInfo()
278 ValueType outValue; member
1241 …bool isBoolOut = (funcInfo.outValue & (VALUE_BOOL | VALUE_BOOL_VEC | VALUE_BOOL_GENTYPE)) != … in init()
1242 bool isIntOut = (funcInfo.outValue & (VALUE_INT | VALUE_INT_VEC | VALUE_INT_GENTYPE)) != 0; in init()
1254 …int outScalarSize = ((funcInfo.outValue == VALUE_FLOAT) || (funcInfo.outValue == VALUE_BOOL)) ? … in init()
/external/clang/test/ARCMT/
Dobjcmt-arc-cf-annotations.m.result1603 NSDate *outValue = inValue;
1604 if (outValue == 0)
1605 outValue = [[NSDate alloc] init]; // no-warning
1607 if (outValue != inValue)
1608 [outValue autorelease];
1610 return outValue;
Dobjcmt-arc-cf-annotations.m1561 NSDate *outValue = inValue;
1562 if (outValue == 0)
1563 outValue = [[NSDate alloc] init]; // no-warning
1565 if (outValue != inValue)
1566 [outValue autorelease];
1568 return outValue;
/external/deqp/modules/gles3/functional/
Des3fShaderOperatorTests.cpp446 , outValue (outValue_) in BuiltinFuncInfo()
472 , outValue (outValue_) in BuiltinFuncInfo()
492 ValueType outValue; member
1877 …bool isBoolOut = (funcInfo.outValue & (VALUE_BOOL | VALUE_BOOL_VEC | VALUE_BOOL_GENTYPE)) != … in init()
1878 bool isIntOut = (funcInfo.outValue & (VALUE_INT | VALUE_INT_VEC | VALUE_INT_GENTYPE)) != 0; in init()
1879 …bool isUintOut = (funcInfo.outValue & (VALUE_UINT | VALUE_UINT_VEC | VALUE_UINT_GENTYPE)) != … in init()
1891 …int outScalarSize = ((funcInfo.outValue == VALUE_FLOAT) || (funcInfo.outValue == VALUE_BOOL)) ? … in init()
/external/deqp/framework/randomshaders/
DrsgExpression.cpp1384 ExecValueAccess outValue = m_value.getValue(m_outValueRange.getType()); in evaluate() local
1386 for (int outElemNdx = 0; outElemNdx < outValue.getType().getNumElements(); outElemNdx++) in evaluate()
1389 outValue.component(outElemNdx) = inValue.component(inElemNdx).value(); in evaluate()
/external/clang/test/Analysis/
Dretain-release.m1556 NSDate *outValue = inValue;
1557 if (outValue == 0)
1558 outValue = [[NSDate alloc] init]; // no-warning
1560 if (outValue != inValue)
1561 [outValue autorelease];
1563 return outValue;