/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
install_egg_info.py | 43 f = open(target, 'w')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_install_scripts.py | 45 f = open(os.path.join(source, name), "w")
|
test_text_file.py | 56 out_file = open(filename, "w")
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/ |
test_email_torture.py | 25 return open(path, 'r')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
pytree_idempotency.py | 81 f = open("@", "w")
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/ |
Required_Suite.py | 16 def open(self, _object, _attributes={}, **_arguments): member in class:Required_Suite_Events 17 """open: Open documents
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/ |
Required_suite.py | 16 def open(self, _object, _attributes={}, **_arguments): member in class:Required_suite_Events 17 """open: Open the specified object(s) 18 Required argument: list of objects to open
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_dircache.py | 22 f = open(os.path.join(self.tempdir, fname), 'w')
|
test_netrc.py | 16 with open(temp_filename, mode) as fp:
|
test_py_compile.py | 25 with open(self.source_path, 'w') as file:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/ |
ElementInclude.py | 78 file = open(href)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
install_egg_info.py | 43 f = open(target, 'w')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_install_scripts.py | 45 f = open(os.path.join(source, name), "w")
|
test_text_file.py | 56 out_file = open(filename, "w")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/ |
test_email_torture.py | 25 return open(path, 'r')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
pytree_idempotency.py | 81 f = open("@", "w")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_dircache.py | 22 f = open(os.path.join(self.tempdir, fname), 'w')
|
test_netrc.py | 16 with open(temp_filename, mode) as fp:
|
test_py_compile.py | 25 with open(self.source_path, 'w') as file:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/ |
ElementInclude.py | 78 file = open(href)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ChangeViewRefactoring.java | 2 * Copyright (C) 2011 The Android Open Source Project 174 int open = text.indexOf(oldName); local 180 if (open != -1) { 182 rootEdit.addChild(new ReplaceEdit(region.getStartOffset() + open, 185 if (close != -1 && close != open) {
|
/system/core/adb/ |
transport_local.c | 2 * Copyright (C) 2007 The Android Open Source Project 194 * Redefine open and write for qemu_pipe.h that contains inlined references 197 #undef open macro 199 #define open adb_open macro 202 #undef open macro 204 #define open ___xxx_open macro
|
/system/core/init/ |
keychords.c | 2 * Copyright (C) 2010 The Android Open Source Project 75 fd = open("/dev/keychord", O_RDWR); 77 ERROR("could not open /dev/keychord\n");
|
/system/core/libcutils/ |
ashmem-host.c | 2 * Copyright (C) 2008 The Android Open Source Project 59 /* open O_EXCL & O_CREAT: we are either the sole owner or we fail */ 60 fd = open(name, O_RDWR | O_CREAT | O_EXCL, 0600);
|
/system/core/libsync/ |
sync.c | 93 return open("/dev/sw_sync", O_RDWR);
|