Home
last modified time | relevance | path

Searched refs:kFile (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/base/
Dtracked_objects_unittest.cc19 const char kFile[] = "FixedUnitTestFileName"; variable
82 EXPECT_EQ(kFile, process_data_phase.tasks[0].birth.location.file_name); in ExpectSimpleProcessData()
169 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F()
221 EXPECT_EQ(kFile, process_data_phase.tasks[0].birth.location.file_name); in TEST_F()
380 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F()
402 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F()
423 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F()
436 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F()
449 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F()
478 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F()
[all …]
/external/libbrillo/brillo/http/
Dhttp_form_data_unittest.cc163 "", filename1, content_disposition::kFile, mime::text::kPlain, nullptr)); in TEST()
166 content_disposition::kFile, in TEST()
Dhttp_form_data.h23 BRILLO_EXPORT extern const char kFile[];
Dhttp_form_data.cc29 const char content_disposition::kFile[] = "file"; member in brillo::http::content_disposition
/external/libvpx/libvpx/
Dwebmenc.cc32 segment->set_mode(mkvmuxer::Segment::kFile); in write_webm_file_header()
/external/libvpx/libvpx/third_party/libwebm/
Dmkvmuxer.cpp2244 mode_(kFile), in Segment()
2398 if (mode_ == kFile) { in Finalize()
2824 if (mode_ == kFile && writer_header_->Seekable()) { in WriteSegmentHeader()
2970 if (mode_ == kFile) { in MakeNewCluster()
Dmkvmuxer.hpp1104 enum Mode { kLive = 0x1, kFile = 0x2 }; enumerator