/external/libweave/third_party/chromium/base/ |
D | location.cc | 22 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()
|
D | location.h | 40 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/ |
D | location.cc | 22 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()
|
D | location.h | 41 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/ |
D | webm_video_source.h | 28 : 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_;
|
D | ivf_video_source.h | 32 : file_name_(file_name), in IVFVideoSource() 55 input_file_ = OpenTestDataFile(file_name_); in Begin() 57 << file_name_; in Begin() 101 std::string file_name_;
|
D | y4m_video_source.h | 26 : 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
|
D | video_source.h | 80 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
|
D | yuv_video_source.h | 31 : file_name_(file_name), in YUVVideoSource() 55 input_file_ = OpenTestDataFile(file_name_); in Begin() 57 << file_name_; in Begin() 135 std::string file_name_;
|
D | y4m_test.cc | 85 file_name_ = file_name; in Init()
|
/external/gtest/include/gtest/ |
D | gtest-test-part.h | 65 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/ |
D | gtest-test-part.h | 65 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/ |
D | gtest-test-part.h | 65 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/ |
D | gtest-test-part.h | 65 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/ |
D | gtest-test-part.h | 65 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/ |
D | gtest-test-part.h | 65 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/ |
D | cmap_iterator_test.cc | 48 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/ |
D | http_form_data.cc | 99 file_name_{file_name} { 104 base::StringAppendF(&disposition, "; filename=\"%s\"", file_name_.c_str()); in GetContentDisposition()
|
D | http_form_data.h | 142 std::string file_name_; variable
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/ |
D | gtest.h | 17109 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/ |
D | gtest.h | 17108 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/ |
D | gtest.h | 15284 file_name_(a_file_name), 15295 const char* file_name() const { return file_name_.c_str(); } 15327 internal::String file_name_;
|