Home
last modified time | relevance | path

Searched refs:test_function (Results 1 – 19 of 19) sorted by relevance

/third_party/node/test/js-native-api/test_function/
Dtest.js8 const test_function = require(`./build/${common.buildType}/test_function`); constant
13 assert.strictEqual(test_function.TestCall(func1), 1);
19 assert.strictEqual(test_function.TestCall(func2), null);
24 assert.strictEqual(test_function.TestCall(func3, 1), 2);
29 assert.strictEqual(test_function.TestCall(func4, 1), 2);
31 assert.strictEqual(test_function.TestName.name, 'Name');
32 assert.strictEqual(test_function.TestNameShort.name, 'Name_');
34 let tracked_function = test_function.MakeTrackedFunction(common.mustCall());
39 assert.deepStrictEqual(test_function.TestCreateFunctionParameters(), {
47 () => test_function.TestBadReturnExceptionPending(),
Dbinding.gyp4 "target_name": "test_function",
8 "test_function.c"
/third_party/openssl/test/
Dtestutil.h51 # define ADD_TEST(test_function) add_test(#test_function, test_function) argument
56 # define ADD_ALL_TESTS(test_function, num) \ argument
57 add_all_tests(#test_function, test_function, num, 1)
61 # define ADD_ALL_TESTS_NOSUBTEST(test_function, num) \ argument
62 add_all_tests(#test_function, test_function, num, 0)
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_hotplug_test/
Dcpuset_hotplug_test.sh216 "$test_function" "$@"
239 test_function="root_cpu_hotplug_test"
255 test_function="general_cpu_hotplug_test"
/third_party/ltp/testcases/kernel/syscalls/getsockopt/
Dgetsockopt02.c41 static void test_function(void) in test_function() function
82 .test_all = test_function,
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder_binary_expression_test.cc985 OpEntryPoint GLCompute %3 "test_function" in TEST_P()
987 OpName %3 "test_function" in TEST_P()
1023 OpEntryPoint GLCompute %3 "test_function" in TEST_P()
1025 OpName %3 "test_function" in TEST_P()
1086 OpEntryPoint GLCompute %3 "test_function" in TEST_P()
1088 OpName %3 "test_function" in TEST_P()
1120 OpEntryPoint GLCompute %3 "test_function" in TEST_P()
1122 OpName %3 "test_function" in TEST_P()
1168 OpEntryPoint GLCompute %3 "test_function" in TEST_P()
1170 OpName %3 "test_function" in TEST_P()
[all …]
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dwasm-import-module.h3 void test_function();
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dwasm-import-module.rs10 pub fn test_function(); in test_function() function
/third_party/ffmpeg/libavutil/tests/
Daudio_fifo.c126 static void test_function(const TestStruct *test_sample) in test_function() function
197 test_function(&test_struct[t]); in main()
/third_party/python/Lib/unittest/test/
D_test_warnings.py55 def test_function(self): member in TestWarnings
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/
Dtls_test_common.h138 (*test_function) (void * cls, const char *cipher_suite,
Dtls_test_common.c452 (*test_function) (void * cls, const char *cipher_suite, in test_wrap()
470 ret = test_function (NULL, cipher_suite, proto_version); in test_wrap()
/third_party/mbedtls/tests/scripts/
Dgenerate_test_code.py709 test_function = parts[0]
711 yield name, test_function, dependencies, args
/third_party/node/test/
Droot.status160 js-native-api/test_function/test: PASS,FAIL,CRASH
/third_party/python/Lib/test/
Dtest_gc.py221 def test_function(self): member in GCTests
Dtest_functools.py1734 def test_function(x): function
1747 refs = [weakref.ref(test_function),
1755 del test_function
/third_party/python/Lib/unittest/test/testmock/
Dtesthelpers.py747 def test_function(self): member in SpecSignatureTest
/third_party/python/Doc/library/
Dunittest.mock.rst1717 ... def test_function(thing, other):
1721 >>> test_function()
1728 ... def test_function(mock_exit, other, thing):
1733 >>> test_function()
/third_party/node/
DMakefile14 COV_SKIP_TESTS ?= core_line_numbers.js,testFinalizer.js,test_function/test.js