HomeSort by relevance Sort by last modified time
    Searched full:openmode (Results 176 - 200 of 379) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.cons/
string.pass.cpp 15 // explicit basic_ofstream(const string& s, ios_base::openmode mode = ios_base::out);
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.seeks/
tellp.pass.cpp 32 seekoff(typename base::off_type off, std::ios_base::seekdir way, std::ios_base::openmode which)
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/
pubseekoff.pass.cpp 16 // ios_base::openmode which = ios_base::in | ios_base::out);
  /external/libcxx/test/std/input.output/string.streams/istringstream/istringstream.cons/
default.pass.cpp 15 // explicit basic_istringstream(ios_base::openmode which = ios_base::in);
  /external/libcxx/test/std/input.output/string.streams/ostringstream/ostringstream.cons/
default.pass.cpp 15 // explicit basic_ostringstream(ios_base::openmode which = ios_base::in);
  /external/libcxx/test/std/input.output/string.streams/stringstream.cons/
default.pass.cpp 15 // explicit basic_stringstream(ios_base::openmode which = ios_base::out|ios_base::in);
  /frameworks/compile/mclinker/include/mcld/MC/
FileAction.h 40 FileHandle::OpenMode m_Mode;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.cons/
pointer.pass.cpp 15 // explicit basic_fstream(const char* s, ios_base::openmode mode = ios_base::in | ios_base::out);
string.pass.cpp 15 // explicit basic_fstream(const string& s, ios_base::openmode mode = ios_base::in|ios_base::out);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.cons/
pointer.pass.cpp 15 // explicit basic_ifstream(const char* s, ios_base::openmode mode = ios_base::in);
string.pass.cpp 15 // explicit basic_ifstream(const string& s, ios_base::openmode mode = ios_base::in);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.members/
open_pointer.pass.cpp 15 // void open(const char* s, ios_base::openmode mode = ios_base::in);
open_string.pass.cpp 15 // void open(const string& s, ios_base::openmode mode = ios_base::in);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.cons/
pointer.pass.cpp 15 // explicit basic_ofstream(const char* s, ios_base::openmode mode = ios_base::out);
string.pass.cpp 15 // explicit basic_ofstream(const string& s, ios_base::openmode mode = ios_base::out);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/
tellp.pass.cpp 32 seekoff(typename base::off_type off, std::ios_base::seekdir way, std::ios_base::openmode which)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/
pubseekoff.pass.cpp 16 // ios_base::openmode which = ios_base::in | ios_base::out);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/istringstream/istringstream.cons/
default.pass.cpp 15 // explicit basic_istringstream(ios_base::openmode which = ios_base::in);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/ostringstream/ostringstream.cons/
default.pass.cpp 15 // explicit basic_ostringstream(ios_base::openmode which = ios_base::in);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringstream.cons/
default.pass.cpp 15 // explicit basic_stringstream(ios_base::openmode which = ios_base::out|ios_base::in);
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Folder.java 26 public enum OpenMode {
67 public abstract void open(OpenMode mode)
89 public abstract OpenMode getMode() throws MessagingException;
  /packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java 50 import com.android.emailcommon.mail.Folder.OpenMode;
184 mFolder.open(OpenMode.READ_WRITE);
226 mFolder.open(OpenMode.READ_WRITE);
420 mFolder.open(OpenMode.READ_WRITE);
433 mFolder.open(OpenMode.READ_WRITE);
445 mFolder.open(OpenMode.READ_WRITE);
458 mFolder.open(OpenMode.READ_WRITE);
476 mFolder.open(OpenMode.READ_WRITE);
509 mFolder.open(OpenMode.READ_WRITE);
717 mFolder.open(OpenMode.READ_WRITE)
    [all...]
  /external/libcxx/src/
ios.cpp 117 const ios_base::openmode ios_base::app;
118 const ios_base::openmode ios_base::ate;
119 const ios_base::openmode ios_base::binary;
120 const ios_base::openmode ios_base::in;
121 const ios_base::openmode ios_base::out;
122 const ios_base::openmode ios_base::trunc;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
ios.cpp 116 const ios_base::openmode ios_base::app;
117 const ios_base::openmode ios_base::ate;
118 const ios_base::openmode ios_base::binary;
119 const ios_base::openmode ios_base::in;
120 const ios_base::openmode ios_base::out;
121 const ios_base::openmode ios_base::trunc;
  /external/fio/engines/
windowsaio.c 156 DWORD openmode = OPEN_ALWAYS; local
192 openmode = OPEN_ALWAYS;
194 openmode = OPEN_EXISTING;
197 NULL, openmode, flags, NULL);

Completed in 2372 milliseconds

1 2 3 4 5 6 78 91011>>