/external/curl/tests/ |
D | memanalyze.pl | 263 $openfile++; 269 $openfile++; 272 $openfile++; 277 $openfile++; 285 $openfile--; 385 if($openfile) {
|
/external/python/cpython3/Lib/test/test_email/ |
D | torture_test.py | 21 def openfile(filename): function 28 openfile('crispin-torture.txt') 36 fp = openfile(filename)
|
D | test_email.py | 41 from test.test_email import openfile, TestEmailBase 216 with openfile('msg_46.txt') as fp: 227 with openfile('msg_46.txt') as fp: 276 with openfile('msg_17.txt') as fp: 297 with openfile('msg_01.txt') as fp: 316 with openfile('msg_01.txt') as fp: 764 with openfile('PyBanner048.gif', 'rb') as fp: 1473 with openfile('audiotest.au', 'rb') as fp: 1513 with openfile('PyBanner048.gif', 'rb') as fp: 1705 with openfile('PyBanner048.gif', 'rb') as fp: [all …]
|
D | __init__.py | 17 def openfile(filename, *args, **kws): function 41 with openfile(filename) as fp:
|
/external/python/cpython2/Lib/email/test/ |
D | test_email_torture.py | 22 def openfile(filename): function 29 openfile('crispin-torture.txt') 37 fp = openfile(filename)
|
D | test_email.py | 50 def openfile(filename, mode='r'): function 69 fp = openfile(findfile(filename)) 202 fp = openfile(findfile('msg_46.txt')) 260 fp = openfile('msg_17.txt') 285 fp = openfile('msg_01.txt') 1032 fp = openfile('PyBanner048.gif') 1125 fp = openfile('PyBanner048.gif') 1684 fp = openfile('msg_11.txt') 1807 fp = openfile('msg_21.txt') 1865 fp = openfile('msg_30.txt') [all …]
|
D | test_email_renamed.py | 45 def openfile(filename, mode='r'): function 64 fp = openfile(findfile(filename)) 219 fp = openfile('msg_17.txt') 244 fp = openfile('msg_01.txt') 942 fp = openfile('PyBanner048.gif') 1060 fp = openfile('PyBanner048.gif') 1603 fp = openfile('msg_11.txt') 1726 fp = openfile('msg_21.txt') 1784 fp = openfile('msg_30.txt') 1804 fp = openfile('msg_28.txt') [all …]
|
/external/ltp/testcases/kernel/fs/openfile/ |
D | .gitignore | 1 /openfile
|
/external/icu/icu4c/source/samples/layout/ |
D | gnomelayout.cpp | 123 void openfile(GtkObject */*object*/, gpointer data) in openfile() function 180 GNOMEUIINFO_MENU_OPEN_ITEM(openfile, NULL),
|
D | cgnomelayout.c | 115 static void openfile(GtkObject *object, gpointer data) in openfile() function 172 GNOMEUIINFO_MENU_OPEN_ITEM(openfile, NULL),
|
/external/python/cpython2/Mac/Demo/mlte/ |
D | mlted.py | 181 self.openitem = MenuItem(m, "Open...", "O", self.openfile) 265 def openfile(self, *args): member in Mlted
|
/external/python/cpython2/Mac/Demo/textedit/ |
D | ped.py | 191 self.openitem = MenuItem(m, "Open...", "O", self.openfile) 263 def openfile(self, *args): member in Ped
|
/external/python/cpython2/Lib/ |
D | ihooks.py | 199 def openfile(self, *x): return open(*x) member in Hooks 255 fp = self.hooks.openfile(fullname, mode)
|
/external/one-true-awk/ |
D | proto.h | 188 extern FILE *openfile(int, const char *);
|
D | run.c | 417 fp = openfile(mode, getsval(x)); in awkgetline() 1613 } else if ((fp = openfile(FFLUSH, getsval(x))) == NULL) in bltin() 1673 fp = openfile(a, fname); in redirect() 1705 FILE *openfile(int a, const char *us) in openfile() function
|
/external/ltp/runtest/ |
D | fs_readonly | 38 test_robind38 test_robind.sh -c "openfile -f10 -t10"
|
D | fs | 44 openfile01 openfile -f10 -t10
|
/external/ltp/ |
D | gen.bp | 10743 stem: "openfile", 10745 srcs: ["testcases/kernel/fs/openfile/openfile.c"],
|