Home
last modified time | relevance | path

Searched defs:fname (Results 1 – 25 of 648) sorted by relevance

12345678910>>...26

/external/tensorflow/tensorflow/core/platform/
Dnull_file_system.h42 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()
Dfile_system.h71 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 …]
Dram_file_system.h109 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()
Denv.cc112 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 …]
Denv.h114 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/
Ds3_file_system_test.cc42 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/
Dinputbuffer_test.cc40 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 …]
Dbuffered_inputstream_test.cc66 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 …]
Drandom_inputstream_test.cc28 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
Drecord_reader_writer_test.cc47 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/
Dbpf_trace_helpers.h31 #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/
DASTFunAppl.java83 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/
Dhadoop_file_system_test.cc41 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 …]
Dhadoop_file_system.cc159 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/
Dasset_manager_filesystem.cc127 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/
Dtest_dircache.py21 def writeTemp(self, fname): argument
25 def mkdirTemp(self, fname): argument
28 def delTemp(self, fname): argument
Dtest_mhlib.py34 def writeFile(fname, contents): argument
42 def readFile(fname): argument
79 def mkdirs(fname): argument
86 def deltree(fname): argument
/external/dtc/
Dsrcpos.c47 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/
Dposix_file_system.cc54 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/
Dstrings.c190 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/
Dwindows_file_system.cc110 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/
Delfstrmerge.c96 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/
Dround_trip_packed_literal_test.cc54 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/
Dstubs.cpp11 #define FUNC_TYPES(rettype, fname, fargs, callArgs) \ argument
14 #define FUNC_SYM(rettype, fname, fargs, callArgs) … argument
/external/ppp/pppd/plugins/radius/
Dradattr.c70 char fname[512]; in print_attributes() local
106 char fname[512]; in cleanup() local

12345678910>>...26