/third_party/protobuf/ |
D | build_files_updated_unittest.sh | 27 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/ |
D | call_credentials_timeout_test.rb | 28 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 }
|
D | call_credentials_timeout_driver.rb | 28 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 }
|
D | call_credentials_returning_bad_metadata_doesnt_kill_background_thread_test.rb | 28 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 }
|
D | call_credentials_returning_bad_metadata_doesnt_kill_background_thread_driver.rb | 28 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/ |
D | client_auth_spec.rb | 18 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 }
|
D | server_credentials_spec.rb | 18 test_root = File.join(File.dirname(__FILE__), 'testdata') 20 contents = files.map { |f| File.open(File.join(test_root, f)).read }
|
D | channel_credentials_spec.rb | 22 test_root = File.join(File.dirname(__FILE__), 'testdata') 24 files.map { |f| File.open(File.join(test_root, f)).read }
|
D | debug_message_spec.rb | 75 test_root = File.join(File.dirname(__FILE__), 'testdata') 77 creds = files.map { |f| File.open(File.join(test_root, f)).read }
|
D | server_spec.rb | 18 test_root = File.join(File.dirname(__FILE__), 'testdata') 20 contents = files.map { |f| File.open(File.join(test_root, f)).read }
|
D | channel_spec.rb | 19 test_root = File.join(File.dirname(__FILE__), 'testdata') 21 files.map { |f| File.open(File.join(test_root, f)).read }
|
D | client_server_spec.rb | 568 test_root = File.join(File.dirname(__FILE__), 'testdata') 570 files.map { |f| File.open(File.join(test_root, f)).read }
|
/third_party/openssl/test/ |
D | crltest.c | 183 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/ |
D | test.py | 866 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/ |
D | closefs.c | 23 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/ |
D | root_n_finding_algorithms.cpp | 441 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()
|
D | root_finding_algorithms.cpp | 352 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()
|
D | root_elliptic_finding.cpp | 453 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/ |
D | ooura_fourier_integral_test.cpp | 188 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/ |
D | generic_assoc_test.hpp | 40 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/ |
D | test-fs-realpath.js | 519 function test_root(realpath, realpathSync, cb) { function 555 test_root,
|
/third_party/grpc/src/ruby/spec/generic/ |
D | rpc_server_spec.rb | 17 test_root = File.join(File.dirname(File.dirname(__FILE__)), 'testdata') 19 files.map { |f| File.open(File.join(test_root, f)).read }
|
D | client_stub_spec.rb | 30 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/ |
D | CilTest.c | 88 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/ |
D | test_pathlib.py | 704 def test_root(self): member in PurePosixPathTest 971 def test_root(self): member in PureWindowsPathTest
|