Searched defs:open (Results 1 - 25 of 741) sorted by relevance

1234567891011>>

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
H A Dfcntl2.h24 /* Check that calls to open and openat with O_CREAT set have an
29 open) __nonnull ((1));
37 "open can be called either with 2 or 3 arguments, not more");
39 "open with O_CREAT in second argument needs 3 arguments");
42 open (__const char *__path, int __oflag, ...) function
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
H A Dfcntl2.h24 /* Check that calls to open and openat with O_CREAT set have an
29 open) __nonnull ((1));
37 "open can be called either with 2 or 3 arguments, not more");
39 "open with O_CREAT in second argument needs 3 arguments");
42 open (__const char *__path, int __oflag, ...) function
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Danydbm.py6 d = dbm.open(file, 'w', 0666)
11 d = anydbm.open(file, 'w')
57 def open(file, flag='r', mode=0666): function
79 raise error, "need 'c' or 'n' flag to open new db"
85 return mod.open(file, flag, mode)
H A Ddbhash.py13 __all__ = ["error","open"]
17 def open(file, flag = 'r', mode=0666): function
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Danydbm.py6 d = dbm.open(file, 'w', 0666)
11 d = anydbm.open(file, 'w')
57 def open(file, flag='r', mode=0666): function
79 raise error, "need 'c' or 'n' flag to open new db"
85 return mod.open(file, flag, mode)
H A Ddbhash.py13 __all__ = ["error","open"]
17 def open(file, flag = 'r', mode=0666): function
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Danydbm.py6 d = dbm.open(file, 'w', 0666)
11 d = anydbm.open(file, 'w')
57 def open(file, flag='r', mode=0666): function
79 raise error, "need 'c' or 'n' flag to open new db"
85 return mod.open(file, flag, mode)
H A Ddbhash.py13 __all__ = ["error","open"]
17 def open(file, flag = 'r', mode=0666): function
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Danydbm.py6 d = dbm.open(file, 'w', 0666)
11 d = anydbm.open(file, 'w')
57 def open(file, flag='r', mode=0666): function
79 raise error, "need 'c' or 'n' flag to open new db"
85 return mod.open(file, flag, mode)
H A Ddbhash.py13 __all__ = ["error","open"]
17 def open(file, flag = 'r', mode=0666): function
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
H A Dmessages_members.h70 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, function in class:messages
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
H A Dmessages_members.h70 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, function in class:messages
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
H A Dmessages_members.h53 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, function in class:messages
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/x86_64-w64-mingw32/bits/
H A Dmessages_members.h53 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, function in class:messages
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
H A Dmessages_members.h53 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, function in class:messages
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
H A Dmessages_members.h53 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, function in class:messages
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
H A Dtext_file.py36 TextFile creates its own using the 'open()' builtin.
103 self.open (filename)
115 def open (self, filename): member in class:TextFile
120 self.file = open (self.filename, 'r')
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
H A DFileList.py17 def open(self, filename, action=None): member in class:FileList
33 # Don't create window, perform 'action', e.g. open in same window
39 edit = self.open(filename)
87 "You now have multiple edit windows open for %r" % (filename,),
117 flist.open(filename)
H A DSearchDialogBase.py14 def open(self, text, searchphrase=None): member in class:SearchDialogBase
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
H A DRequired.py20 def open(self, _object, _attributes={}, **_arguments): member in class:Required_Events
21 """open: Open the specified object(s)
22 Required argument: list of objects to open
43 'yes' : 'yes ', # Convert the project if necessary on open
44 'no' : 'no ', # Do not convert the project if needed on open
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
H A DRequired_Suite.py16 def open(self, _object, _attributes={}, **_arguments): member in class:Required_Suite_Events
17 """open: Open documents
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/
H A DRequired_suite.py16 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/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites/
H A Dbuiltin_Suite.py1 """Suite builtin_Suite: Every application supports open, reopen, print, run, and quit
12 def open(self, _object, _attributes={}, **_arguments): member in class:builtin_Suite_Events
13 """open: Open the specified object(s)
14 Required argument: list of objects to open
33 """run: Run an application. Most applications will open an empty, untitled window.
52 """reopen: Reactivate a running application. Some applications will open a new untitled window if no window is open.
96 Keyword argument saving: specifies whether to save currently open documents
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/
H A Dtext_file.py36 TextFile creates its own using the 'open()' builtin.
103 self.open (filename)
115 def open (self, filename): member in class:TextFile
120 self.file = open (self.filename, 'r')
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
H A DFileList.py17 def open(self, filename, action=None): member in class:FileList
33 # Don't create window, perform 'action', e.g. open in same window
39 edit = self.open(filename)
87 "You now have multiple edit windows open for %r" % (filename,),
117 flist.open(filename)

Completed in 493 milliseconds

1234567891011>>