/pdk/apps/CameraITS/pymodules/its/ |
device.py | 1 # Copyright 2013 The Android Open Source Project 41 sock: The open socket. 50 # Open a connection to localhost:6000, forwarded to port 6000 on the device. 268 with open(os.devnull, 'wb') as devnull:
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
cdk.h | 422 * the host to open, close and control the device on the slave. 425 unsigned char open; member in struct:cdkctrl
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
cdk.h | 422 * the host to open, close and control the device on the slave. 425 unsigned char open; member in struct:cdkctrl
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
cdk.h | 422 * the host to open, close and control the device on the slave. 425 unsigned char open; member in struct:cdkctrl
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ |
sgiarcs.h | 219 LONG open; member in struct:linux_romvec
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ |
sgiarcs.h | 219 LONG open; member in struct:linux_romvec
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/ |
sgiarcs.h | 219 LONG open; member in struct:linux_romvec
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/ |
sgiarcs.h | 219 LONG open; member in struct:linux_romvec
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/ |
sgiarcs.h | 219 LONG open; member in struct:linux_romvec
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
SimpleHTTPServer.py | 87 f = open(path, 'rb') 166 The SOURCE argument is a file object open for reading 168 argument is a file object open for writing (or
|
_LWPCookieJar.py | 83 f = open(filename, "w")
|
base64.py | 342 -t: encode and decode string 'Aladdin:open sesame'"""%sys.argv[0] 351 with open(args[0], 'rb') as f: 358 s0 = "Aladdin:open sesame"
|
dis.py | 214 f = open(fn)
|
mailcap.py | 22 fp = open(mailcap, 'r')
|
quopri.py | 220 fp = open(file) 222 sys.stderr.write("%s: can't open (%s)\n" % (file, msg))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_lock.py | 25 self.env.open(self.homeDir, db.DB_THREAD | db.DB_INIT_MPOOL |
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
archive_util.py | 101 tar = tarfile.open(archive_name, 'w|%s' % tar_compression[compress])
|
emxccompiler.py | 274 f = open(fn)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
support.py | 95 f = open(path, 'w')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/ |
log.py | 171 fp = open(absname)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
SearchDialogBase.py | 14 def open(self, text, searchphrase=None): member in class:SearchDialogBase
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
driver.py | 97 stream = codecs.open(filename, "r", encoding)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
PixMapWrapper.py | 216 pm.fromImage( Image.open(path) )
|
bundlebuilder.py | 186 f = open(pkginfo, "wb") 488 open(mainprogrampath, "w").write(ARGV_EMULATOR % locals()) 515 open(bootstrappath, "w").write(BOOTSTRAP_SCRIPT % locals()) 752 f = open(path, "wb") [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/ |
Standard_Suite.py | 233 def open(self, _object, _attributes={}, **_arguments): member in class:Standard_Suite_Events 234 """open: Open the specified object(s) 235 Required argument: list of objects to open 236 Keyword argument using: the application file to open the object with 237 Keyword argument with_properties: the initial values for the properties, to be included with the open command sent to the application that opens the direct object
|