Home
last modified time | relevance | path

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

123

/third_party/grpc/test/core/tsi/
Dssl_transport_security_test.cc422 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/
Dregex_token_iterator_eg_2.cpp28 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()
Dregex_split_example_2.cpp29 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()
Dregex_iterator_example.cpp71 void load_file(std::string& s, std::istream& is) in load_file() function
92 load_file(text, fs); in main()
Dregex_merge_example.cpp41 void load_file(std::string& s, std::istream& is) in load_file() function
65 load_file(in, fs); in main()
Dregex_replace_example.cpp41 void load_file(std::string& s, std::istream& is) in load_file() function
65 load_file(in, fs); in main()
Dregex_search_example.cpp84 void load_file(std::string& s, std::istream& is) in load_file() function
106 load_file(text, fs); in main()
Dregex_grep_example_2.cpp84 void load_file(std::string& s, std::istream& is) in load_file() function
105 load_file(text, fs); in main()
Dregex_grep_example_1.cpp88 void load_file(std::string& s, std::istream& is) in load_file() function
110 load_file(text, fs); in main()
Dregex_grep_example_4.cpp105 void load_file(std::string& s, std::istream& is) in load_file() function
126 load_file(text, fs); in main()
Dregex_grep_example_3.cpp111 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/
Drun_tests.py91 output = load_file(output_filename)
127 gold = load_file(output_gold)
182 def load_file(filename): function
/third_party/boost/libs/numeric/ublas/benchmarks/
Dplot.py22 def load_file(filename): function
39 runs = [load_file(d) for d in args.data]
/third_party/skia/third_party/externals/microhttpd/doc/examples/
Dtlsauthentication.c87 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/
Dperformance.cpp17 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/
Dmain.cpp164 load_file(twain, "short_twain.txt"); in main()
178 load_file(twain, "3200.txt"); in main()
/third_party/boost/libs/locale/src/shared/
Dmessage.cpp115 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/
Dprocess_perf_results.cpp19 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/
Dpem2der.c119 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/
Dtest_file_filter.rb17 filters = YAML.load_file('test_file_filter.yml')
/third_party/unity/auto/
Dtest_file_filter.rb17 filters = YAML.load_file('test_file_filter.yml')
/third_party/flutter/skia/resources/lua/
Dslides.lua6 function load_file(file) function
13 load_file("slides_utils")
225 load_file("slides_transitions")
/third_party/boost/libs/metaparse/tools/benchmark/
Dgenerate.py180 def load_file(path): function
190 Template(f[0:-len(ext)], load_file(os.path.join(path, f)))
/third_party/boost/libs/regex/doc/
Dregex_split.qbk80 void load_file(std::string& s, std::istream& is)
109 load_file(s, is);
/third_party/python/Tools/freeze/
Dfreeze.py368 mf.load_file(mod)
380 mf.load_file(scriptfile)

123