HomeSort by relevance Sort by last modified time
    Searched full:open_mode (Results 1 - 19 of 19) sorted by null

  /external/oprofile/include/
sstream 47 : streambuf(), mode(static_cast<ios::open_mode>(which)),
55 : streambuf(), mode(static_cast<ios::open_mode>(which)),
225 ios::open_mode mode;
  /external/astl/include/
basic_ios.h 49 typedef int open_mode; typedef in class:std::basic_ios
  /external/zlib/contrib/iostream3/
zfstream.cc 63 if (!this->open_mode(mode, char_mode))
91 if (!this->open_mode(mode, char_mode))
131 gzfilebuf::open_mode(std::ios_base::openmode mode, function in class:gzfilebuf
zfstream.h 92 open_mode(std::ios_base::openmode mode,
  /external/stlport/stlport/stl/
_ios_base.h 255 typedef openmode open_mode; typedef in class:ios_base
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 255 typedef openmode open_mode; typedef in class:ios_base
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 255 typedef openmode open_mode; typedef in class:ios_base
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 255 typedef openmode open_mode; typedef in class:ios_base
  /bionic/libc/tzcode/
localtime.c 51 #define OPEN_MODE (O_RDONLY | O_BINARY)
54 #define OPEN_MODE O_RDONLY
472 if ((fid = open(name, OPEN_MODE)) == -1) {
475 int fidix = open(INDEXFILE, OPEN_MODE);
502 fid = open(DATAFILE, OPEN_MODE);
    [all...]
  /system/core/libcutils/
tztime.c 50 #define OPEN_MODE (O_RDONLY | O_BINARY)
53 #define OPEN_MODE O_RDONLY
406 if ((fid = open(name, OPEN_MODE)) == -1) {
409 int fidix = open(INDEXFILE, OPEN_MODE);
432 fid = open(DATAFILE, OPEN_MODE);
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 42 #define OPEN_MODE (O_RDONLY | O_BINARY)
45 #define OPEN_MODE O_RDONLY
386 if ((fid = open(name, OPEN_MODE)) == -1)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
ios_base.h 414 typedef int open_mode; typedef in class:ios_base
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 414 typedef int open_mode; typedef in class:ios_base
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 414 typedef int open_mode; typedef in class:ios_base
  /external/bzip2/
bzlib.c     [all...]
  /external/valgrind/main/exp-ptrcheck/tests/
hackedbz2.c     [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c     [all...]
varinfo6.c     [all...]
  /external/valgrind/main/perf/
bz2.c     [all...]

Completed in 947 milliseconds