Searched refs:kFile (Results 1 – 7 of 7) sorted by relevance
/external/libchrome/base/ |
D | tracked_objects_unittest.cc | 19 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/ |
D | http_form_data_unittest.cc | 163 "", filename1, content_disposition::kFile, mime::text::kPlain, nullptr)); in TEST() 166 content_disposition::kFile, in TEST()
|
D | http_form_data.h | 23 BRILLO_EXPORT extern const char kFile[];
|
D | http_form_data.cc | 29 const char content_disposition::kFile[] = "file"; member in brillo::http::content_disposition
|
/external/libvpx/libvpx/ |
D | webmenc.cc | 32 segment->set_mode(mkvmuxer::Segment::kFile); in write_webm_file_header()
|
/external/libvpx/libvpx/third_party/libwebm/ |
D | mkvmuxer.cpp | 2244 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()
|
D | mkvmuxer.hpp | 1104 enum Mode { kLive = 0x1, kFile = 0x2 }; enumerator
|