HomeSort by relevance Sort by last modified time
    Searched refs:open (Results 501 - 525 of 5433) sorted by null

<<21222324252627282930>>

  /external/stlport/stlport/stl/
_fstream.h 168 _Self* open(const char* __s, ios_base::openmode __m) { function in class:basic_filebuf
173 // These two version of open() and file descriptor getter are extensions.
174 _Self* open(const char* __s, ios_base::openmode __m, function in class:basic_filebuf
181 _Self* open(int __id, ios_base::openmode _Init_mode = ios_base::__default_mode) { function in class:basic_filebuf
186 _Self* open(_STLP_fd __id, ios_base::openmode _Init_mode = ios_base::__default_mode) { function in class:basic_filebuf
466 if (!_M_buf.open(__s, __mod | ios_base::in))
474 if (!_M_buf.open(__id, __mod | ios_base::in))
481 if (!_M_buf.open(__s, __m | ios_base::in, __protection))
489 if (!_M_buf.open(__id, __mod | ios_base::in))
505 void open(const char* __s, ios_base::openmode __mod = ios_base::in) function in class:basic_ifstream
584 void open(const char* __s, ios_base::openmode __mod= ios_base::out) { function in class:basic_ofstream
665 void open(const char* __s, function in class:basic_fstream
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 168 _Self* open(const char* __s, ios_base::openmode __m) { function in class:basic_filebuf
173 // These two version of open() and file descriptor getter are extensions.
174 _Self* open(const char* __s, ios_base::openmode __m, function in class:basic_filebuf
181 _Self* open(int __id, ios_base::openmode _Init_mode = ios_base::__default_mode) { function in class:basic_filebuf
186 _Self* open(_STLP_fd __id, ios_base::openmode _Init_mode = ios_base::__default_mode) { function in class:basic_filebuf
466 if (!_M_buf.open(__s, __mod | ios_base::in))
474 if (!_M_buf.open(__id, __mod | ios_base::in))
481 if (!_M_buf.open(__s, __m | ios_base::in, __protection))
489 if (!_M_buf.open(__id, __mod | ios_base::in))
505 void open(const char* __s, ios_base::openmode __mod = ios_base::in) function in class:basic_ifstream
584 void open(const char* __s, ios_base::openmode __mod= ios_base::out) { function in class:basic_ofstream
665 void open(const char* __s, function in class:basic_fstream
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 168 _Self* open(const char* __s, ios_base::openmode __m) { function in class:basic_filebuf
173 // These two version of open() and file descriptor getter are extensions.
174 _Self* open(const char* __s, ios_base::openmode __m, function in class:basic_filebuf
181 _Self* open(int __id, ios_base::openmode _Init_mode = ios_base::__default_mode) { function in class:basic_filebuf
186 _Self* open(_STLP_fd __id, ios_base::openmode _Init_mode = ios_base::__default_mode) { function in class:basic_filebuf
466 if (!_M_buf.open(__s, __mod | ios_base::in))
474 if (!_M_buf.open(__id, __mod | ios_base::in))
481 if (!_M_buf.open(__s, __m | ios_base::in, __protection))
489 if (!_M_buf.open(__id, __mod | ios_base::in))
505 void open(const char* __s, ios_base::openmode __mod = ios_base::in) function in class:basic_ifstream
584 void open(const char* __s, ios_base::openmode __mod= ios_base::out) { function in class:basic_ofstream
665 void open(const char* __s, function in class:basic_fstream
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 168 _Self* open(const char* __s, ios_base::openmode __m) { function in class:basic_filebuf
173 // These two version of open() and file descriptor getter are extensions.
174 _Self* open(const char* __s, ios_base::openmode __m, function in class:basic_filebuf
181 _Self* open(int __id, ios_base::openmode _Init_mode = ios_base::__default_mode) { function in class:basic_filebuf
186 _Self* open(_STLP_fd __id, ios_base::openmode _Init_mode = ios_base::__default_mode) { function in class:basic_filebuf
466 if (!_M_buf.open(__s, __mod | ios_base::in))
474 if (!_M_buf.open(__id, __mod | ios_base::in))
481 if (!_M_buf.open(__s, __m | ios_base::in, __protection))
489 if (!_M_buf.open(__id, __mod | ios_base::in))
505 void open(const char* __s, ios_base::openmode __mod = ios_base::in) function in class:basic_ifstream
584 void open(const char* __s, ios_base::openmode __mod= ios_base::out) { function in class:basic_ofstream
665 void open(const char* __s, function in class:basic_fstream
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 168 _Self* open(const char* __s, ios_base::openmode __m) { function in class:basic_filebuf
173 // These two version of open() and file descriptor getter are extensions.
174 _Self* open(const char* __s, ios_base::openmode __m, function in class:basic_filebuf
181 _Self* open(int __id, ios_base::openmode _Init_mode = ios_base::__default_mode) { function in class:basic_filebuf
186 _Self* open(_STLP_fd __id, ios_base::openmode _Init_mode = ios_base::__default_mode) { function in class:basic_filebuf
466 if (!_M_buf.open(__s, __mod | ios_base::in))
474 if (!_M_buf.open(__id, __mod | ios_base::in))
481 if (!_M_buf.open(__s, __m | ios_base::in, __protection))
489 if (!_M_buf.open(__id, __mod | ios_base::in))
505 void open(const char* __s, ios_base::openmode __mod = ios_base::in) function in class:basic_ifstream
584 void open(const char* __s, ios_base::openmode __mod= ios_base::out) { function in class:basic_ofstream
665 void open(const char* __s, function in class:basic_fstream
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 168 _Self* open(const char* __s, ios_base::openmode __m) { function in class:basic_filebuf
173 // These two version of open() and file descriptor getter are extensions.
174 _Self* open(const char* __s, ios_base::openmode __m, function in class:basic_filebuf
181 _Self* open(int __id, ios_base::openmode _Init_mode = ios_base::__default_mode) { function in class:basic_filebuf
186 _Self* open(_STLP_fd __id, ios_base::openmode _Init_mode = ios_base::__default_mode) { function in class:basic_filebuf
466 if (!_M_buf.open(__s, __mod | ios_base::in))
474 if (!_M_buf.open(__id, __mod | ios_base::in))
481 if (!_M_buf.open(__s, __m | ios_base::in, __protection))
489 if (!_M_buf.open(__id, __mod | ios_base::in))
505 void open(const char* __s, ios_base::openmode __mod = ios_base::in) function in class:basic_ifstream
584 void open(const char* __s, ios_base::openmode __mod= ios_base::out) { function in class:basic_ofstream
665 void open(const char* __s, function in class:basic_fstream
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_fstream.h 168 _Self* open(const char* __s, ios_base::openmode __m) { function in class:basic_filebuf
173 // These two version of open() and file descriptor getter are extensions.
174 _Self* open(const char* __s, ios_base::openmode __m, function in class:basic_filebuf
181 _Self* open(int __id, ios_base::openmode _Init_mode = ios_base::__default_mode) { function in class:basic_filebuf
186 _Self* open(_STLP_fd __id, ios_base::openmode _Init_mode = ios_base::__default_mode) { function in class:basic_filebuf
466 if (!_M_buf.open(__s, __mod | ios_base::in))
474 if (!_M_buf.open(__id, __mod | ios_base::in))
481 if (!_M_buf.open(__s, __m | ios_base::in, __protection))
489 if (!_M_buf.open(__id, __mod | ios_base::in))
505 void open(const char* __s, ios_base::openmode __mod = ios_base::in) function in class:basic_ifstream
584 void open(const char* __s, ios_base::openmode __mod= ios_base::out) { function in class:basic_ofstream
665 void open(const char* __s, function in class:basic_fstream
    [all...]
  /frameworks/base/libs/androidfw/tests/
BackupData_test.cpp 2 * Copyright (C) 2010 The Android Open Source Project
60 int fd = ::open(mFilename.string(), O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR);
75 int fd = ::open(mFilename.string(), O_WRONLY);
84 fd = ::open(mFilename.string(), O_RDONLY);
117 int fd = ::open(mFilename.string(), O_WRONLY);
125 fd = ::open(mFilename.string(), O_RDONLY);
165 int fd = ::open(mFilename.string(), O_WRONLY);
175 fd = ::open(mFilename.string(), O_RDONLY);
220 int fd = ::open(mFilename.string(), O_WRONLY);
227 fd = ::open(mFilename.string(), O_RDONLY)
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/channels/
OldSocketChannelTest.java 55 this.channel1 = SocketChannel.open();
56 this.channel2 = SocketChannel.open();
94 channel = SocketChannel.open();
114 SocketChannel testSChannel = MockSocketChannel.open();
179 this.channel1 = SocketChannel.open(localAddr1);
184 this.channel1 = SocketChannel.open(newTypeAddress);
193 this.channel1 = SocketChannel.open(unresolvedAddress);
200 SocketChannel.open(null);
281 final ServerSocketChannel ssc = ServerSocketChannel.open();
300 SocketChannel sc = SocketChannel.open();
    [all...]
  /bionic/tests/
sys_statvfs_test.cpp 2 * Copyright (C) 2013 The Android Open Source Project
49 int fd = open("/proc", O_RDONLY);
56 int fd = open("/proc", O_RDONLY);
sys_vfs_test.cpp 2 * Copyright (C) 2014 The Android Open Source Project
50 int fd = open("/proc", O_RDONLY);
57 int fd = open("/proc", O_RDONLY);
  /bootable/recovery/tools/ota/
convert-to-bmp.py 16 im = Image.open(infile)
67 f = open(outfile, "wb")
  /cts/tools/selinux/
SELinuxNeverallowTestGen.py 14 with open(policy_file, 'r') as in_file:
50 with open(output_file, 'w') as out_file:
  /development/tools/findunused/
findunusedtranslations 41 open(IN, "<$ARGV[0]");
61 open(IN, "<$match");
97 open(OUT, ">$match");
  /device/htc/flounder/sensor_hub/libsensors/
SensorBase.cpp 2 * Copyright (C) 2008-2014 The Android Open Source Project
56 dev_fd = open(dev_name, O_RDONLY);
57 ALOGE_IF(dev_fd<0, "Couldn't open %s (%s)", dev_name, strerror(errno));
75 fd = open(path, O_WRONLY);
77 ALOGE("SensorBase: write_attr failed to open %s (%s)",
  /external/antlr/antlr-3.4/runtime/Python/tests/
t018llstar.py 16 cStream = antlr3.StringStream(open(inputPath).read())
25 testOutput = open(outputPath).read()
44 ## input = open(inputPath).read()
t020fuzzy.py 16 stream = antlr3.StringStream(open(inputPath).read())
28 testOutput = open(outputPath).read()
  /external/ceres-solver/internal/ceres/
generate_eliminator_specialization.py 198 f = open("schur_eliminator.cc", "w")
207 fptr = open(output, "w")
generate_partitioned_matrix_view_specializations.py 199 f = open("partitioned_matrix_view.cc", "w")
208 fptr = open(output, "w")
  /external/ceres-solver/scripts/
make_docs.py 104 with open(name) as fptr:
121 with open(name, 'w') as fptr:
  /external/chromium_org/android_webview/tools/
find_files.pl 22 open FIND, '-|', 'find', $root_dir, @find_args
  /external/chromium_org/build/
escape_unicode.py 44 input_data = codecs.open(in_filename, 'r', 'utf8').read()
45 with codecs.open(out_filename, 'w', 'ascii') as out_file:
find_isolated_tests.py 29 with open(filepath, 'rb') as f:
71 with open(options.output_json, 'wb') as f:
  /external/chromium_org/build/secondary/tools/grit/
stamp_grit_sources.py 29 with open(dep_file, "w") as f:
36 with open(stamp_file, "w"):
  /external/chromium_org/chrome/browser/importer/
firefox_profile_lock_posix.cc 72 lock_fd_ = open(old_lock_file_.value().c_str(), O_CREAT | O_EXCL, 0644);
96 lock_fd_ = open(lock_file_.value().c_str(), O_WRONLY | O_CREAT | O_TRUNC,

Completed in 527 milliseconds

<<21222324252627282930>>