HomeSort by relevance Sort by last modified time
    Searched full:openfile (Results 151 - 175 of 516) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/webrtc/talk/media/devices/
linuxdevicemanager.cc 159 rtc::Filesystem::OpenFile(device_meta_path, "r"));
186 rtc::Filesystem::OpenFile(device_meta_path, "r");
  /external/webrtc/webrtc/base/
filerotatingstream_unittest.cc 78 scoped_ptr<FileStream> stream(Filesystem::OpenFile(file_path, "r"));
117 scoped_ptr<FileStream> stream(Filesystem::OpenFile(logfile_path, "r"));
  /external/webrtc/webrtc/modules/audio_device/dummy/
file_audio_device.cc 205 if (!_outputFilename.empty() && _outputFile.OpenFile(
260 if (!_inputFilename.empty() && _inputFile.OpenFile(
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DocumentsProviderHelper.java 140 ParcelFileDescriptor file = mClient.openFile(documentUri, "w", null);
152 ParcelFileDescriptor file = mClient.openFile(documentUri, "r", null);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
FileManager.h 214 /// \param OpenFile if true and the file exists, it will be opened.
218 const FileEntry *getFile(StringRef Filename, bool OpenFile = false,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
FileManager.h 214 /// \param OpenFile if true and the file exists, it will be opened.
218 const FileEntry *getFile(StringRef Filename, bool OpenFile = false,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
FileManager.h 214 /// \param OpenFile if true and the file exists, it will be opened.
218 const FileEntry *getFile(StringRef Filename, bool OpenFile = false,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
FileManager.h 214 /// \param OpenFile if true and the file exists, it will be opened.
218 const FileEntry *getFile(StringRef Filename, bool OpenFile = false,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
FileManager.h 214 /// \param OpenFile if true and the file exists, it will be opened.
218 const FileEntry *getFile(StringRef Filename, bool OpenFile = false,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
FileManager.h 214 /// \param OpenFile if true and the file exists, it will be opened.
218 const FileEntry *getFile(StringRef Filename, bool OpenFile = false,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
FileManager.h 214 /// \param OpenFile if true and the file exists, it will be opened.
218 const FileEntry *getFile(StringRef Filename, bool OpenFile = false,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
FileManager.h 214 /// \param OpenFile if true and the file exists, it will be opened.
218 const FileEntry *getFile(StringRef Filename, bool OpenFile = false,
  /prebuilts/go/darwin-x86/src/crypto/cipher/
example_test.go 283 outFile, err := os.OpenFile("decrypted-file", os.O_WRONLY|os.O_CREATE|os.O_TRUNC, 0600)
320 outFile, err := os.OpenFile("encrypted-file", os.O_WRONLY|os.O_CREATE|os.O_TRUNC, 0600)
  /prebuilts/go/darwin-x86/src/os/
file_unix.go 81 // OpenFile is the generalized open call; most users will use Open
86 func OpenFile(name string, flag int, perm FileMode) (*File, error) {
  /prebuilts/go/linux-x86/src/crypto/cipher/
example_test.go 283 outFile, err := os.OpenFile("decrypted-file", os.O_WRONLY|os.O_CREATE|os.O_TRUNC, 0600)
320 outFile, err := os.OpenFile("encrypted-file", os.O_WRONLY|os.O_CREATE|os.O_TRUNC, 0600)
  /prebuilts/go/linux-x86/src/os/
file_unix.go 81 // OpenFile is the generalized open call; most users will use Open
86 func OpenFile(name string, flag int, perm FileMode) (*File, error) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
test_email.py 44 def openfile(filename, mode='r'): function
63 fp = openfile(findfile(filename))
196 fp = openfile(findfile('msg_46.txt'))
254 fp = openfile('msg_17.txt')
279 fp = openfile('msg_01.txt')
    [all...]
test_email_renamed.py 45 def openfile(filename, mode='r'): function
64 fp = openfile(findfile(filename))
219 fp = openfile('msg_17.txt')
244 fp = openfile('msg_01.txt')
    [all...]
  /external/python/cpython2/Lib/email/test/
test_email.py 50 def openfile(filename, mode='r'): function
69 fp = openfile(findfile(filename))
202 fp = openfile(findfile('msg_46.txt'))
260 fp = openfile('msg_17.txt')
285 fp = openfile('msg_01.txt')
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/test/
test_email.py 45 def openfile(filename, mode='r'): function
64 fp = openfile(findfile(filename))
197 fp = openfile(findfile('msg_46.txt'))
255 fp = openfile('msg_17.txt')
280 fp = openfile('msg_01.txt')
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/email/test/
test_email.py 45 def openfile(filename, mode='r'): function
64 fp = openfile(findfile(filename))
197 fp = openfile(findfile('msg_46.txt'))
255 fp = openfile('msg_17.txt')
280 fp = openfile('msg_01.txt')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email.py 45 def openfile(filename, mode='r'): function
64 fp = openfile(findfile(filename))
197 fp = openfile(findfile('msg_46.txt'))
255 fp = openfile('msg_17.txt')
280 fp = openfile('msg_01.txt')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email.py 45 def openfile(filename, mode='r'): function
64 fp = openfile(findfile(filename))
197 fp = openfile(findfile('msg_46.txt'))
255 fp = openfile('msg_17.txt')
280 fp = openfile('msg_01.txt')
    [all...]
  /prebuilts/go/darwin-x86/src/go/build/
build.go 93 // OpenFile opens a file (not a directory) for reading.
94 // If OpenFile is nil, Import uses os.Open.
95 OpenFile func(path string) (io.ReadCloser, error)
179 // openFile calls ctxt.OpenFile (if not nil) or else os.Open.
180 func (ctxt *Context) openFile(path string) (io.ReadCloser, error) {
181 if fn := ctxt.OpenFile; fn != nil {
193 // It reuses openFile instead of adding another function to the
196 f, err := ctxt.openFile(path)
1030 // MatchFile considers the name of the file and may use ctxt.OpenFile t
    [all...]
  /prebuilts/go/linux-x86/src/go/build/
build.go 93 // OpenFile opens a file (not a directory) for reading.
94 // If OpenFile is nil, Import uses os.Open.
95 OpenFile func(path string) (io.ReadCloser, error)
179 // openFile calls ctxt.OpenFile (if not nil) or else os.Open.
180 func (ctxt *Context) openFile(path string) (io.ReadCloser, error) {
181 if fn := ctxt.OpenFile; fn != nil {
193 // It reuses openFile instead of adding another function to the
196 f, err := ctxt.openFile(path)
1030 // MatchFile considers the name of the file and may use ctxt.OpenFile t
    [all...]

Completed in 1636 milliseconds

1 2 3 4 5 67 8 91011>>