HomeSort by relevance Sort by last modified time
    Searched refs:open (Results 3151 - 3175 of 4741) sorted by null

<<121122123124125126127128129130>>

  /libcore/luni/src/main/java/libcore/io/
IoBridge.java 2 * Copyright (C) 2011 The Android Open Source Project
388 public static FileDescriptor open(String path, int flags) throws FileNotFoundException { method in class:IoBridge
393 fd = Libcore.os.open(path, flags, mode);
395 // Posix open(2) fails with EISDIR only if you ask for write permission.
398 throw new ErrnoException("open", EISDIR);
  /ndk/sources/host-tools/make-3.81/
getloadavg.c 479 /* File descriptor open to /dev/kmem or VMS load ave driver. */
591 fd = open (LINUX_LDAV_FILE, O_RDONLY);
836 /* Ensure that there is a channel open to the load ave device. */
839 /* Attempt to open the channel. */
913 /* Make sure we have /dev/kmem open. */
917 channel = open ("/dev/kmem", 0);
  /packages/apps/Calendar/src/com/android/calendar/alerts/
GlobalDismissManager.java 2 * Copyright (C) 2013 The Android Open Source Project
256 if (cnb.open(context)) {
284 if (!cnb.open(context)) {
285 Log.i(TAG, "Unable to open cloud notification backplane");
  /prebuilts/devtools/tools/lib/
ddms.jar 
  /prebuilts/misc/common/json/
json-prebuilt.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_thread.py 45 self.env.open(self.homeDir, self.envflags | db.DB_CREATE)
51 self.d.open(self.filename, self.dbtype, self.dbopenflags|db.DB_CREATE)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
codecs.py 19 __all__ = ["register", "lookup", "open", "EncodedFile", "BOM", "BOM_BE",
326 stream must be a file-like object open for writing
399 stream must be a file-like object open for reading
715 # these are needed to make "with codecs.open(...)" work properly
841 def open(filename, mode='rb', encoding=None, errors='strict', buffering=1): function
843 """ Open an encoded file using the given mode and return
854 open the file in binary read mode.
863 buffering has the same meaning as for the builtin open() API.
881 file = __builtin__.open(filename, mode, buffering)
    [all...]
formatter.py 431 fp = open(file)
433 fp = open(sys.argv[1])
plistlib.py 75 pathOrFile = open(pathOrFile)
90 pathOrFile = open(pathOrFile, "w")
profile.py 413 f = open(file, 'wb')
596 with open(progname, 'rb') as fp:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 144 cfgFile = open(fname, 'w')
147 cfgFile = open(fname, 'w')
592 '<<open-class-browser>>': ['<Alt-c>'],
593 '<<open-module>>': ['<Alt-m>'],
594 '<<open-new-window>>': ['<Control-n>'],
595 '<<open-window-from-file>>': ['<Control-o>'],
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bool.py 23 fo = open(test_support.TESTFN, "wb")
26 fo = open(test_support.TESTFN, "rb")
test_multibytecodec_support.py 370 with open(os.path.join(dir, name + '.txt'), 'rb') as f:
372 with open(os.path.join(dir, name + '-utf8.txt'), 'rb') as f:
test_sys_settrace.py 674 with open(test_support.TESTFN, "wb") as fp:
676 with open(test_support.TESTFN, "wb") as fp:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_thread.py 45 self.env.open(self.homeDir, self.envflags | db.DB_CREATE)
51 self.d.open(self.filename, self.dbtype, self.dbopenflags|db.DB_CREATE)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
codecs.py 19 __all__ = ["register", "lookup", "open", "EncodedFile", "BOM", "BOM_BE",
326 stream must be a file-like object open for writing
399 stream must be a file-like object open for reading
715 # these are needed to make "with codecs.open(...)" work properly
841 def open(filename, mode='rb', encoding=None, errors='strict', buffering=1): function
843 """ Open an encoded file using the given mode and return
854 open the file in binary read mode.
863 buffering has the same meaning as for the builtin open() API.
881 file = __builtin__.open(filename, mode, buffering)
    [all...]
formatter.py 431 fp = open(file)
433 fp = open(sys.argv[1])
plistlib.py 75 pathOrFile = open(pathOrFile)
90 pathOrFile = open(pathOrFile, "w")
profile.py 413 f = open(file, 'wb')
596 with open(progname, 'rb') as fp:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 144 cfgFile = open(fname, 'w')
147 cfgFile = open(fname, 'w')
592 '<<open-class-browser>>': ['<Alt-c>'],
593 '<<open-module>>': ['<Alt-m>'],
594 '<<open-new-window>>': ['<Control-n>'],
595 '<<open-window-from-file>>': ['<Control-o>'],
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bool.py 23 fo = open(test_support.TESTFN, "wb")
26 fo = open(test_support.TESTFN, "rb")
test_multibytecodec_support.py 370 with open(os.path.join(dir, name + '.txt'), 'rb') as f:
372 with open(os.path.join(dir, name + '-utf8.txt'), 'rb') as f:
test_sys_settrace.py 674 with open(test_support.TESTFN, "wb") as fp:
676 with open(test_support.TESTFN, "wb") as fp:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiResourceAttributeNode.java 2 * Copyright (C) 2007 The Android Open Source Project
171 if (dlg.open() == Window.OK) {
182 if (dlg.open() == Window.OK) {
  /external/expat/lib/
xmlparse.c 1 /* Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
168 /* TAG represents an open element.
172 XMLParseBuffer() when the element is open, the memory for the 'raw'
174 document buffer. If the element is open across calls to
200 XML_Bool open; member in struct:__anon18257
    [all...]

Completed in 929 milliseconds

<<121122123124125126127128129130>>