/external/vulkan-headers/registry/ |
D | reg.py | 273 self.gen.logMsg('warn', 'Attempt to redefine', key, 384 self.gen.logMsg('warn', 'No matching <command> found for command', 441 self.gen.logMsg('warn', 'NO matching group', 492 self.gen.logMsg('warn', 'NO matching group', 558 self.gen.logMsg('diag', 'tagging type:', typename, '-> required =', required) 569 self.gen.logMsg('diag', 'Generating dependent type', 575 self.gen.logMsg('diag', 'type', typename, 'is self-referential') 581 … self.gen.logMsg('diag', 'markRequired: type requires dependent <type>', subtype.text) 585 self.gen.logMsg('diag', 'type', typename, 'is self-referential') 589 … self.gen.logMsg('diag', 'markRequired: type requires dependent <enum>', subenum.text) [all …]
|
D | generator.py | 234 def logMsg(self, level, *args): member in OutputGenerator 284 self.logMsg('diag', 'Enum', name, '-> value [', numVal, ',', value, ']') 291 self.logMsg('diag', 'Enum', name, '-> bitpos [', numVal, ',', value, ']') 301 self.logMsg('diag', 'Enum', name, 'offset =', offset, 311 self.logMsg('diag', 'Enum', name, '-> offset [', numVal, ',', value, ']') 345 self.logMsg('warn', 'checkDuplicateEnums: Duplicate enum (' + name + 357 self.logMsg('warn', 'Two enums found with the same value: ' 374 self.logMsg('diag', 'OutputGenerator::makeDir(' + path + ')') 465 … self.logMsg('diag', 'Aligning parameter', elem.text, 'to column', self.genOpts.alignFuncParam) 474 … self.logMsg('diag', 'Adjust length of parameter decl from', oldLen, 'to', newLen, ':', paramdecl) [all …]
|
D | cgenerator.py | 308 self.logMsg('diag', 'CGenerator.genGroup group =', groupName, 'alias =', alias)
|
/external/apache-xml/src/main/java/org/apache/xalan/xslt/ |
D | EnvironmentCheck.java | 178 logMsg("# WARNING: Potential problems found in your environment!"); in checkEnvironment() 179 logMsg("# Check any 'ERROR' items above against the Xalan FAQs"); in checkEnvironment() 180 logMsg("# to correct potential problems with your classes/jars"); in checkEnvironment() 181 logMsg("# http://xml.apache.org/xalan-j/faq.html"); in checkEnvironment() 188 logMsg("# YAHOO! Your environment seems to be OK."); in checkEnvironment() 253 logMsg("# ERROR: writeEnvironmentReport called with null Hashtable"); in writeEnvironmentReport() 259 logMsg( in writeEnvironmentReport() 289 logMsg(keyStr + "=" + h.get(keyStr)); in writeEnvironmentReport() 294 logMsg("Reading-" + key + "= threw: " + e.toString()); in writeEnvironmentReport() 298 logMsg( in writeEnvironmentReport() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustnessUtil.cpp | 194 void logValue (std::ostringstream& logMsg, const void* valuePtr, VkFormat valueFormat, size_t value… in logValue() argument 198 logMsg << *reinterpret_cast<const deUint32*>(valuePtr); in logValue() 202 logMsg << *reinterpret_cast<const deInt32*>(valuePtr); in logValue() 206 logMsg << *reinterpret_cast<const float*>(valuePtr); in logValue() 211 const std::ios::fmtflags streamFlags = logMsg.flags(); in logValue() 213 logMsg << std::hex; in logValue() 216 logMsg << " " << (deUint32)bytePtr[i]; in logValue() 218 logMsg.flags(streamFlags); in logValue()
|
D | vktRobustnessVertexAccessTests.cpp | 758 std::ostringstream logMsg; in verifyResult() local 826 logMsg << "\n"; in verifyResult() 828 logMsg << "\n" << valueNdx << ": Value "; in verifyResult() 832 logValue(logMsg, outValuePtr, VK_FORMAT_R32_SFLOAT, 4); in verifyResult() 834 logValue(logMsg, outValuePtr, m_inputFormat, 4); in verifyResult() 837 logMsg << "\tfrom attr" << attributeIndex; in verifyResult() 839 logMsg << "[" << valueNdx % numChannels << "]"; in verifyResult() 843 logMsg << "\tinstance rate"; in verifyResult() 845 logMsg << "\tvertex rate"; in verifyResult() 852 logMsg << "\t(out of bounds)"; in verifyResult() [all …]
|
D | vktRobustnessBufferAccessTests.cpp | 1114 std::ostringstream logMsg; in verifyResult() local 1135 …logMsg << "\nValue " << valueNdx++ << " has been modified with an unknown value: " << *((deUint32 … in verifyResult() 1144 logMsg << "\n" << valueNdx++ << ": "; in verifyResult() 1146 logValue(logMsg, outValuePtr, m_bufferFormat, outValueSize); in verifyResult() 1187 logMsg << " (out of bounds " << (isReadAccess ? "read": "write") << ")"; in verifyResult() 1213 …logMsg << ", first " << distanceToOutOfBounds << " byte(s) " << (isWithinBoundsPartOk ? "OK": "wro… in verifyResult() 1214 …logMsg << ", last " << outValueSize - distanceToOutOfBounds << " byte(s) " << (isOutOfBoundsPartOk… in verifyResult() 1234 logMsg << ", OK, written within the memory range bound to the buffer"; in verifyResult() 1260 logMsg << ". Failed: "; in verifyResult() 1264 logMsg << "expected value within the buffer range or 0"; in verifyResult() [all …]
|
D | vktRobustBufferAccessWithVariablePointersTests.cpp | 1547 std::ostringstream logMsg; in verifyResult() local 1568 …logMsg << "\nValue " << valueNdx++ << " has been modified with an unknown value: " << *(static_cas… in verifyResult() 1577 logMsg << "\n" << valueNdx++ << ": "; in verifyResult() 1579 logValue(logMsg, outValuePtr, m_bufferFormat, outValueSize); in verifyResult() 1613 logMsg << " (out of bounds " << (isReadAccess ? "read": "write") << ")"; in verifyResult() 1639 …logMsg << ", first " << distanceToOutOfBounds << " byte(s) " << (isWithinBoundsPartOk ? "OK": "wro… in verifyResult() 1640 …logMsg << ", last " << outValueSize - distanceToOutOfBounds << " byte(s) " << (isOutOfBoundsPartOk… in verifyResult() 1660 logMsg << ", OK, written within the memory range bound to the buffer"; in verifyResult() 1683 logMsg << ". Failed: "; in verifyResult() 1687 logMsg << "expected value within the buffer range or 0"; in verifyResult() [all …]
|
D | vktRobustnessUtil.hpp | 47 void logValue (std::ostringstream& logMsg, const void* valuePtr, vk::VkFormat valueFormat…
|
/external/mdnsresponder/mDNSShared/ |
D | DebugServices.h | 1263 logMsg( ( FORMAT ), ( P1 ), ( P2 ), ( P3 ), ( P4 ), ( P5 ), ( P6 ) ); \
|
D | DebugServices.c | 569 logMsg( "\ncannot print at interrupt time\n\n", 1, 2, 3, 4, 5, 6 ); in DebugPrint()
|
/external/vulkan-validation-layers/scripts/ |
D | parameter_validation_generator.py | 1121 …self.logMsg('diag', 'ParameterValidation: No validation for {} {}'.format(structTypeName if struct… 1153 …self.logMsg('diag', 'ParameterValidation: No validation for {} {}'.format(structTypeName if struct…
|