/external/spirv-llvm/lib/SPIRV/Mangler/ |
D | Mangler.cpp | 55 bool mangleSubstitution(const ParamType* type, std::string typeStr) { in mangleSubstitution() argument 58 thistypeStr << typeStr; in mangleSubstitution() 59 if ((fpos = m_stream.str().find(typeStr)) != std::string::npos) { in mangleSubstitution() 121 std::stringstream typeStr; in visit() local 122 typeStr << "Dv" << v->getLength() << "_"; in visit() 125 if (!mangleSubstitution(v, typeStr.str())) in visit() 128 m_stream << typeStr.str(); in visit()
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
D | JDBCDatabaseMetaData.java | 658 String typeStr = r0[col]; in getColumns() local 659 int type = mapSqlType(typeStr); in getColumns() 662 row[6] = "" + getD(typeStr, type); in getColumns() 663 row[7] = "" + getM(typeStr, type); in getColumns() 1513 static int getM(String typeStr, int type) { in getM() argument 1525 typeStr = typeStr.toLowerCase(); in getM() 1526 int i1 = typeStr.indexOf('('); in getM() 1529 int i2 = typeStr.indexOf(',', i1); in getM() 1531 i2 = typeStr.indexOf(')', i1); in getM() 1534 String num = typeStr.substring(i1, i2); in getM() [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | dcfmtest.cpp | 424 const char *typeStr = "Unknown"; in execFormatTest() local 431 typeStr = "Formattable"; in execFormatTest() 438 typeStr = "StringPiece"; in execFormatTest() 451 typeStr, lineNum, u_errorName(status)); in execFormatTest() 458 … typeStr, lineNum, UnicodeStringPiece(expected).data(), UnicodeStringPiece(result).data()); in execFormatTest()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcShaderLibraryCase.cpp | 542 const char* typeStr = getDataTypeName(floatType); in genVertexShader() local 543 res << vtxIn << " " << typeStr << " a_" << val.valueName << ";\n"; in genVertexShader() 546 res << vtxOut << " " << typeStr << " " << val.valueName << ";\n"; in genVertexShader() 548 res << vtxOut << " " << typeStr << " v_" << val.valueName << ";\n"; in genVertexShader() 917 const char* typeStr = getDataTypeName(val.dataType); in specializeShaders() local 923 decl << vtxIn << " " << typeStr << " " << val.valueName << ";\n"; in specializeShaders() 931 … setup << typeStr << " " << val.valueName << " = " << typeStr << "(a_" << val.valueName << ");\n"; in specializeShaders() 936 decl << "uniform " << typeStr << " " << val.valueName << ";\n"; in specializeShaders()
|
/external/deqp/modules/glshared/ |
D | glsShaderLibraryCase.cpp | 156 const char* const typeStr = getDataTypeName(floatType); in genVertexShader() local 158 res << vtxIn << " " << typeStr << " a_" << val.name << ";\n"; in genVertexShader() 161 res << vtxOut << " " << typeStr << " " << val.name << ";\n"; in genVertexShader() 163 res << vtxOut << " " << typeStr << " v_" << val.name << ";\n"; in genVertexShader() 423 const char* const typeStr = getDataTypeName(val.type.getBasicType()); in generateUniformDeclarations() local 426 dst << "uniform " << typeStr << " " << val.name << ";\n"; in generateUniformDeclarations() 444 const char* const typeStr = getDataTypeName(val.type.getBasicType()); in generateVertexSpecialization() local 448 decl << vtxIn << " " << typeStr << " " << val.name << ";\n"; in generateVertexSpecialization() 456 setup << typeStr << " " << val.name << " = " << typeStr << "(a_" << val.name << ");\n"; in generateVertexSpecialization()
|
D | glsFboCompletenessTests.cpp | 776 const string typeStr = getTypeName(format.unsizedType); in formatName() local 777 return fmtStr + "_" + toLower(typeStr.substr(3)); in formatName() 789 const string typeStr = getTypeName(format.unsizedType); in formatDesc() local 790 return fmtStr + " with type " + typeStr; in formatDesc()
|
/external/libmojo/base/android/java/src/org/chromium/base/ |
D | PerfTraceEvent.java | 56 EventType(String typeStr) { in EventType() argument 57 mTypeStr = typeStr; in EventType()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_graph.h | 60 const char *typeStr() const;
|
D | nv50_ir_print.cpp | 735 ei.getEdge()->typeStr()); in visit() 751 ei.getEdge()->typeStr()); in visit()
|
D | nv50_ir_graph.cpp | 73 const char *Graph::Edge::typeStr() const in typeStr() function in nv50_ir::Graph::Edge
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | TimeZoneGenericNames.java | 68 String typeStr = type.toString(); in isFallbackTypeOf() local 70 if (t.equals(typeStr)) { in isFallbackTypeOf()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | TimeZoneGenericNames.java | 70 String typeStr = type.toString(); in isFallbackTypeOf() local 72 if (t.equals(typeStr)) { in isFallbackTypeOf()
|
/external/skqp/tools/bookmaker/ |
D | includeWriter.cpp | 847 TextParser typeStr(token.fFileName, typeStart->fContentStart, token.fContentStart, in structSizeMembers() local 849 typeStr.trimEnd(); in structSizeMembers() 850 longestType = SkTMax(longestType, (int) (typeStr.fEnd - typeStr.fStart)); in structSizeMembers()
|
/external/skia/tools/bookmaker/ |
D | includeWriter.cpp | 933 TextParser typeStr(token.fFileName, typeStart->fContentStart, token.fContentStart, in structSizeMembers() local 935 typeStr.trimEnd(); in structSizeMembers() 936 longestType = SkTMax(longestType, (int) (typeStr.fEnd - typeStr.fStart)); in structSizeMembers()
|
/external/icu/icu4c/source/i18n/ |
D | translit.cpp | 1520 const char* typeStr = ures_getKey(res); in initializeRegistry() local 1522 u_charsToUChars(typeStr, &type, 1); in initializeRegistry()
|
/external/deqp/framework/qphelper/ |
D | qpTestLog.c | 411 const char* typeStr = QP_LOOKUP_STRING(s_qpTestTypeMap, testCaseType); in qpTestLog_startCase() local 432 resultAttribs[numResultAttribs++] = qpSetStringAttrib("CaseType", typeStr); in qpTestLog_startCase()
|