Home
last modified time | relevance | path

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

/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.cpp719 std::ostream debugOut (&sbuf); in parse() local
730 debugOut << "\n" << de::FilePath(argv[0]).getBaseName() << " [options]\n\n"; in parse()
731 parser.help(debugOut); in parse()
752 debugOut << "ERROR: multiple test case list options given!\n" << std::endl; in parse()