Home
last modified time | relevance | path

Searched defs:to_file (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/coreboot/util/rockchip/
H A Dmake_idb.py30 def makeIDB(self, chip, from_file, to_file, rc4_flag = False, align_flag = False): argument
102 to_file = "IDBlock.bin" variable
111 to_file = para.split('=')[1] variable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/filesystem/example/
Dmbcopy.cpp38 fs::ofstream to_file( to, std::ios_base::out | std::ios_base::binary ); in copy_file() local
/aosp_15_r20/external/autotest/client/cros/chameleon/
H A Dedid.py115 def to_file(self, filename): member in Edid
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/utils/
H A Dvis_utils.py280 to_file='model.png', argument
/aosp_15_r20/packages/modules/Bluetooth/system/gd/os/linux_generic/
Dfiles_test.cc47 auto to_file = temp_dir / "file_2.txt"; in TEST() local
/aosp_15_r20/external/grpc-grpc/src/compiler/
H A Dnode_generator.cc88 const std::string& to_file) { in GetRelativePath()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/compiler/
Dnode_generator.cc88 const std::string& to_file) { in GetRelativePath()
/aosp_15_r20/external/selinux/python/sepolgen/src/sepolgen/
H A Dinterfaces.py338 def to_file(self, fd): member in InterfaceSet
/aosp_15_r20/external/pigweed/pw_ide/py/pw_ide/
H A Dcpp.py841 def to_file(self, path: Path): member in CppCompilationDatabase
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
Dline-map.h71 const char *to_file; member
/aosp_15_r20/external/cronet/base/files/
H A Dfile_util_win.cc900 bool CreateWinHardLink(const FilePath& to_file, const FilePath& from_file) { in CreateWinHardLink()
H A Dfile_util_unittest.cc4898 base::PlatformFile to_file(sock[0]); in TEST_F() local
/aosp_15_r20/external/edid-decode/
H A Dedid-decode.cpp1016 static int edid_to_file(const char *to_file, enum output_format out_fmt) in edid_to_file()
/aosp_15_r20/external/python/cpython3/Python/
Dspecialize.c208 _Py_PrintSpecializationStats(int to_file) in _Py_PrintSpecializationStats()
/aosp_15_r20/external/clang/tools/c-index-test/
H A Dc-index-test.c178 FILE *to_file; in parse_remapped_files_with_opt() local