HomeSort by relevance Sort by last modified time
    Searched defs:output_file (Results 1 - 25 of 48) sorted by null

1 2

  /cts/tools/selinux/
SELinuxNeverallowTestGen.py 37 output_file = sys.argv[2] variable
50 with open(output_file, 'w') as out_file:
  /external/google-breakpad/src/testing/gtest/test/
gtest-options_test.cc 97 const String& output_file = UnitTestOptions::GetAbsolutePathToOutputFile(); local
99 EXPECT_STRCASEEQ(expected_output_file.c_str(), output_file.c_str());
101 EXPECT_EQ(expected_output_file, output_file.c_str());
171 const String& output_file = UnitTestOptions::GetAbsolutePathToOutputFile(); local
173 EXPECT_STRCASEEQ(expected_output_file.c_str(), output_file.c_str());
175 EXPECT_EQ(expected_output_file, output_file.c_str());
201 const String& output_file = UnitTestOptions::GetAbsolutePathToOutputFile(); local
204 EXPECT_STRCASEEQ(expected_output_file.c_str(), output_file.c_str());
206 EXPECT_EQ(expected_output_file, output_file.c_str());
  /external/gtest/test/
gtest-options_test.cc 97 const std::string& output_file = local
100 EXPECT_STRCASEEQ(expected_output_file.c_str(), output_file.c_str());
102 EXPECT_EQ(expected_output_file, output_file.c_str());
172 const std::string& output_file = local
175 EXPECT_STRCASEEQ(expected_output_file.c_str(), output_file.c_str());
177 EXPECT_EQ(expected_output_file, output_file.c_str());
203 const std::string& output_file = local
207 EXPECT_STRCASEEQ(expected_output_file.c_str(), output_file.c_str());
209 EXPECT_EQ(expected_output_file, output_file.c_str());
  /external/libjpeg-turbo/
cdjpeg.c 131 FILE * output_file = stdout; local
137 if ((output_file = fdopen(fileno(stdout), WRITE_BINARY)) == NULL) {
142 return output_file;
cdjpeg.h 58 FILE * output_file; member in struct:djpeg_dest_struct
  /external/protobuf/gtest/test/
gtest-options_test.cc 97 const String& output_file = UnitTestOptions::GetAbsolutePathToOutputFile(); local
99 EXPECT_STRCASEEQ(expected_output_file.c_str(), output_file.c_str());
101 EXPECT_EQ(expected_output_file, output_file.c_str());
171 const String& output_file = UnitTestOptions::GetAbsolutePathToOutputFile(); local
173 EXPECT_STRCASEEQ(expected_output_file.c_str(), output_file.c_str());
175 EXPECT_EQ(expected_output_file, output_file.c_str());
201 const String& output_file = UnitTestOptions::GetAbsolutePathToOutputFile(); local
204 EXPECT_STRCASEEQ(expected_output_file.c_str(), output_file.c_str());
206 EXPECT_EQ(expected_output_file, output_file.c_str());
  /external/sfntly/cpp/src/sample/subtly/
utils.cc 76 FILE* output_file = NULL; local
78 fopen_s(&output_file, font_path, "wb");
80 output_file = fopen(font_path, "wb");
82 if (output_file == reinterpret_cast<FILE*>(NULL))
85 fwrite(&(output_stream.Get()[i]), 1, 1, output_file);
87 fflush(output_file);
88 fclose(output_file);
  /external/sfntly/cpp/src/test/
chrome_subsetter.cc 52 FILE* output_file = NULL; local
54 fopen_s(&output_file, kOutputFileName, "wb");
56 output_file = fopen(kOutputFileName, "wb");
58 EXPECT_TRUE((output_file != NULL));
59 if (output_file) {
60 int byte_count = fwrite(output_buffer, 1, output_length, output_file);
62 fflush(output_file);
63 fclose(output_file);
test_font_utils.cc 87 FILE* output_file = NULL; local
89 fopen_s(&output_file, file_path, "wb");
91 output_file = fopen(file_path, "wb");
93 EXPECT_NE(output_file, reinterpret_cast<FILE*>(NULL));
94 fwrite(output_stream->Get(), 1, output_stream->Size(), output_file);
95 fflush(output_file);
96 fclose(output_file);
  /external/vulkan-validation-layers/libs/vkjson/
vkjson_info.cc 44 std::string output_file; member in struct:Options
71 options->output_file = arg2;
89 if (options->instance && options->output_file.empty()) {
94 if (!options->output_file.empty() && !options->instance &&
128 std::string output_file; local
129 if (options.output_file.empty()) {
131 output_file.assign(out_device->properties.deviceName);
132 output_file.append(".json");
134 output_file = options.output_file;
154 std::cout << "Wrote file " << output_file; local
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-options_test.cc 97 const std::string& output_file = local
100 EXPECT_STRCASEEQ(expected_output_file.c_str(), output_file.c_str());
102 EXPECT_EQ(expected_output_file, output_file.c_str());
172 const std::string& output_file = local
175 EXPECT_STRCASEEQ(expected_output_file.c_str(), output_file.c_str());
177 EXPECT_EQ(expected_output_file, output_file.c_str());
203 const std::string& output_file = local
207 EXPECT_STRCASEEQ(expected_output_file.c_str(), output_file.c_str());
209 EXPECT_EQ(expected_output_file, output_file.c_str());
  /external/webrtc/webrtc/modules/video_coding/test/
video_rtp_play.cc 46 std::string output_file = args.outputFile; local
47 if (output_file.empty())
48 output_file = webrtc::test::OutputPath() + "RtpPlay_decoded.yuv";
52 output_file, &clock, kConfigProtectionEnabled, kConfigProtectionMethod,
  /external/webrtc/webrtc/modules/video_processing/test/
deflickering_test.cc 42 const std::string output_file = local
44 FILE* deflickerFile = fopen(output_file.c_str(), "wb");
46 << "Could not open output file: " << output_file << "\n";
  /ndk/sources/third_party/googletest/googletest/test/
gtest-options_test.cc 97 const std::string& output_file = local
100 EXPECT_STRCASEEQ(expected_output_file.c_str(), output_file.c_str());
102 EXPECT_EQ(expected_output_file, output_file.c_str());
172 const std::string& output_file = local
175 EXPECT_STRCASEEQ(expected_output_file.c_str(), output_file.c_str());
177 EXPECT_EQ(expected_output_file, output_file.c_str());
203 const std::string& output_file = local
207 EXPECT_STRCASEEQ(expected_output_file.c_str(), output_file.c_str());
209 EXPECT_EQ(expected_output_file, output_file.c_str());
  /system/tools/aidl/tests/
end_to_end_tests.cpp 99 const string output_file = kCppOutputPath; local
103 output_file.c_str(), nullptr
113 CheckFileContents(output_file, kExpectedCppOutput);
  /external/sfntly/cpp/src/sample/subsetter/
subset_util.cc 92 FILE* output_file = fopen(output_file_path, "wb"); local
93 fwrite(output_stream.Get(), 1, output_stream.Size(), output_file);
94 fflush(output_file);
95 fclose(output_file);
  /external/webrtc/webrtc/call/
rtc_event_log2rtp_dump.cc 90 std::string output_file = argv[2]; local
105 webrtc::test::RtpFileWriter::FileFormat::kRtpDump, output_file));
108 std::cerr << "Error while opening output file: " << output_file
  /external/webrtc/webrtc/modules/audio_coding/test/
SpatialAudio.cc 54 std::string output_file = webrtc::test::OutputPath() local
57 output_file = webrtc::test::OutputPath() + "testspatial_out.pcm";
59 printf("Enter the output file [%s]: ", output_file.c_str());
60 PCMFile::ChooseFile(&output_file, MAX_FILE_NAME_LENGTH_BYTE, &sampFreqHz);
62 output_file = webrtc::test::OutputPath() + "testspatial_out.pcm";
64 _outFile.Open(output_file, sampFreqHz, "wb", false);
  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
file_before_streaming_test.cc 61 FILE* output_file = fopen(output_filename_.c_str(), "rb"); local
62 ASSERT_TRUE(output_file != NULL);
67 EXPECT_EQ(0, fseek(output_file, sizeof(output_value) *
69 while (fread(&output_value, sizeof(output_value), 1, output_file) == 1) {
79 ASSERT_NE(0, feof(output_file));
80 ASSERT_EQ(0, fclose(output_file));
84 FILE* output_file = fopen(output_filename_.c_str(), "rb"); local
85 ASSERT_TRUE(output_file != NULL);
86 ASSERT_EQ(0, fseek(output_file, 0, SEEK_END));
87 EXPECT_EQ(0, ftell(output_file));
    [all...]
  /build/tools/
java-event-log-tags.py 18 Usage: java-event-log-tags.py [-o output_file] <input_file> <merged_tags_file>
35 output_file = None variable
49 output_file = a variable
148 output_dir = os.path.dirname(output_file)
152 event_log_tags.WriteOutput(output_file, buffer)
merge-event-log-tags.py 18 Usage: merge-event-log-tags.py [-o output_file] [input_files...]
41 output_file = None variable
61 output_file = a variable
184 event_log_tags.WriteOutput(output_file, buffer)
  /external/sfntly/cpp/src/sample/chromium/
chrome_subsetter.cc 66 FILE* output_file = NULL; local
68 fopen_s(&output_file, output_file_path, "wb");
70 output_file = fopen(output_file_path, "wb");
72 if (output_file) {
73 byte_count = fwrite(output_buffer, 1, buffer_length, output_file);
74 fflush(output_file);
75 fclose(output_file);
  /external/webrtc/webrtc/modules/utility/source/
file_player_unittests.cc 40 std::string output_file = variable
42 output_file_ = fopen(output_file.c_str(), "wb");
  /system/connectivity/shill/
certificate_file.cc 137 FilePath output_file; local
138 if (!base::CreateTemporaryFileInDir(root_directory_, &output_file)) {
144 base::WriteFile(output_file, output_data.c_str(), output_data.length());
150 if (chmod(output_file.value().c_str(),
152 LOG(ERROR) << "Failed to set permissions on " << output_file.value();
153 base::DeleteFile(output_file, false);
156 output_file_ = output_file;
  /system/core/crash_reporter/
crash_collector_test.cc 230 FilePath output_file = test_dir_.path().Append("crash_log"); local
235 base::DeleteFile(FilePath(output_file), false);
238 output_file));
239 EXPECT_FALSE(base::PathExists(output_file));
240 base::DeleteFile(FilePath(output_file), false);
243 output_file));
244 ASSERT_TRUE(base::PathExists(output_file));
246 EXPECT_TRUE(base::ReadFileToString(output_file, &contents));

Completed in 981 milliseconds

1 2