/dports/devel/libsmpp34/libsmpp34-1.10/ |
H A D | Makefile.am | 4 test_apps/Makefile.am \ 5 test_apps/pack_and_send.inc\ 6 test_apps/esme.xml\ 7 test_apps/sendwp.xml\ 8 test_apps/recv_and_unpack.inc
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/build/bots/scripts/ |
H A D | xcodebuild_runner_test.py | 16 import test_apps 45 self.mock(test_apps, 'get_bundle_id', lambda _: "fake-bundle-id") 116 test_apps.EgtestsApp(_EGTESTS_APP_PATH) 119 egtests = test_apps.EgtestsApp(_EGTESTS_APP_PATH) 126 test_apps.EgtestsApp(_EGTESTS_APP_PATH)._xctest_path()) 131 egtest = test_apps.EgtestsApp(_EGTESTS_APP_PATH) 136 egtest_node = test_apps.EgtestsApp( 144 egtest_node = test_apps.EgtestsApp( 153 egtest_node = test_apps.EgtestsApp( 163 egtests = test_apps.EgtestsApp(_EGTESTS_APP_PATH) [all …]
|
H A D | test_apps_test.py | 8 import test_apps 23 self.assertEqual(expected, test_apps.get_kif_test_filter(tests)) 34 test_apps.get_kif_test_filter(tests, invert=True)) 48 self.assertEqual(test_apps.get_gtest_filter(tests), expected) 58 self.assertEqual(test_apps.get_gtest_filter(tests, invert=True), expected)
|
H A D | test_runner.py | 25 import test_apps 349 self.cfbundleid = test_apps.get_bundle_id(app_path) 577 test_app = test_apps.SimulatorXCTestUnitTestsApp( 583 test_app = test_apps.DeviceXCTestUnitTestsApp( 592 test_app = test_apps.GTestsApp( 1100 kif_filter = test_apps.get_kif_test_filter(test_app.included_tests, 1102 gtest_filter = test_apps.get_gtest_filter(test_app.included_tests, 1105 kif_filter = test_apps.get_kif_test_filter(test_app.excluded_tests, 1107 gtest_filter = test_apps.get_gtest_filter(test_app.excluded_tests,
|
H A D | xcodebuild_runner.py | 18 import test_apps 126 if not isinstance(egtests_app, test_apps.EgtestsApp): 361 test_app = test_apps.EgtestsApp(
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/login/screens/ |
H A D | recommend_apps_screen_browsertest.cc | 264 std::vector<FakeAppInfo> test_apps = { in IN_PROC_BROWSER_TEST_F() local 268 recommend_apps_fetcher_->SimulateSuccess(test_apps); in IN_PROC_BROWSER_TEST_F() 277 ASSERT_TRUE(WaitForAppListSize(webview_path, test_apps.size())); in IN_PROC_BROWSER_TEST_F() 317 std::vector<FakeAppInfo> test_apps = { in IN_PROC_BROWSER_TEST_F() local 321 recommend_apps_fetcher_->SimulateSuccess(test_apps); in IN_PROC_BROWSER_TEST_F() 371 std::vector<FakeAppInfo> test_apps = { in IN_PROC_BROWSER_TEST_F() local 375 recommend_apps_fetcher_->SimulateSuccess(test_apps); in IN_PROC_BROWSER_TEST_F() 419 std::vector<FakeAppInfo> test_apps = { in IN_PROC_BROWSER_TEST_F() local 423 recommend_apps_fetcher_->SimulateSuccess(test_apps); in IN_PROC_BROWSER_TEST_F() 472 std::vector<FakeAppInfo> test_apps = { in IN_PROC_BROWSER_TEST_F() local [all …]
|
/dports/www/py-django-sortedm2m/django-sortedm2m-3.0.2/ |
H A D | runtests.py | 26 test_apps = list(args or DEFAULT_TEST_APPS) 27 print([sys.argv[0], 'test', '--verbosity=1'] + test_apps) 28 execute_from_command_line([sys.argv[0], 'test', '--verbosity=1'] + test_apps)
|
/dports/www/firefox/firefox-99.0/third_party/libsrtp/src/crypto/test/ |
H A D | meson.build | 3 test_apps = [ variable 11 test_apps += ['sha1_driver'] 14 foreach test_name : test_apps
|
/dports/net/libsrtp2/libsrtp-2.4.2/crypto/test/ |
H A D | meson.build | 3 test_apps = [ variable 11 test_apps += ['sha1_driver'] 14 foreach test_name : test_apps
|
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/libsrtp/crypto/test/ |
H A D | meson.build | 3 test_apps = [ variable 11 test_apps += ['sha1_driver'] 14 foreach test_name : test_apps
|
/dports/multimedia/pipewire/pipewire-0.3.43/pipewire-alsa/tests/ |
H A D | meson.build | 1 test_apps = [ variable 5 foreach a : test_apps
|
/dports/www/py-django-polymorphic/django-polymorphic-2.1.2/ |
H A D | runtests.py | 85 test_apps = ( 89 argv = sys.argv[:1] + ["test", "--traceback"] + other_args + test_apps
|
/dports/multimedia/pipewire/pipewire-0.3.43/src/tests/ |
H A D | meson.build | 1 test_apps = [ variable 8 foreach a : test_apps
|
/dports/www/py-flask/Flask-2.0.2/tests/ |
H A D | test_cli.py | 43 def test_cli_name(test_apps): argument 50 def test_find_best_app(test_apps): argument 221 def test_locate_app(test_apps, iname, aname, result): argument 244 def test_locate_app_raises(test_apps, iname, aname): argument 251 def test_locate_app_suppress_raise(test_apps): argument 261 def test_get_version(test_apps, capsys): argument 281 def test_scriptinfo(test_apps, monkeypatch): argument
|
/dports/net/libzmq4/zeromq-4.3.4/ |
H A D | Makefile.am | 443 test_apps = \ macro 833 test_apps += \ 867 test_apps += \ 875 test_apps += \ 884 test_apps += \ 933 test_apps += tests/test_fork 945 test_apps += \ 1044 test_apps += tests/test_poller \ 1315 test_apps += \ 1388 check_PROGRAMS = ${test_apps} [all …]
|
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/python_bindings/ |
H A D | Makefile | 146 .PHONY: test_apps 147 test_apps: $(APPS:$(ROOT_DIR)/apps/%.py=test_apps_%) target 186 test: test_correctness test_apps test_tutorial
|
/dports/www/firefox/firefox-99.0/third_party/libsrtp/src/test/ |
H A D | meson.build | 8 test_apps = [ variable 17 foreach t : test_apps
|
/dports/net/libsrtp2/libsrtp-2.4.2/test/ |
H A D | meson.build | 8 test_apps = [ variable 17 foreach t : test_apps
|
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/libsrtp/test/ |
H A D | meson.build | 8 test_apps = [ variable 17 foreach t : test_apps
|
/dports/math/z3/z3-z3-4.8.13/src/test/ |
H A D | api.cpp | 16 void test_apps() { in test_apps() function 111 test_apps(); in tst_api()
|
/dports/math/py-z3-solver/z3-z3-4.8.10/src/test/ |
H A D | api.cpp | 16 void test_apps() { in test_apps() function 111 test_apps(); in tst_api()
|
/dports/x11/xpra/xpra-4.3/tests/xpra/test_apps/ |
H A D | simulate_console_user.py | 10 from tests.xpra.test_apps.simulate_console_typing import print_text
|
/dports/devel/libsmpp34/libsmpp34-1.10/test_apps/ |
H A D | Makefile.am | 3 TESTAPPS_SOURCE_DIR = $(top_srcdir)/test_apps
|
/dports/devel/libsmpp34/libsmpp34-1.10/binary/ |
H A D | Makefile.am | 5 include $(top_srcdir)/test_apps/Makefile.am
|
/dports/multimedia/pipewire/pipewire-0.3.43/spa/plugins/audioconvert/ |
H A D | meson.build | 124 test_apps = [ variable 132 foreach a : test_apps
|