HomeSort by relevance Sort by last modified time
    Searched refs:openfile (Results 1 - 18 of 18) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
test_email_torture.py 22 def openfile(filename): function
29 openfile('crispin-torture.txt')
38 fp = openfile(filename)
test_email.py 44 def openfile(filename, mode='r'): function
63 fp = openfile(findfile(filename))
196 fp = openfile(findfile('msg_46.txt'))
254 fp = openfile('msg_17.txt')
279 fp = openfile('msg_01.txt')
    [all...]
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')
    [all...]
  /external/python/cpython2/Lib/email/test/
test_email_torture.py 22 def openfile(filename): function
29 openfile('crispin-torture.txt')
38 fp = openfile(filename)
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')
    [all...]
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')
    [all...]
  /external/python/cpython3/Lib/test/test_email/
torture_test.py 21 def openfile(filename): function
28 openfile('crispin-torture.txt')
36 fp = openfile(filename)
__init__.py 17 def openfile(filename, *args, **kws): function
41 with openfile(filename) as fp:
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:
    [all...]
  /external/curl/tests/
memanalyze.pl 263 $openfile++;
269 $openfile++;
272 $openfile++;
277 $openfile++;
285 $openfile--;
385 if($openfile) {
  /external/icu/icu4c/source/samples/layout/
gnomelayout.cpp 123 void openfile(GtkObject */*object*/, gpointer data) function
180 GNOMEUIINFO_MENU_OPEN_ITEM(openfile, NULL),
cgnomelayout.c 115 static void openfile(GtkObject *object, gpointer data) function
172 GNOMEUIINFO_MENU_OPEN_ITEM(openfile, NULL),
  /external/one-true-awk/
proto.h 188 extern FILE *openfile(int, const char *);
run.c 417 fp = openfile(mode, getsval(x));
1705 FILE *openfile(int a, const char *us) function
    [all...]
  /external/python/cpython2/Mac/Demo/mlte/
mlted.py 181 self.openitem = MenuItem(m, "Open...", "O", self.openfile)
265 def openfile(self, *args): member in class:Mlted
  /external/python/cpython2/Mac/Demo/textedit/
ped.py 191 self.openitem = MenuItem(m, "Open...", "O", self.openfile)
263 def openfile(self, *args): member in class:Ped
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ihooks.py 199 def openfile(self, *x): return open(*x) member in class:Hooks
255 fp = self.hooks.openfile(fullname, mode)
  /external/python/cpython2/Lib/
ihooks.py 199 def openfile(self, *x): return open(*x) member in class:Hooks
255 fp = self.hooks.openfile(fullname, mode)

Completed in 2791 milliseconds