HomeSort by relevance Sort by last modified time
    Searched refs:dst_file (Results 1 - 18 of 18) sorted by null

  /external/snakeyaml/
patch-android-src 32 dst_file="$3"
33 dst_dir="$(dirname "$dst_file")"
84 cp "$src_file_with_prefix" "$dst_file"
85 if ! [[ -f "$dst_file" ]]; then
86 echo "File "$dst_file" does not exist; patching will fail" >&2
90 patch --quiet "$(basename "$dst_file")" "$patch_file_src"
  /bionic/tests/
sys_sendfile_test.cpp 31 TemporaryFile dst_file; local
35 ssize_t rc = sendfile(dst_file.fd, src_file.fd, &offset, count);
39 ASSERT_EQ(0, lseek(dst_file.fd, 0, SEEK_SET));
42 ASSERT_EQ(2, TEMP_FAILURE_RETRY(read(dst_file.fd, &buf, 2)));
50 TemporaryFile dst_file; local
54 ssize_t rc = sendfile64(dst_file.fd, src_file.fd, &offset, count);
58 ASSERT_EQ(0, lseek(dst_file.fd, 0, SEEK_SET));
61 ASSERT_EQ(2, TEMP_FAILURE_RETRY(read(dst_file.fd, &buf, 2)));
  /external/swiftshader/third_party/llvm-7.0/scripts/
update.py 155 with open(dst, 'w') as dst_file:
160 print('#if ' + conds[arch], file=dst_file)
161 print(line, file=dst_file, end='')
162 print('#endif', file=dst_file)
175 print(directive + conds[arch], file=dst_file)
177 init + arch + end, file=dst_file)
179 print('#else', file=dst_file)
180 print('#error "unknown architecture"', file=dst_file)
181 print('#endif', file=dst_file)
190 file=dst_file)
    [all...]
  /external/vulkan-validation-layers/build-android/
build.py 30 dst_file = os.path.join(dst_dir, file_name)
32 print('Copying {} to {}...'.format(src_file, dst_file))
34 _install_dir(src_file, dst_file)
36 _install_symlink(src_file, dst_file)
38 _install_file(src_file, dst_file)
48 def _install_symlink(src_file, dst_file):
49 dirname = os.path.dirname(dst_file)
53 os.symlink(link_target, dst_file)
56 def _install_file(src_file, dst_file):
57 dirname = os.path.dirname(dst_file)
    [all...]
  /bionic/libc/kernel/tools/
clean_header.py 82 def cleanupFile(dst_file, src_file, rel_path, no_update = True):
181 dst_file = os.path.join(dst_dir, path)
183 new_data = cleanupFile(dst_file, src_file, path)
198 dst_file = os.path.join(dst_dir, path)
200 new_data = cleanupFile(dst_file, src_file, path, no_update)
204 b.readFile(dst_file)
205 r = b.editFile(dst_file, new_data)
update_all.py 52 dst_file = os.path.join(update_dir, rel_path)
53 new_data = clean_header.cleanupFile(dst_file, src_file, rel_path)
56 updater.readFile(dst_file)
57 ret_val = updater.editFile(dst_file, new_data)
  /external/toolchain-utils/fdo_scripts/
divide_and_merge_profiles.py 62 dst_file = os.path.join(output_dir, f)
63 if not os.path.isdir(os.path.dirname(dst_file)):
64 command = 'mkdir -p %s' % os.path.dirname(dst_file)
66 command = 'cp %s %s' % (src_file, dst_file)
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_transform.h 271 unsigned dst_file,
282 inst.Dst[0].Register.File = dst_file,
295 unsigned dst_file,
309 inst.Dst[0].Register.File = dst_file,
324 unsigned dst_file,
339 inst.Dst[0].Register.File = dst_file,
355 unsigned dst_file,
367 inst.Dst[0].Register.File = dst_file,
396 unsigned dst_file,
412 inst.Dst[0].Register.File = dst_file,
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_compiler_util.h 81 rc_register_file dst_file,
radeon_compiler_util.c 316 rc_register_file dst_file,
320 if (src_file != dst_file || src_idx != dst_idx) {
radeon_dataflow.c 683 rc_register_file dst_file,
698 d->DstFile = dst_file;
  /art/test/etc/
default-build 295 local dst_file="$1"
311 if [[ "$dst_file" != "$single_input" ]]; then
312 mv "$single_input" "$dst_file";
325 mv ./d8_merge_out/classes.dex "$dst_file";
  /external/puffin/src/
main.cc 159 DEFINE_string(dst_file, "", "Target file"); \
298 auto dst_file = FileStream::Open(FLAGS_dst_file, false, true); local
299 TEST_AND_RETURN_FALSE(dst_file);
302 auto dst_stream = PuffinStream::CreateForHuff(std::move(dst_file), huffer,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_shutil.py 572 self.dst_file = os.path.join(self.dst_dir, filename)
609 self._check_move_file(self.src_file, self.dst_file, self.dst_file)
613 self._check_move_file(self.src_file, self.dst_dir, self.dst_file)
671 with open(self.dst_file, "wb"):
  /external/python/cpython2/Lib/test/
test_shutil.py 668 self.dst_file = os.path.join(self.dst_dir, filename)
705 self._check_move_file(self.src_file, self.dst_file, self.dst_file)
709 self._check_move_file(self.src_file, self.dst_dir, self.dst_file)
772 with open(self.dst_file, "wb"):
    [all...]
  /external/python/cpython3/Lib/test/
test_shutil.py     [all...]
  /external/mesa3d/src/intel/compiler/
brw_eu_validate.c 1103 enum brw_reg_file dst_file = brw_inst_dst_reg_file(devinfo, inst); local
    [all...]
brw_eu_compact.c 1035 enum brw_reg_file dst_file = brw_inst_dst_reg_file(devinfo, &inst); local
1038 brw_inst_set_dst_file_type(devinfo, &inst, dst_file, BRW_REGISTER_TYPE_UD);
    [all...]

Completed in 1949 milliseconds