Home
last modified time | relevance | path

Searched defs:new_file (Results 1 – 22 of 22) sorted by relevance

/external/tensorflow/tensorflow/c/experimental/filesystem/
Dmodular_filesystem_test.cc225 std::unique_ptr<WritableFile> new_file; in TEST_P() local
232 std::unique_ptr<WritableFile> new_file; in TEST_P() local
242 std::unique_ptr<WritableFile> new_file; in TEST_P() local
254 std::unique_ptr<WritableFile> new_file; in TEST_P() local
261 std::unique_ptr<WritableFile> new_file; in TEST_P() local
268 std::unique_ptr<WritableFile> new_file; in TEST_P() local
278 std::unique_ptr<WritableFile> new_file; in TEST_P() local
285 std::unique_ptr<WritableFile> new_file; in TEST_P() local
310 std::unique_ptr<RandomAccessFile> new_file; in TEST_P() local
317 std::unique_ptr<RandomAccessFile> new_file; in TEST_P() local
[all …]
/external/python/cpython2/Demo/tkinter/matt/
Dmenu-simple.py36 def new_file(): function
Dmenu-all-types-of-entries.py37 def new_file(): function
/external/bsdiff/
Dbspatch.cc202 std::unique_ptr<FileInterface> new_file = in bspatch() local
237 std::unique_ptr<FileInterface> new_file(new SinkFile(sink)); in bspatch() local
245 const std::unique_ptr<FileInterface>& new_file, in bspatch()
/external/icing/icing/legacy/index/
Dicing-storage-collection.cc36 IIcingStorage *new_file) { in Swap()
/external/protobuf/benchmarks/util/
Dprotoc-gen-gogoproto.cc73 FileDescriptorProto new_file; in Generate() local
Dprotoc-gen-proto2_to_proto3.cc58 FileDescriptorProto new_file; in Generate() local
/external/webrtc/rtc_base/
Dfile_rotating_stream.cc85 bool MoveFile(const std::string& old_file, const std::string& new_file) { in MoveFile()
145 bool MoveFile(const std::string& old_file, const std::string& new_file) { in MoveFile()
/external/toybox/toys/pending/
Dsyslogd.c290 char new_file[i]; in write_rotate() local
/external/icing/icing/file/
Dfile-backed-vector.h361 const bool new_file = file_size == 0; in Create() local
/external/compiler-rt/lib/profile/
DGCDAProfiling.c85 static int new_file = 0; variable
/external/pdfium/core/fpdfapi/parser/
Dcpdf_security_handler_embeddertest.cpp183 std::string new_file = GetString(); in TEST_F() local
/external/llvm-project/compiler-rt/lib/profile/
DGCDAProfiling.c101 static int new_file = 0; variable
/external/protobuf/src/google/protobuf/
Ddescriptor_database.cc337 FileDescriptorProto* new_file = new FileDescriptorProto; in Add() local
/external/pdfium/testing/
Dembedder_test.cpp675 std::string* new_file = static_cast<std::string*>(param); in GetBlockFromString() local
/external/libbrillo/brillo/files/
Dsafe_fd_test.cc433 SafeFD::SafeFDResult new_file = dir.first.OpenExistingFile( in TEST_F() local
/external/python/cpython3/Lib/idlelib/
Deditor.py936 def update_recent_files_list(self, new_file=None): argument
/external/python/cpython2/Lib/idlelib/
DEditorWindow.py868 def update_recent_files_list(self, new_file=None): argument
/external/e2fsprogs/lib/support/
Dprofile.c308 prf_file_t new_file, *last; in profile_init() local
/external/pdfium/fpdfsdk/
Dfpdf_annot_embeddertest.cpp682 std::string new_file = GetString(); in TEST_F() local
/external/google-breakpad/src/processor/
Dminidump.cc2123 scoped_ptr<string> new_file(UTF16ToUTF8(string_utf16, false)); in debug_file() local
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp721 auto new_file = PythonFile::FromFile(file, mode); in SetStdHandle() local