/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
sunau.py | 39 f = sunau.open(file, 'r') 40 where file is either the name of a file or an open file pointer. 41 The open file pointer must have methods read(), seek(), and close(). 72 f = sunau.open(file, 'w') 73 where file is either the name of a file or an open file pointer. 74 The open file pointer must have methods write(), tell(), seek(), and 157 f = __builtin__.open(f, 'rb') 286 f = __builtin__.open(f, 'wb') 462 def open(f, mode=None): function 475 openfp = open [all...] |
wave.py | 6 f = wave.open(file, 'r') 7 where file is either the name of a file or an open file pointer. 8 The open file pointer must have methods read(), seek(), and close(). 39 f = wave.open(file, 'w') 40 where file is either the name of a file or an open file pointer. 41 The open file pointer must have methods write(), tell(), seek(), and 76 __all__ = ["open", "openfp", "Error"] 99 _file -- the open file with methods read(), close(), and seek() 159 f = __builtin__.open(f, 'rb') 161 # else, assume it is an open file object alread 491 def open(f, mode=None): function [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_modulefinder.py | 210 return open(path, "w")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
_MozillaCookieJar.py | 118 f = open(filename, "w")
|
imputil.py | 425 codestring = open(pathname, 'rU').read() 432 f = open(pathname + _suffix_char, 'wb') 589 f = open(file, 'rb') 606 fp = open(filename, self.desc[1])
|
linecache.py | 127 with open(fullname, 'rU') as fp:
|
shlex.py | 255 return (newfile, open(newfile, "r")) 286 lexer = shlex(open(file), file)
|
sunau.py | 39 f = sunau.open(file, 'r') 40 where file is either the name of a file or an open file pointer. 41 The open file pointer must have methods read(), seek(), and close(). 72 f = sunau.open(file, 'w') 73 where file is either the name of a file or an open file pointer. 74 The open file pointer must have methods write(), tell(), seek(), and 157 f = __builtin__.open(f, 'rb') 286 f = __builtin__.open(f, 'wb') 462 def open(f, mode=None): function 475 openfp = open [all...] |
wave.py | 6 f = wave.open(file, 'r') 7 where file is either the name of a file or an open file pointer. 8 The open file pointer must have methods read(), seek(), and close(). 39 f = wave.open(file, 'w') 40 where file is either the name of a file or an open file pointer. 41 The open file pointer must have methods write(), tell(), seek(), and 76 __all__ = ["open", "openfp", "Error"] 99 _file -- the open file with methods read(), close(), and seek() 159 f = __builtin__.open(f, 'rb') 161 # else, assume it is an open file object alread 491 def open(f, mode=None): function [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/ |
__init__.py | 364 d.open(file, db.DB_HASH, flags, mode) 381 d.open(file, db.DB_BTREE, flags, mode) 401 d.open(file, db.DB_RECNO, flags, mode) 414 e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
|
dbshelve.py | 81 def open(filename, flags=db.DB_CREATE, mode=0660, filetype=db.DB_HASH, function 89 db = dbshelve.open(filename) 111 d.open(filename, dbname, filetype, flags, mode) 182 def open(self, *args, **kwargs): member in class:DBShelf 183 self.db.open(*args, **kwargs) 281 # key_range, open, remove, rename, stat, sync,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
config.py | 45 f = os.fdopen(os.open(rc, os.O_CREAT | os.O_WRONLY, 0600), 'w')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_build_scripts.py | 74 f = open(os.path.join(dir, name), "w")
|
test_config.py | 112 f = open(rc)
|
test_config_cmd.py | 31 f = open(this_file)
|
test_core.py | 55 f = open(path, "w")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_modulefinder.py | 210 return open(path, "w")
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/ |
ExportLinksPart.java | 2 * Copyright (C) 2010 The Android Open Source Project 96 mb.open();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
ConvertToDpFix.java | 2 * Copyright (C) 2012 The Android Open Source Project 59 if (densityDialog.open() == Window.OK) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/ |
ExportWizardAction.java | 2 * Copyright (C) 2008 The Android Open Source Project 83 dialog.open();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
DeviceViewAction.java | 60 if (dlg.open() != Window.OK) { 97 // and finally open the editor to view the file
|
OpenGLTraceAction.java | 2 * Copyright (C) 2011 The Android Open Source Project 60 FileDialog fd = new FileDialog(shell, SWT.OPEN); 62 fd.setText("Open Trace File"); 66 String fname = fd.open();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/ |
StaticPortConfigDialog.java | 2 * Copyright (C) 2012 The Android Open Source Project 86 * Open and display the dialog. This method returns only when the 90 public void open() { method in class:StaticPortConfigDialog 111 // actually open the dialog 112 mShell.open(); 175 if (dlg.open()) { 199 if (dlg.open()) {
|
/system/core/fastbootd/ |
config.c | 122 fd = open(CONFIG_PATH, O_RDONLY); 124 D(ERR, "failed to open " CONFIG_PATH);
|
/system/core/libcutils/ |
trace.c | 2 * Copyright (C) 2012 The Android Open Source Project 170 atrace_marker_fd = open("/sys/kernel/debug/tracing/trace_marker", O_WRONLY);
|