Home
last modified time | relevance | path

Searched refs:testid (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dtest_reflow.py26 testid = ''
29 testid += separator + 'noreflow'
33 testid += separator + 'novuid'
36 if testid == '':
37 testid = 'default'
39 return testid
80 testid = makeTestId(args.variations)
83 expect = 'expect-' + filetag + '-' + testid + '.adoc'
89 match_with_expected(getPath(resultsDir, testid, source), getPath(expect))
/third_party/ltp/testcases/kernel/mce-test/stress/tools/page-poisoning/
H A Dpage-poisoning.c60 static int testid = 0; // test index of the child process. variable
362 ipc->test[instance].id = testid; in dirty_anonymous()
378 ipc->test[instance].id = testid; in dirty_anonymous_unmap()
395 ipc->test[instance].id = testid; in mlocked_anonymous()
429 ipc->test[instance].id = testid; in file_clean()
442 ipc->test[instance].id = testid; in file_clean_mlocked()
506 ipc->test[instance].id = testid; in file_dirty()
519 ipc->test[instance].id = testid; in file_dirty_mlocked()
575 ipc->test[instance].id = testid; in anon_clean()
590 ipc->test[instance].id = testid;
[all...]
/third_party/typescript/tests/baselines/reference/
H A DtsxUnionMemberChecksFilterDataProps.js8 const RootNotHappy = () => (<NotHappy data-testid="my-test-id" />);
9 const RootHappy = () => (<Happy data-testid="my-test-id" />);
20 var RootNotHappy = function () { return (react_1["default"].createElement(NotHappy, { "data-testid": "my-test-id" })); };
21 var RootHappy = function () { return (react_1["default"].createElement(Happy, { "data-testid": "my-test-id" })); };
/third_party/openssl/test/
H A Devp_extra_test2.c572 static int test_provider_unload_effective(int testid) in test_provider_unload_effective() argument
582 if (testid > 0) { in test_provider_unload_effective()
608 static int test_d2i_PrivateKey_ex(int testid) in test_d2i_PrivateKey_ex() argument
614 int id = (testid == 0) ? 0 : 2; in test_d2i_PrivateKey_ex()
638 static int test_PEM_read_bio_negative(int testid) in test_PEM_read_bio_negative() argument
645 if (!TEST_ptr(key_bio = BIO_new_mem_buf(keydata[testid].kder, keydata[testid].size))) in test_PEM_read_bio_negative()
673 static int test_PEM_read_bio_negative_wrong_password(int testid) in test_PEM_read_bio_negative_wrong_password() argument
682 if (testid > 0) in test_PEM_read_bio_negative_wrong_password()

Completed in 6 milliseconds