/external/python/parse_type/tasks/ |
D | _tasklet_cleanup.py | 114 current_dir = Path(workdir) 118 for directory in path_glob(dir_pattern, current_dir): 150 current_dir = Path(workdir) 155 for file_ in path_glob(file_pattern, current_dir): 181 def path_glob(pattern, current_dir=None): argument 188 if not current_dir: 189 current_dir = pathlib.Path.cwd() 190 elif not isinstance(current_dir, pathlib.Path): 192 current_dir = pathlib.Path(str(current_dir)) 194 for p in current_dir.glob(pattern):
|
/external/llvm-project/mlir/utils/spirv/ |
D | define_inst.sh | 41 current_dir="$(dirname "$current_file")" 43 python3 ${current_dir}/gen_spirv_dialect.py \ 45 ${current_dir}/../../include/mlir/Dialect/SPIRV/${file_name} \ 48 ${current_dir}/define_opcodes.sh "$@"
|
D | define_opcodes.sh | 24 current_dir="$(dirname "$current_file")" 26 python3 ${current_dir}/gen_spirv_dialect.py \ 27 --base-td-path ${current_dir}/../../include/mlir/Dialect/SPIRV/SPIRVBase.td \
|
D | report_coverage.sh | 16 current_dir="$(dirname "$current_file")" 18 python3 ${current_dir}/gen_spirv_dialect.py \ 19 --base-td-path ${current_dir}/../../include/mlir/Dialect/SPIRV/SPIRVBase.td \
|
D | define_enum.sh | 22 current_dir="$(dirname "$current_file")" 24 python3 ${current_dir}/gen_spirv_dialect.py \ 25 --base-td-path ${current_dir}/../../include/mlir/Dialect/SPIRV/SPIRVBase.td \
|
/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/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | matching_files_dataset_op.cc | 171 string current_dir(io::Dirname(fixed_prefix)); in GetNextInternal() local 175 if (current_dir.empty()) { in GetNextInternal() 176 current_dir = "."; in GetNextInternal() 177 current_pattern_ = io::JoinPath(current_dir, current_pattern_); in GetNextInternal() 181 UpdateIterator(ctx, fs, current_dir, current_pattern_)); in GetNextInternal() 298 const string& current_dir = current_path.first; in UpdateIterator() local 300 ret.Update(fs->GetChildren(current_dir, &children)); in UpdateIterator() 320 auto is_directory_fn = [fs, current_dir, &children, &fixed_prefix, in UpdateIterator() 322 const string child_path = io::JoinPath(current_dir, children[i]); in UpdateIterator() 344 io::JoinPath(current_dir, children[i]); in UpdateIterator()
|
/external/minijail/rust/minijail-sys/ |
D | build.rs | 22 let current_dir = env::var("CARGO_MANIFEST_DIR").unwrap() + "/../.."; in main() localVariable 27 .current_dir(&out_dir) in main() 31 .arg(¤t_dir) in main()
|
/external/llvm-project/lldb/test/API/tools/lldb-vscode/coreFile/ |
D | TestVSCode_coreFile.py | 23 current_dir = os.path.dirname(os.path.realpath(__file__)) 24 exe_file = os.path.join(current_dir, "linux-x86_64.out") 25 core_file = os.path.join(current_dir, "linux-x86_64.core")
|
/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/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/autotest/server/site_tests/servo_LabControlVerification/ |
D | servo_LabControlVerification.py | 25 current_dir = os.path.dirname(os.path.realpath(__file__)) 26 ctrl_path = os.path.join(current_dir, self.CTRLS_FILE) 39 servo_type_sequence_path = os.path.join(current_dir,
|
/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/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/adhd/cras/src/tests/ |
D | file_wait_unittest.cc | 100 int current_dir; in TEST() local 252 current_dir = open(".", O_RDONLY | O_PATH | O_DIRECTORY); in TEST() 253 ASSERT_NE(0, current_dir >= 0); in TEST() 266 EXPECT_EQ(0, fchdir(current_dir)); in TEST()
|
/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/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/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-10.0/llvm/lib/Support/ |
D | Path.cpp | 889 SmallString<128> current_dir; in make_absolute() local 890 current_directory.toVector(current_dir); in make_absolute() 895 path::append(current_dir, p); in make_absolute() 897 path.swap(current_dir); in make_absolute() 902 StringRef cdrn = path::root_name(current_dir); in make_absolute() 912 StringRef bRootDirectory = path::root_directory(current_dir); in make_absolute() 913 StringRef bRelativePath = path::relative_path(current_dir); in make_absolute() 930 SmallString<128> current_dir; in make_absolute() local 931 if (std::error_code ec = current_path(current_dir)) in make_absolute() 934 make_absolute(current_dir, path); in make_absolute()
|
/external/llvm-project/llvm/lib/Support/ |
D | Path.cpp | 916 SmallString<128> current_dir; in make_absolute() local 917 current_directory.toVector(current_dir); in make_absolute() 922 path::append(current_dir, p); in make_absolute() 924 path.swap(current_dir); in make_absolute() 929 StringRef cdrn = path::root_name(current_dir); in make_absolute() 939 StringRef bRootDirectory = path::root_directory(current_dir); in make_absolute() 940 StringRef bRelativePath = path::relative_path(current_dir); in make_absolute() 957 SmallString<128> current_dir; in make_absolute() local 958 if (std::error_code ec = current_path(current_dir)) in make_absolute() 961 make_absolute(current_dir, path); in make_absolute()
|
/external/python/pyfakefs/pyfakefs/ |
D | fake_filesystem.py | 1421 current_dir = self.root 1423 if not isinstance(current_dir, FakeDirectory): 1425 dir_name, current_dir = self._directory_content( 1426 current_dir, component) 1427 if current_dir is None or ( 1428 isinstance(current_dir, FakeDirectory) and 1429 current_dir._byte_contents is None and 1430 current_dir.st_size == 0): 1742 current_dir = self.root 1744 current_dir = self._directory_content(current_dir, component)[1] [all …]
|
/external/libwebm/common/ |
D | common.sh | 28 current_dir="$(pwd)"
|