Home
last modified time | relevance | path

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

/external/libchrome/base/
Dtracked_objects_unittest.cc20 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/swiftshader/src/OpenGL/compiler/preprocessor/
DMacroExpander.cpp250 static const std::string kFile = "__FILE__"; in expandMacro() local
260 else if (macro.name == kFile) in expandMacro()
/external/libvpx/libvpx/
Dwebmenc.cc30 segment->set_mode(mkvmuxer::Segment::kFile); in write_webm_file_header()
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.cc3051 mode_(kFile), in Segment()
3226 if (mode_ == kFile) { in Finalize()
3681 if (mode_ == kFile && writer_header_->Seekable()) { in WriteSegmentHeader()
Dmkvmuxer.h1498 enum Mode { kLive = 0x1, kFile = 0x2 }; enumerator