OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ofstream
(Results
51 - 71
of
71
) sorted by null
1
2
3
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h
385
/// Open for output. Default for @c
ofstream
and fstream.
388
/// Open for input. Default for @c
ofstream
.
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h
385
/// Open for output. Default for @c
ofstream
and fstream.
388
/// Open for input. Default for @c
ofstream
.
/external/oprofile/libregex/tests/
mangled-name.in
342
ofstream
/external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.h
136
// FileOutputStream is preferred over using an
ofstream
with
/external/srec/tools/thirdparty/OpenFst/fst/lib/
encode.h
282
ofstream
strm(filename.c_str());
vector-fst.h
547
ofstream
strm(filename.c_str());
/external/stlport/test/eh/
main.cpp
157
std::
ofstream
file( "\\eh_test.txt" );
/external/srec/tools/grxmlcompile/
grxmlcompile.cpp
844
ostream* ostrm1 = new
ofstream
( grevFilename.c_str(), ios_base::out);
[
all
...]
/external/clang/test/
cxx-sections.data
[
all
...]
/external/llvm/tools/bugpoint/
ExecutionDriver.cpp
406
std::
ofstream
outFile(OutputFile.c_str(), std::ios_base::app);
ToolRunner.cpp
863
std::
ofstream
outFile(OutputFile.c_str(), std::ios_base::app);
[
all
...]
/external/oprofile/gui/
oprof_start.cpp
372
ofstream
out(name.c_str());
/external/oprofile/pp/
opannotate.cpp
674
ofstream
out(out_file.c_str());
/external/stlport/test/unit/
codecvt_test.cpp
295
ofstream
ostr(fileName);
/ndk/tests/device/test-gnustl-full/unit/
codecvt_test.cpp
296
ofstream
ostr(fileName);
/ndk/tests/device/test-stlport/unit/
codecvt_test.cpp
296
ofstream
ostr(fileName);
/external/llvm/tools/llvm-ar/
llvm-ar.cpp
461
std::
ofstream
file(I->getPath().c_str(), io_mode);
/frameworks/base/services/java/com/android/server/
BackupManagerService.java
2369
FileOutputStream
ofstream
= new FileOutputStream(mOutputFile.getFileDescriptor());
local
[
all
...]
/external/icu4c/tools/tzcode/
tz2icu.cpp
[
all
...]
/external/llvm/docs/
CommandLine.html
260
std::
ofstream
Output(OutputFilename.c_str());
[
all
...]
/external/stlport/etc/
ChangeLog
788
cout, cerr and clog streams are not
ofstream
anymore but classic
[
all
...]
Completed in 1670 milliseconds
1
2
3