Searched refs:debug_log (Results 1 – 7 of 7) sorted by relevance
/third_party/vulkan-loader/tests/ |
D | loader_envvar_tests.cpp | 113 FillDebugUtilsCreateDetails(inst1.create_info, env.debug_log); in TEST() 116 …env.debug_log.find("Ignoring override VK_ICD_FILENAMES, VK_DRIVER_FILES, and VK_ADD_DRIVER_FILES d… in TEST() 129 env.debug_log.clear(); in TEST() 132 FillDebugUtilsCreateDetails(inst2.create_info, env.debug_log); in TEST() 139 env.debug_log.clear(); in TEST() 144 FillDebugUtilsCreateDetails(inst3.create_info, env.debug_log); in TEST() 147 EXPECT_TRUE(env.debug_log.find("vkCreateInstance: Found no drivers!")); in TEST() 190 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log); in TEST() 193 …auto check_paths = [](DebugUtilsLogger const& debug_log, ManifestCategory category, fs::path const… in TEST() argument 194 …EXPECT_TRUE(debug_log.find((fs::path("/tmp/goober/vulkan") / category_path_name(category)).str())); in TEST() [all …]
|
D | loader_layer_tests.cpp | 33 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log); in CheckLogForLayerString() 36 … ASSERT_TRUE(env.debug_log.find(std::string("Insert instance layer ") + implicit_layer_name)); in CheckLogForLayerString() 38 … ASSERT_FALSE(env.debug_log.find(std::string("Insert instance layer ") + implicit_layer_name)); in CheckLogForLayerString() 41 env.debug_log.clear(); in CheckLogForLayerString() 123 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log); in TEST() 126 … ASSERT_TRUE(env.debug_log.find(std::string("Insert instance layer ") + implicit_layer_name)); in TEST() 328 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log); in TEST() 330 …ASSERT_TRUE(env.debug_log.find(std::string("verify_meta_layer_component_layers: Meta-layer ") + me… in TEST() 436 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log); in TEST() 438 …ASSERT_TRUE(env.debug_log.find(std::string("verify_meta_layer_component_layers: Meta-layer ") + me… in TEST() [all …]
|
D | loader_regression_tests.cpp | 3305 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log); in TEST() 3307 ASSERT_FALSE(env.debug_log.find(portability_driver_warning)); in TEST() 3323 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log); in TEST() 3325 ASSERT_TRUE(env.debug_log.find(portability_driver_warning)); in TEST() 3331 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log); in TEST() 3333 ASSERT_TRUE(env.debug_log.find(portability_driver_warning)); in TEST() 3339 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log); in TEST() 3341 ASSERT_TRUE(env.debug_log.find(portability_driver_warning)); in TEST() 3364 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log); in TEST() 3366 ASSERT_FALSE(env.debug_log.find(portability_driver_warning)); in TEST() [all …]
|
/third_party/python/Lib/asyncio/ |
D | base_events.py | 1613 debug_log = None 1617 debug_log = 'run shell command %r' % cmd 1618 self._log_subprocess(debug_log, stdin, stdout, stderr) 1621 if self._debug and debug_log is not None: 1622 logger.info('%s: %r', debug_log, transport) 1646 debug_log = None 1650 debug_log = f'execute program {program!r}' 1651 self._log_subprocess(debug_log, stdin, stdout, stderr) 1655 if self._debug and debug_log is not None: 1656 logger.info('%s: %r', debug_log, transport)
|
D | unix_events.py | 1293 debug_log = False 1300 debug_log = True 1312 if debug_log and loop.get_debug():
|
/third_party/vulkan-loader/tests/framework/ |
D | test_environment.h | 374 DebugUtilsLogger debug_log; member
|
/third_party/elfutils/po/ |
D | pl.po | 6044 msgstr "nie można uzyskać zawartości .debug_log: %s"
|