/external/deqp/modules/gles2/scripts/ |
D | gen-conversions.py | 178 inType = inValues[0].typeString() 180 self.name = "%s_to_%s" % (inType, outType) 182 self.inputs = [("%s in0" % inType, inValues)] 195 inType = inValue.typeString() 197 self.name = "%s_to_%s" % (inType, outType) 198 self.op = "%s in0 = %s;\n%s out0 = %s(in0);" % (inType, str(inValue), outType, outType) 199 self.inType = inType
|
/external/deqp/modules/glshared/ |
D | glsShaderConstExprTests.cpp | 126 const DataType inType = cases[caseNdx].inType; in createTests() local 141 …string typeName = glu::getDataTypeName((glu::DataType)(inType + compCount)); // results in … in createTests() 202 …scalarCaseName = string(cases[caseNdx].name) + "_" + typeName + "_" + glu::getDataTypeName(inType); in createTests() 204 expressionTemplateParams["MT"] = glu::getDataTypeName(inType); in createTests()
|
D | glsShaderConstExprTests.hpp | 55 DataType inType; member
|
D | glsVertexArrayTests.hpp | 154 …virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType, … 176 …virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType…
|
D | glsDrawTest.cpp | 897 …void setupArray (bool bound, int offset, int size, DrawTestSpec::InputType inType, DrawTest…
|
/external/deqp/modules/gles3/scripts/ |
D | gen-conversions.py | 191 inType = inValues[0].typeString() 193 self.name = "%s_to_%s" % (inType, outType) 195 self.inputs = [("%s in0" % inType, inValues)] 208 inType = inValue.typeString() 210 self.name = "%s_to_%s" % (inType, outType) 211 self.op = "%s in0 = %s;\n%s out0 = %s(in0);" % (inType, str(inValue), outType, outType) 212 self.inType = inType
|
/external/icu/icu4c/source/test/intltest/ |
D | dcfmtest.h | 58 EFormatInputType inType,
|
D | dcfmtest.cpp | 386 EFormatInputType inType, // input number type in execFormatTest() argument 428 switch (inType) { in execFormatTest()
|
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/ |
D | ChooserDialog.h | 99 void StartBrowsing( const char *inType, const char *inDomain );
|
D | ChooserDialog.cpp | 1132 void ChooserDialog::StartBrowsing( const char *inType, const char *inDomain ) in StartBrowsing() argument 1144 err = DNSBrowserStartServiceSearch( mBrowser, kDNSBrowserFlagAutoResolve, inType, inDomain ); in StartBrowsing()
|
/external/mdnsresponder/mDNSWindows/ |
D | mDNSWin32.h | 130 typedef void (*ReportStatusFunc)(int inType, const char *inFormat, ...);
|
/external/mdnsresponder/mDNSShared/ |
D | DebugServices.h | 1292 DEBUG_EXPORT OSStatus DebugInitialize( DebugOutputType inType, ... ); 1545 const char * inType,
|
D | DebugServices.c | 240 DEBUG_EXPORT OSStatus DebugInitialize( DebugOutputType inType, ... ) in DebugInitialize() argument 246 va_start( args, inType ); in DebugInitialize() 273 type = inType; in DebugInitialize() 322 if( inType == kDebugOutputTypeMetaConsole ) in DebugInitialize() 821 __private_extern__ void iDebugSetOutputTypeInternal( uint32_t inType ); in DebugiDebugInit() 2028 const char * inType, in DebugHexDump() argument 2049 DEBUG_UNUSED( inType ); in DebugHexDump()
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | ICUTaglet.java | 73 public boolean inType() { in inType() method in ICUTaglet
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderOperatorTests.cpp | 474 DataType inType = spec.inputs[i].type; in ShaderOperatorCase() local 475 int inSize = getDataTypeScalarSize(inType); in ShaderOperatorCase() 476 bool isInt = de::inRange<int>(inType, TYPE_INT, TYPE_INT_VEC4); in ShaderOperatorCase() 477 bool isBool = de::inRange<int>(inType, TYPE_BOOL, TYPE_BOOL_VEC4); in ShaderOperatorCase() 478 const char* typeName = getDataTypeName(inType); in ShaderOperatorCase()
|
/external/mdnsresponder/mDNSWindows/SystemService/ |
D | Service.c | 128 static void ReportStatus( int inType, const char *inFormat, ... ); 798 static void ReportStatus( int inType, const char *inFormat, ... ) in ReportStatus() argument 813 …ok = ReportEventA( gServiceEventSource, (WORD) inType, 0, MDNSRESPONDER_LOG, NULL, 1, 0, array, NU… in ReportStatus()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderOperatorTests.cpp | 736 const DataType inType = m_spec.inputs[inputNdx].type; in setupShaderData() local 737 const int inSize = getDataTypeScalarSize(inType); in setupShaderData() 738 const bool isInt = de::inRange<int>(inType, TYPE_INT, TYPE_INT_VEC4); in setupShaderData() 739 const bool isUint = de::inRange<int>(inType, TYPE_UINT, TYPE_UINT_VEC4); in setupShaderData() 740 const bool isBool = de::inRange<int>(inType, TYPE_BOOL, TYPE_BOOL_VEC4); in setupShaderData() 741 const char* typeName = getDataTypeName(inType); in setupShaderData()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderOperatorTests.cpp | 752 DataType inType = m_spec.inputs[i].type; in setupShaderData() local 753 int inSize = getDataTypeScalarSize(inType); in setupShaderData() 754 bool isInt = de::inRange<int>(inType, TYPE_INT, TYPE_INT_VEC4); in setupShaderData() 755 bool isUint = de::inRange<int>(inType, TYPE_UINT, TYPE_UINT_VEC4); in setupShaderData() 756 bool isBool = de::inRange<int>(inType, TYPE_BOOL, TYPE_BOOL_VEC4); in setupShaderData() 757 const char* typeName = getDataTypeName(inType); in setupShaderData()
|
/external/deqp/framework/randomshaders/ |
D | rsgExpression.cpp | 714 …VariableType::Type inType = state.getRandom().choose<VariableType::Type>(&inTypes[0], &inTypes[0] … in ConstructorOp() local 717 ValueRange inValueRange(VariableType(inType, 1)); in ConstructorOp()
|