Home
last modified time | relevance | path

Searched refs:logMsg (Results 1 – 16 of 16) sorted by relevance

/external/vulkan-headers/registry/
Dreg.py364 self.gen.logMsg('warn', 'Attempt to redefine', key,
479 self.gen.logMsg('warn', 'No matching <command> found for command',
519 self.gen.logMsg('warn', 'NO matching group',
566 self.gen.logMsg('warn', 'NO matching group',
633 self.gen.logMsg('diag', 'tagging type:', typename, '-> required =', required)
644 self.gen.logMsg('diag', 'Generating dependent type',
650 self.gen.logMsg('diag', 'type', typename, 'is self-referential')
656 … self.gen.logMsg('diag', 'markRequired: type requires dependent <type>', subtype.text)
660 self.gen.logMsg('diag', 'type', typename, 'is self-referential')
664 … self.gen.logMsg('diag', 'markRequired: type requires dependent <enum>', subenum.text)
[all …]
Dgenerator.py275 def logMsg(self, level, *args): member in OutputGenerator
337 self.logMsg('diag', 'Enum', name, '-> value [', numVal, ',', value, ']')
346 self.logMsg('diag', 'Enum', name, '-> bitpos [', numVal, ',', value, ']')
356 self.logMsg('diag', 'Enum', name, 'offset =', offset,
366 self.logMsg('diag', 'Enum', name, '-> offset [', numVal, ',', value, ']')
402 self.logMsg('warn', 'checkDuplicateEnums: Duplicate enum (' + name
415 self.logMsg('error', msg)
445 …self.logMsg('error', 'Invalid value for bitwidth attribute (', groupElem.get('bitwidth'), ') for '…
455 …self.logMsg('error', 'Invalid value for bitwidth attribute (', groupElem.get('bitwidth'), ') for b…
465 …self.logMsg('error', 'Invalid value for bitwidth attribute (', groupElem.get('bitwidth'), ') for e…
[all …]
/external/OpenCSD/decoder/source/mem_acc/
Dtrc_mem_acc_cache.cpp81 logMsg(oss.str()); in readBytesFromCache()
90 logMsg(oss.str()); in readBytesFromCache()
114 logMsg(oss.str()); in readBytesFromCache()
134 logMsg(oss.str()); in readBytesFromCache()
145 void TrcMemAccCache::logMsg(const std::string &szMsg) in logMsg() function in TrcMemAccCache
162 logMsg(oss.str()); in logAndClearCounts()
169 logMsg(oss.str()); in logAndClearCounts()
/external/apache-xml/src/main/java/org/apache/xalan/xslt/
DEnvironmentCheck.java178 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/
DvktRobustnessUtil.cpp234 void logValue (std::ostringstream& logMsg, const void* valuePtr, VkFormat valueFormat, size_t value… in logValue() argument
238 logMsg << *reinterpret_cast<const deUint32*>(valuePtr); in logValue()
242 logMsg << *reinterpret_cast<const deInt32*>(valuePtr); in logValue()
246 logMsg << *reinterpret_cast<const float*>(valuePtr); in logValue()
251 const std::ios::fmtflags streamFlags = logMsg.flags(); in logValue()
253 logMsg << std::hex; in logValue()
256 logMsg << " " << (deUint32)bytePtr[i]; in logValue()
258 logMsg.flags(streamFlags); in logValue()
DvktRobustnessVertexAccessTests.cpp783 std::ostringstream logMsg; in verifyResult() local
856 logMsg << "\n"; in verifyResult()
858 logMsg << "\n" << valueNdx << ": Value "; in verifyResult()
862 logValue(logMsg, outValuePtr, VK_FORMAT_R32_SFLOAT, 4); in verifyResult()
864 logValue(logMsg, outValuePtr, m_inputFormat, 4); in verifyResult()
867 logMsg << "\tfrom attr" << attributeIndex; in verifyResult()
869 logMsg << "[" << valueNdx % numChannels << "]"; in verifyResult()
873 logMsg << "\tinstance rate"; in verifyResult()
875 logMsg << "\tvertex rate"; in verifyResult()
882 logMsg << "\t(out of bounds)"; in verifyResult()
[all …]
DvktRobustnessBufferAccessTests.cpp1131 std::ostringstream logMsg; in verifyResult() local
1152logMsg << "\nValue " << valueNdx++ << " has been modified with an unknown value: " << *((deUint32 … in verifyResult()
1161 logMsg << "\n" << valueNdx++ << ": "; in verifyResult()
1163 logValue(logMsg, outValuePtr, m_bufferFormat, outValueSize); in verifyResult()
1204 logMsg << " (out of bounds " << (isReadAccess ? "read": "write") << ")"; in verifyResult()
1230logMsg << ", first " << distanceToOutOfBounds << " byte(s) " << (isWithinBoundsPartOk ? "OK": "wro… in verifyResult()
1231logMsg << ", last " << outValueSize - distanceToOutOfBounds << " byte(s) " << (isOutOfBoundsPartOk… in verifyResult()
1251 logMsg << ", OK, written within the memory range bound to the buffer"; in verifyResult()
1277 logMsg << ". Failed: "; in verifyResult()
1281 logMsg << "expected value within the buffer range or 0"; in verifyResult()
[all …]
DvktRobustBufferAccessWithVariablePointersTests.cpp1597 std::ostringstream logMsg; in verifyResult() local
1621logMsg << "\nValue " << valueNdx++ << " has been modified with an unknown value: " << *(static_cas… in verifyResult()
1630 logMsg << "\n" << valueNdx++ << ": "; in verifyResult()
1632 logValue(logMsg, outValuePtr, m_bufferFormat, outValueSize); in verifyResult()
1666 logMsg << " (out of bounds " << (isReadAccess ? "read": "write") << ")"; in verifyResult()
1701logMsg << ", first " << distanceToOutOfBounds << " byte(s) " << (isWithinBoundsPartOk ? "OK": "wro… in verifyResult()
1702logMsg << ", last " << outValueSize - distanceToOutOfBounds << " byte(s) " << (isOutOfBoundsPartOk… in verifyResult()
1722 logMsg << ", OK, written within the memory range bound to the buffer"; in verifyResult()
1745 logMsg << ". Failed: "; in verifyResult()
1749 logMsg << "expected value within the buffer range or 0"; in verifyResult()
[all …]
DvktRobustnessUtil.hpp47 void logValue (std::ostringstream& logMsg, const void* valuePtr, vk::VkFormat valueFormat…
/external/OpenCSD/decoder/tests/snapshot_parser_lib/include/
Dsnapshot_parser.h145 void LogInfoStr(const std::string &logMsg);
/external/OpenCSD/decoder/include/mem_acc/
Dtrc_mem_acc_cache.h82 void logMsg(const std::string &szMsg);
/external/OpenCSD/decoder/tests/snapshot_parser_lib/source/
Dsnapshot_parser.cpp830 void Parser::LogInfoStr(const std::string &logMsg) in LogInfoStr() argument
833 GetIErrorLogger()->LogMessage(s_errlog_handle,OCSD_ERR_SEV_INFO,logMsg); in LogInfoStr()
/external/mdnsresponder/mDNSShared/
DDebugServices.h1263 logMsg( ( FORMAT ), ( P1 ), ( P2 ), ( P3 ), ( P4 ), ( P5 ), ( P6 ) ); \
DDebugServices.c569 logMsg( "\ncannot print at interrupt time\n\n", 1, 2, 3, 4, 5, 6 ); in DebugPrint()
/external/vulkan-validation-layers/scripts/
Dparameter_validation_generator.py1158 …self.logMsg('diag', 'ParameterValidation: No validation for {} {}'.format(structTypeName if struct…
1190 …self.logMsg('diag', 'ParameterValidation: No validation for {} {}'.format(structTypeName if struct…
/external/guice/extensions/persist/lib/
Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/ ...