Searched refs:source_str (Results 1 – 4 of 4) sorted by relevance
1213 const glw::GLchar* source_str = "Unknown"; in debug_proc() local1220 source_str = "API"; in debug_proc()1223 source_str = "APP"; in debug_proc()1226 source_str = "OTR"; in debug_proc()1229 source_str = "COM"; in debug_proc()1232 source_str = "3RD"; in debug_proc()1235 source_str = "WS"; in debug_proc()1292 …tContext().getLog() << tcu::TestLog::Message << "DEBUG_INFO: " << std::setw(3) << source_str << "|" in debug_proc()
68 const GLchar* source_str = "Unknown"; in debug_proc() local75 source_str = "API"; in debug_proc()78 source_str = "APP"; in debug_proc()81 source_str = "OTR"; in debug_proc()84 source_str = "COM"; in debug_proc()87 source_str = "3RD"; in debug_proc()90 source_str = "WS"; in debug_proc()147 …tContext().getLog() << tcu::TestLog::Message << "DEBUG_INFO: " << std::setw(3) << source_str << "|" in debug_proc()
4926 const GLchar* source_str = "Unknown"; in debug_proc() local4933 source_str = "API"; in debug_proc()4936 source_str = "APP"; in debug_proc()4939 source_str = "OTR"; in debug_proc()4942 source_str = "COM"; in debug_proc()4945 source_str = "3RD"; in debug_proc()4948 source_str = "WS"; in debug_proc()5005 …tContext().getLog() << tcu::TestLog::Message << "DEBUG_INFO: " << std::setw(3) << source_str << "|" in debug_proc()
976 Handle<String> source_str; in BUILTIN() local977 ASSIGN_RETURN_FAILURE_ON_EXCEPTION(isolate, source_str, in BUILTIN()979 builder.AppendString(source_str); in BUILTIN()