/external/tensorflow/tensorflow/core/platform/ |
D | null_file_system.h | 40 const string& fname, std::unique_ptr<RandomAccessFile>* result) override { in NewRandomAccessFile() 44 Status NewWritableFile(const string& fname, in NewWritableFile() 49 Status NewAppendableFile(const string& fname, in NewAppendableFile() 55 const string& fname, in NewReadOnlyMemoryRegionFromFile() 61 Status FileExists(const string& fname) override { in FileExists() 74 Status DeleteFile(const string& fname) override { in DeleteFile() 86 Status GetFileSize(const string& fname, uint64* file_size) override { in GetFileSize() 94 Status Stat(const string& fname, FileStatistics* stat) override { in Stat()
|
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() 291 Status Env::GetFileSize(const string& fname, uint64* file_size) { in GetFileSize() [all …]
|
/external/tensorflow/tensorflow/core/platform/s3/ |
D | s3_file_system_test.cc | 40 Status WriteString(const string& fname, const string& content) { in WriteString() 48 Status ReadAll(const string& fname, string* content) { in ReadAll() 69 const string fname = TmpDir("RandomAccessFile"); in TEST_F() local 93 const string fname = TmpDir("WritableFile"); in TEST_F() local 109 const string fname = TmpDir("AppendableFile"); in TEST_F() local 118 const string fname = TmpDir("MemoryFile"); in TEST_F() local 129 const string fname = TmpDir("FileExists"); in TEST_F() local 158 const string fname = TmpDir("DeleteFile"); in TEST_F() local 164 const string fname = TmpDir("GetFileSize"); in TEST_F() local 223 const string fname = TmpDir("StatFile"); in TEST_F() local
|
/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/lib/io/ |
D | buffered_inputstream_test.cc | 35 string fname = testing::TmpDir() + "/buffered_inputstream_test"; in TEST() local 51 string fname = testing::TmpDir() + "/buffered_inputstream_test"; in TEST() local 76 string fname = testing::TmpDir() + "/buffered_inputstream_test"; in TEST() local 100 string fname = testing::TmpDir() + "/buffered_inputstream_test"; in TEST() local 129 string fname = testing::TmpDir() + "/buffered_inputstream_test"; in TEST() local 158 string fname = testing::TmpDir() + "/buffer_test"; in TEST() local 195 string fname = testing::TmpDir() + "/buffered_inputstream_test"; in TEST() local 232 string fname = testing::TmpDir() + "/buffer_test"; in TEST() local 267 string fname = testing::TmpDir() + "/buffered_inputstream_test"; in TEST() local 302 string fname = testing::TmpDir() + "/buffered_inputstream_test"; in TEST() local [all …]
|
D | inputbuffer_test.cc | 40 string fname = testing::TmpDir() + "/inputbuffer_test"; in TEST() local 54 string fname = testing::TmpDir() + "/inputbuffer_test"; in TEST() local 77 string fname = testing::TmpDir() + "/inputbuffer_test"; in TEST() local 99 string fname = testing::TmpDir() + "/inputbuffer_test"; in TEST() local 126 string fname = testing::TmpDir() + "/inputbuffer_test"; in TEST() local 153 string fname = testing::TmpDir() + "/inputbuffer_test"; in TEST() local 226 string fname = testing::TmpDir() + "/inputbuffer_test"; in TEST() local 261 string fname = testing::TmpDir() + "/inputbuffer_test"; in TEST() local 296 string fname = testing::TmpDir() + "/inputbuffer_test"; in TEST() local 334 string fname = testing::TmpDir() + "/inputbuffer_test"; in TEST() local
|
D | random_inputstream_test.cc | 28 string fname = testing::TmpDir() + "/random_inputbuffer_test"; in TEST() local 57 string fname = testing::TmpDir() + "/random_inputbuffer_test"; in TEST() local 88 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_zlib_test"; in TEST() local 201 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/honggfuzz/ |
D | input.c | 87 char fname[PATH_MAX]; in input_getDirStatsAndRewind() local 133 bool input_getNext(run_t* run, char* fname, bool rewind) { in input_getNext() 341 char fname[PATH_MAX]; in input_prepareStaticFile() local 372 char fname[PATH_MAX]; in input_prepareExternalFile() local 404 char fname[PATH_MAX]; in input_postProcessFile() local 436 char fname[PATH_MAX]; in input_feedbackMutateFile() local
|
/external/tensorflow/tensorflow/tools/android/inference_interface/ |
D | asset_manager_filesystem.cc | 127 Status AssetManagerFileSystem::FileExists(const string& fname) { in FileExists() 138 const string& fname, std::unique_ptr<RandomAccessFile>* result) { in NewRandomAccessFile() 150 const string& fname, std::unique_ptr<ReadOnlyMemoryRegion>* result) { in NewReadOnlyMemoryRegionFromFile() 202 Status AssetManagerFileSystem::GetFileSize(const string& fname, uint64* s) { in GetFileSize() 219 Status AssetManagerFileSystem::Stat(const string& fname, FileStatistics* stat) { in Stat() 227 string AssetManagerFileSystem::NormalizeDirectoryPath(const string& fname) { in NormalizeDirectoryPath() 237 bool AssetManagerFileSystem::DirectoryExists(const std::string& fname) { in DirectoryExists() 252 const string& fname, std::unique_ptr<WritableFile>* result) { in NewWritableFile() 256 const string& fname, std::unique_ptr<WritableFile>* result) { in NewAppendableFile()
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | posix_file_system.cc | 52 PosixRandomAccessFile(const string& fname, int fd) in PosixRandomAccessFile() 99 PosixWritableFile(const string& fname, FILE* f) in PosixWritableFile() 177 const string& fname, std::unique_ptr<RandomAccessFile>* result) { in NewRandomAccessFile() 189 Status PosixFileSystem::NewWritableFile(const string& fname, in NewWritableFile() 203 const string& fname, std::unique_ptr<WritableFile>* result) { in NewAppendableFile() 216 const string& fname, std::unique_ptr<ReadOnlyMemoryRegion>* result) { in NewReadOnlyMemoryRegionFromFile() 237 Status PosixFileSystem::FileExists(const string& fname) { in FileExists() 268 Status PosixFileSystem::DeleteFile(const string& fname) { in DeleteFile() 295 Status PosixFileSystem::GetFileSize(const string& fname, uint64* size) { in GetFileSize() 307 Status PosixFileSystem::Stat(const string& fname, FileStatistics* stats) { in Stat()
|
/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/tensorflow/tensorflow/core/platform/hadoop/ |
D | hadoop_file_system_test.cc | 40 Status WriteString(const string& fname, const string& content) { in WriteString() 48 Status ReadAll(const string& fname, string* content) { in ReadAll() 69 const string fname = TmpDir("RandomAccessFile"); in TEST_F() local 95 const string fname = TmpDir("WritableFile"); in TEST_F() local 115 const string fname = TmpDir("FileExists"); in TEST_F() local 137 const string fname = TmpDir("DeleteFile"); in TEST_F() local 144 const string fname = TmpDir("GetFileSize"); in TEST_F() local 193 const string fname = TmpDir("StatFile"); in TEST_F() local 203 const string fname = TmpDir("WriteWhileReading"); in TEST_F() local
|
D | hadoop_file_system.cc | 160 Status HadoopFileSystem::Connect(StringPiece fname, hdfsFS* fs) { in Connect() 283 const string& fname, std::unique_ptr<RandomAccessFile>* result) { in NewRandomAccessFile() 299 HDFSWritableFile(const string& fname, hdfsFS fs, hdfsFile file) in HDFSWritableFile() 360 const string& fname, std::unique_ptr<WritableFile>* result) { in NewWritableFile() 374 const string& fname, std::unique_ptr<WritableFile>* result) { in NewAppendableFile() 388 const string& fname, std::unique_ptr<ReadOnlyMemoryRegion>* result) { in NewReadOnlyMemoryRegionFromFile() 398 Status HadoopFileSystem::FileExists(const string& fname) { in FileExists() 440 Status HadoopFileSystem::DeleteFile(const string& fname) { in DeleteFile() 493 Status HadoopFileSystem::GetFileSize(const string& fname, uint64* size) { in GetFileSize() 524 Status HadoopFileSystem::Stat(const string& fname, FileStatistics* stats) { in Stat()
|
/external/u-boot/tools/patman/ |
D | tools.py | 88 def GetOutputFilename(fname): argument 119 def GetInputFilename(fname): argument 174 def PathHasFile(path_spec, fname): argument 226 def Filename(fname): argument 260 def ReadFile(fname, binary=True): argument 275 def WriteFile(fname, data): argument 483 def RunIfwiTool(ifwi_file, cmd, fname=None, subpart=None, entry_name=None): argument
|
D | checkpatch.py | 39 def CheckPatch(fname, verbose=False): argument 125 def GetWarningMsg(col, msg_type, fname, line, msg): argument
|
/external/u-boot/arch/sandbox/cpu/ |
D | os.c | 101 int os_write_file(const char *fname, const void *buf, int size) in os_write_file() 120 int os_read_file(const char *fname, void **bufp, int *sizep) in os_read_file() 400 char *fname; in os_dirent_ls() local 491 int os_get_filesize(const char *fname, loff_t *size) in os_get_filesize() 514 int os_write_ram_buf(const char *fname) in os_write_ram_buf() 530 int os_read_ram_buf(const char *fname) in os_read_ram_buf() 553 static int make_exec(char *fname, const void *data, int size) in make_exec() 628 static int os_jump_to_file(const char *fname) in os_jump_to_file() 684 char fname[30]; in os_jump_to_image() local 694 int os_find_u_boot(char *fname, int maxlen) in os_find_u_boot() [all …]
|
/external/tensorflow/tensorflow/core/platform/windows/ |
D | windows_file_system.cc | 106 WindowsRandomAccessFile(const string& fname, HANDLE hfile) in WindowsRandomAccessFile() 154 WindowsWritableFile(const string& fname, HANDLE hFile) in WindowsWritableFile() 262 const string& fname, std::unique_ptr<RandomAccessFile>* result) { in NewRandomAccessFile() 289 const string& fname, std::unique_ptr<WritableFile>* result) { in NewWritableFile() 309 const string& fname, std::unique_ptr<WritableFile>* result) { in NewAppendableFile() 339 const string& fname, std::unique_ptr<ReadOnlyMemoryRegion>* result) { in NewReadOnlyMemoryRegionFromFile() 416 Status WindowsFileSystem::FileExists(const string& fname) { in FileExists() 461 Status WindowsFileSystem::DeleteFile(const string& fname) { in DeleteFile() 491 Status WindowsFileSystem::GetFileSize(const string& fname, uint64* size) { in GetFileSize() 509 Status WindowsFileSystem::IsDirectory(const string& fname) { in IsDirectory() [all …]
|
/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/u-boot/scripts/dtc/ |
D | srcpos.c | 71 static char *try_open(const char *dirname, const char *fname, FILE **fp) in try_open() 98 static char *fopen_any_on_path(const char *fname, FILE **fp) in fopen_any_on_path() 117 FILE *srcfile_relative_open(const char *fname, char **fullnamep) in srcfile_relative_open() 143 void srcfile_push(const char *fname) in srcfile_push() 247 const char *fname = "<no-file>"; in srcpos_string() local
|
/external/dtc/ |
D | srcpos.c | 71 static char *try_open(const char *dirname, const char *fname, FILE **fp) in try_open() 98 static char *fopen_any_on_path(const char *fname, FILE **fp) in fopen_any_on_path() 117 FILE *srcfile_relative_open(const char *fname, char **fullnamep) in srcfile_relative_open() 143 void srcfile_push(const char *fname) in srcfile_push() 252 const char *fname = "<no-file>"; in srcpos_string() 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/ppp/pppd/plugins/radius/ |
D | radattr.c | 70 char fname[512]; in print_attributes() local 106 char fname[512]; in cleanup() local
|