Home
last modified time | relevance | path

Searched refs:file_name_ (Results 1 – 22 of 22) sorted by relevance

/external/libweave/third_party/chromium/base/
Dlocation.cc22 file_name_(file_name), in Location()
29 file_name_("Unknown"), in Location()
36 file_name_(other.file_name_), in Location()
42 return std::string(function_name_) + "@" + file_name_ + ":" + in ToString()
49 display_filename ? file_name_ : "line", in Write()
Dlocation.h40 file_name_ == other.file_name_;
44 const char* file_name() const { return file_name_; } in file_name()
62 const char* file_name_; variable
/external/libchrome/base/
Dlocation.cc22 file_name_(file_name), in Location()
29 file_name_("Unknown"), in Location()
36 file_name_(other.file_name_), in Location()
42 return std::string(function_name_) + "@" + file_name_ + ":" + in ToString()
49 display_filename ? file_name_ : "line", in Write()
Dlocation.h41 file_name_ == other.file_name_;
45 const char* file_name() const { return file_name_; } in file_name()
79 const char* file_name_; variable
/external/libvpx/libvpx/test/
Dwebm_video_source.h28 : file_name_(file_name), in WebMVideoSource()
49 vpx_ctx_->file = OpenTestDataFile(file_name_); in Begin()
51 << file_name_; in Begin()
91 std::string file_name_;
Divf_video_source.h32 : file_name_(file_name), in IVFVideoSource()
55 input_file_ = OpenTestDataFile(file_name_); in Begin()
57 << file_name_; in Begin()
101 std::string file_name_;
Dy4m_video_source.h26 : file_name_(file_name), in Y4mVideoSource()
44 input_file_ = OpenTestDataFile(file_name_); in OpenSource()
46 << file_name_; in OpenSource()
117 std::string file_name_; variable
Dvideo_source.h80 file_ = GetTempOutFile(&file_name_); in TempOutFile()
84 if (!file_name_.empty()) { in ~TempOutFile()
85 EXPECT_EQ(0, remove(file_name_.c_str())); in ~TempOutFile()
92 return file_name_; in file_name()
103 std::string file_name_; variable
Dyuv_video_source.h31 : file_name_(file_name), in YUVVideoSource()
55 input_file_ = OpenTestDataFile(file_name_); in Begin()
57 << file_name_; in Begin()
135 std::string file_name_;
Dy4m_test.cc85 file_name_ = file_name; in Init()
/external/gtest/include/gtest/
Dgtest-test-part.h65 file_name_(a_file_name == NULL ? "" : a_file_name), in TestPartResult()
77 return file_name_.empty() ? NULL : file_name_.c_str(); in file_name()
111 std::string file_name_; variable
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
Dgtest-test-part.h65 file_name_(a_file_name == NULL ? "" : a_file_name), in TestPartResult()
77 return file_name_.empty() ? NULL : file_name_.c_str(); in file_name()
111 std::string file_name_; variable
/external/mesa3d/src/gtest/include/gtest/
Dgtest-test-part.h65 file_name_(a_file_name), in TestPartResult()
76 const char* file_name() const { return file_name_.c_str(); } in file_name()
108 internal::String file_name_; variable
/external/google-breakpad/src/testing/gtest/include/gtest/
Dgtest-test-part.h65 file_name_(a_file_name), in TestPartResult()
76 const char* file_name() const { return file_name_.c_str(); } in file_name()
109 internal::String file_name_; variable
/external/protobuf/gtest/include/gtest/
Dgtest-test-part.h65 file_name_(a_file_name), in TestPartResult()
76 const char* file_name() const { return file_name_.c_str(); } in file_name()
108 internal::String file_name_; variable
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest-test-part.h65 file_name_(a_file_name), in TestPartResult()
76 const char* file_name() const { return file_name_.c_str(); } in file_name()
108 internal::String file_name_; variable
/external/sfntly/cpp/src/test/
Dcmap_iterator_test.cc48 file_name_(file_name) { in CMapIteratorTestCase()
53 const char* file_name() const { return file_name_; } in file_name()
58 const char* file_name_; member in sfntly::CMapIteratorTestCase
/external/libbrillo/brillo/http/
Dhttp_form_data.cc99 file_name_{file_name} {
104 base::StringAppendF(&disposition, "; filename=\"%s\"", file_name_.c_str()); in GetContentDisposition()
Dhttp_form_data.h142 std::string file_name_; variable
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
Dgtest.h17109 file_name_(a_file_name == NULL ? "" : a_file_name),
17121 return file_name_.empty() ? NULL : file_name_.c_str();
17155 std::string file_name_;
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h17108 file_name_(a_file_name == NULL ? "" : a_file_name),
17120 return file_name_.empty() ? NULL : file_name_.c_str();
17154 std::string file_name_;
/external/protobuf/gtest/fused-src/gtest/
Dgtest.h15284 file_name_(a_file_name),
15295 const char* file_name() const { return file_name_.c_str(); }
15327 internal::String file_name_;