Home
last modified time | relevance | path

Searched refs:tests (Results 251 - 275 of 1044) sorted by relevance

1...<<11121314151617181920>>...42

/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-testsfail/
H A Dminimal-secure-streams-testsfail.c21 static int interrupted, tests, tests_pass, tests_fail; variable
726 if ((unsigned int)tests >= LWS_ARRAY_SIZE(tests_seq)) { in tests_start_next()
727 lwsl_notice("Completed all tests\n"); in tests_start_next()
732 ts = &tests_seq[tests++]; in tests_start_next()
745 lwsl_user("%s: %d: %s\n", __func__, tests, ts->name); in tests_start_next()
819 /* set the expected payload for the bulk-related tests to amount */ in main()
827 lwsl_user("LWS secure streams error path tests [-d<verb>]\n"); in main()
886 tests_pass == tests && !tests_fail ? "OK" : "failed", in main()
889 return !(tests_pass == tests && !tests_fail); in main()
/third_party/python/Lib/test/
H A Dtest_tabnanny.py87 tests = [
94 for words, expected in tests:
104 tests = [
111 for args, expected in tests:
121 tests = [
131 for nanny, expected in tests:
H A Dtest_distutils.py3 The tests for distutils are defined in the distutils.tests package;
15 import distutils.tests namespace
20 return distutils.tests.test_suite()
/third_party/typescript/tests/baselines/reference/tsbuild/sample1/
H A DlistFiles.js65 //// [/src/tests/index.ts]
76 //// [/src/tests/tsconfig.json]
113 /lib/tsc --b /src/tests --listFiles
126 /src/tests/index.ts
307 //// [/src/tests/index.d.ts]
312 //// [/src/tests/index.js]
324 //// [/src/tests/tsconfig.tsbuildinfo]
327 //// [/src/tests/tsconfig.tsbuildinfo.readable.baseline.txt]
420 /lib/tsc --b /src/tests --listFiles
433 /src/tests/inde
[all...]
/third_party/node/test/parallel/
H A Dtest-readline-position.js20 const tests = [
31 for (const [cursor, string] of tests) {
/third_party/node/deps/v8/tools/release/
H A DPRESUBMIT.py11 tests = input_api.canned_checks.GetUnitTestsInDirectory(
14 return input_api.RunTests(tests)
/third_party/protobuf/csharp/
H A Dbuildall.bat1 @rem Builds Google.Protobuf and runs the tests
5 echo Running tests.
/third_party/skia/docs/examples/
H A DRect_isEmpty.cpp7 SkRect tests[] = {{20, 40, 10, 50}, {20, 40, 20, 50}}; in REG_FIDDLE() local
8 for (auto rect : tests) { in REG_FIDDLE()
H A DRect_contains_3.cpp8 SkIRect tests[] = { { 30, 50, 31, 51}, { 39, 49, 40, 50}, { 29, 59, 30, 60} }; in REG_FIDDLE() local
9 for (auto contained : tests) { in REG_FIDDLE()
H A DRect_contains_2.cpp8 SkRect tests[] = { { 30, 50, 31, 51}, { 39, 49, 40, 50}, { 29, 59, 30, 60} }; in REG_FIDDLE() local
9 for (auto contained : tests) { in REG_FIDDLE()
H A DRect_contains.cpp8 SkPoint tests[] = { { 30, 50 }, { 39, 49 }, { 29, 59 } }; in REG_FIDDLE() local
9 for (auto contained : tests) { in REG_FIDDLE()
H A DRect_isSorted.cpp7 SkRect tests[] = {{20, 40, 10, 50}, {20, 40, 20, 50}}; in REG_FIDDLE() local
8 for (auto rect : tests) { in REG_FIDDLE()
H A DIRect_isEmpty64.cpp7 SkIRect tests[] = {{20, 40, 10, 50}, {20, 40, 20, 50}}; in REG_FIDDLE() local
8 for (auto rect : tests) { in REG_FIDDLE()
H A DIRect_isEmpty.cpp7 SkIRect tests[] = {{20, 40, 10, 50}, {20, 40, 20, 50}}; in REG_FIDDLE() local
8 for (auto rect : tests) { in REG_FIDDLE()
H A DIRect_containsNoEmptyCheck.cpp8 SkIRect tests[] = { { 30, 50, 31, 51}, { 39, 49, 40, 50}, { 29, 59, 30, 60} }; in REG_FIDDLE() local
9 for (auto contained : tests) { in REG_FIDDLE()
H A DIRect_containsNoEmptyCheck_2.cpp8 SkIRect tests[] = { { 30, 50, 31, 51}, { 39, 49, 40, 50}, { 29, 59, 30, 60} }; in REG_FIDDLE() local
9 for (auto contained : tests) { in REG_FIDDLE()
H A DIRect_contains_4.cpp8 SkRect tests[] = { { 30, 50, 31, 51}, { 39, 49, 40, 50}, { 29, 59, 30, 60} }; in REG_FIDDLE() local
9 for (auto contained : tests) { in REG_FIDDLE()
H A DIRect_contains_3.cpp8 SkIRect tests[] = { { 30, 50, 31, 51}, { 39, 49, 40, 50}, { 29, 59, 30, 60} }; in REG_FIDDLE() local
9 for (auto contained : tests) { in REG_FIDDLE()
/third_party/mesa3d/src/gallium/tests/trivial/
H A Dcompute.c1653 unsigned tests = (argc > 1) ? strtoul(argv[1], NULL, 0) : ~0; in main() local
1657 if (tests & (1 << 0)) in main()
1659 if (tests & (1 << 1)) in main()
1661 if (tests & (1 << 2)) in main()
1663 if (tests & (1 << 3)) in main()
1665 if (tests & (1 << 4)) in main()
1667 if (tests & (1 << 5)) in main()
1669 if (tests & (1 << 6)) in main()
1671 if (tests & (1 << 7)) in main()
1673 if (tests in main()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureFilteringExplicitLodTests.cpp21 * \brief Texture filtering tests with explicit LOD instructions
1226 de::MovePtr<TestCaseGroup> tests( in create2DFormatTests()
1275 tests->addChild(testCaseNearest); in create2DFormatTests()
1289 tests->addChild(testCaseLinear); in create2DFormatTests()
1292 return tests.release(); in create2DFormatTests()
1297 de::MovePtr<TestCaseGroup> tests( in create2DDerivTests()
1380 tests->addChild(testCase); in create2DDerivTests()
1385 return tests.release(); in create2DDerivTests()
1391 de::MovePtr<TestCaseGroup> tests(new TestCaseGroup(testCtx, "sizes")); in create2DSizeTests()
1507 tests in create2DSizeTests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureFilteringExplicitLodTests.cpp21 * \brief Texture filtering tests with explicit LOD instructions
1228 de::MovePtr<TestCaseGroup> tests( in create2DFormatTests()
1278 tests->addChild(testCaseNearest); in create2DFormatTests()
1293 tests->addChild(testCaseLinear); in create2DFormatTests()
1296 return tests.release(); in create2DFormatTests()
1301 de::MovePtr<TestCaseGroup> tests( in create2DDerivTests()
1302 new TestCaseGroup(testCtx, "derivatives", "Explicit derivative tests")); in create2DDerivTests()
1385 tests->addChild(testCase); in create2DDerivTests()
1390 return tests.release(); in create2DDerivTests()
1395 de::MovePtr<TestCaseGroup> tests( in create2DSizeTests()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/impl/
H A DUnitsTest.java264 TestData[] tests = { in testExtractConvertibility()
286 tests) { in testExtractConvertibility()
307 TestData[] tests = { in testConversionInfo()
347 for (TestData test : tests) { in testConversionInfo()
423 TestData[] tests = { in testConverter()
494 for (TestData test : tests) { in testConverter()
556 ArrayList<TestCase> tests = new ArrayList<>(); in testConverterWithCLDRTests()
562 tests.add(new TestCase(line)); in testConverterWithCLDRTests()
569 tests) { in testConverterWithCLDRTests()
679 ArrayList<TestCase> tests in testUnitPreferencesWithCLDRTests()
[all...]
/third_party/ffmpeg/tests/fate/
H A Dlibswresample.mak17 fate-swr-resample-$(3)-$(1)-$(2): tests/data/asynth-$(1)-1.wav
18 fate-swr-resample-$(3)-$(1)-$(2): CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-$(1)-1.wav -af atrim=end_sample=10240,aresample=$(2):internal_sample_fmt=$(3):exact_rational=0:linear_interp=0,aformat=$(3),aresample=$(1):internal_sample_fmt=$(3):exact_rational=0:linear_interp=0 -f wav -c:a pcm_s16le -
23 fate-swr-resample-$(3)-$(1)-$(2): REF = tests/data/asynth-$(1)-1.wav
273 fate-swr-resample_lin-$(3)-$(1)-$(2): tests/data/asynth-$(1)-1.wav
274 fate-swr-resample_lin-$(3)-$(1)-$(2): CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-$(1)-1.wav -af atrim=end_sample=10240,aresample=$(2):linear_interp=1:exact_rational=0:internal_sample_fmt=$(3),aformat=$(3),aresample=$(1):linear_interp=1:exact_rational=0:internal_sample_fmt=$(3) -f wav -c:a pcm_s16le -
279 fate-swr-resample_lin-$(3)-$(1)-$(2): REF = tests/data/asynth-$(1)-1.wav
338 fate-swr-resample_nn-$(3)-$(1)-$(2): tests/data/asynth-$(1)-1.wav
339 fate-swr-resample_nn-$(3)-$(1)-$(2): CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-$(1)-1.wav -af atrim=end_sample=10240,aresample=$(2):filter_size=1:phase_shift=0:linear_interp=0:internal_sample_fmt=$(3),aformat=$(3),aresample=$(1):linear_interp=0:exact_rational=0:internal_sample_fmt=$(3) -f wav -c:a pcm_s16le -
344 fate-swr-resample_nn-$(3)-$(1)-$(2): REF = tests/data/asynth-$(1)-1.wav
361 fate-swr-resample_async-$(3)-$(1)-$(2): tests/dat
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DTimeUnitTest.java81 double[] tests = {0, 0.5, 1, 1.5, 2, 2.5, 3, 3.5, 5, 10, 100, 101.35}; in TestBasic()
82 for (int i = 0; i < tests.length; ++i) { in TestBasic()
83 TimeUnitAmount source = new TimeUnitAmount(tests[i], timeUnit); in TestBasic()
86 logln(tests[i] + " => " + formatted); in TestBasic()
159 * This tests that requests for short unit names correctly fall back
272 * Performs tests for Greek.
273 * This tests that if the plural count listed in time unit format does not
312 double[] tests = {0, 0.5, 1, 2, 3, 5}; in formatParsing()
313 for (int i = 0; i < tests.length; ++i) { in formatParsing()
314 TimeUnitAmount source = new TimeUnitAmount(tests[ in formatParsing()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DTimeUnitTest.java78 double[] tests = {0, 0.5, 1, 1.5, 2, 2.5, 3, 3.5, 5, 10, 100, 101.35}; in TestBasic()
79 for (int i = 0; i < tests.length; ++i) { in TestBasic()
80 TimeUnitAmount source = new TimeUnitAmount(tests[i], timeUnit); in TestBasic()
83 logln(tests[i] + " => " + formatted); in TestBasic()
156 * This tests that requests for short unit names correctly fall back
269 * Performs tests for Greek.
270 * This tests that if the plural count listed in time unit format does not
309 double[] tests = {0, 0.5, 1, 2, 3, 5}; in formatParsing()
310 for (int i = 0; i < tests.length; ++i) { in formatParsing()
311 TimeUnitAmount source = new TimeUnitAmount(tests[ in formatParsing()
[all...]

Completed in 16 milliseconds

1...<<11121314151617181920>>...42