/external/webrtc/third_party/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_impl.cc | 79 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/ |
D | time_zone_impl.cc | 79 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/ |
D | time_zone_impl.cc | 74 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/ |
D | time_zone_impl.cc | 74 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/ |
D | time_zone_impl.cc | 74 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/ |
D | time_zone_impl.cc | 74 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/ |
D | anv_queue.c | 1861 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/ |
D | binding_set.h | 130 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);
|
D | associated_binding.h | 141 ImplPointerType SwapImplForTesting(ImplPointerType new_impl) { in SwapImplForTesting() argument 143 stub_.set_sink(std::move(new_impl)); in SwapImplForTesting()
|
D | strong_associated_binding.h | 89 ImplPointerType SwapImplForTesting(ImplPointerType new_impl) { in SwapImplForTesting() argument 90 return binding_.SwapImplForTesting(new_impl); in SwapImplForTesting()
|
D | binding.h | 238 ImplPointerType SwapImplForTesting(ImplPointerType new_impl) { in SwapImplForTesting() argument 239 return internal_state_.SwapImplForTesting(new_impl); in SwapImplForTesting()
|
/external/libchrome/mojo/public/cpp/bindings/lib/ |
D | binding_state.h | 127 ImplPointerType SwapImplForTesting(ImplPointerType new_impl) { in SwapImplForTesting() argument 129 stub_.set_sink(std::move(new_impl)); in SwapImplForTesting()
|
/external/tensorflow/tensorflow/python/ops/ |
D | tensor_array_ops.py | 1295 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/ |
D | pattern_matcher.h | 453 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));
|