HomeSort by relevance Sort by last modified time
    Searched refs:open_mode (Results 1 - 25 of 27) sorted by null

1 2

  /external/libcxx/test/std/depr/depr.ios.members/
open_mode.pass.cpp 15 // typedef T2 open_mode;
27 std::strstream::open_mode b = std::strstream::app;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.ios.members/
open_mode.pass.cpp 15 // typedef T2 open_mode;
27 std::strstream::open_mode b = std::strstream::app;
  /external/autotest/client/cros/bluetooth/
output_recorder.py 51 def __init__(self, cmd, open_mode=DEFAULT_OPEN_MODE,
57 @param open_mode: the open mode for writing output to save_file.
64 self.open_mode = open_mode
91 with open(self.save_file, self.open_mode) as output_f:
  /system/extras/ioshark/
ioshark.h 111 #define open_mode u.open_a.mode macro
convert_format.c 256 new_disk_file_op.open_mode =
260 new_disk_file_op.open_mode =
261 htobe32(new_disk_file_op.open_mode);
compile_ioshark_subr.c 266 file_op->open_mode = htobe32(file_op->open_mode);
compile_ioshark.c 619 disk_file_op->open_mode = 0;
621 &disk_file_op->open_mode);
ioshark_bench.c 310 file_op->open_mode);
326 file_op->open_mode, errno);
ioshark_bench_subr.c 711 file_op->open_mode = be32toh(file_op->open_mode);
  /external/zlib/src/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,
  /toolchain/binutils/binutils-2.27/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/ltp/testcases/kernel/sched/sched_stress/
sched_tc6.c 260 int open_file(char *file, int open_mode)
264 if ((file_desc = open(file, open_mode)) < 0)
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 257 FileHandle::OpenMode open_mode(
274 bool result = file.open(sys::fs::Path(pPath), open_mode, permission);
  /external/python/cpython3/Modules/clinic/
_winapi.c.h 200 "CreateNamedPipe($module, name, open_mode, pipe_mode, max_instances,\n"
210 _winapi_CreateNamedPipe_impl(PyObject *module, LPCTSTR name, DWORD open_mode,
221 DWORD open_mode; local
231 &name, &open_mode, &pipe_mode, &max_instances, &out_buffer_size, &in_buffer_size, &default_timeout, &security_attributes)) {
234 _return_value = _winapi_CreateNamedPipe_impl(module, name, open_mode, pipe_mode, max_instances, out_buffer_size, in_buffer_size, default_timeout, security_attributes);
  /system/extras/simpleperf/
cmd_report_sample.cpp 130 const char* open_mode = "w"; local
132 open_mode = "wb";
134 fp.reset(fopen(report_filename_.c_str(), open_mode));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
ios_base.h 406 typedef int open_mode; typedef in class:ios_base
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
ios_base.h 406 typedef int open_mode; typedef in class:ios_base
  /external/python/cpython3/Modules/
_winapi.c 609 open_mode: DWORD
620 _winapi_CreateNamedPipe_impl(PyObject *module, LPCTSTR name, DWORD open_mode,
630 handle = CreateNamedPipe(name, open_mode, pipe_mode,
    [all...]
  /external/curl/tests/python_dependencies/impacket/
smb3.py     [all...]
smb.py     [all...]
  /external/bzip2/
bzlib.c     [all...]
  /external/valgrind/exp-sgcheck/tests/
hackedbz2.c     [all...]
  /external/valgrind/memcheck/tests/
origin5-bz2.c     [all...]

Completed in 693 milliseconds

1 2