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

<<51525354555657585960>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
basic_file.h 66 open(const char* __name, ios_base::openmode __mode, int __prot = 0664);
messages_members.h 54 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, function in class:messages
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
basic_file.h 65 open(const char* __name, ios_base::openmode __mode, int __prot = 0664);
messages_members.h 53 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, function in class:messages
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
basic_file.h 65 open(const char* __name, ios_base::openmode __mode, int __prot = 0664);
messages_members.h 53 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, function in class:messages
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
basic_file.h 65 open(const char* __name, ios_base::openmode __mode, int __prot = 0664);
messages_members.h 53 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, function in class:messages
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
basic_file.h 65 open(const char* __name, ios_base::openmode __mode, int __prot = 0664);
messages_members.h 53 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, function in class:messages
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
GrepDialog.py 15 dialog.open(text, searchphrase, io)
29 def open(self, text, searchphrase, io=None): member in class:GrepDialog
30 SearchDialogBase.open(self, text, searchphrase)
84 f = open(fn)
106 print "(Hint: right-click to open locations.)"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
appletrawmain.py 56 _fp = open(__file__, 'rb')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
posixfile.py 3 f = posixfile.open(filename, [mode, [bufsize]])
62 states = ['open', 'closed']
76 def open(self, name, mode='r', bufsize=-1): member in class:_posixfile_
78 return self.fileopen(__builtin__.open(name, mode, bufsize))
220 def open(name, mode='r', bufsize=-1): function
221 """Public routine to open a file as a posixfile object."""
222 return _posixfile_().open(name, mode, bufsize)
sunaudio.py 20 """Read a sound header from an open file."""
40 hdr = gethdr(open(file, 'r'))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test__osx_support.py 46 with open(self.prog_name, 'w') as f:
58 with open(self.prog_name, 'w') as f:
147 with open(c_name, 'w') as f:
203 with open(c_name, 'w') as f:
test_coding.py 19 with open(filename) as fp:
test_shelve.py 30 s = shelve.open(self.fn, protocol=0)
40 s = shelve.open(self.fn, protocol=1)
50 s = shelve.open(self.fn, protocol=2)
121 x= shelve.open(self.fn+str(self.counter), **self._args)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
GrepDialog.py 15 dialog.open(text, searchphrase, io)
29 def open(self, text, searchphrase, io=None): member in class:GrepDialog
30 SearchDialogBase.open(self, text, searchphrase)
84 f = open(fn)
106 print "(Hint: right-click to open locations.)"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
posixfile.py 3 f = posixfile.open(filename, [mode, [bufsize]])
62 states = ['open', 'closed']
76 def open(self, name, mode='r', bufsize=-1): member in class:_posixfile_
78 return self.fileopen(__builtin__.open(name, mode, bufsize))
220 def open(name, mode='r', bufsize=-1): function
221 """Public routine to open a file as a posixfile object."""
222 return _posixfile_().open(name, mode, bufsize)
sunaudio.py 20 """Read a sound header from an open file."""
40 hdr = gethdr(open(file, 'r'))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test__osx_support.py 46 with open(self.prog_name, 'w') as f:
58 with open(self.prog_name, 'w') as f:
147 with open(c_name, 'w') as f:
203 with open(c_name, 'w') as f:
test_coding.py 19 with open(filename) as fp:
test_shelve.py 30 s = shelve.open(self.fn, protocol=0)
40 s = shelve.open(self.fn, protocol=1)
50 s = shelve.open(self.fn, protocol=2)
121 x= shelve.open(self.fn+str(self.counter), **self._args)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
AvdManagerAction.java 2 * Copyright (C) 2009 The Android Open Source Project
62 window.open();
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
SaveImageAction.java 2 * Copyright (C) 2012 The Android Open Source Project
50 String path = fd.open();

Completed in 483 milliseconds

<<51525354555657585960>>