Searched refs:openfile (Results 1 - 11 of 11) sorted by relevance
/third_party/curl/tests/ |
H A D | memanalyze.pl | 271 $openfile++; 277 $openfile++; 280 $openfile++; 285 $openfile++; 293 $openfile--; 393 if($openfile) {
|
/third_party/icu/tools/unicode/c/genuca/ |
H A D | genteststub.py | 25 openfile = open(fname, 'r'); variable 40 for line in openfile.readlines(): 57 openfile.close()
|
/third_party/musl/libc-test/src/functionalext/supplement/mman/ |
H A D | madvise.c | 24 static int openfile(void) in openfile() function 49 int fd = openfile(); in madvise_0100() 71 int fd = openfile(); in madvise_0200()
|
H A D | posix_madvise.c | 24 static int openfile(void) in openfile() function 50 int fd = openfile(); in posix_madvise_0100() 71 int fd = openfile(); in posix_madvise_0200()
|
/third_party/python/Lib/test/test_email/ |
H A D | torture_test.py | 20 def openfile(filename): function 28 openfile('crispin-torture.txt') 36 fp = openfile(filename)
|
H A D | test_email.py | 44 from test.test_email import openfile, TestEmailBase namespace 219 with openfile('msg_46.txt', encoding="utf-8") as fp: 230 with openfile('msg_46.txt', encoding="utf-8") as fp: 279 with openfile('msg_17.txt', encoding="utf-8") as fp: 300 with openfile('msg_01.txt', encoding="utf-8") as fp: 354 with openfile('msg_01.txt', encoding="utf-8") as fp: 802 with openfile('python.gif', 'rb') as fp: 1520 with openfile(f'sndhdr.{ext}', 'rb') as fp: 1572 with openfile(f'python.{ext}', 'rb') as fp: 1783 with openfile('pytho [all...] |
H A D | __init__.py | 17 def openfile(filename, *args, **kws): function 41 with openfile(filename, encoding="utf-8") as fp:
|
/third_party/icu/icu4c/source/samples/layout/ |
H A D | gnomelayout.cpp | 123 void openfile(GtkObject */*object*/, gpointer data) in openfile() function 180 GNOMEUIINFO_MENU_OPEN_ITEM(openfile, NULL),
|
H A D | cgnomelayout.c | 117 static void openfile(GtkObject *object, gpointer data) in openfile() function 174 GNOMEUIINFO_MENU_OPEN_ITEM(openfile, NULL),
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
H A D | cgnomelayout.c | 115 static void openfile(GtkObject *object, gpointer data) in openfile() function 172 GNOMEUIINFO_MENU_OPEN_ITEM(openfile, NULL),
|
H A D | gnomelayout.cpp | 123 void openfile(GtkObject */*object*/, gpointer data) in openfile() function 180 GNOMEUIINFO_MENU_OPEN_ITEM(openfile, NULL),
|
Completed in 9 milliseconds