Searched defs:openfile (Results 1 – 11 of 11) sorted by relevance
/external/python/cpython2/Lib/email/test/ |
D | test_email_torture.py | 22 def openfile(filename): function
|
D | test_email_renamed.py | 45 def openfile(filename, mode='r'): function
|
D | test_email.py | 50 def openfile(filename, mode='r'): function
|
/external/python/cpython3/Lib/test/test_email/ |
D | torture_test.py | 21 def openfile(filename): function
|
D | __init__.py | 17 def openfile(filename, *args, **kws): function
|
/external/icu/icu4c/source/samples/layout/ |
D | gnomelayout.cpp | 123 void openfile(GtkObject */*object*/, gpointer data) in openfile() function
|
D | cgnomelayout.c | 115 static void openfile(GtkObject *object, gpointer data) in openfile() function
|
/external/python/cpython2/Mac/Demo/textedit/ |
D | ped.py | 263 def openfile(self, *args): member in Ped
|
/external/python/cpython2/Mac/Demo/mlte/ |
D | mlted.py | 265 def openfile(self, *args): member in Mlted
|
/external/python/cpython2/Lib/ |
D | ihooks.py | 199 def openfile(self, *x): return open(*x) member in Hooks
|
/external/one-true-awk/ |
D | run.c | 1791 FILE *openfile(int a, const char *us, bool *pnewflag) in openfile() function
|