/third_party/grpc/test/core/tsi/ |
D | ssl_transport_security_test.cc | 422 static char* load_file(const char* dir_path, const char* file_name) { in load_file() function 460 load_file(SSL_TSI_TEST_CREDENTIALS_DIR, "server0.key"); in ssl_tsi_test_fixture_create() 462 load_file(SSL_TSI_TEST_CREDENTIALS_DIR, "server0.pem"); in ssl_tsi_test_fixture_create() 464 load_file(SSL_TSI_TEST_CREDENTIALS_DIR, "server1.key"); in ssl_tsi_test_fixture_create() 466 load_file(SSL_TSI_TEST_CREDENTIALS_DIR, "server1.pem"); in ssl_tsi_test_fixture_create() 468 load_file(SSL_TSI_TEST_CREDENTIALS_DIR, "badserver.key"); in ssl_tsi_test_fixture_create() 470 load_file(SSL_TSI_TEST_CREDENTIALS_DIR, "badserver.pem"); in ssl_tsi_test_fixture_create() 472 load_file(SSL_TSI_TEST_CREDENTIALS_DIR, "client.key"); in ssl_tsi_test_fixture_create() 474 load_file(SSL_TSI_TEST_CREDENTIALS_DIR, "client.pem"); in ssl_tsi_test_fixture_create() 476 load_file(SSL_TSI_TEST_CREDENTIALS_DIR, "badclient.key"); in ssl_tsi_test_fixture_create() [all …]
|
/third_party/boost/libs/regex/example/snippets/ |
D | regex_token_iterator_eg_2.cpp | 28 void load_file(std::string& s, std::istream& is) in load_file() function 56 load_file(s, is); in main() 75 load_file(s, is); in main()
|
D | regex_split_example_2.cpp | 29 void load_file(std::string& s, std::istream& is) in load_file() function 58 load_file(s, is); in main() 78 load_file(s, is); in main()
|
D | regex_iterator_example.cpp | 71 void load_file(std::string& s, std::istream& is) in load_file() function 92 load_file(text, fs); in main()
|
D | regex_merge_example.cpp | 41 void load_file(std::string& s, std::istream& is) in load_file() function 65 load_file(in, fs); in main()
|
D | regex_replace_example.cpp | 41 void load_file(std::string& s, std::istream& is) in load_file() function 65 load_file(in, fs); in main()
|
D | regex_search_example.cpp | 84 void load_file(std::string& s, std::istream& is) in load_file() function 106 load_file(text, fs); in main()
|
D | regex_grep_example_2.cpp | 84 void load_file(std::string& s, std::istream& is) in load_file() function 105 load_file(text, fs); in main()
|
D | regex_grep_example_1.cpp | 88 void load_file(std::string& s, std::istream& is) in load_file() function 110 load_file(text, fs); in main()
|
D | regex_grep_example_4.cpp | 105 void load_file(std::string& s, std::istream& is) in load_file() function 126 load_file(text, fs); in main()
|
D | regex_grep_example_3.cpp | 111 void load_file(std::string& s, std::istream& is) in load_file() function 132 load_file(text, fs); in main()
|
/third_party/boost/tools/quickbook/test/python/ |
D | run_tests.py | 91 output = load_file(output_filename) 127 gold = load_file(output_gold) 182 def load_file(filename): function
|
/third_party/boost/libs/numeric/ublas/benchmarks/ |
D | plot.py | 22 def load_file(filename): function 39 runs = [load_file(d) for d in args.data]
|
/third_party/skia/third_party/externals/microhttpd/doc/examples/ |
D | tlsauthentication.c | 87 load_file (const char *filename) in load_file() function 240 key_pem = load_file (SERVERKEYFILE); in main() 241 cert_pem = load_file (SERVERCERTFILE); in main()
|
/third_party/boost/libs/regex/performance/ |
D | performance.cpp | 17 void load_file(std::string& text, const char* file) in load_file() function 235 load_file(file_contents, "../../../libs/libraries.htm"); in cpp_main() 247 load_file(file_contents, "../../../boost/multiprecision/number.hpp"); in cpp_main()
|
/third_party/boost/libs/xpressive/perf/ |
D | main.cpp | 164 load_file(twain, "short_twain.txt"); in main() 178 load_file(twain, "3200.txt"); in main()
|
/third_party/boost/libs/locale/src/shared/ |
D | message.cpp | 115 load_file(file); in mo_file() 123 load_file(file); in mo_file() 219 void load_file(std::vector<char> &data) in load_file() function in boost::locale::gnu_gettext::mo_file 236 void load_file(FILE *file) in load_file() function in boost::locale::gnu_gettext::mo_file 581 found = load_file(full_path,encoding,key_encoding,id,inf.callback); in mo_message() 619 bool load_file( std::string const &file_name, in load_file() function in boost::locale::gnu_gettext::mo_message
|
/third_party/boost/libs/math/tools/ |
D | process_perf_results.cpp | 19 void load_file(std::string& s, std::istream& is) in load_file() function 54 load_file(f, is); in main()
|
/third_party/mbedtls/programs/util/ |
D | pem2der.c | 119 static int load_file( const char *path, unsigned char **buf, size_t *n ) in load_file() function 228 ret = load_file( opt.filename, &pem_buffer, &pem_size ); in main()
|
/third_party/cJSON/tests/unity/auto/ |
D | test_file_filter.rb | 17 filters = YAML.load_file('test_file_filter.yml')
|
/third_party/unity/auto/ |
D | test_file_filter.rb | 17 filters = YAML.load_file('test_file_filter.yml')
|
/third_party/flutter/skia/resources/lua/ |
D | slides.lua | 6 function load_file(file) function 13 load_file("slides_utils") 225 load_file("slides_transitions")
|
/third_party/boost/libs/metaparse/tools/benchmark/ |
D | generate.py | 180 def load_file(path): function 190 Template(f[0:-len(ext)], load_file(os.path.join(path, f)))
|
/third_party/boost/libs/regex/doc/ |
D | regex_split.qbk | 80 void load_file(std::string& s, std::istream& is) 109 load_file(s, is);
|
/third_party/python/Tools/freeze/ |
D | freeze.py | 368 mf.load_file(mod) 380 mf.load_file(scriptfile)
|