Home
last modified time | relevance | path

Searched refs:debugOut (Results 1 – 6 of 6) sorted by relevance

/external/armnn/src/armnn/
DLogging.cpp167 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/
DLogging.cpp162 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/
Dbugdiffs455 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/
DtcuCommandLine.cpp1059 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()
1111debugOut << "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/
DLogging.hpp175 void SetAllLoggingSinks(bool standardOut, bool debugOut, bool coloured);
/external/armnn/include/armnn/
DLogging.hpp194 void SetAllLoggingSinks(bool standardOut, bool debugOut, bool coloured);