Home
last modified time | relevance | path

Searched refs:new_impl (Results 1 – 14 of 14) sorted by relevance

/external/webrtc/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_impl.cc79 Impl* new_impl = new Impl(name); in LoadTimeZone() local
80 new_impl->zone_ = TimeZoneIf::Load(new_impl->name_); in LoadTimeZone()
81 if (new_impl->zone_ == nullptr) { in LoadTimeZone()
82 delete new_impl; // free the nascent Impl in LoadTimeZone()
85 impl = new_impl; // install new time zone in LoadTimeZone()
/external/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_impl.cc79 Impl* new_impl = new Impl(name); in LoadTimeZone() local
80 new_impl->zone_ = TimeZoneIf::Load(new_impl->name_); in LoadTimeZone()
81 if (new_impl->zone_ == nullptr) { in LoadTimeZone()
82 delete new_impl; // free the nascent Impl in LoadTimeZone()
85 impl = new_impl; // install new time zone in LoadTimeZone()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_impl.cc74 std::unique_ptr<const Impl> new_impl(new Impl(name)); in LoadTimeZone() local
81 impl = new_impl->zone_ ? new_impl.release() : utc_impl; in LoadTimeZone()
/external/libtextclassifier/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_impl.cc74 std::unique_ptr<const Impl> new_impl(new Impl(name)); in LoadTimeZone() local
81 impl = new_impl->zone_ ? new_impl.release() : utc_impl; in LoadTimeZone()
/external/angle/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_impl.cc74 std::unique_ptr<const Impl> new_impl(new Impl(name)); in LoadTimeZone() local
81 impl = new_impl->zone_ ? new_impl.release() : utc_impl; in LoadTimeZone()
/external/openscreen/third_party/abseil/src/absl/time/internal/cctz/src/
Dtime_zone_impl.cc74 std::unique_ptr<const Impl> new_impl(new Impl(name)); in LoadTimeZone() local
81 impl = new_impl->zone_ ? new_impl.release() : utc_impl; in LoadTimeZone()
/external/mesa3d/src/intel/vulkan/
Danv_queue.c1861 struct anv_fence_impl new_impl = { in anv_ImportFenceFdKHR() local
1867 new_impl.type = ANV_FENCE_TYPE_SYNCOBJ; in anv_ImportFenceFdKHR()
1869 new_impl.syncobj = anv_gem_syncobj_fd_to_handle(device, fd); in anv_ImportFenceFdKHR()
1870 if (!new_impl.syncobj) in anv_ImportFenceFdKHR()
1880 new_impl.type = ANV_FENCE_TYPE_SYNCOBJ; in anv_ImportFenceFdKHR()
1892 new_impl.syncobj = anv_gem_syncobj_create(device, create_flags); in anv_ImportFenceFdKHR()
1893 if (!new_impl.syncobj) in anv_ImportFenceFdKHR()
1897 anv_gem_syncobj_import_sync_file(device, new_impl.syncobj, fd)) { in anv_ImportFenceFdKHR()
1898 anv_gem_syncobj_destroy(device, new_impl.syncobj); in anv_ImportFenceFdKHR()
1923 fence->temporary = new_impl; in anv_ImportFenceFdKHR()
[all …]
/external/libchrome/mojo/public/cpp/bindings/
Dbinding_set.h130 ImplPointerType SwapImplForTesting(BindingId id, ImplPointerType new_impl) {
135 return it->second->SwapImplForTesting(new_impl);
231 ImplPointerType SwapImplForTesting(ImplPointerType new_impl) {
232 return binding_.SwapImplForTesting(new_impl);
Dassociated_binding.h141 ImplPointerType SwapImplForTesting(ImplPointerType new_impl) { in SwapImplForTesting() argument
143 stub_.set_sink(std::move(new_impl)); in SwapImplForTesting()
Dstrong_associated_binding.h89 ImplPointerType SwapImplForTesting(ImplPointerType new_impl) { in SwapImplForTesting() argument
90 return binding_.SwapImplForTesting(new_impl); in SwapImplForTesting()
Dbinding.h238 ImplPointerType SwapImplForTesting(ImplPointerType new_impl) { in SwapImplForTesting() argument
239 return internal_state_.SwapImplForTesting(new_impl); in SwapImplForTesting()
/external/libchrome/mojo/public/cpp/bindings/lib/
Dbinding_state.h127 ImplPointerType SwapImplForTesting(ImplPointerType new_impl) { in SwapImplForTesting() argument
129 stub_.set_sink(std::move(new_impl)); in SwapImplForTesting()
/external/tensorflow/tensorflow/python/ops/
Dtensor_array_ops.py1295 new_impl = new_ta._implementation
1296 new_impl._dynamic_size = impl._dynamic_size
1297 new_impl._size = impl._size
1298 new_impl._colocate_with = impl._colocate_with
1299 new_impl._element_shape = impl._element_shape # Share _element_shape.
/external/tensorflow/tensorflow/compiler/xla/service/
Dpattern_matcher.h453 auto AppendImpl(NewImpl new_impl) const {
454 auto new_allof = AllOf<::xla::Layout>(impl_, std::move(new_impl));
929 auto AppendImpl(NewImpl new_impl) const {
930 auto new_all_of = AllOf<::xla::Shape>(impl_, std::move(new_impl));
1766 auto AppendImpl(NewImpl new_impl) const {
1767 auto new_allof = AllOf<::xla::HloInstruction>(impl_, std::move(new_impl));