Home
last modified time | relevance | path

Searched refs:hashName (Results 1 – 8 of 8) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/testing/
DRelationshipTester.java53 private final String hashName; field in RelationshipTester
60 String hashName, in RelationshipTester() argument
64 this.hashName = checkNotNull(hashName); in RelationshipTester()
143 .replace("$HASH", hashName) in assertWithTemplate()
/external/guava/android/guava-testlib/src/com/google/common/testing/
DRelationshipTester.java53 private final String hashName; field in RelationshipTester
60 String hashName, in RelationshipTester() argument
64 this.hashName = checkNotNull(hashName); in RelationshipTester()
143 .replace("$HASH", hashName) in assertWithTemplate()
/external/angle/src/compiler/translator/
DOutputGLSLBase.cpp425 out << " " << hashName(param); in writeFunctionParameters()
443 out << hashName(structure) << "("; in writeConstantUnion()
518 out << hashName(&node->variable()); in visitSymbol()
857 out << (node->isPrecise() ? "precise " : "invariant ") << hashName(&symbol->variable()); in visitGlobalQualifierDeclaration()
1089 ImmutableString TOutputGLSLBase::hashName(const TSymbol *symbol) in hashName() function in sh::TOutputGLSLBase
1113 return hashName(func); in hashFunctionNameIfNeeded()
1125 out << hashName(structure) << " "; in declareStruct()
1222 out << hashName(interfaceBlock) << "{\n"; in declareInterfaceBlock()
DOutputVulkanGLSLForMetal.mm107 out << hashName(&symbol->variable());
DOutputGLSLBase.h38 ImmutableString hashName(const TSymbol *symbol);
DBuildSPIRV.cpp713 spirv::WriteName(&mSpirvDebug, typeId, hashName(block).data()); in declareType()
1844 ImmutableString SPIRVBuilder::hashName(const TSymbol *symbol) in hashName() function in sh::SPIRVBuilder
1872 return hashName(func); in hashFunctionName()
DBuildSPIRV.h405 ImmutableString hashName(const TSymbol *symbol);
DOutputSPIRV.cpp1013 mBuilder.hashName(variable).data()); in declareSpecConst()
5087 mBuilder.hashName(paramVariable).data()); in visitFunctionDefinition()
5443 mBuilder.hashName(variable).data()); in visitDeclaration()