Searched refs:file_open (Results 1 - 15 of 15) sorted by relevance
/third_party/python/Lib/idlelib/ |
H A D | browser.py | 22 file_open = None # Method...Item and Class...Item use this. variable 84 file_open: Function used for opening a file. 105 global file_open 109 file_open = flist.open 177 file_open(self.file) 233 "Open module with file_open and position to lineno." 235 edit = file_open(self.obj.file)
|
/third_party/node/deps/openssl/openssl/providers/implementations/storemgmt/ |
H A D | file_store.c | 44 static OSSL_FUNC_store_open_fn file_open; variable 148 * Function to service both file_open() and file_attach() 195 static void *file_open(void *provctx, const char *uri) in file_open() function 755 * the allocated file BIO (for file_open()). in file_close_stream() 781 { OSSL_FUNC_STORE_OPEN, (void (*)(void))file_open },
|
/third_party/openssl/providers/implementations/storemgmt/ |
H A D | file_store.c | 44 static OSSL_FUNC_store_open_fn file_open; variable 148 * Function to service both file_open() and file_attach() 195 static void *file_open(void *provctx, const char *uri) in file_open() function 755 * the allocated file BIO (for file_open()). in file_close_stream() 781 { OSSL_FUNC_STORE_OPEN, (void (*)(void))file_open },
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_pathbrowser.py | 40 self.assertIsNotNone(browser.file_open)
|
H A D | test_browser.py | 40 self.assertIsNotNone(browser.file_open) 163 @mock.patch('idlelib.browser.file_open') 220 @mock.patch('idlelib.browser.file_open')
|
/third_party/ffmpeg/libavdevice/ |
H A D | Makefile | 13 OBJS-$(HAVE_LIBC_MSVCRT) += file_open.o
|
/third_party/ffmpeg/libavformat/ |
H A D | file.c | 206 static int file_open(URLContext *h, const char *filename, int flags) in file_open() function 357 .url_open = file_open,
|
H A D | Makefile | 33 OBJS-$(HAVE_LIBC_MSVCRT) += file_open.o
|
/third_party/ffmpeg/libavutil/ |
H A D | Makefile | 132 file_open.o \
|
/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_loader_attic.c | 1071 static OSSL_STORE_LOADER_CTX *file_open in file_open() function 1733 || !OSSL_STORE_LOADER_set_open(loader_attic, file_open) in bind_loader_attic()
|
/third_party/openssl/engines/ |
H A D | e_loader_attic.c | 1071 static OSSL_STORE_LOADER_CTX *file_open in file_open() function 1733 || !OSSL_STORE_LOADER_set_open(loader_attic, file_open) in bind_loader_attic()
|
/third_party/python/Lib/test/ |
H A D | test_urllib2.py | 811 r = h.file_open(Request(url)) 845 h.file_open, Request(url)) 867 h.file_open(req)
|
/third_party/ffmpeg/libavfilter/ |
H A D | Makefile | 27 OBJS-$(HAVE_LIBC_MSVCRT) += file_open.o
|
/third_party/python/Lib/urllib/ |
H A D | request.py | 1476 def file_open(self, req): member in FileHandler
|
/third_party/ffmpeg/libavcodec/ |
H A D | Makefile | 1219 OBJS-$(HAVE_LIBC_MSVCRT) += file_open.o
|
Completed in 19 milliseconds