Searched defs:typeName (Results 1 - 25 of 119) sorted by path

12345

/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dtokens.py250 typeName = property(lambda s: s.getTypeName()) variable in class:CommonToken
307 self.typeName, channelStr,
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DTestHelper_Connection1.java195 public Array createArrayOf(String typeName, Object[] elements) argument
216 public Struct createStruct(String typeName, Object[] attributes) argument
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DImpl_RowSet.java181 public void setNull(int parameterIndex, int sqlType, String typeName) argument
1192 public void setNull(String parameterName, int sqlType, String typeName) argument
/external/autotest/frontend/client/src/autotest/tko/
H A DParameterizedField.java63 public static ParameterizedField newInstance(String typeName, String value) { argument
64 ParameterizedField prototype = getPrototype(typeName);
/external/caliper/lib/
H A Djava-allocation-instrumenter-2.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/monitoring/ com/google/monitoring/runtime/ ...
H A Djersey-core-1.11.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/jersey-module-version META- ...
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3466 SmallString<36> typeName; local
3467 llvm::raw_svector_ostream(typeName) << "__block_literal_"
3473 tunit, typeName.str(), tunit, line,
H A DCGObjCGNU.cpp1204 llvm::Constant *typeName = local
1209 fields.push_back(typeName);
H A DCodeGenFunction.cpp482 std::string typeName = local
486 std::string::size_type pos = typeName.find("unsigned");
488 typeName.erase(pos+1, 8);
490 argTypeNames.push_back(llvm::MDString::get(Context, typeName));
523 std::string typeName; local
525 typeName = ty.getCanonicalType()->getAs<PipeType>()->getElementType()
528 typeName = ty.getUnqualifiedType().getAsString(Policy);
531 std::string::size_type pos = typeName.find("unsigned");
533 typeName.erase(pos+1, 8);
535 argTypeNames.push_back(llvm::MDString::get(Context, typeName));
[all...]
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
H A DErrorMessages.java227 static String nullableToNonNullable(String typeName, String bindingString) { argument
230 typeName,
/external/dagger2/lib/
H A Dauto-common-1.0-20151022.071545-39.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/common/ ...
H A Dauto-value-1.4.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSpecConstantTests.cpp1371 const std::string typeName(glu::getDataTypeName(type));
1375 "layout(constant_id = ${ID}) const " + typeName + " " + specConstName + " = " + typeName + "(1);",
1391 const std::string typeName = glu::getDataTypeName(type); local
1398 globalCode << ( isConst ? "const " : "" ) << typeName << " " << varName << combNdx << " = " << typeName << "("
1411 typeName,
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderMatrixTests.cpp1769 const char* typeName = getDataTypeName(in.dataType); local
1776 vtx << "layout(location = " << 4 + inNdx + padding << ") in " << precName << " " << typeName << " a_"; local
1778 vtx << typeName << ";\n"; local
1781 vtx << "layout(location = " << 1 + inNdx + padding << ") out " << precName << " " << typeName << " v_" << typeName << ";\n"; local
1782 frag << "layout(location = " << 1 + inNdx + padding << ") in " << precName << " " << typeName << " v_" << typeName << ";\n"; local
1783 passVars.push_back(typeName);
1792 vtx << "layout(location = 1) in " << precName << " " << typeName << " a_coords;\n"; local
1795 vtx << "layout(location = " << 1 + padding << ") out " << precName << " " << typeName << " v_coord local
1796 frag << "layout(location = " << 1 + padding << ") in " << precName << " " << typeName << " v_coords;\\n"; local
[all...]
H A DvktShaderRenderOperatorTests.cpp741 const char* typeName = getDataTypeName(inType); local
747 op << typeName << " in" << inputNdx << " = ";
755 op << typeName << "("; local
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp6294 const string typeName = getNumberTypeName(numberType); local
6295 const string description = "Test the OpCompositeInsert instruction with " + typeName + "s";
6296 de::MovePtr<tcu::TestCaseGroup> subGroup (new tcu::TestCaseGroup(testCtx, typeName.c_str(), description.c_str()));
6472 const string typeName = getNumberTypeName(numberType); local
6473 const string description = "Test the OpInBoundsAccessChain instruction with " + typeName + "s";
6474 de::MovePtr<tcu::TestCaseGroup> subGroup (new tcu::TestCaseGroup(testCtx, typeName.c_str(), description.c_str()));
6652 const string typeName = getNumberTypeName(numberType); local
6653 const string description = "Test the OpVariable initializer with " + typeName + ".";
6654 de::MovePtr<tcu::TestCaseGroup> subGroup (new tcu::TestCaseGroup(testCtx, typeName.c_str(), description.c_str()));
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp996 const char* typeName,
1003 typeName = "float";
1008 src << "\t" << resultVar << " = " << resultVar << " && compare_" << typeName << "(" << shaderName << "[" << colNdex << "][" << rowNdex << "], ";
1017 typeName = "vec";
1020 src << "\t" << resultVar << " = " << resultVar << " && compare_" << typeName << numRows << "(" << shaderName << "[" << colNdex << "], " << typeName << numRows << "(";
1186 const char* typeName = glu::getDataTypeName(basicType); local
1193 generateImmMatrixSrc(src, basicType, varLayout.matrixStride, varLayout.isRowMajor, valuePtr, resultVar, typeName, shaderName);
1196 src << "\t" << resultVar << " = " << resultVar << " && compare_" << typeName << "(" << shaderName << ", ";
1203 src << "\t" << resultVar << " = " << resultVar << " && compare_" << typeName << "(" << shaderNam
990 generateImmMatrixSrc(std::ostream& src, glu::DataType basicType, int matrixStride, bool isRowMajor, const void* valuePtr, const char* resultVar, const char* typeName, const string shaderName) argument
[all...]
H A DvktSSBOLayoutTests.cpp808 const char* typeName = glu::getDataTypeName(type); local
811 layoutGroup->addChild(new BlockBasicTypeCase(m_testCtx, typeName, "", VarType(type, glu::PRECISION_LAST), layoutFlags[layoutFlagNdx].flags, 0, LOAD_FULL_MATRIX));
817 const string caseName = string(glu::getPrecisionName(precision)) + "_" + typeName;
830 const string caseName = string(matrixFlags[matFlagNdx].name) + "_" + string(glu::getPrecisionName(precision)) + "_" + typeName;
854 const char* typeName = glu::getDataTypeName(type); local
857 layoutGroup->addChild(new BlockBasicTypeCase(m_testCtx, typeName, "",
865 layoutGroup->addChild(new BlockBasicTypeCase(m_testCtx, (string(matrixFlags[matFlagNdx].name) + "_" + typeName).c_str(), "",
868 layoutGroup->addChild(new BlockBasicTypeCase(m_testCtx, (string(matrixFlags[matFlagNdx].name) + "_" + typeName + "_comp_access").c_str(), "",
890 const char* typeName = glu::getDataTypeName(type); local
893 layoutGroup->addChild(new BlockBasicUnsizedArrayCase(m_testCtx, typeName, "",
926 const char* typeName = glu::getDataTypeName(type); local
963 const char* typeName = glu::getDataTypeName(type); local
1002 const char* typeName = glu::getDataTypeName(type); local
1250 const char* typeName = glu::getDataTypeName(type); local
[all...]
/external/deqp/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockCase.cpp1201 const char* typeName = glu::getDataTypeName(elementType); local
1203 src << "\tresult *= compare_" << typeName << "(" << srcName << ", ";
1233 const char* typeName = glu::getDataTypeName(elementType); local
1242 src << "\tresult *= compare_" << typeName << "(" << srcName << "[" << elemNdx << "], ";
H A DvktUniformBlockCase.hpp153 StructType (const std::string& typeName) : m_typeName(typeName) {} argument
H A DvktUniformBlockTests.cpp444 const char* typeName = glu::getDataTypeName(type); local
450 createBlockBasicTypeCases(layoutGroup, m_testCtx, typeName, parentType, layoutFlags[layoutFlagNdx].flags);
455 createBlockBasicTypeCases(layoutGroup, m_testCtx, (std::string(matrixFlags[matFlagNdx].name) + "_" + typeName),
475 const char* typeName = glu::getDataTypeName(type); local
483 createBlockBasicTypeCases(layoutGroup, m_testCtx, typeName, parentType, layoutFlags[layoutFlagNdx].flags);
488 createBlockBasicTypeCases(layoutGroup, m_testCtx, (std::string(matrixFlags[matFlagNdx].name) + "_" + typeName),
542 const char* typeName = glu::getDataTypeName(type); local
545 createBlockBasicTypeCases(layoutGroup, m_testCtx, typeName, VarType(type, 0), layoutFlags[layoutFlagNdx].flags);
549 createBlockBasicTypeCases(layoutGroup, m_testCtx, precisionFlags[precNdx].name + "_" + typeName,
558 createBlockBasicTypeCases(layoutGroup, m_testCtx, matrixFlags[matFlagNdx].name + "_" + precisionFlags[precNdx].name + "_" + typeName,
579 const char* typeName = glu::getDataTypeName(type); local
746 const char* typeName = glu::getDataTypeName(type); local
[all...]
/external/deqp/framework/opengl/
H A DgluVarType.hpp146 StructType (const char* typeName) : m_typeName(typeName) {} argument
/external/deqp/framework/randomshaders/
H A DrsgVariableType.hpp134 VariableType (Type baseType, const char* typeName);
206 inline VariableType::VariableType (Type baseType, const char* typeName) argument
209 , m_typeName (typeName)

Completed in 721 milliseconds

12345