/external/tensorflow/tensorflow/python/debug/cli/ |
D | cli_shared.py | 233 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/ |
D | pack_audio_quality.py | 41 def create_link(): function 144 create_link()
|
/external/bcc/src/cc/frontends/p4/test/ |
D | endToEndTest.py | 133 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/ |
D | chameleon_audio_helper.py | 141 def create_link(self, source, sink): member in AudioLinkFactory 391 source, self._link_factory.create_link(source, sink), sink)
|
/external/llvm/unittests/Support/ |
D | LockFileManagerTest.cpp | 69 EC = sys::fs::create_link(TmpFileLock.str(), FileLocK.str()); in TEST()
|
D | Path.cpp | 470 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/ |
D | LockFileManagerTest.cpp | 69 EC = sys::fs::create_link(TmpFileLock.str(), FileLocK.str()); in TEST()
|
D | Path.cpp | 500 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/ |
D | LockFileManager.cpp | 208 sys::fs::create_link(UniqueLockFileName, LockFileName); in LockFileManager()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | LockFileManager.cpp | 221 sys::fs::create_link(UniqueLockFileName, LockFileName); in LockFileManager()
|
/external/llvm/include/llvm/Support/ |
D | FileSystem.h | 340 std::error_code create_link(const Twine &to, const Twine &from);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | FileSystem.h | 343 std::error_code create_link(const Twine &to, const Twine &from);
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Path.inc | 220 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/ |
D | FileSystem.h | 332 std::error_code create_link(const Twine &to, const Twine &from);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/ |
D | Path.inc | 244 std::error_code create_link(const Twine &to, const Twine &from) { 260 return create_link(to, from);
|
/external/llvm/lib/Support/Unix/ |
D | Path.inc | 278 std::error_code create_link(const Twine &to, const Twine &from) {
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Path.inc | 275 std::error_code create_link(const Twine &to, const Twine &from) {
|
/external/llvm/lib/Support/Windows/ |
D | Path.inc | 226 std::error_code create_link(const Twine &to, const Twine &from) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/ |
D | Path.inc | 296 std::error_code create_link(const Twine &to, const Twine &from) {
|