/external/skqp/src/compute/skc/platforms/cl_12/ |
D | path_builder_cl_12.c | 157 struct skc_path_builder_impl * impl; // back pointer to impl member 259 skc_ringdex_expand(struct skc_path_builder_impl * const impl, in skc_ringdex_expand() argument 263 .qr = div(ringdex,impl->ring.blocks_per.subbuf) in skc_ringdex_expand() 269 skc_ringdex_wip_to_block_inc(struct skc_path_builder_impl * const impl) in skc_ringdex_wip_to_block_inc() argument 275 impl->wip.to = (impl->wip.to + 1) % impl->ring.blocks_per.buffer; in skc_ringdex_wip_to_block_inc() 277 impl->wip.to -= (impl->wip.to < impl->ring.blocks_per.buffer) ? -1 : impl->wip.to; in skc_ringdex_wip_to_block_inc() 281 assert(impl->wip.to != impl->curr.from); in skc_ringdex_wip_to_block_inc() 286 skc_ringdex_span(struct skc_path_builder_impl * const impl, in skc_ringdex_span() argument 290 return (to - from) % impl->ring.blocks_per.buffer; in skc_ringdex_span() 295 skc_ringdex_wip_to_subbuf_inc(struct skc_path_builder_impl * const impl) in skc_ringdex_wip_to_subbuf_inc() argument [all …]
|
D | composition_cl_12.c | 106 struct skc_composition_impl * impl; member 121 skc_composition_unseal_block(struct skc_composition_impl * const impl, 130 skc_composition_pfn_release(struct skc_composition_impl * const impl) in skc_composition_pfn_release() argument 132 if (--impl->composition->ref_count != 0) in skc_composition_pfn_release() 140 skc_composition_unseal_block(impl,true); // block in skc_composition_pfn_release() 142 struct skc_runtime * const runtime = impl->runtime; in skc_composition_pfn_release() 145 skc_runtime_host_perm_free(runtime,impl->composition); in skc_composition_pfn_release() 148 skc_runtime_release_cq_in_order(runtime,impl->cq); in skc_composition_pfn_release() 151 cl(ReleaseKernel(impl->kernels.place)); in skc_composition_pfn_release() 152 cl(ReleaseKernel(impl->kernels.segment)); in skc_composition_pfn_release() [all …]
|
D | styling_cl_12.c | 34 struct skc_styling_impl * const impl = skc_grid_get_data(grid); in skc_styling_unmap_complete() local 36 impl->state = SKC_STYLING_STATE_SEALED; in skc_styling_unmap_complete() 47 struct skc_styling_impl * const impl = skc_grid_get_data(grid); in skc_styling_unmap_cb() local 48 struct skc_scheduler * const scheduler = impl->runtime->scheduler; in skc_styling_unmap_cb() 58 struct skc_styling_impl * const impl = skc_grid_get_data(grid); in skc_styling_grid_pfn_execute() local 59 struct skc_styling * const styling = impl->styling; in skc_styling_grid_pfn_execute() 66 skc_extent_phwN_pdrN_unmap(&impl->layers,styling->layers.extent,impl->cq,NULL); in skc_styling_grid_pfn_execute() 67 skc_extent_phwN_pdrN_unmap(&impl->groups,styling->groups.extent,impl->cq,NULL); in skc_styling_grid_pfn_execute() 68 skc_extent_phwN_pdrN_unmap(&impl->extras,styling->extras.extent,impl->cq,&complete); in skc_styling_grid_pfn_execute() 75 cl(Flush(impl->cq)); in skc_styling_grid_pfn_execute() [all …]
|
D | surface_cl_12.c | 61 struct skc_surface_impl * impl; member 82 skc_surface_debug_clear(struct skc_surface_impl * const impl, in skc_surface_debug_clear() argument 90 cl(EnqueueFillImage(impl->cq, in skc_surface_debug_clear() 106 skc_surface_debug(struct skc_surface_impl * const impl) 111 cl_uchar4 * const rgba = skc_extent_phrN_pdwN_map(&impl->fb, 112 impl->cq, 114 cl(Finish(impl->cq)); 133 skc_extent_phrN_pdwN_unmap(&impl->fb,rgba,impl->cq,NULL); 135 cl(Flush(impl->cq)); 146 skc_surface_pfn_release(struct skc_surface_impl * const impl) in skc_surface_pfn_release() argument [all …]
|
D | raster_builder_cl_12.c | 197 struct skc_raster_builder_impl * impl; member 289 skc_raster_builder_pfn_release(struct skc_raster_builder_impl * const impl) in skc_raster_builder_pfn_release() argument 292 if (--impl->raster_builder->refcount != 0) in skc_raster_builder_pfn_release() 298 struct skc_runtime * const runtime = impl->runtime; in skc_raster_builder_pfn_release() 301 skc_runtime_host_perm_free(runtime,impl->raster_builder); in skc_raster_builder_pfn_release() 304 skc_extent_phrwg_thr1s_free(runtime,&impl->path_ids); in skc_raster_builder_pfn_release() 305 skc_extent_phw1g_tdrNs_free(runtime,&impl->transforms); in skc_raster_builder_pfn_release() 306 skc_extent_phw1g_tdrNs_free(runtime,&impl->clips); in skc_raster_builder_pfn_release() 307 skc_extent_phw1g_tdrNs_free(runtime,&impl->fill_cmds); in skc_raster_builder_pfn_release() 308 skc_extent_phrwg_tdrNs_free(runtime,&impl->raster_ids); in skc_raster_builder_pfn_release() [all …]
|
/external/grpc-grpc/src/core/tsi/alts/frame_protector/ |
D | alts_frame_protector.cc | 60 static tsi_result seal(alts_frame_protector* impl) { in seal() argument 64 impl->seal_crypter, impl->in_place_protect_buffer, in seal() 65 impl->max_protected_frame_size, impl->in_place_protect_bytes_buffered, in seal() 67 impl->in_place_protect_bytes_buffered = output_size; in seal() 76 static size_t max_encrypted_payload_bytes(alts_frame_protector* impl) { in max_encrypted_payload_bytes() argument 77 return impl->max_protected_frame_size - kFrameHeaderSize; in max_encrypted_payload_bytes() 90 alts_frame_protector* impl = reinterpret_cast<alts_frame_protector*>(self); in alts_protect_flush() local 95 if (impl->in_place_protect_bytes_buffered == 0) { in alts_protect_flush() 105 if (alts_is_frame_writer_done(impl->writer)) { in alts_protect_flush() 106 tsi_result result = seal(impl); in alts_protect_flush() [all …]
|
/external/tensorflow/tensorflow/cc/framework/ |
D | scope.cc | 27 Scope::Scope(Impl* impl) : impl_(impl) {} in Scope() argument 29 Scope::Scope(const Scope& other) : impl_(new Impl(*other.impl())) {} in Scope() 84 : graph_(other.impl()->graph_), in Impl() 85 status_(other.impl()->status_), in Impl() 86 name_map_(copy_names ? other.impl()->name_map_ in Impl() 88 refiner_(other.impl()->refiner_), in Impl() 90 control_deps_(other.impl()->control_deps_), in Impl() 93 exit_on_error_(other.impl()->exit_on_error_), in Impl() 94 kernel_label_(other.impl()->kernel_label_), in Impl() 95 device_(other.impl()->device_), in Impl() [all …]
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | stream_socket_service.hpp | 64 void construct(implementation_type& impl) in construct() argument 66 service_impl_.construct(impl); in construct() 70 void move_construct(implementation_type& impl, in move_construct() argument 73 service_impl_.move_construct(impl, other_impl); in move_construct() 77 void move_assign(implementation_type& impl, in move_assign() argument 81 service_impl_.move_assign(impl, other_service.service_impl_, other_impl); in move_assign() 87 void converting_move_construct(implementation_type& impl, in converting_move_construct() argument 94 impl, other_impl); in converting_move_construct() 98 void destroy(implementation_type& impl) in destroy() argument 100 service_impl_.destroy(impl); in destroy() [all …]
|
D | socket_acceptor_service.hpp | 63 void construct(implementation_type& impl) in construct() argument 65 service_impl_.construct(impl); in construct() 69 void move_construct(implementation_type& impl, in move_construct() argument 72 service_impl_.move_construct(impl, other_impl); in move_construct() 76 void move_assign(implementation_type& impl, in move_assign() argument 80 service_impl_.move_assign(impl, other_service.service_impl_, other_impl); in move_assign() 86 void converting_move_construct(implementation_type& impl, in converting_move_construct() argument 93 impl, other_impl); in converting_move_construct() 97 void destroy(implementation_type& impl) in destroy() argument 99 service_impl_.destroy(impl); in destroy() [all …]
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | reactive_socket_service_base.hpp | 66 ASIO_DECL void construct(base_implementation_type& impl); 69 ASIO_DECL void base_move_construct(base_implementation_type& impl, 73 ASIO_DECL void base_move_assign(base_implementation_type& impl, 78 ASIO_DECL void destroy(base_implementation_type& impl); 81 bool is_open(const base_implementation_type& impl) const in is_open() 83 return impl.socket_ != invalid_socket; in is_open() 88 base_implementation_type& impl, asio::error_code& ec); 91 native_handle_type native_handle(base_implementation_type& impl) in native_handle() argument 93 return impl.socket_; in native_handle() 98 base_implementation_type& impl, asio::error_code& ec); [all …]
|
D | reactive_socket_service.hpp | 77 void move_construct(implementation_type& impl, in move_construct() argument 80 this->base_move_construct(impl, other_impl); in move_construct() 82 impl.protocol_ = other_impl.protocol_; in move_construct() 87 void move_assign(implementation_type& impl, in move_assign() argument 91 this->base_move_assign(impl, other_service, other_impl); in move_assign() 93 impl.protocol_ = other_impl.protocol_; in move_assign() 99 void converting_move_construct(implementation_type& impl, in converting_move_construct() argument 103 this->base_move_construct(impl, other_impl); in converting_move_construct() 105 impl.protocol_ = protocol_type(other_impl.protocol_); in converting_move_construct() 110 asio::error_code open(implementation_type& impl, in open() argument [all …]
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/ |
D | reactive_socket_service_base.ipp | 37 reactive_socket_service_base::base_implementation_type& impl) 39 impl.socket_ = invalid_socket; 40 impl.state_ = 0; 44 reactive_socket_service_base::base_implementation_type& impl, 47 impl.socket_ = other_impl.socket_; 50 impl.state_ = other_impl.state_; 53 reactor_.move_descriptor(impl.socket_, 54 impl.reactor_data_, other_impl.reactor_data_); 58 reactive_socket_service_base::base_implementation_type& impl, 62 destroy(impl); [all …]
|
/external/icu/icu4j/ |
D | coverage-exclusion.txt | 29 com/ibm/icu/impl/Assert#<init>:()V 30 com/ibm/icu/impl/Assert#fail:(Ljava/lang/Exception;)V 31 com/ibm/icu/impl/BMPSet#<init>:(Lcom/ibm/icu/impl/BMPSet;[II)V 32 com/ibm/icu/impl/CacheValue$Strength#valueOf:(Ljava/lang/String;)Lcom/ibm/icu/impl/CacheValue$Stren… 33 com/ibm/icu/impl/CacheValue$Strength#values:()[Lcom/ibm/icu/impl/CacheValue$Strength; 34 com/ibm/icu/impl/CalendarUtil#<init>:()V 35 com/ibm/icu/impl/CaseMap#<init>:()V 36 com/ibm/icu/impl/CaseMap$GreekUpper#<init>:()V 37 com/ibm/icu/impl/CaseMapImpl#<init>:()V 38 com/ibm/icu/impl/CaseMapImpl$GreekUpper#<init>:()V [all …]
|
/external/google-fruit/include/fruit/impl/ |
D | component.defn.h | 30 namespace impl { 53 (void)typename fruit::impl::meta::CheckIfError<Comp>::type(); in Component() 55 using Op = typename fruit::impl::meta::OpForComponent<Bindings...>::template ConvertTo<Comp>; in Component() 56 (void)typename fruit::impl::meta::CheckIfError<Op>::type(); in Component() 59 (void)typename fruit::impl::meta::CheckIfError< in Component() 60 fruit::impl::meta::Eval<fruit::impl::meta::CheckNoLoopInDeps(typename Op::Result)>>::type(); in Component() 64 fruit::impl::FixedSizeVector<fruit::impl::ComponentStorageEntry> entries(num_entries); in Component() 77 storage = fruit::impl::ComponentStorage(std::move(entries)); in Component() 89 inline PartialComponent<fruit::impl::Bind<AnnotatedI, AnnotatedC>, Bindings...> PartialComponent<Bi… in bind() 90 using Op = OpFor<fruit::impl::Bind<AnnotatedI, AnnotatedC>>; in bind() [all …]
|
D | injector.defn.h | 32 fruit::impl::MemoryPool memory_pool; in Injector() 33 …using exposed_types_t = std::vector<fruit::impl::TypeId, fruit::impl::ArenaAllocator<fruit::impl::… in Injector() 35 exposed_types_t(std::initializer_list<fruit::impl::TypeId>{fruit::impl::getTypeId<P>()...}, in Injector() 36 fruit::impl::ArenaAllocator<fruit::impl::TypeId>(memory_pool)); in Injector() 37 storage = std::unique_ptr<fruit::impl::InjectorStorage>( in Injector() 38 new fruit::impl::InjectorStorage(std::move(component.storage), exposed_types, memory_pool)); in Injector() 41 namespace impl { 98 fruit::impl::MemoryPool memory_pool; in Injector() 99 storage = std::unique_ptr<fruit::impl::InjectorStorage>(new fruit::impl::InjectorStorage( in Injector() 103 … fruit::impl::meta::ConstructComponentImpl(fruit::impl::meta::Type<NormalizedComponentParams>...); in Injector() [all …]
|
/external/grpc-grpc/include/grpc/ |
D | module.modulemap | 16 header "impl/codegen/atm.h" 17 header "impl/codegen/fork.h" 18 header "impl/codegen/gpr_slice.h" 19 header "impl/codegen/gpr_types.h" 20 header "impl/codegen/log.h" 21 header "impl/codegen/port_platform.h" 22 header "impl/codegen/sync.h" 23 header "impl/codegen/sync_generic.h" 24 header "impl/codegen/byte_buffer.h" 25 header "impl/codegen/byte_buffer_reader.h" [all …]
|
/external/grpc-grpc/src/csharp/Grpc.HealthCheck.Tests/ |
D | HealthServiceImplTest.cs | 37 var impl = new HealthServiceImpl(); in SetStatus() 38 impl.SetStatus("", HealthCheckResponse.Types.ServingStatus.Serving); in SetStatus() 39 … Assert.AreEqual(HealthCheckResponse.Types.ServingStatus.Serving, GetStatusHelper(impl, "")); in SetStatus() 41 impl.SetStatus("", HealthCheckResponse.Types.ServingStatus.NotServing); in SetStatus() 42 … Assert.AreEqual(HealthCheckResponse.Types.ServingStatus.NotServing, GetStatusHelper(impl, "")); in SetStatus() 44 impl.SetStatus("", HealthCheckResponse.Types.ServingStatus.Unknown); in SetStatus() 45 … Assert.AreEqual(HealthCheckResponse.Types.ServingStatus.Unknown, GetStatusHelper(impl, "")); in SetStatus() 47 … impl.SetStatus("grpc.test.TestService", HealthCheckResponse.Types.ServingStatus.Serving); in SetStatus() 48 …Assert.AreEqual(HealthCheckResponse.Types.ServingStatus.Serving, GetStatusHelper(impl, "grpc.test.… in SetStatus() 54 var impl = new HealthServiceImpl(); in ClearStatus() [all …]
|
/external/grpc-grpc/src/core/tsi/ |
D | fake_transport_security.cc | 265 tsi_fake_frame_protector* impl = in fake_protector_protect() local 268 tsi_fake_frame* frame = &impl->protect_frame; in fake_protector_protect() 295 store32_little_endian(static_cast<uint32_t>(impl->max_frame_size), in fake_protector_protect() 326 tsi_fake_frame_protector* impl = in fake_protector_protect_flush() local 328 tsi_fake_frame* frame = &impl->protect_frame; in fake_protector_protect_flush() 349 tsi_fake_frame_protector* impl = in fake_protector_unprotect() local 351 tsi_fake_frame* frame = &impl->unprotect_frame; in fake_protector_unprotect() 395 tsi_fake_frame_protector* impl = in fake_protector_destroy() local 397 tsi_fake_frame_destruct(&impl->protect_frame); in fake_protector_destroy() 398 tsi_fake_frame_destruct(&impl->unprotect_frame); in fake_protector_destroy() [all …]
|
/external/clang/test/Analysis/inlining/ |
D | containers.cpp | 30 clang_analyzer_eval(set.begin().impl == set.end().impl); in test() 51 clang_analyzer_eval(w1.begin().impl.impl == w1.begin().impl.impl); in testWrappers() 58 clang_analyzer_eval(w2.start().impl == w2.start().impl); in testWrappers() 65 clang_analyzer_eval(w3.start().impl == w3.start().impl); in testWrappers() 72 clang_analyzer_eval(w4.start().impl == w4.start().impl); in testWrappers() 114 int *impl; member 116 iterator(int *p) : impl(p) {} in iterator() 171 MySet impl; member in BeginOnlySet 174 MySet::iterator impl; member 177 IterImpl(MySet::iterator i) : impl(i) { in IterImpl() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | Norm2AllModes.java | 11 package android.icu.impl; 94 impl=ni; in Normalizer2WithImpl() 104 normalize(src, new Normalizer2Impl.ReorderingBuffer(impl, dest, src.length())); in normalize() 113 new Normalizer2Impl.ReorderingBuffer(impl, dest, src.length()); in normalize() 136 new Normalizer2Impl.ReorderingBuffer(impl, first, first.length()+second.length())); in normalizeSecondAndAppend() 144 return impl.getDecomposition(c); in getDecomposition() 148 return impl.getRawDecomposition(c); in getRawDecomposition() 152 return impl.composePair(a, b); in composePair() 157 return impl.getCC(impl.getNorm16(c)); in getCombiningClass() 172 public final Normalizer2Impl impl; field in Norm2AllModes.Normalizer2WithImpl [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Norm2AllModes.java | 10 package com.ibm.icu.impl; 84 impl=ni; in Normalizer2WithImpl() 94 normalize(src, new Normalizer2Impl.ReorderingBuffer(impl, dest, src.length())); in normalize() 103 new Normalizer2Impl.ReorderingBuffer(impl, dest, src.length()); in normalize() 126 new Normalizer2Impl.ReorderingBuffer(impl, first, first.length()+second.length())); in normalizeSecondAndAppend() 134 return impl.getDecomposition(c); in getDecomposition() 138 return impl.getRawDecomposition(c); in getRawDecomposition() 142 return impl.composePair(a, b); in composePair() 147 return impl.getCC(impl.getNorm16(c)); in getCombiningClass() 162 public final Normalizer2Impl impl; field in Norm2AllModes.Normalizer2WithImpl [all …]
|
/external/python/cpython3/Modules/ |
D | _abc.c | 81 PyObject *impl = _PyObject_GetAttrId(self, &PyId__abc_impl); in _get_impl() local 82 if (impl == NULL) { in _get_impl() 85 if (Py_TYPE(impl) != &_abc_data_type) { in _get_impl() 87 Py_DECREF(impl); in _get_impl() 90 return (_abc_data *)impl; in _get_impl() 182 _abc_data *impl = _get_impl(self); in _abc__reset_registry() local 183 if (impl == NULL) { in _abc__reset_registry() 186 if (impl->_abc_registry != NULL && PySet_Clear(impl->_abc_registry) < 0) { in _abc__reset_registry() 187 Py_DECREF(impl); in _abc__reset_registry() 190 Py_DECREF(impl); in _abc__reset_registry() [all …]
|
/external/google-fruit/include/fruit/ |
D | injector.h | 170 fruit::impl::RemoveAnnotations<T> get(); 203 const std::vector<fruit::impl::RemoveAnnotations<T>*>& getMultibindings(); 223 using Check1 = typename fruit::impl::meta::CheckIfError<fruit::impl::meta::Eval< 224 … fruit::impl::meta::CheckNoRequiredTypesInInjectorArguments(fruit::impl::meta::Type<P>...)>>::type; 228 …using Comp = fruit::impl::meta::Eval<fruit::impl::meta::ConstructComponentImpl(fruit::impl::meta::… 230 using Check2 = typename fruit::impl::meta::CheckIfError<Comp>::type; 231 using VoidType = fruit::impl::meta::Type<void>; 234 …using Check3 = typename fruit::impl::meta::CheckIfError<fruit::impl::meta::Eval<fruit::impl::meta:… 235 fruit::impl::meta::Not(fruit::impl::meta::IsEmptySet(typename Comp::RsSuperset)), 236 fruit::impl::meta::ConstructErrorWithArgVector(fruit::impl::InjectorWithRequirementsErrorTag, [all …]
|
/external/mesa3d/src/compiler/nir/ |
D | nir_metadata.c | 34 nir_metadata_require(nir_function_impl *impl, nir_metadata required, ...) in nir_metadata_require() argument 36 #define NEEDS_UPDATE(X) ((required & ~impl->valid_metadata) & (X)) in nir_metadata_require() 39 nir_index_blocks(impl); in nir_metadata_require() 41 nir_index_instrs(impl); in nir_metadata_require() 43 nir_calc_dominance_impl(impl); in nir_metadata_require() 45 nir_live_ssa_defs_impl(impl); in nir_metadata_require() 49 nir_loop_analyze_impl(impl, va_arg(ap, nir_variable_mode)); in nir_metadata_require() 55 impl->valid_metadata |= required; in nir_metadata_require() 59 nir_metadata_preserve(nir_function_impl *impl, nir_metadata preserved) in nir_metadata_preserve() argument 61 impl->valid_metadata &= preserved; in nir_metadata_preserve() [all …]
|
D | nir_dominance.c | 37 init_block(nir_block *block, nir_function_impl *impl) in init_block() argument 39 if (block == nir_start_block(impl)) in init_block() 128 calc_dom_children(nir_function_impl* impl) in calc_dom_children() argument 130 void *mem_ctx = ralloc_parent(impl); in calc_dom_children() 132 nir_foreach_block_unstructured(block, impl) { in calc_dom_children() 137 nir_foreach_block_unstructured(block, impl) { in calc_dom_children() 143 nir_foreach_block_unstructured(block, impl) { in calc_dom_children() 166 nir_calc_dominance_impl(nir_function_impl *impl) in nir_calc_dominance_impl() argument 168 if (impl->valid_metadata & nir_metadata_dominance) in nir_calc_dominance_impl() 171 nir_metadata_require(impl, nir_metadata_block_index); in nir_calc_dominance_impl() [all …]
|