/external/openscreen/cast/test/ |
D | device_auth_test.cc | 55 &creds_, &parsed_cert, &fake_trust_store, data_path_ + "device_key.pem", in RunAuthTest() 56 data_path_ + "device_chain.pem", data_path_ + "device_tls.pem"); in RunAuthTest() 75 const std::string pb_path = data_path_ + "auth_challenge.pb"; in RunAuthTest() 103 const std::string pb_path = data_path_ + "auth_response.pb"; in RunAuthTest() 123 const std::string& data_path_{GetSpecificTestDataPath()}; member in openscreen::cast::__anon00ecbf760111::DeviceAuthTest 146 TrustStore::CreateInstanceFromPemFile(data_path_ + "crl_root.pem"); in TEST_F() 147 RunAuthTest(ReadEntireFileToString(data_path_ + "good_crl.pb"), in TEST_F() 153 TrustStore::CreateInstanceFromPemFile(data_path_ + "crl_root.pem"); in TEST_F() 154 RunAuthTest(ReadEntireFileToString(data_path_ + "invalid_time_crl.pb"), in TEST_F() 160 TrustStore::CreateInstanceFromPemFile(data_path_ + "crl_root.pem"); in TEST_F() [all …]
|
/external/openscreen/cast/receiver/channel/ |
D | device_auth_namespace_handler_unittest.cc | 51 const std::string& data_path_{GetSpecificTestDataPath()}; member in openscreen::cast::__anon6ee3e9bc0111::DeviceAuthNamespaceHandlerTest 79 &creds_, nullptr, nullptr, data_path_ + "device_key.pem", in TEST_F() 80 data_path_ + "device_chain.pem", data_path_ + "device_tls.pem"); in TEST_F() 86 ReadEntireFileToString(data_path_ + "auth_challenge.pb"); in TEST_F() 99 ReadEntireFileToString(data_path_ + "auth_response.pb"); in TEST_F() 129 &creds_, nullptr, nullptr, data_path_ + "device_key.pem", in TEST_F() 130 data_path_ + "device_chain.pem", data_path_ + "device_tls.pem"); in TEST_F() 136 ReadEntireFileToString(data_path_ + "auth_challenge.pb"); in TEST_F() 162 ReadEntireFileToString(data_path_ + "auth_response.pb"); in TEST_F() 181 &creds_, nullptr, nullptr, data_path_ + "device_key.pem", in TEST_F() [all …]
|
/external/libaom/libaom/test/ |
D | convolve_round_test.cc | 66 : func_ref_(GET_PARAM(0)), func_(GET_PARAM(1)), data_path_(GET_PARAM(2)) { in ConvolveRoundTest() 94 if (data_path_ == LOWBITDEPTH_TEST) { in ConvolveRoundingRun() 97 } else if (data_path_ == HIGHBITDEPTH_TEST) { in ConvolveRoundingRun() 120 if (data_path_ == LOWBITDEPTH_TEST) { in ConvolveRoundingRun() 161 DataPathType data_path_; member in __anone9a6def30111::ConvolveRoundTest
|
/external/openscreen/cast/sender/channel/ |
D | cast_auth_util_unittest.cc | 170 const std::string& data_path_{GetSpecificTestDataPath()}; member in openscreen::cast::__anon69d2d3d70111::CastAuthUtilTest 297 data_path_ + "certificates/test_tls_cert.pem"); in TEST_F() 315 data_path_ + "certificates/test_tls_cert.pem"); in TEST_F() 336 data_path_ + "certificates/test_tls_cert.pem"); in TEST_F()
|
/external/tensorflow/tensorflow/core/util/tensor_bundle/ |
D | tensor_bundle.cc | 417 data_path_ = DataFilename(prefix_, 0, 1); in BundleWriter() 420 data_path_ = strings::StrCat(data_path_, ".tempstate", random::New64()); in BundleWriter() 431 status_ = env_->NewWritableFile(data_path_, &wrapper); in BundleWriter() 436 VLOG(1) << "Writing to file " << data_path_; in BundleWriter() 526 Env::Default()->RenameFile(data_path_, DataFilename(prefix_, 0, 1)); in Finish() 529 Env::Default()->DeleteFile(data_path_).IgnoreError(); in Finish()
|
D | tensor_bundle.h | 153 string data_path_; variable
|