/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
tst-regex2.c | 34 fd = open (argv[1], O_RDONLY); 37 printf ("Couldn't open %s: %s\n", argv[1], strerror (errno));
|
/packages/apps/Email/src/com/android/email/mail/store/ |
Pop3Store.java | 2 * Copyright (C) 2008 The Android Open Source Project 131 // Close any open or half-open connections - checkSettings should always be "fresh" 136 folder.open(OpenMode.READ_WRITE); 195 public synchronized void open(OpenMode mode) throws MessagingException { method in class:Pop3Store.Pop3Folder 205 mTransport.open(); 708 * if it is closed. Leaves the connection open. 719 * if it is closed. Leaves the connection open. 728 open(OpenMode.READ_WRITE);
|
/packages/apps/Gallery/src/com/android/camera/gallery/ |
UriImage.java | 2 * Copyright (C) 2009 The Android Open Source Project 69 return ParcelFileDescriptor.open(new File(path),
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/ |
UserPresetsManager.java | 67 mUserPresets.open();
|
/packages/apps/Mms/src/com/android/mms/ |
TempFileProvider.java | 86 pfd = ParcelFileDescriptor.open(file, modeFlags);
|
/packages/services/Telephony/src/com/android/phone/ |
SipBroadcastReceiver.java | 2 * Copyright (C) 2010 The Android Open Source Project 126 sipManager.open(profile,
|
/packages/wallpapers/Basic/src/com/android/wallpaper/walkaround/ |
WalkAroundWallpaper.java | 2 * Copyright (C) 2009 The Android Open Source Project 71 mCamera = Camera.open();
|
/pdk/util/ |
diff_products.py | 3 # Copyright (C) 2013 The Android Open Source Project 86 for line in open(productPath):
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
info.h | 48 int (*open) (struct snd_info_entry *entry, member in struct:snd_info_entry_ops
|
rawmidi.h | 52 int (*open) (struct snd_rawmidi_substream * substream); member in struct:snd_rawmidi_ops 92 unsigned int opened: 1, /* open flag */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
info.h | 48 int (*open) (struct snd_info_entry *entry, member in struct:snd_info_entry_ops
|
rawmidi.h | 52 int (*open) (struct snd_rawmidi_substream * substream); member in struct:snd_rawmidi_ops 92 unsigned int opened: 1, /* open flag */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_compare.py | 80 env.open(self.homeDir, 101 self.db.open(self.filename, "test", db.DB_BTREE, db.DB_CREATE) 266 env.open(self.homeDir, 285 self.db.open(self.filename, "test", db.DB_BTREE, db.DB_CREATE)
|
test_dbshelve.py | 76 self.d = dbshelve.open(self.filename) 258 self.d.open(self.filename, self.dbtype, self.dbflags) 289 self.env.open(self.homeDir, 294 self.d.open(self.filename, self.dbtype, self.dbflags)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
core.py | 219 f = open(script_name)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
getpass.py | 45 fd = os.open('/dev/tty', os.O_RDWR|os.O_NOCTTY)
|
imghdr.py | 12 f = open(file, 'rb')
|
mimify.py | 12 of a file or an open file object. Only a readline() method is used 210 ifile = open(infile) 218 ofile = open(outfile, 'w') 418 ifile = open(infile) 426 ofile = open(outfile, 'w')
|
netrc.py | 31 with open(file) as fp:
|
sndhdr.py | 43 f = open(filename, 'rb')
|
sre_constants.py | 223 f = open("sre_constants.h", "w")
|
sysconfig.py | 214 with open(filename) as f: 295 msg = "invalid Python installation: unable to open %s" % makefile 303 with open(config_h) as f: 306 msg = "invalid Python installation: unable to open %s" % config_h 344 with open(destfile, 'wb') as f: 351 with open('pybuilddir.txt', 'w') as f:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
macosxSupport.py | 60 This ensures that the application will respond to open AppleEvents, which 65 flist.open(fn) 68 # receives a file open event. The callback can have multiple arguments, 133 root.bind('<<open-config-dialog>>', config_dialog) 156 ('_Preferences....', '<<open-config-dialog>>'),
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
Audio_mac.py | 109 af = aifc.open(fn, 'r')
|
buildtools.py | 87 fp = open(filename, 'rU') 164 tmpl = open(template, "rb") 165 dest = open(destname, "wb") 174 # Open the output resource fork 428 fc = open(cfile, 'wb')
|