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

1 2 3 4 5 6 7

  /external/valgrind/none/tests/
gxx304.cpp 4 std::ofstream pippo("pluto");
  /device/google/wahoo/vibrator/
Vibrator.h 32 Vibrator(std::ofstream&& activate, std::ofstream&& duration,
33 std::ofstream&& state, std::ofstream&& rtpinput,
34 std::ofstream&& mode, std::ofstream&& sequencer,
35 std::ofstream&& scale, std::ofstream&& ctrlloop, std::ofstream&& lptrigger);
54 std::ofstream mActivate
    [all...]
service.cpp 69 std::ofstream autocal{AUTOCAL_FILEPATH};
77 std::ofstream ol_lra_period{OL_LRA_PERIOD_FILEPATH};
123 std::ofstream activate{ACTIVATE_PATH};
130 std::ofstream duration{DURATION_PATH};
137 std::ofstream state{STATE_PATH};
152 std::ofstream rtpinput{RTP_INPUT_PATH};
158 std::ofstream mode{MODE_PATH};
164 std::ofstream sequencer{SEQUENCER_PATH};
170 std::ofstream scale{SCALE_PATH};
176 std::ofstream ctrlloop{CTRL_LOOP_PATH}
    [all...]
Vibrator.cpp 67 Vibrator::Vibrator(std::ofstream&& activate, std::ofstream&& duration,
68 std::ofstream&& state, std::ofstream&& rtpinput,
69 std::ofstream&& mode, std::ofstream&& sequencer,
70 std::ofstream&& scale, std::ofstream&& ctrlloop, std::ofstream&& lptrigger) :
  /external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.cons/
default.pass.cpp 23 std::ofstream fs;
move.pass.cpp 27 std::ofstream fso(temp.c_str());
28 std::ofstream fs = move(fso);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/fstreams/ofstream.cons/
default.pass.cpp 23 std::ofstream fs;
move.pass.cpp 27 std::ofstream fso(temp.c_str());
28 std::ofstream fs = move(fso);
  /external/eigen/bench/spbench/
spbenchstyle.h 13 void printBenchStyle(std::ofstream& out)
  /device/google/marlin/vibrator/
Vibrator.h 32 Vibrator(std::ofstream&& enable, std::ofstream&& amplitude);
42 std::ofstream mEnable;
43 std::ofstream mAmplitude;
  /external/perf_data_converter/src/
perf_to_profile_lib.h 26 void CreateFile(const string& path, std::ofstream* file, bool overwriteOutput);
perf_to_profile.cc 34 std::ofstream outFile;
  /external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/
move_assign.pass.cpp 27 std::ofstream fso(temp.c_str());
28 std::ofstream fs;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/fstreams/ofstream.assign/
move_assign.pass.cpp 27 std::ofstream fso(temp.c_str());
28 std::ofstream fs;
  /cts/suite/audio_quality/lib/include/
FileUtil.h 57 std::ofstream mFile;
  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/
io.h 54 std::ofstream* file_stream, std::ostream* err);
  /system/keymaster/tests/
attestation_record_test.cpp 63 std::ofstream output("attest.der",
64 std::ofstream::out | std::ofstream::binary | std::ofstream::trunc);
  /external/parameter-framework/upstream/test/tmpfile/
TmpFile.hpp 51 std::ofstream file(mPath);
52 file.exceptions(std::ofstream::failbit | std::ofstream::badbit);
  /frameworks/rs/script_api/
Utilities.h 60 class GeneratedFile : public std::ofstream {
91 std::ofstream& indent() {
96 std::ofstream& indentPlus() {
  /external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.members/
close.pass.cpp 25 std::ofstream fs;
rdbuf.pass.cpp 25 std::ofstream fs(temp.c_str());
  /external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/
test.pass.cpp 22 std::ofstream bytestream("myfile.txt");
  /external/parameter-framework/upstream/test/test-subsystem/
TESTSubsystemObject.h 50 void sendToFile(std::ofstream &outputFile);
  /external/xmlrpcpp/test/
TestBase64Client.cpp 30 std::ofstream outfile(argv[3], std::ios::binary | std::ios::trunc);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/fstreams/ofstream.members/
close.pass.cpp 25 std::ofstream fs;

Completed in 610 milliseconds

1 2 3 4 5 6 7