Home
last modified time | relevance | path

Searched refs:TestLoad (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/dports/editors/calligra/calligra-3.2.1/plugins/formulashape/tests/
H A DTestLoad.cpp931 void TestLoad::textElement() in textElement()
936 void TestLoad::spaceElement() in spaceElement()
951 void TestLoad::rowElement() in rowElement()
956 void TestLoad::fracElement() in fracElement()
961 void TestLoad::rootElement() in rootElement()
996 void TestLoad::subElement() in subElement()
1001 void TestLoad::supElement() in supElement()
1016 void TestLoad::overElement() in overElement()
1036 void TestLoad::trElement() in trElement()
1046 void TestLoad::tdElement() in tdElement()
[all …]
/dports/devel/cmake/cmake-3.22.1/Tests/RunCMake/CTestCommandLine/
H A Dtest-load-wait-stdout.txt2 ]*/Tests/RunCMake/CTestCommandLine/TestLoad(
5 \*\*\*\*\* WAITING, System Load: 5, Max Allowed Load: 3, Smallest test TestLoad[1-2] requires 1\*\*…
16 1/2 Test #[1-2]: TestLoad[1-2] ........................ Passed +[0-9.]+ sec(
19 2/2 Test #[1-2]: TestLoad[1-2] ........................ Passed +[0-9.]+ sec
H A Dtest-load-pass-stdout.txt2 ]*/Tests/RunCMake/CTestCommandLine/TestLoad(
15 1/2 Test #[1-2]: TestLoad[1-2] ........................ Passed +[0-9.]+ sec(
18 2/2 Test #[1-2]: TestLoad[1-2] ........................ Passed +[0-9.]+ sec
H A Dtest-load-invalid-stdout.txt2 ]*/Tests/RunCMake/CTestCommandLine/TestLoad(
15 1/2 Test #[1-2]: TestLoad[1-2] ........................ Passed +[0-9.]+ sec(
18 2/2 Test #[1-2]: TestLoad[1-2] ........................ Passed +[0-9.]+ sec
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/file_system/
H A Dfile_system_url_loader_factory_browsertest.cc507 auto client = TestLoad(CreateFileSystemURL("foo/bar/")); in IN_PROC_BROWSER_TEST_P()
543 auto client = TestLoad(GURL("filesystem:/foo/bar/baz")); in IN_PROC_BROWSER_TEST_P()
559 auto client = TestLoad(CreateFileSystemURL("somedir/")); in IN_PROC_BROWSER_TEST_P()
612 TestLoad(GURL("filesystem:http://automount/external/mnt_name/")); in IN_PROC_BROWSER_TEST_P()
672 auto client = TestLoad(CreateFileSystemURL("file1.dat")); in IN_PROC_BROWSER_TEST_P()
704 auto client = TestLoad(CreateFileSystemURL("file1.dat")); in IN_PROC_BROWSER_TEST_P()
797 auto client = TestLoad(CreateFileSystemURL("dir")); in IN_PROC_BROWSER_TEST_P()
816 auto client = TestLoad(CreateFileSystemURL("somefile")); in IN_PROC_BROWSER_TEST_P()
848 auto client = TestLoad(CreateFileSystemURL(kFilename)); in IN_PROC_BROWSER_TEST_P()
874 client = TestLoad(CreateFileSystemURL("file")); in IN_PROC_BROWSER_TEST_P()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/file_system/
H A Dfile_system_url_loader_factory_browsertest.cc507 auto client = TestLoad(CreateFileSystemURL("foo/bar/")); in IN_PROC_BROWSER_TEST_P()
543 auto client = TestLoad(GURL("filesystem:/foo/bar/baz")); in IN_PROC_BROWSER_TEST_P()
559 auto client = TestLoad(CreateFileSystemURL("somedir/")); in IN_PROC_BROWSER_TEST_P()
611 TestLoad(GURL("filesystem:http://automount/external/mnt_name/")); in IN_PROC_BROWSER_TEST_P()
671 auto client = TestLoad(CreateFileSystemURL("file1.dat")); in IN_PROC_BROWSER_TEST_P()
703 auto client = TestLoad(CreateFileSystemURL("file1.dat")); in IN_PROC_BROWSER_TEST_P()
796 auto client = TestLoad(CreateFileSystemURL("dir")); in IN_PROC_BROWSER_TEST_P()
815 auto client = TestLoad(CreateFileSystemURL("somefile")); in IN_PROC_BROWSER_TEST_P()
847 auto client = TestLoad(CreateFileSystemURL(kFilename)); in IN_PROC_BROWSER_TEST_P()
873 client = TestLoad(CreateFileSystemURL("file")); in IN_PROC_BROWSER_TEST_P()
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Source/CTest/
H A DcmCTestTestCommand.cxx35 this->Bind("TEST_LOAD"_s, this->TestLoad); in BindArguments()
118 if (!this->TestLoad.empty()) { in InitializeHandler()
119 if (!cmStrToULong(this->TestLoad, &testLoad)) { in InitializeHandler()
122 "Invalid value for 'TEST_LOAD' : " << this->TestLoad in InitializeHandler()
H A DcmCTestGenericHandler.h126 void SetTestLoad(unsigned long load) { this->TestLoad = load; } in SetTestLoad()
127 unsigned long GetTestLoad() const { return this->TestLoad; } in GetTestLoad()
136 unsigned long TestLoad; variable
/dports/devel/cmake-doc/cmake-3.22.1/Source/CTest/
H A DcmCTestTestCommand.cxx35 this->Bind("TEST_LOAD"_s, this->TestLoad); in BindArguments()
118 if (!this->TestLoad.empty()) { in InitializeHandler()
119 if (!cmStrToULong(this->TestLoad, &testLoad)) { in InitializeHandler()
122 "Invalid value for 'TEST_LOAD' : " << this->TestLoad in InitializeHandler()
H A DcmCTestGenericHandler.h126 void SetTestLoad(unsigned long load) { this->TestLoad = load; } in SetTestLoad()
127 unsigned long GetTestLoad() const { return this->TestLoad; } in GetTestLoad()
136 unsigned long TestLoad; variable
/dports/devel/cmake/cmake-3.22.1/Source/CTest/
H A DcmCTestTestCommand.cxx35 this->Bind("TEST_LOAD"_s, this->TestLoad); in BindArguments()
118 if (!this->TestLoad.empty()) { in InitializeHandler()
119 if (!cmStrToULong(this->TestLoad, &testLoad)) { in InitializeHandler()
122 "Invalid value for 'TEST_LOAD' : " << this->TestLoad in InitializeHandler()
H A DcmCTestGenericHandler.h126 void SetTestLoad(unsigned long load) { this->TestLoad = load; } in SetTestLoad()
127 unsigned long GetTestLoad() const { return this->TestLoad; } in GetTestLoad()
136 unsigned long TestLoad; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/network/public/cpp/
H A Dcross_thread_pending_shared_url_loader_factory_unittest.cc111 void TestLoad(scoped_refptr<SharedURLLoaderFactory> factory, in TestLoad() function in network::CrossThreadPendingSharedURLLoaderFactoryTest
147 TestLoad(factory, main_thread_, run_loop.QuitClosure()); in TestLoadOnMainThread()
200 TestLoad(third_thread_factory, third_thread, std::move(run_loop_quit)); in TEST_F()
219 TestLoad(load_thread_factory, loader_thread_, std::move(run_loop_quit)); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/network/public/cpp/
H A Dcross_thread_pending_shared_url_loader_factory_unittest.cc111 void TestLoad(scoped_refptr<SharedURLLoaderFactory> factory, in TestLoad() function in network::CrossThreadPendingSharedURLLoaderFactoryTest
147 TestLoad(factory, main_thread_, run_loop.QuitClosure()); in TestLoadOnMainThread()
200 TestLoad(third_thread_factory, third_thread, std::move(run_loop_quit)); in TEST_F()
219 TestLoad(load_thread_factory, loader_thread_, std::move(run_loop_quit)); in TEST_F()
/dports/www/p5-Apache-ASP/Apache-ASP-2.63/t/
H A Dload.t8 $main::TestLoad = 0;
10 $t->eok($main::TestLoad, "failed to execute load.inc while loading");
/dports/devel/google-perftools/gperftools-2.9.1/src/tests/
H A Datomicops_unittest.cc116 static void TestLoad() { in TestLoad() function
144 TestLoad<AtomicType>(); in TestAtomicOps()
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-atomicops.cc219 static void TestLoad() { in TestLoad() function
285 TestLoad<Atomic32>(); in TEST()
286 TestLoad<AtomicWord>(); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/vendor/src/tests/
H A Datomicops_unittest.cc121 static void TestLoad() { in TestLoad() function
154 TestLoad<AtomicType>(); in TestAtomicOps()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/chromium/src/tests/
H A Datomicops_unittest.cc121 static void TestLoad() { in TestLoad() function
154 TestLoad<AtomicType>(); in TestAtomicOps()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/
H A Datomicops_unittest.cc198 static void TestLoad() { in TestLoad() function
246 TestLoad<base::subtle::Atomic32>(); in TEST()
247 TestLoad<base::subtle::AtomicWord>(); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/
H A Datomicops_unittest.cc198 static void TestLoad() { in TestLoad() function
246 TestLoad<base::subtle::Atomic32>(); in TEST()
247 TestLoad<base::subtle::AtomicWord>(); in TEST()
/dports/math/vtk9/VTK-9.1.0/Utilities/KWSys/vtksys/
H A DtestDynloadUse.c11 DL_EXPORT int TestLoad() in TestLoad() function
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/KWSys/adios2sys/
H A DtestDynloadUse.c11 DL_EXPORT int TestLoad() in TestLoad() function
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/KWSys/src/KWSys/
H A DtestDynloadUse.c11 DL_EXPORT int TestLoad() in TestLoad() function
/dports/devel/cmake-gui/cmake-3.22.1/Source/kwsys/
H A DtestDynloadUse.c11 DL_EXPORT int TestLoad() in TestLoad() function

12345678910>>...13