Home
last modified time | relevance | path

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

/third_party/protobuf/
Dbuild_files_updated_unittest.sh27 test_root="${TEST_TMPDIR}/build_files_updated_unittest"
28 mkdir "${test_root}"
31 test_root=$(mktemp -d)
39 rm -rf "${test_root}"
44 golden_dir="${test_root}/golden"
51 test_dir="${test_root}/test"
56 cd "${test_root}/test"
/third_party/grpc/src/ruby/end2end/
Dcall_credentials_timeout_test.rb28 test_root = File.join(File.dirname(__FILE__), '..', 'spec', 'testdata')
30 creds = files.map { |f| File.open(File.join(test_root, f)).read }
35 test_root = File.join(File.dirname(__FILE__), '..', 'spec', 'testdata')
36 cert = File.open(File.join(test_root, 'client.pem')).read
42 test_root = File.join(File.dirname(__FILE__), '..', 'spec', 'testdata')
43 GRPC.logger.info("test root: #{test_root}")
45 creds = files.map { |f| File.open(File.join(test_root, f)).read }
Dcall_credentials_timeout_driver.rb28 test_root = File.join(File.dirname(__FILE__), '..', 'spec', 'testdata')
30 creds = files.map { |f| File.open(File.join(test_root, f)).read }
35 test_root = File.join(File.dirname(__FILE__), '..', 'spec', 'testdata')
36 cert = File.open(File.join(test_root, 'client.pem')).read
42 test_root = File.join(File.dirname(__FILE__), '..', 'spec', 'testdata')
43 GRPC.logger.info("test root: #{test_root}")
45 creds = files.map { |f| File.open(File.join(test_root, f)).read }
Dcall_credentials_returning_bad_metadata_doesnt_kill_background_thread_test.rb28 test_root = File.join(File.dirname(__FILE__), '..', 'spec', 'testdata')
30 creds = files.map { |f| File.open(File.join(test_root, f)).read }
35 test_root = File.join(File.dirname(__FILE__), '..', 'spec', 'testdata')
36 cert = File.open(File.join(test_root, 'client.pem')).read
42 test_root = File.join(File.dirname(__FILE__), '..', 'spec', 'testdata')
43 GRPC.logger.info("test root: #{test_root}")
45 creds = files.map { |f| File.open(File.join(test_root, f)).read }
Dcall_credentials_returning_bad_metadata_doesnt_kill_background_thread_driver.rb28 test_root = File.join(File.dirname(__FILE__), '..', 'spec', 'testdata')
30 creds = files.map { |f| File.open(File.join(test_root, f)).read }
35 test_root = File.join(File.dirname(__FILE__), '..', 'spec', 'testdata')
36 cert = File.open(File.join(test_root, 'client.pem')).read
42 test_root = File.join(File.dirname(__FILE__), '..', 'spec', 'testdata')
43 GRPC.logger.info("test root: #{test_root}")
45 creds = files.map { |f| File.open(File.join(test_root, f)).read }
/third_party/grpc/src/ruby/spec/
Dclient_auth_spec.rb18 test_root = File.join(File.dirname(__FILE__), 'testdata')
20 creds = files.map { |f| File.open(File.join(test_root, f)).read }
25 test_root = File.join(File.dirname(__FILE__), 'testdata')
26 cert = File.open(File.join(test_root, 'client.pem')).read
32 test_root = File.join(File.dirname(__FILE__), 'testdata')
33 GRPC.logger.info("test root: #{test_root}")
35 creds = files.map { |f| File.open(File.join(test_root, f)).read }
Dserver_credentials_spec.rb18 test_root = File.join(File.dirname(__FILE__), 'testdata')
20 contents = files.map { |f| File.open(File.join(test_root, f)).read }
Dchannel_credentials_spec.rb22 test_root = File.join(File.dirname(__FILE__), 'testdata')
24 files.map { |f| File.open(File.join(test_root, f)).read }
Ddebug_message_spec.rb75 test_root = File.join(File.dirname(__FILE__), 'testdata')
77 creds = files.map { |f| File.open(File.join(test_root, f)).read }
Dserver_spec.rb18 test_root = File.join(File.dirname(__FILE__), 'testdata')
20 contents = files.map { |f| File.open(File.join(test_root, f)).read }
Dchannel_spec.rb19 test_root = File.join(File.dirname(__FILE__), 'testdata')
21 files.map { |f| File.open(File.join(test_root, f)).read }
Dclient_server_spec.rb568 test_root = File.join(File.dirname(__FILE__), 'testdata')
570 files.map { |f| File.open(File.join(test_root, f)).read }
/third_party/openssl/test/
Dcrltest.c183 static X509 *test_root = NULL; variable
301 && TEST_int_eq(verify(test_leaf, test_root, in test_basic_crl()
304 && TEST_int_eq(verify(test_leaf, test_root, in test_basic_crl()
314 return TEST_int_eq(verify(test_leaf, test_root, NULL, in test_no_crl()
325 && TEST_int_eq(verify(test_leaf, test_root, in test_bad_issuer_crl()
339 && TEST_int_eq(verify(test_leaf, test_root, in test_known_critical_crl()
352 && TEST_int_eq(verify(test_leaf, test_root, in test_unknown_critical_crl()
376 if (!TEST_ptr(test_root = X509_from_strings(kCRLTestRoot)) in setup_tests()
391 X509_free(test_root); in cleanup_tests()
/third_party/node/tools/
Dtest.py866 def __init__(self, tests_repos, test_root): argument
869 self.test_root = test_root
892 root = TestConfiguration(context, self.test_root, 'root')
1489 def GetSuites(test_root): argument
1492 return [ f for f in os.listdir(test_root) if IsSuite(join(test_root, f)) ]
1532 def ArgsToTestPaths(test_root, args, suites): argument
1570 test_root = join(workspace, 'test')
1571 if options.test_root is not None:
1572 test_root = options.test_root
1573 suites = GetSuites(test_root)
[all …]
/third_party/e2fsprogs/lib/ext2fs/
Dclosefs.c23 static int test_root(unsigned int a, unsigned int b) in test_root() function
50 if (test_root(group, 3) || (test_root(group, 5)) || in ext2fs_bg_has_super()
51 test_root(group, 7)) in ext2fs_bg_has_super()
/third_party/boost/libs/math/example/
Droot_n_finding_algorithms.cpp441 int test_root(cpp_bin_float_100 big_value, cpp_bin_float_100 answer, const char* type_name, std::si… in test_root() function
592 test_root<N, float>(full_value, full_answer, "float", 0); in table_root_info()
593 test_root<N, double>(full_value, full_answer, "double", 1); in table_root_info()
594 test_root<N, long double>(full_value, full_answer, "long double", 2); in table_root_info()
595 test_root<N, cpp_bin_float_50>(full_value, full_answer, "cpp_bin_float_50", 3); in table_root_info()
Droot_finding_algorithms.cpp352 int test_root(cpp_bin_float_100 big_value, cpp_bin_float_100 answer, const char* type_name) in test_root() function
569 test_root<float>(full_value, full_answer, "float"); in table_root_info()
570 test_root<double>(full_value, full_answer, "double"); in table_root_info()
571 test_root<long double>(full_value, full_answer, "long double"); in table_root_info()
572 test_root<cpp_bin_float_50>(full_value, full_answer, "cpp_bin_float_50"); in table_root_info()
Droot_elliptic_finding.cpp453 int test_root(cpp_bin_float_100 big_radius, cpp_bin_float_100 big_arc, cpp_bin_float_100 answer, co… in test_root() function
604 test_root<float>(radius, arc, full_answer, "float", 0); in table_root_info()
605 test_root<double>(radius, arc, full_answer, "double", 1); in table_root_info()
606 test_root<long double>(radius, arc, full_answer, "long double", 2); in table_root_info()
607 test_root<cpp_bin_float_50>(radius, arc, full_answer, "cpp_bin_float_50", 3); in table_root_info()
/third_party/boost/libs/math/test/
Dooura_fourier_integral_test.cpp188 void test_root() in test_root() function
365 test_root<float>(); in BOOST_AUTO_TEST_CASE()
366 test_root<double>(); in BOOST_AUTO_TEST_CASE()
/third_party/boost/libs/intrusive/test/
Dgeneric_assoc_test.hpp40 static void test_root(value_cont_type&);
138 test_root(values); in test_all()
150 void test_generic_assoc<ContainerDefiner>::test_root(value_cont_type& values) in test_root() function in boost::intrusive::test::test_generic_assoc
/third_party/node/test/parallel/
Dtest-fs-realpath.js519 function test_root(realpath, realpathSync, cb) { function
555 test_root,
/third_party/grpc/src/ruby/spec/generic/
Drpc_server_spec.rb17 test_root = File.join(File.dirname(File.dirname(__FILE__)), 'testdata')
19 files.map { |f| File.open(File.join(test_root, f)).read }
Dclient_stub_spec.rb30 test_root = File.join(File.dirname(File.dirname(__FILE__)), 'testdata')
32 files.map { |f| File.open(File.join(test_root, f)).read }
/third_party/selinux/libsepol/cil/test/unit/
DCilTest.c88 void gen_test_tree(struct cil_tree **test_root, char *line[]) { in gen_test_tree() argument
129 *test_root = new_tree; in gen_test_tree()
/third_party/python/Lib/test/
Dtest_pathlib.py704 def test_root(self): member in PurePosixPathTest
971 def test_root(self): member in PureWindowsPathTest