Searched refs:debugOut (Results 1 – 6 of 6) sorted by relevance
/external/armnn/src/armnn/ |
D | Logging.cpp | 167 inline void SetLoggingSinks(bool standardOut, bool debugOut, bool coloured) in SetLoggingSinks() argument 184 if (debugOut) in SetLoggingSinks() 191 void SetAllLoggingSinks(bool standardOut, bool debugOut, bool coloured) in SetAllLoggingSinks() argument 193 SetLoggingSinks<LogSeverity::Trace>(standardOut, debugOut, coloured); in SetAllLoggingSinks() 194 SetLoggingSinks<LogSeverity::Debug>(standardOut, debugOut, coloured); in SetAllLoggingSinks() 195 SetLoggingSinks<LogSeverity::Info>(standardOut, debugOut, coloured); in SetAllLoggingSinks() 196 SetLoggingSinks<LogSeverity::Warning>(standardOut, debugOut, coloured); in SetAllLoggingSinks() 197 SetLoggingSinks<LogSeverity::Error>(standardOut, debugOut, coloured); in SetAllLoggingSinks() 198 SetLoggingSinks<LogSeverity::Fatal>(standardOut, debugOut, coloured); in SetAllLoggingSinks()
|
/external/armnn/profiling/common/src/ |
D | Logging.cpp | 162 inline void SetLoggingSinks(bool standardOut, bool debugOut, bool coloured) in SetLoggingSinks() argument 179 if (debugOut) in SetLoggingSinks() 186 void SetAllLoggingSinks(bool standardOut, bool debugOut, bool coloured) in SetAllLoggingSinks() argument 188 SetLoggingSinks<LogSeverity::Trace>(standardOut, debugOut, coloured); in SetAllLoggingSinks() 189 SetLoggingSinks<LogSeverity::Debug>(standardOut, debugOut, coloured); in SetAllLoggingSinks() 190 SetLoggingSinks<LogSeverity::Info>(standardOut, debugOut, coloured); in SetAllLoggingSinks() 191 SetLoggingSinks<LogSeverity::Warning>(standardOut, debugOut, coloured); in SetAllLoggingSinks() 192 SetLoggingSinks<LogSeverity::Error>(standardOut, debugOut, coloured); in SetAllLoggingSinks() 193 SetLoggingSinks<LogSeverity::Fatal>(standardOut, debugOut, coloured); in SetAllLoggingSinks()
|
/external/cldr/tools/scripts/web/ |
D | bugdiffs | 455 debugOut("module $module") if ($DEBUG); 460 debugOut("+generateDiffsList($ID, $module)") if ($DEBUG); 462 debugOut("-generateDiffsList($ID, $module)") if ($DEBUG); 1065 debugOut("+tagscanDir($relDir)") if ($DEBUG); 1079 debugOut("-tagscanDir($relDir)") if ($DEBUG); 1515 debugOut("dcuthelpDir($relDir)") if ($DEBUG); 1866 debugOut("+updateCacheDir($relDir)") if ($DEBUG); 1888 debugOut("-!updateCacheDir($relDir)") if ($DEBUG); 1897 debugOut ( " Removing $cacheDir/$_ .." ) if ($DEBUG); 1910 debugOut("-updateCacheDir($relDir)") if ($DEBUG); [all …]
|
/external/deqp/framework/common/ |
D | tcuCommandLine.cpp | 1059 std::ostream debugOut(&sbuf); in parse() local 1070 debugOut << "\n" << de::FilePath(argv[0]).getBaseName() << " [options]\n\n"; in parse() 1071 parser.help(debugOut); in parse() 1104 debugOut << "ERROR: multiple test case list options given!\n" << std::endl; in parse() 1111 …debugOut << "ERROR: arguments not starting with '-' or '--' are not supported by this application!… in parse() 1114 debugOut << "\n" << de::FilePath(argv[0]).getBaseName() << " [options]\n\n"; in parse() 1115 parser.help(debugOut); in parse()
|
/external/armnn/profiling/common/include/ |
D | Logging.hpp | 175 void SetAllLoggingSinks(bool standardOut, bool debugOut, bool coloured);
|
/external/armnn/include/armnn/ |
D | Logging.hpp | 194 void SetAllLoggingSinks(bool standardOut, bool debugOut, bool coloured);
|