Home
last modified time | relevance | path

Searched refs:create_link (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/python/debug/cli/
Dcli_shared.py233 def _recommend_command(command, description, indent=2, create_link=False): argument
250 if create_link:
339 create_link=True))
344 create_link=True))
375 "inspect/modify their values", create_link=True))
473 create_link=True))
477 create_link=True))
483 create_link=True))
/external/autotest/client/cros/audio/
Dpack_audio_quality.py41 def create_link(): function
144 create_link()
/external/bcc/src/cc/frontends/p4/test/
DendToEndTest.py133 def create_link(self, src, dest): member in NetworkBase
231 self.create_link(self.client_endpoint, self.sw_clt_endpoint)
234 self.create_link(self.server_endpoint, self.sw_srv_endpoint)
/external/autotest/client/cros/chameleon/
Dchameleon_audio_helper.py141 def create_link(self, source, sink): member in AudioLinkFactory
391 source, self._link_factory.create_link(source, sink), sink)
/external/llvm/unittests/Support/
DLockFileManagerTest.cpp69 EC = sys::fs::create_link(TmpFileLock.str(), FileLocK.str()); in TEST()
DPath.cpp470 ASSERT_NO_ERROR(fs::create_link(Twine(TempPath), Twine(TempPath2))); in TEST_F()
534 ASSERT_NO_ERROR(fs::create_link(Twine(TempPath), Twine(TempPath2))); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DLockFileManagerTest.cpp69 EC = sys::fs::create_link(TmpFileLock.str(), FileLocK.str()); in TEST()
DPath.cpp500 ASSERT_NO_ERROR(fs::create_link(Twine(TempPath), Twine(TempPath2))); in TEST_F()
644 ASSERT_NO_ERROR(fs::create_link(Twine(TempPath), Twine(TempPath2))); in TEST_F()
864 fs::create_link("no_such_file", Twine(TestDirectory) + "/symlink/a")); in TEST_F()
868 fs::create_link("no_such_file", Twine(TestDirectory) + "/symlink/b/ba")); in TEST_F()
870 fs::create_link("no_such_file", Twine(TestDirectory) + "/symlink/b/bc")); in TEST_F()
872 fs::create_link("no_such_file", Twine(TestDirectory) + "/symlink/c")); in TEST_F()
875 ASSERT_NO_ERROR(fs::create_link(Twine(TestDirectory) + "/symlink/d/dd", in TEST_F()
878 fs::create_link("no_such_file", Twine(TestDirectory) + "/symlink/e")); in TEST_F()
/external/llvm/lib/Support/
DLockFileManager.cpp208 sys::fs::create_link(UniqueLockFileName, LockFileName); in LockFileManager()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DLockFileManager.cpp221 sys::fs::create_link(UniqueLockFileName, LockFileName); in LockFileManager()
/external/llvm/include/llvm/Support/
DFileSystem.h340 std::error_code create_link(const Twine &to, const Twine &from);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFileSystem.h343 std::error_code create_link(const Twine &to, const Twine &from);
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DPath.inc220 std::error_code create_link(const Twine &to, const Twine &from) {
236 return create_link(to, from);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DFileSystem.h332 std::error_code create_link(const Twine &to, const Twine &from);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DPath.inc244 std::error_code create_link(const Twine &to, const Twine &from) {
260 return create_link(to, from);
/external/llvm/lib/Support/Unix/
DPath.inc278 std::error_code create_link(const Twine &to, const Twine &from) {
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DPath.inc275 std::error_code create_link(const Twine &to, const Twine &from) {
/external/llvm/lib/Support/Windows/
DPath.inc226 std::error_code create_link(const Twine &to, const Twine &from) {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/
DPath.inc296 std::error_code create_link(const Twine &to, const Twine &from) {