Home
last modified time | relevance | path

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

/third_party/vulkan-loader/tests/framework/
DCMakeLists.txt96 add_library(testing_dependencies STATIC test_environment.cpp test_environment.h)
DREADME.md157 The `test_environment.h/.cpp` contains classes which organize all the disparate parts of the framew…
/third_party/node/test/fixtures/wpt/resources/
Dtestharness.js551 var test_environment = create_test_environment();
598 return test_environment.next_default_test_name();
1074 test_environment.on_new_harness_properties(properties);
1109 test_environment.on_new_harness_properties(properties);
3571 test_environment.all_loaded &&
3873 if (!(test_environment instanceof ShadowRealmTestEnvironment)) {
3877 test_environment.begin(function (msg) {
4801 test_environment.on_tests_ready();
/third_party/vulkan-loader/tests/
DREADME.md34 The `test_environment.h/cpp` are the primary tool used when creating new tests. Either use the exis…
/third_party/python/Lib/test/
Dtest_webbrowser.py303 def test_environment(self): member in ImportTest
/third_party/node/
Dnode.gyp1266 # 'test/cctest/test_environment.cc',