Searched refs:FileWrapper (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/zlib/google/ |
H A D | zip_reader_unittest.cc | 39 class FileWrapper { class 46 FileWrapper(const base::FilePath& path, AccessMode mode) { in FileWrapper() function in __anon26461::FileWrapper 56 ~FileWrapper() {} in ~FileWrapper() 227 FileWrapper zip_fd_wrapper(test_zip_file_, FileWrapper::READ_ONLY); in TEST_F() 264 FileWrapper zip_fd_wrapper(test_zip_file_, FileWrapper::READ_ONLY); in TEST_F() 569 FileWrapper zip_fd_wrapper(test_zip_file_, FileWrapper::READ_ONLY); in TEST_F()
|
/third_party/node/deps/v8/third_party/zlib/google/ |
H A D | zip_reader_unittest.cc | 46 class FileWrapper { class 50 FileWrapper(const base::FilePath& path, AccessMode mode) { in FileWrapper() function in __anon15298::FileWrapper 60 ~FileWrapper() {} in ~FileWrapper() 213 FileWrapper zip_fd_wrapper(test_zip_file_, FileWrapper::READ_ONLY); in TEST_F() 265 FileWrapper zip_fd_wrapper(test_zip_file_, FileWrapper::READ_ONLY); in TEST_F() 809 FileWrapper zip_fd_wrapper(test_zip_file_, FileWrapper::READ_ONLY); in TEST_F()
|
/third_party/node/deps/zlib/google/ |
H A D | zip_reader_unittest.cc | 48 class FileWrapper { class 52 FileWrapper(const base::FilePath& path, AccessMode mode) { in FileWrapper() function in __anon15319::FileWrapper 62 ~FileWrapper() {} in ~FileWrapper() 215 FileWrapper zip_fd_wrapper(test_zip_file_, FileWrapper::READ_ONLY); in TEST_F() 267 FileWrapper zip_fd_wrapper(test_zip_file_, FileWrapper::READ_ONLY); in TEST_F() 795 FileWrapper zip_fd_wrapper(test_zip_file_, FileWrapper::READ_ONLY); in TEST_F()
|
/third_party/python/Lib/wsgiref/ |
H A D | types.py | 13 "FileWrapper", 50 class FileWrapper(Protocol): class
|
H A D | handlers.py | 3 from .util import FileWrapper, guess_scheme, is_hop_by_hop namespace 113 wsgi_file_wrapper = FileWrapper # set to None to disable
|
H A D | util.py | 6 'FileWrapper', 'guess_scheme', 'application_uri', 'request_uri', 11 class FileWrapper: class
|
/third_party/mbedtls/tests/scripts/ |
H A D | audit-validity-dates.py | 29 from generate_test_code import FileWrapper namespace 355 data_f = FileWrapper(filename)
|
H A D | generate_test_code.py | 217 class FileWrapper: class 238 This method makes FileWrapper iterable. 1126 with FileWrapper(funcs_file) as funcs_f: 1148 with FileWrapper(data_file) as data_f, \
|
/third_party/python/Lib/test/ |
H A D | test_wsgiref.py | 330 return util.FileWrapper(StringIO(text),size) 582 'wsgi.file_wrapper': util.FileWrapper,
|
Completed in 9 milliseconds