Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/impl/
Dstrand_executor_service.ipp56 implementation_type new_impl(new strand_impl);
57 new_impl->locked_ = false;
58 new_impl->shutdown_ = false;
64 std::size_t mutex_index = reinterpret_cast<std::size_t>(new_impl.get());
65 mutex_index += (reinterpret_cast<std::size_t>(new_impl.get()) >> 3);
70 new_impl->mutex_ = mutexes_[mutex_index].get();
73 new_impl->next_ = impl_list_;
74 new_impl->prev_ = 0;
76 impl_list_->prev_ = new_impl.get();
77 impl_list_ = new_impl.get();
[all …]
/external/rust/android-crates-io/crates/vulkano/src/image/
Dattachment.rs92 AttachmentImage::new_impl(
113 AttachmentImage::new_impl(
134 AttachmentImage::new_impl(
156 AttachmentImage::new_impl(allocator, dimensions, 1, format, base_usage, samples)
171 AttachmentImage::new_impl(
193 AttachmentImage::new_impl(allocator, dimensions, 1, format, usage, samples)
209 AttachmentImage::new_impl(allocator, dimensions, array_layers, format, usage, samples)
223 AttachmentImage::new_impl(
244 AttachmentImage::new_impl(
269 AttachmentImage::new_impl(allocator, dimensions, 1, format, base_usage, samples)
[all …]
/external/mesa3d/src/nouveau/compiler/
Dnak_nir_lower_cf.c454 nir_function_impl *new_impl = nir_function_impl_create(func); in lower_cf_func() local
455 new_impl->structured = false; in lower_cf_func()
458 new_impl->ssa_alloc = old_impl->ssa_alloc; in lower_cf_func()
460 nir_builder b = nir_builder_at(nir_before_impl(new_impl)); in lower_cf_func()
466 .merge = new_impl->end_block, in lower_cf_func()
469 normal_exit(&b, esc_reg, new_impl->end_block); in lower_cf_func()
476 nir_sort_unstructured_blocks(new_impl); in lower_cf_func()
477 nir_repair_ssa_impl(new_impl); in lower_cf_func()
478 nir_lower_reg_intrinsics_to_ssa_impl(new_impl); in lower_cf_func()
479 recompute_phi_divergence_impl(new_impl); in lower_cf_func()
/external/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/rust/android-crates-io/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/cronet/stable/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/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/cronet/tot/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/rust/beto-rust/nearby/connections/ukey2/ukey2_connections/fuzz/fuzz_targets/
Dfuzz_handshake.rs33 let mut initiator_ctx = InitiatorD2DHandshakeContext::<RustCrypto, _>::new_impl(
38 let mut server_ctx = ServerD2DHandshakeContext::<RustCrypto, _>::new_impl(
Dfuzz_connection.rs43 let mut initiator_ctx = InitiatorD2DHandshakeContext::<RustCrypto, _>::new_impl(
48 let mut server_ctx = ServerD2DHandshakeContext::<RustCrypto, _>::new_impl(
/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/rust/beto-rust/nearby/connections/ukey2/ukey2_connections/src/
Dd2d_handshake_context.rs103 Self::new_impl(handshake_impl, rand::rngs::StdRng::from_entropy(), next_protocols) in new()
113 pub fn new_impl( in new_impl() function
198 Self::new_impl(handshake_impl, rand::rngs::StdRng::from_entropy(), next_protocols) in new()
208 pub fn new_impl( in new_impl() function
Dtests.rs111 let mut initiator_ctx = InitiatorD2DHandshakeContext::<C, R>::new_impl( in run_handshake_with_rng()
116 let mut server_ctx = ServerD2DHandshakeContext::<C, R>::new_impl( in run_handshake_with_rng()
/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/rust/android-crates-io/crates/vulkano/src/pipeline/
Dcache.rs84 PipelineCache::new_impl(device, Some(initial_data)) in with_data()
100 unsafe { PipelineCache::new_impl(device, None) } in empty()
104 unsafe fn new_impl( in new_impl() method
/external/rust/beto-rust/nearby/connections/ukey2/ukey2_connections/benches/
Dukey2_benches.rs36 let mut initiator_ctx = InitiatorD2DHandshakeContext::<C, R>::new_impl( in run_handshake_with_rng()
41 let mut server_ctx = ServerD2DHandshakeContext::<C, R>::new_impl( in run_handshake_with_rng()
/external/rust/android-crates-io/crates/uefi/src/proto/media/file/
Dinfo.rs62 unsafe fn new_impl<'buf, F>( in new_impl() method
195 Self::new_impl(storage, file_name, |ptr, size| { in new()
316 Self::new_impl(storage, volume_label, |ptr, size| { in new()
398 unsafe { Self::new_impl(storage, volume_label, |_ptr, _size| {}) } in new()
/external/tensorflow/tensorflow/python/ops/ragged/
Ddynamic_ragged_shape_test.py1688 dict(lengths_a=[3, (1, 4, 2)], new_impl=True, op_max=10), # Actual ops: 5
1689 dict(lengths_a=[3, (1, 4, 2)], new_impl=False, op_max=300),
1691 def testAddSelf(self, lengths_a, new_impl, op_max, num_row_partitions_a=None): argument
1701 if new_impl:
1755 lengths_a=[3, (1, 4, 2)], lengths_b=[], new_impl=True,
1760 new_impl=True,
1763 lengths_a=[3, (1, 4, 2)], lengths_b=[], new_impl=False,
1768 new_impl=False,
1774 new_impl, argument
1792 if new_impl:
[all …]
/external/tensorflow/tensorflow/python/ops/
Dtensor_array_ops.py1325 new_impl = new_ta._implementation
1326 new_impl._dynamic_size = impl._dynamic_size
1327 new_impl._size = impl._size
1328 new_impl._colocate_with = impl._colocate_with
1329 new_impl._element_shape = impl._element_shape # Share _element_shape.
/external/tensorflow/tensorflow/compiler/xla/service/
Dpattern_matcher.h470 auto AppendImpl(NewImpl new_impl) const {
471 auto new_allof = AllOf<::xla::Layout>(impl_, std::move(new_impl));
983 auto AppendImpl(NewImpl new_impl) const {
984 auto new_all_of = AllOf<::xla::Shape>(impl_, std::move(new_impl));
1901 auto AppendImpl(NewImpl new_impl) const {
1902 auto new_allof = AllOf<::xla::HloInstruction>(impl_, std::move(new_impl));