Searched refs:kFile (Results 1 – 8 of 8) sorted by relevance
/external/libchrome/base/ |
D | tracked_objects_unittest.cc | 20 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/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | MacroExpander.cpp | 250 static const std::string kFile = "__FILE__"; in expandMacro() local 260 else if (macro.name == kFile) in expandMacro()
|
/external/libvpx/libvpx/ |
D | webmenc.cc | 30 segment->set_mode(mkvmuxer::Segment::kFile); in write_webm_file_header()
|
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/ |
D | mkvmuxer.cc | 3051 mode_(kFile), in Segment() 3226 if (mode_ == kFile) { in Finalize() 3681 if (mode_ == kFile && writer_header_->Seekable()) { in WriteSegmentHeader()
|
D | mkvmuxer.h | 1498 enum Mode { kLive = 0x1, kFile = 0x2 }; enumerator
|