Home
last modified time | relevance | path

Searched refs:source_file_ (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/common_video/libyuv/
Dlibyuv_unittest.cc74 FILE* source_file_; member in webrtc::TestLibYuv
84 : source_file_(NULL), in TestLibYuv()
95 source_file_ = fopen(input_file_name.c_str(), "rb"); in SetUp()
96 ASSERT_TRUE(source_file_ != NULL) in SetUp()
100 test::ReadI420Buffer(width_, height_, source_file_)); in SetUp()
111 if (source_file_ != NULL) { in TearDown()
112 ASSERT_EQ(0, fclose(source_file_)); in TearDown()
114 source_file_ = NULL; in TearDown()
/external/ruy/ruy/
Dtrace.h351 const char* source_file_; variable
358 : source_file_(source_file), in RuyTraceScope()
361 ThreadLocalTrace()->set_current_source_file(source_file_); in RuyTraceScope()
366 ThreadLocalTrace()->set_current_source_file(source_file_); in ~RuyTraceScope()
/external/cronet/third_party/protobuf/src/google/protobuf/
Ddescriptor.pb.cc432 , source_file_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) in GeneratedCodeInfo_Annotation()
857 PROTOBUF_FIELD_OFFSET(::PROTOBUF_NAMESPACE_ID::GeneratedCodeInfo_Annotation, source_file_),
10362 source_file_.InitDefault(); in GeneratedCodeInfo_Annotation()
10364 source_file_.Set("", GetArenaForAllocation()); in GeneratedCodeInfo_Annotation()
10367 source_file_.Set(from._internal_source_file(), in GeneratedCodeInfo_Annotation()
10377 source_file_.InitDefault(); in SharedCtor()
10379 source_file_.Set("", GetArenaForAllocation()); in SharedCtor()
10398 source_file_.Destroy(); in SharedDtor()
10414 source_file_.ClearNonDefaultToEmpty(); in Clear()
10643 &source_file_, lhs_arena, in InternalSwap()
[all …]
Ddescriptor.pb.h8226 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr source_file_; in Swap()
14429 source_file_.ClearToEmpty(); in clear_source_file()
14440 source_file_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation()); in set_source_file()
14449 return source_file_.Get(); in _internal_source_file()
14453 source_file_.Set(value, GetArenaForAllocation()); in _internal_set_source_file()
14457 return source_file_.Mutable(GetArenaForAllocation()); in _internal_mutable_source_file()
14465 auto* p = source_file_.Release(); in release_source_file()
14467 if (source_file_.IsDefault()) { in release_source_file()
14468 source_file_.Set("", GetArenaForAllocation()); in release_source_file()
14479 source_file_.SetAllocated(source_file, GetArenaForAllocation()); in set_allocated_source_file()
[all …]
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc909 PROTOBUF_FIELD_OFFSET(::PROTOBUF_NAMESPACE_ID::GeneratedCodeInfo_Annotation, _impl_.source_file_),
10744 , decltype(_impl_.source_file_){} in GeneratedCodeInfo_Annotation()
10749 _impl_.source_file_.InitDefault(); in GeneratedCodeInfo_Annotation()
10751 _impl_.source_file_.Set("", GetArenaForAllocation()); in GeneratedCodeInfo_Annotation()
10754 _this->_impl_.source_file_.Set(from._internal_source_file(), in GeneratedCodeInfo_Annotation()
10772 , decltype(_impl_.source_file_){} in SharedCtor()
10776 _impl_.source_file_.InitDefault(); in SharedCtor()
10778 _impl_.source_file_.Set("", GetArenaForAllocation()); in SharedCtor()
10794 _impl_.source_file_.Destroy(); in SharedDtor()
10810 _impl_.source_file_.ClearNonDefaultToEmpty(); in Clear()
[all …]
Ddescriptor.pb.h8354 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr source_file_; in Swap()
14564 _impl_.source_file_.ClearToEmpty(); in clear_source_file()
14575 _impl_.source_file_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation()); in set_source_file()
14584 return _impl_.source_file_.Get(); in _internal_source_file()
14588 _impl_.source_file_.Set(value, GetArenaForAllocation()); in _internal_set_source_file()
14592 return _impl_.source_file_.Mutable(GetArenaForAllocation()); in _internal_mutable_source_file()
14600 auto* p = _impl_.source_file_.Release(); in release_source_file()
14602 if (_impl_.source_file_.IsDefault()) { in release_source_file()
14603 _impl_.source_file_.Set("", GetArenaForAllocation()); in release_source_file()
14614 _impl_.source_file_.SetAllocated(source_file, GetArenaForAllocation()); in set_allocated_source_file()
[all …]