Home
last modified time | relevance | path

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

/external/libchrome/base/
Dtracked_objects_unittest.cc23 const char kFile[] = "FixedUnitTestFileName"; variable
92 EXPECT_EQ(kFile, process_data_phase.tasks[0].birth.location.file_name); in ExpectSimpleProcessData()
191 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F()
243 EXPECT_EQ(kFile, process_data_phase.tasks[0].birth.location.file_name); in TEST_F()
525 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F()
547 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F()
568 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F()
581 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F()
594 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F()
623 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.cpp315 const char kFile[] = "__FILE__"; in expandMacro() local
323 else if (macro.name == kFile) in expandMacro()
/external/libvpx/libvpx/
Dwebmenc.cc30 segment->set_mode(mkvmuxer::Segment::kFile); in write_webm_file_header()
/external/skqp/tools/bookmaker/
DspellCheck.cpp196 case MarkType::kFile: in check()
Dbookmaker.h105 kFile, enumerator
1242 , { "File", nullptr, MarkType::kFile, R_N, E_N, M(Track) } in BmhParser()
1440 , { nullptr, MarkType::kFile } in IncludeParser()
Dbookmaker.cpp349 case MarkType::kFile: in addDefinition()
1502 case MarkType::kFile: in typeName()
DmdOut.cpp869 case MarkType::kFile: in markTypeOut()
/external/skia/tools/bookmaker/
DspellCheck.cpp185 case MarkType::kFile: in check()
Dbookmaker.h105 kFile, enumerator
1269 , { "File", nullptr, MarkType::kFile, R_N, E_N, M(Track) } in BmhParser()
1470 , { nullptr, MarkType::kFile } in IncludeParser()
Dbookmaker.cpp376 case MarkType::kFile: in addDefinition()
1600 case MarkType::kFile: in typeName()
DmdOut.cpp881 case MarkType::kFile: in markTypeOut()
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.cc3056 mode_(kFile), in Segment()
3231 if (mode_ == kFile) { in Finalize()
3713 if (mode_ == kFile && writer_header_->Seekable()) { in WriteSegmentHeader()
Dmkvmuxer.h1498 enum Mode { kLive = 0x1, kFile = 0x2 }; enumerator