/external/tensorflow/tensorflow/core/platform/ |
D | null_file_system.h | 42 const string& fname, TransactionToken* token, in NewRandomAccessFile() 47 Status NewWritableFile(const string& fname, TransactionToken* token, in NewWritableFile() 52 Status NewAppendableFile(const string& fname, TransactionToken* token, in NewAppendableFile() 58 const string& fname, TransactionToken* token, in NewReadOnlyMemoryRegionFromFile() 64 Status FileExists(const string& fname, TransactionToken* token) override { in FileExists() 78 Status DeleteFile(const string& fname, TransactionToken* token) override { in DeleteFile() 90 Status GetFileSize(const string& fname, TransactionToken* token, in GetFileSize() 100 Status Stat(const string& fname, TransactionToken* token, in Stat()
|
D | file_system.h | 71 const std::string& fname, std::unique_ptr<RandomAccessFile>* result) { in NewRandomAccessFile() 76 const std::string& fname, TransactionToken* token, in NewRandomAccessFile() 96 const std::string& fname, std::unique_ptr<WritableFile>* result) { in NewWritableFile() 101 const std::string& fname, TransactionToken* token, in NewWritableFile() 118 const std::string& fname, std::unique_ptr<WritableFile>* result) { in NewAppendableFile() 123 const std::string& fname, TransactionToken* token, in NewAppendableFile() 139 const std::string& fname, std::unique_ptr<ReadOnlyMemoryRegion>* result) { in NewReadOnlyMemoryRegionFromFile() 144 const std::string& fname, TransactionToken* token, in NewReadOnlyMemoryRegionFromFile() 150 virtual tensorflow::Status FileExists(const std::string& fname) { in FileExists() 154 virtual tensorflow::Status FileExists(const std::string& fname, in FileExists() [all …]
|
D | ram_file_system.h | 109 const string& fname, TransactionToken* token, in NewRandomAccessFile() 120 Status NewWritableFile(const string& fname, TransactionToken* token, in NewWritableFile() 130 Status NewAppendableFile(const string& fname, TransactionToken* token, in NewAppendableFile() 142 const string& fname, TransactionToken* token, in NewReadOnlyMemoryRegionFromFile() 147 Status FileExists(const string& fname, TransactionToken* token) override { in FileExists() 176 Status Stat(const string& fname, TransactionToken* token, in Stat() 197 Status DeleteFile(const string& fname, TransactionToken* token) override { in DeleteFile() 220 Status GetFileSize(const string& fname, TransactionToken* token, in GetFileSize()
|
D | env.cc | 112 Status Env::GetFileSystemForFile(const std::string& fname, in GetFileSystemForFile() 155 Status Env::NewRandomAccessFile(const string& fname, in NewRandomAccessFile() 163 const string& fname, std::unique_ptr<ReadOnlyMemoryRegion>* result) { in NewReadOnlyMemoryRegionFromFile() 169 Status Env::NewWritableFile(const string& fname, in NewWritableFile() 176 Status Env::NewAppendableFile(const string& fname, in NewAppendableFile() 183 Status Env::FileExists(const string& fname) { in FileExists() 248 Status Env::DeleteFile(const string& fname) { in DeleteFile() 272 Status Env::Stat(const string& fname, FileStatistics* stat) { in Stat() 278 Status Env::IsDirectory(const string& fname) { in IsDirectory() 297 Status Env::GetFileSize(const string& fname, uint64* file_size) { in GetFileSize() [all …]
|
D | env.h | 114 Status NewRandomAccessFile(const std::string& fname, TransactionToken* token, in NewRandomAccessFile() 137 Status NewWritableFile(const std::string& fname, TransactionToken* token, in NewWritableFile() 157 Status NewAppendableFile(const std::string& fname, TransactionToken* token, in NewAppendableFile() 176 const std::string& fname, TransactionToken* token, in NewReadOnlyMemoryRegionFromFile() 184 Status FileExists(const std::string& fname, TransactionToken* token) { in FileExists() 230 Status DeleteFile(const std::string& fname, TransactionToken* token) { in DeleteFile() 297 Status Stat(const std::string& fname, TransactionToken* token, in Stat() 326 Status GetFileSize(const std::string& fname, TransactionToken* token, in GetFileSize() 491 Status GetFileSystemForFile(const std::string& fname, in GetFileSystemForFile()
|
/external/tensorflow/tensorflow/core/platform/s3/ |
D | s3_file_system_test.cc | 42 Status WriteString(const string& fname, const string& content) { in WriteString() 50 Status ReadAll(const string& fname, string* content) { in ReadAll() 67 Status ReadAllInChunks(const string& fname, string* content, in ReadAllInChunks() 137 const string fname = TmpDir(large_file_name); in ReadLargeFile() local 161 const string fname = TmpDir("RandomAccessFile"); in TEST_F() local 185 const string fname = TmpDir("WritableFile"); in TEST_F() local 201 const string fname = TmpDir("AppendableFile"); in TEST_F() local 210 const string fname = TmpDir("MemoryFile"); in TEST_F() local 221 const string fname = TmpDir("FileExists"); in TEST_F() local 250 const string fname = TmpDir("DeleteFile"); in TEST_F() local [all …]
|
/external/tensorflow/tensorflow/core/lib/io/ |
D | inputbuffer_test.cc | 40 string fname; in TEST() local 55 string fname; in TEST() local 79 string fname; in TEST() local 102 string fname; in TEST() local 130 string fname; in TEST() local 158 string fname; in TEST() local 232 string fname; in TEST() local 268 string fname; in TEST() local 304 string fname; in TEST() local 343 string fname; in TEST() local [all …]
|
D | buffered_inputstream_test.cc | 66 string fname; in TEST() local 83 string fname; in TEST() local 109 string fname; in TEST() local 134 string fname; in TEST() local 164 string fname; in TEST() local 194 string fname; in TEST() local 258 string fname; in TEST() local 296 string fname; in TEST() local 332 string fname; in TEST() local 368 string fname; in TEST() local [all …]
|
D | random_inputstream_test.cc | 28 string fname = testing::TmpDir() + "/random_inputbuffer_test"; in TEST() local 58 string fname = testing::TmpDir() + "/random_inputbuffer_test"; in TEST() local 90 string fname = testing::TmpDir() + "/random_inputbuffer_test"; in TEST() local 121 string fname = testing::TmpDir() + "/random_inputbuffer_seek_test"; in TEST() local
|
D | record_reader_writer_test.cc | 47 uint64 GetFileSize(const string& fname) { in GetFileSize() 63 string fname = testing::TmpDir() + "/record_reader_writer_flush_test"; in VerifyFlush() local 122 string fname = testing::TmpDir() + "/record_reader_writer_test"; in TEST() local 163 string fname = testing::TmpDir() + "/record_reader_writer_skip_basic_test"; in TEST() local 199 string fname = in TEST() local 234 string fname = testing::TmpDir() + "/record_reader_writer_snappy_test"; in TEST() local 272 string fname = testing::TmpDir() + "/record_reader_writer_zlib_test"; in TEST() local 310 string fname = testing::TmpDir() + "/record_reader_writer_flush_close_test"; in TEST() local
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | bpf_trace_helpers.h | 31 #define BPF_TRACE_x(x, sec_name, fname, ret_type, ...) \ argument 44 #define BPF_TRACE_0(sec, fname, ...) BPF_TRACE_x(0, sec, fname, int, __VA_ARGS__) argument 45 #define BPF_TRACE_1(sec, fname, ...) BPF_TRACE_x(1, sec, fname, int, __VA_ARGS__) argument 46 #define BPF_TRACE_2(sec, fname, ...) BPF_TRACE_x(2, sec, fname, int, __VA_ARGS__) argument 47 #define BPF_TRACE_3(sec, fname, ...) BPF_TRACE_x(3, sec, fname, int, __VA_ARGS__) argument 48 #define BPF_TRACE_4(sec, fname, ...) BPF_TRACE_x(4, sec, fname, int, __VA_ARGS__) argument 49 #define BPF_TRACE_5(sec, fname, ...) BPF_TRACE_x(5, sec, fname, int, __VA_ARGS__) argument 50 #define BPF_TRACE_6(sec, fname, ...) BPF_TRACE_x(6, sec, fname, int, __VA_ARGS__) argument 51 #define BPF_TRACE_7(sec, fname, ...) BPF_TRACE_x(7, sec, fname, int, __VA_ARGS__) argument 52 #define BPF_TRACE_8(sec, fname, ...) BPF_TRACE_x(8, sec, fname, int, __VA_ARGS__) argument [all …]
|
/external/apache-commons-bcel/src/examples/Mini/ |
D | ASTFunAppl.java | 83 String fname = name.getName(); in traverse() local 90 "Applying unknown function " + fname + "."); in traverse() local 94 "Applying non-function " + fname + "."); in traverse() local 127 String fname = name.getName(); in eval() local 166 String fname = name.getName(); in code() local 205 String fname = name.getName(); in byte_code() local
|
/external/tensorflow/tensorflow/core/platform/hadoop/ |
D | hadoop_file_system_test.cc | 41 Status WriteString(const string& fname, const string& content) { in WriteString() 49 Status ReadAll(const string& fname, string* content) { in ReadAll() 70 const string fname = TmpDir("RandomAccessFile"); in TEST_F() local 96 const string fname = TmpDir("WritableFile"); in TEST_F() local 116 const string fname = TmpDir("FileExists"); in TEST_F() local 138 const string fname = TmpDir("DeleteFile"); in TEST_F() local 145 const string fname = TmpDir("GetFileSize"); in TEST_F() local 194 const string fname = TmpDir("StatFile"); in TEST_F() local 204 const string fname = TmpDir("WriteWhileReading"); in TEST_F() local 242 const string fname = TmpDir("ReadWhileOverwriting"); in TEST_F() local [all …]
|
D | hadoop_file_system.cc | 159 Status HadoopFileSystem::Connect(StringPiece fname, hdfsFS* fs) { in Connect() 305 const string& fname, TransactionToken* token, in NewRandomAccessFile() 322 HDFSWritableFile(const string& fname, hdfsFS fs, hdfsFile file) in HDFSWritableFile() 398 const string& fname, TransactionToken* token, in NewWritableFile() 413 const string& fname, TransactionToken* token, in NewAppendableFile() 428 const string& fname, TransactionToken* token, in NewReadOnlyMemoryRegionFromFile() 439 Status HadoopFileSystem::FileExists(const string& fname, in FileExists() 483 Status HadoopFileSystem::DeleteFile(const string& fname, in DeleteFile() 537 Status HadoopFileSystem::GetFileSize(const string& fname, in GetFileSize() 570 Status HadoopFileSystem::Stat(const string& fname, TransactionToken* token, in Stat()
|
/external/tensorflow/tensorflow/tools/android/inference_interface/ |
D | asset_manager_filesystem.cc | 127 Status AssetManagerFileSystem::FileExists(const string& fname, in FileExists() 139 const string& fname, TransactionToken* token, in NewRandomAccessFile() 152 const string& fname, TransactionToken* token, in NewReadOnlyMemoryRegionFromFile() 206 Status AssetManagerFileSystem::GetFileSize(const string& fname, in GetFileSize() 224 Status AssetManagerFileSystem::Stat(const string& fname, in Stat() 234 string AssetManagerFileSystem::NormalizeDirectoryPath(const string& fname) { in NormalizeDirectoryPath() 244 bool AssetManagerFileSystem::DirectoryExists(const std::string& fname) { in DirectoryExists() 260 const string& fname, TransactionToken* token, in NewWritableFile() 265 const string& fname, TransactionToken* token, in NewAppendableFile()
|
/external/python/cpython2/Lib/test/ |
D | test_dircache.py | 21 def writeTemp(self, fname): argument 25 def mkdirTemp(self, fname): argument 28 def delTemp(self, fname): argument
|
D | test_mhlib.py | 34 def writeFile(fname, contents): argument 42 def readFile(fname): argument 79 def mkdirs(fname): argument 86 def deltree(fname): argument
|
/external/dtc/ |
D | srcpos.c | 47 static void set_initial_path(char *fname) in set_initial_path() 58 static char *shorten_to_initial_path(char *fname) in shorten_to_initial_path() 100 static char *try_open(const char *dirname, const char *fname, FILE **fp) in try_open() 127 static char *fopen_any_on_path(const char *fname, FILE **fp) in fopen_any_on_path() 146 FILE *srcfile_relative_open(const char *fname, char **fullnamep) in srcfile_relative_open() 172 void srcfile_push(const char *fname) in srcfile_push() 289 const char *fname = "<no-file>"; in srcpos_string() local 314 char *pos_str, *fname, *first, *rest; in srcpos_string_comment() local
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | posix_file_system.cc | 54 PosixRandomAccessFile(const string& fname, int fd) in PosixRandomAccessFile() 133 PosixWritableFile(const string& fname, FILE* f) in PosixWritableFile() 224 const string& fname, TransactionToken* token, in NewRandomAccessFile() 237 Status PosixFileSystem::NewWritableFile(const string& fname, in NewWritableFile() 252 const string& fname, TransactionToken* token, in NewAppendableFile() 266 const string& fname, TransactionToken* token, in NewReadOnlyMemoryRegionFromFile() 290 Status PosixFileSystem::FileExists(const string& fname, in FileExists() 325 Status PosixFileSystem::DeleteFile(const string& fname, in DeleteFile() 353 Status PosixFileSystem::GetFileSize(const string& fname, in GetFileSize() 366 Status PosixFileSystem::Stat(const string& fname, TransactionToken* token, in Stat()
|
/external/elfutils/src/ |
D | strings.c | 190 const char *fname = print_file_name ? argv[remaining] : NULL; in main() local 314 process_chunk_mb (const char *fname, const unsigned char *buf, off_t to, in process_chunk_mb() 391 process_chunk (const char *fname, const unsigned char *buf, off_t to, in process_chunk() 503 read_block_no_mmap (int fd, const char *fname, off_t from, off_t fdlen) in read_block_no_mmap() 565 read_block (int fd, const char *fname, off_t fdlen, off_t from, off_t to) in read_block() 688 read_fd (int fd, const char *fname, off_t fdlen) in read_fd() 695 read_elf (Elf *elf, int fd, const char *fname, off_t fdlen) in read_elf()
|
/external/tensorflow/tensorflow/core/platform/windows/ |
D | windows_file_system.cc | 110 WindowsRandomAccessFile(const string& fname, HANDLE hfile) in WindowsRandomAccessFile() 186 WindowsWritableFile(const string& fname, HANDLE hFile) in WindowsWritableFile() 310 const string& fname, TransactionToken* token, in NewRandomAccessFile() 338 const string& fname, TransactionToken* token, in NewWritableFile() 359 const string& fname, TransactionToken* token, in NewAppendableFile() 390 const string& fname, TransactionToken* token, in NewReadOnlyMemoryRegionFromFile() 467 Status WindowsFileSystem::FileExists(const string& fname, in FileExists() 514 Status WindowsFileSystem::DeleteFile(const string& fname, in DeleteFile() 547 Status WindowsFileSystem::GetFileSize(const string& fname, in GetFileSize() 566 Status WindowsFileSystem::IsDirectory(const string& fname, in IsDirectory() [all …]
|
/external/elfutils/tests/ |
D | elfstrmerge.c | 96 fail (const char *msg, const char *fname) in fail() 107 fail_errno (const char *msg, const char *fname) in fail_errno() 118 fail_idx (const char *msg, const char *fname, size_t idx) in fail_idx() 129 fail_elf (const char *msg, const char *fname) in fail_elf() 140 fail_elf_idx (const char *msg, const char *fname, size_t idx) in fail_elf_idx() 162 const char *fname; in main() local
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | round_trip_packed_literal_test.cc | 54 string fname = tensorflow::testing::TmpDir() + "/RoundTripsR1F32Length2.data"; in TEST_F() local 79 string fname = in TEST_F() local 112 string fname = in TEST_F() local
|
/external/OpenCL-CTS/dependencies/ocl-stubs/ |
D | stubs.cpp | 11 #define FUNC_TYPES(rettype, fname, fargs, callArgs) \ argument 14 #define FUNC_SYM(rettype, fname, fargs, callArgs) … argument
|
/external/ppp/pppd/plugins/radius/ |
D | radattr.c | 70 char fname[512]; in print_attributes() local 106 char fname[512]; in cleanup() local
|