/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | matching_files_dataset_op.cc | 161 string current_dir(io::Dirname(fixed_prefix)); in GetNextInternal() local 165 if (current_dir.empty()) { in GetNextInternal() 166 current_dir = "."; in GetNextInternal() 167 current_pattern_ = io::JoinPath(current_dir, current_pattern_); in GetNextInternal() 171 UpdateIterator(ctx, fs, current_dir, current_pattern_)); in GetNextInternal() 284 const string& current_dir = current_path.first; in UpdateIterator() local 286 ret.Update(fs->GetChildren(current_dir, &children)); in UpdateIterator() 306 auto is_directory_fn = [fs, current_dir, &children, &fixed_prefix, in UpdateIterator() 308 const string child_path = io::JoinPath(current_dir, children[i]); in UpdateIterator() 330 io::JoinPath(current_dir, children[i]); in UpdateIterator()
|
/external/tensorflow/tensorflow/core/platform/ |
D | file_system_helper.cc | 81 string current_dir = dir_q.front(); in GetMatchingPaths() local 84 Status s = fs->GetChildren(current_dir, &children); in GetMatchingPaths() 94 [fs, ¤t_dir, &children, &fixed_prefix, in GetMatchingPaths() 96 const string child_path = io::JoinPath(current_dir, children[i]); in GetMatchingPaths() 107 const string child_path = io::JoinPath(current_dir, children[i]); in GetMatchingPaths()
|
/external/tensorflow/tensorflow/core/api_def/ |
D | update_api_def.sh | 23 current_dir="$(dirname "$current_file")" 27 --api_def_dir="${current_dir}/base_api" \ 28 --op_file_pattern="${current_dir}/../ops/*_ops.cc"
|
/external/autotest/client/site_tests/platform_CrosDisksArchive/ |
D | platform_CrosDisksArchive.py | 37 current_dir = dirs_to_explore.popleft() 38 for path in os.listdir(os.path.join(root_dir, current_dir)): 39 expanded_path = os.path.join(root_dir, current_dir, path) 40 relative_path = os.path.join(current_dir, path)
|
/external/autotest/client/site_tests/platform_AddPrinter/ |
D | platform_AddPrinter.py | 38 current_dir = os.path.dirname(os.path.realpath(__file__)) 39 self.pdf_path = os.path.join(current_dir, 188 current_dir = os.path.dirname(os.path.realpath(__file__)) 190 self.print_a_page(os.path.join(current_dir, golden_file));
|
/external/autotest/server/cros/packet_generation/ |
D | IP_utils.py | 37 current_dir = os.path.dirname(os.path.realpath(__file__)) 38 send_ra_script = os.path.join(current_dir, RA_SCRIPT) 39 send_scapy = os.path.join(current_dir, SCAPY)
|
/external/adhd/cras/src/tests/ |
D | file_wait_unittest.cc | 100 int current_dir; in TEST() local 254 current_dir = open(".", O_RDONLY|O_PATH|O_DIRECTORY); in TEST() 255 ASSERT_NE(0, current_dir >= 0); in TEST() 268 EXPECT_EQ(0, fchdir(current_dir)); in TEST()
|
/external/skqp/platform_tools/android/bin/ |
D | android_build_app | 49 current_dir = os.path.dirname(__file__) variable 50 apk_src = os.path.join(current_dir, "..", "apps", args.app_name, "build", "outputs", "apk",
|
/external/skia/platform_tools/android/bin/ |
D | android_build_app | 49 current_dir = os.path.dirname(__file__) variable 50 apk_src = os.path.join(current_dir, "..", "apps", args.app_name, "build", "outputs", "apk",
|
/external/skqp/platform_tools/android/tradefed/ |
D | upload_dm_results.py | 23 current_dir = os.path.dirname(os.path.abspath(__file__)) 24 sys.path.insert(0, os.path.join(current_dir, "../../../common/py/utils"))
|
/external/skia/platform_tools/android/tradefed/ |
D | upload_dm_results.py | 23 current_dir = os.path.dirname(os.path.abspath(__file__)) 24 sys.path.insert(0, os.path.join(current_dir, "../../../common/py/utils"))
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | PathV2.cpp | 612 SmallString<128> current_dir; in make_absolute() local 613 if (error_code ec = current_path(current_dir)) return ec; in make_absolute() 618 path::append(current_dir, p); in make_absolute() 620 path.swap(current_dir); in make_absolute() 625 StringRef cdrn = path::root_name(current_dir); in make_absolute() 635 StringRef bRootDirectory = path::root_directory(current_dir); in make_absolute() 636 StringRef bRelativePath = path::relative_path(current_dir); in make_absolute()
|
/external/python/setuptools/setuptools/ |
D | msvc.py | 265 def current_dir(self, hidex86=False, x64=False): member in PlatformInfo 657 arch = self.pi.current_dir(x64=True, hidex86=hidex86) 865 arch_subdir = self.pi.current_dir(hidex86=True, x64=True) 919 path = 'Bin%s' % self.pi.current_dir(hidex86=True) 930 si.VCInstallDir, host_dir % self.pi.current_dir(x64=True))] 1032 arch_subdir = self.pi.current_dir(x64=True) 1040 arch_subdir = self.pi.current_dir(hidex86=True, x64=True) 1046 arch_subdir = self.pi.current_dir(x64=True) 1132 arch_subdir = self.pi.current_dir(hidex86=True)
|
/external/autotest/server/site_tests/enterprise_CFM_BizlinkUpdater/ |
D | enterprise_CFM_BizlinkUpdater.py | 110 current_dir = os.path.dirname(os.path.realpath(__file__)) 111 src_firmware_path = os.path.join(current_dir, OLD_FW_NAME)
|
/external/autotest/client/site_tests/policy_DisableScreenshots/ |
D | policy_DisableScreenshots.py | 131 current_dir = os.path.dirname(os.path.realpath(__file__)) 140 filepath=os.path.join(current_dir, 'keyboard_ctrl+shift+y'))
|
/external/autotest/client/cros/input_playback/ |
D | input_playback.py | 150 current_dir = os.path.dirname(os.path.realpath(__file__)) 152 current_dir, self._DEFAULT_PROPERTY_FILES[input_type]) 503 current_dir = os.path.dirname(os.path.realpath(__file__)) 504 gesture_file = os.path.join(current_dir, filename)
|
/external/autotest/server/site_tests/enterprise_CFM_CEC/ |
D | enterprise_CFM_CEC.py | 138 current_dir = os.path.dirname(os.path.realpath(__file__)) 139 base_dir = current_dir + '/chameleon_cecservice/'
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Path.cpp | 823 SmallString<128> current_dir; in make_absolute() local 825 current_directory.toVector(current_dir); in make_absolute() 826 else if (std::error_code ec = current_path(current_dir)) in make_absolute() 832 path::append(current_dir, p); in make_absolute() 834 path.swap(current_dir); in make_absolute() 839 StringRef cdrn = path::root_name(current_dir); in make_absolute() 849 StringRef bRootDirectory = path::root_directory(current_dir); in make_absolute() 850 StringRef bRelativePath = path::relative_path(current_dir); in make_absolute()
|
/external/llvm/lib/Support/ |
D | Path.cpp | 821 SmallString<128> current_dir; in make_absolute() local 823 current_directory.toVector(current_dir); in make_absolute() 824 else if (std::error_code ec = current_path(current_dir)) in make_absolute() 830 path::append(current_dir, p); in make_absolute() 832 path.swap(current_dir); in make_absolute() 837 StringRef cdrn = path::root_name(current_dir); in make_absolute() 847 StringRef bRootDirectory = path::root_directory(current_dir); in make_absolute() 848 StringRef bRelativePath = path::relative_path(current_dir); in make_absolute()
|
/external/autotest/client/site_tests/performance_InboxInputLatency/ |
D | performance_InboxInputLatency.py | 137 current_dir = os.path.dirname(os.path.realpath(__file__)) 138 data_file = os.path.join(current_dir, _KEYIN_TEST_DATA)
|
/external/autotest/server/site_tests/enterprise_CFM_SiSFwUpdater/ |
D | enterprise_CFM_SiSFwUpdater.py | 144 current_dir = os.path.dirname(os.path.realpath(__file__)) 145 src_firmware_path = os.path.join(current_dir, self._OLD_FW_NAME)
|
/external/autotest/server/site_tests/enterprise_CFM_HuddlyUpdater/ |
D | enterprise_CFM_HuddlyUpdater.py | 88 current_dir = os.path.dirname(os.path.realpath(__file__)) 89 src_firmware_path = os.path.join(current_dir, self.FIRMWARE_PKG_TO_TEST)
|
/external/autotest/server/site_tests/enterprise_CFM_LogitechPtzUpdater/ |
D | enterprise_CFM_LogitechPtzUpdater.py | 153 current_dir = os.path.dirname(os.path.realpath(__file__)) 154 src_firmware_path = os.path.join(current_dir, self._FW_PKG_TEST)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | Path.cpp | 857 SmallString<128> current_dir; in make_absolute() local 859 current_directory.toVector(current_dir); in make_absolute() 860 else if (std::error_code ec = current_path(current_dir)) in make_absolute() 866 path::append(current_dir, p); in make_absolute() 868 path.swap(current_dir); in make_absolute() 873 StringRef cdrn = path::root_name(current_dir); in make_absolute() 883 StringRef bRootDirectory = path::root_directory(current_dir); in make_absolute() 884 StringRef bRelativePath = path::relative_path(current_dir); in make_absolute()
|
/external/eigen/bench/spbench/ |
D | spbenchsolver.cpp | 69 string current_dir; in main() local
|