| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/c_api/ |
| D | context_c.cc | 33 auto impl = new (std::nothrow) mindspore::ContextC(); in OH_AI_ContextCreate() local 53 auto impl = static_cast<mindspore::ContextC *>(*context); in OH_AI_ContextDestroy() local 74 auto impl = static_cast<mindspore::ContextC *>(context); in OH_AI_ContextSetThreadNum() local 83 auto impl = static_cast<mindspore::ContextC *>(context); in OH_AI_ContextGetThreadNum() local 92 auto impl = static_cast<mindspore::ContextC *>(context); in OH_AI_ContextSetThreadAffinityMode() local 102 auto impl = static_cast<mindspore::ContextC *>(context); in OH_AI_ContextGetThreadAffinityMode() local 112 auto impl = static_cast<mindspore::ContextC *>(context); in OH_AI_ContextSetThreadAffinityCoreList() local 122 auto impl = static_cast<mindspore::ContextC *>(context); in OH_AI_ContextGetThreadAffinityCoreList() local 141 auto impl = static_cast<mindspore::ContextC *>(context); in OH_AI_ContextSetEnableParallel() local 150 auto impl = static_cast<mindspore::ContextC *>(context); in OH_AI_ContextGetEnableParallel() local [all …]
|
| D | tensor_c.cc | 69 auto impl = new (std::nothrow) mindspore::MSTensor(lite_tensor_impl); in OH_AI_TensorCreate() local 82 auto impl = static_cast<mindspore::MSTensor *>(*tensor); in OH_AI_TensorDestroy() local 92 auto impl = static_cast<mindspore::MSTensor *>(tensor); in OH_AI_TensorClone() local 112 auto impl = static_cast<mindspore::MSTensor *>(tensor); in OH_AI_TensorSetName() local 130 auto impl = static_cast<mindspore::MSTensor *>(tensor); in OH_AI_TensorSetDataType() local 139 auto impl = static_cast<mindspore::MSTensor *>(tensor); in OH_AI_TensorGetDataType() local 149 auto impl = static_cast<mindspore::MSTensor *>(tensor); in OH_AI_TensorSetShape() local 162 auto impl = static_cast<mindspore::MSTensor *>(tensor); in OH_AI_TensorGetShape() local 172 auto impl = static_cast<mindspore::MSTensor *>(tensor); in OH_AI_TensorSetFormat() local 181 auto impl = static_cast<mindspore::MSTensor *>(tensor); in OH_AI_TensorGetFormat() local [all …]
|
| D | model_c.cc | 151 auto impl = new (std::nothrow) mindspore::ModelC(); in OH_AI_ModelCreate() local 170 auto impl = static_cast<mindspore::ModelC *>(*model); in OH_AI_ModelDestroy() local 196 auto impl = static_cast<mindspore::ModelC *>(model); in OH_AI_ModelBuild() local 220 auto impl = static_cast<mindspore::ModelC *>(model); in OH_AI_ModelBuildFromFile() local 253 auto impl = static_cast<mindspore::ModelC *>(model); in OH_AI_ModelResize() local 264 auto impl = static_cast<mindspore::ModelC *>(model); in OH_AI_ModelPredict() local 330 auto impl = static_cast<mindspore::ModelC *>(model); in OH_AI_ModelGetInputs() local 341 auto impl = static_cast<mindspore::ModelC *>(model); in OH_AI_ModelGetOutputs() local 352 auto impl = static_cast<mindspore::ModelC *>(model); in OH_AI_ModelGetInputByTensorName() local 369 auto impl = static_cast<mindspore::ModelC *>(model); in OH_AI_ModelGetOutputByTensorName() local [all …]
|
| /third_party/icu/icu4c/source/i18n/ |
| D | formattedvalue.cpp | 83 auto* impl = new UConstrainedFieldPositionImpl(); in ucfpos_open() local 93 auto* impl = UConstrainedFieldPositionImpl::validate(ptr, *ec); in ucfpos_reset() local 102 auto* impl = UConstrainedFieldPositionImpl::validate(ptr, *ec); in ucfpos_constrainCategory() local 111 auto* impl = UConstrainedFieldPositionImpl::validate(ptr, *ec); in ucfpos_constrainField() local 120 const auto* impl = UConstrainedFieldPositionImpl::validate(ptr, *ec); in ucfpos_getCategory() local 129 const auto* impl = UConstrainedFieldPositionImpl::validate(ptr, *ec); in ucfpos_getField() local 138 const auto* impl = UConstrainedFieldPositionImpl::validate(ptr, *ec); in ucfpos_getIndexes() local 148 const auto* impl = UConstrainedFieldPositionImpl::validate(ptr, *ec); in ucfpos_getInt64IterationContext() local 157 auto* impl = UConstrainedFieldPositionImpl::validate(ptr, *ec); in ucfpos_setInt64IterationContext() local 166 const auto* impl = UConstrainedFieldPositionImpl::validate(ptr, *ec); in ucfpos_matchesField() local [all …]
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| D | formattedvalue.cpp | 83 auto* impl = new UConstrainedFieldPositionImpl(); in ucfpos_open() local 93 auto* impl = UConstrainedFieldPositionImpl::validate(ptr, *ec); in ucfpos_reset() local 102 auto* impl = UConstrainedFieldPositionImpl::validate(ptr, *ec); in ucfpos_constrainCategory() local 111 auto* impl = UConstrainedFieldPositionImpl::validate(ptr, *ec); in ucfpos_constrainField() local 120 const auto* impl = UConstrainedFieldPositionImpl::validate(ptr, *ec); in ucfpos_getCategory() local 129 const auto* impl = UConstrainedFieldPositionImpl::validate(ptr, *ec); in ucfpos_getField() local 138 const auto* impl = UConstrainedFieldPositionImpl::validate(ptr, *ec); in ucfpos_getIndexes() local 148 const auto* impl = UConstrainedFieldPositionImpl::validate(ptr, *ec); in ucfpos_getInt64IterationContext() local 157 auto* impl = UConstrainedFieldPositionImpl::validate(ptr, *ec); in ucfpos_setInt64IterationContext() local 166 const auto* impl = UConstrainedFieldPositionImpl::validate(ptr, *ec); in ucfpos_matchesField() local [all …]
|
| /third_party/protobuf/third_party/googletest/googletest/include/gtest/ |
| D | gtest-matchers.h | 180 explicit MatcherInterfaceAdapter(const MatcherInterface<T>* impl) in MatcherInterfaceAdapter() 290 explicit MatcherBase(const MatcherInterface<const T&>* impl) : impl_(impl) {} in MatcherBase() 297 : impl_(new internal::MatcherInterfaceAdapter<U>(impl)) {} in impl_() 325 explicit Matcher(const MatcherInterface<const T&>* impl) in Matcher() 348 explicit Matcher(const MatcherInterface<const std::string&>* impl) in Matcher() 371 explicit Matcher(const MatcherInterface<const std::string&>* impl) in Matcher() 373 explicit Matcher(const MatcherInterface<std::string>* impl) in Matcher() 400 explicit Matcher(const MatcherInterface<const ::string&>* impl) in Matcher() 421 explicit Matcher(const MatcherInterface<const ::string&>* impl) in Matcher() 423 explicit Matcher(const MatcherInterface< ::string>* impl) in Matcher() [all …]
|
| /third_party/mesa3d/src/compiler/nir/ |
| D | nir_dominance.c | 37 init_block(nir_block *block, nir_function_impl *impl) in init_block() 128 calc_dom_children(nir_function_impl* impl) in calc_dom_children() 166 nir_calc_dominance_impl(nir_function_impl *impl) in nir_calc_dominance_impl() 281 nir_dump_dom_tree_impl(nir_function_impl *impl, FILE *fp) in nir_dump_dom_tree_impl() 303 nir_dump_dom_frontier_impl(nir_function_impl *impl, FILE *fp) in nir_dump_dom_frontier_impl() 325 nir_dump_cfg_impl(nir_function_impl *impl, FILE *fp) in nir_dump_cfg_impl()
|
| D | nir_lower_global_vars_to_local.c | 36 register_var_use(nir_variable *var, nir_function_impl *impl, in register_var_use() 54 mark_global_var_uses_block(nir_block *block, nir_function_impl *impl, in mark_global_var_uses_block() 91 nir_function_impl *impl = entry->data; in nir_lower_global_vars_to_local() local
|
| D | nir_opt_copy_propagate.c | 60 rewrite_to_vec(nir_function_impl *impl, nir_alu_instr *mov, nir_alu_instr *vec) in rewrite_to_vec() 84 copy_propagate_alu(nir_function_impl *impl, nir_alu_src *src, nir_alu_instr *copy) in copy_propagate_alu() 137 copy_prop_instr(nir_function_impl *impl, nir_instr *instr) in copy_prop_instr() 166 nir_copy_prop_impl(nir_function_impl *impl) in nir_copy_prop_impl()
|
| D | nir_inline_functions.c | 29 static bool function_ends_in_jump(nir_function_impl *impl) in function_ends_in_jump() 36 const nir_function_impl *impl, in nir_inline_function_impl() 175 inline_function_impl(nir_function_impl *impl, struct set *inlined) in inline_function_impl()
|
| D | nir_metadata.c | 34 nir_metadata_require(nir_function_impl *impl, nir_metadata required, ...) in nir_metadata_require() 65 nir_metadata_preserve(nir_function_impl *impl, nir_metadata preserved) in nir_metadata_preserve()
|
| /third_party/mesa3d/src/gtest/include/gtest/ |
| D | gtest-matchers.h | 188 explicit MatcherInterfaceAdapter(const MatcherInterface<T>* impl) in MatcherInterfaceAdapter() 298 explicit MatcherBase(const MatcherInterface<const T&>* impl) : impl_(impl) {} in MatcherBase() 305 : impl_(new internal::MatcherInterfaceAdapter<U>(impl)) {} in impl_() 333 explicit Matcher(const MatcherInterface<const T&>* impl) in Matcher() 357 explicit Matcher(const MatcherInterface<const std::string&>* impl) in Matcher() 374 explicit Matcher(const MatcherInterface<const std::string&>* impl) in Matcher() 376 explicit Matcher(const MatcherInterface<std::string>* impl) in Matcher() 397 explicit Matcher(const MatcherInterface<const absl::string_view&>* impl) in Matcher() 417 explicit Matcher(const MatcherInterface<const absl::string_view&>* impl) in Matcher() 419 explicit Matcher(const MatcherInterface<absl::string_view>* impl) in Matcher() [all …]
|
| /third_party/skia/third_party/externals/tint/src/sem/ |
| D | sem_struct_test.cc | 27 auto* impl = in TEST_F() local 41 auto* impl = in TEST_F() local 51 auto* impl = in TEST_F() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/cxx_api/tensor/ |
| D | tensor_impl.cc | 52 auto impl = std::make_shared<LiteTensorImpl>(lite_tensor); in CreateTensorImpl() local 72 auto impl = std::make_shared<LiteTensorImpl>(lite_tensor); in CreateTensorImplByDeepCopy() local 127 auto impl = std::make_shared<LiteTensorImpl>(lite_tensor); in StringsToTensorImpl() local 138 …ector<std::string> LiteTensorImpl::TensorImplToStrings(const std::shared_ptr<LiteTensorImpl> &impl… in TensorImplToStrings()
|
| /third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
| D | parser_impl_test_helper.h | 42 auto impl = std::make_unique<ParserImpl>(file.get()); in parser() local 65 auto impl = std::make_unique<ParserImpl>(file.get()); in parser() local
|
| /third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
| D | vksIPC.hpp | 45 std::unique_ptr<ParentImpl> impl; member 59 std::unique_ptr<ChildImpl> impl; member
|
| /third_party/mesa3d/src/compiler/spirv/tests/ |
| D | helpers.h | 68 nir_function_impl *impl = nir_shader_get_entrypoint(shader); variable 69 nir_foreach_block(block, impl) { in nir_foreach_block() argument
|
| /third_party/rust/crates/cxx/include/ |
| D | cxx.h | 30 class impl; variable 149 friend impl<Str>; variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
| D | Mutex.h | 92 MutexImpl impl; variable 97 impl(rec), acquired(0), recursive(rec) { } in impl() function
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/cxx_api/ |
| D | types.cc | 78 auto impl = std::make_shared<LiteTensorImpl>(new (std::nothrow) lite::Tensor()); in MSTensor() local 87 MSTensor::MSTensor(const std::shared_ptr<Impl> &impl) : impl_(impl) {} in MSTensor() 130 auto impl = LiteTensorImpl::CreateTensorImpl(CharToString(name), type, shape, nullptr, 0); in CreateTensor() local 186 auto impl = LiteTensorImpl::CreateTensorImpl(CharToString(name), type, shape, new_data, data_len); in CreateTensor() local 274 auto impl = LiteTensorImpl::CreateTensorImpl(CharToString(name), type, shape, data, data_len); in CreateRefTensor() local 291 auto impl = LiteTensorImpl::CreateTensorImpl(CharToString(name), type, shape, nullptr, 0); in CreateDeviceTensor() local 397 auto impl = LiteTensorImpl::StringsToTensorImpl(CharToString(name), VectorCharToString(inputs)); in CharStringsToTensor() local 458 …auto impl = LiteTensorImpl::CreateTensorImpl(this->Name(), this->DataType(), this->Shape(), new_da… in Clone() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
| D | OpenGLBackend.cpp | 39 DawnSwapChainImplementation impl; in CreateNativeSwapChainImpl() local 49 NativeSwapChainImpl* impl = reinterpret_cast<NativeSwapChainImpl*>(swapChain->userData); in GetNativeSwapChainPreferredFormat() local
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| D | characterproperties.cpp | 126 const Normalizer2Impl *impl=Normalizer2Factory::getNFCImpl(errorCode); in initInclusion() local 134 const Normalizer2Impl *impl=Normalizer2Factory::getNFCImpl(errorCode); in initInclusion() local 141 const Normalizer2Impl *impl=Normalizer2Factory::getNFKCImpl(errorCode); in initInclusion() local 148 const Normalizer2Impl *impl=Normalizer2Factory::getNFKC_CFImpl(errorCode); in initInclusion() local 155 const Normalizer2Impl *impl=Normalizer2Factory::getNFCImpl(errorCode); in initInclusion() local
|
| /third_party/openssl/providers/implementations/encode_decode/ |
| D | encode_key2any.c | 1065 #define DO_PRIVATE_KEY(impl, type, kind, output) \ argument 1075 #define DO_PUBLIC_KEY(impl, type, kind, output) \ argument 1085 #define DO_PARAMETERS(impl, type, kind, output) \ argument 1128 #define DO_PrivateKeyInfo(impl, type, output) \ argument 1132 #define DO_EncryptedPrivateKeyInfo(impl, type, output) \ argument 1137 #define DO_SubjectPublicKeyInfo(impl, type, output) \ argument 1156 #define DO_type_specific_params(impl, type, output) \ argument 1160 #define DO_type_specific_keypair(impl, type, output) \ argument 1166 #define DO_type_specific(impl, type, output) \ argument 1171 #define DO_type_specific_no_pub(impl, type, output) \ argument [all …]
|
| /third_party/python/Modules/ |
| D | _abc.c | 118 PyObject *impl = PyObject_GetAttr(self, &_Py_ID(_abc_impl)); in _get_impl() local 219 _abc_data *impl = _get_impl(module, self); in _abc__reset_registry() local 246 _abc_data *impl = _get_impl(module, self); in _abc__reset_caches() local 281 _abc_data *impl = _get_impl(module, self); in _abc__get_dump() local 544 _abc_data *impl = _get_impl(module, self); in _abc__abc_register_impl() local 585 _abc_data *impl = _get_impl(module, self); in _abc__abc_instancecheck_impl() local 682 _abc_data *impl = _get_impl(module, self); in _abc__abc_subclasscheck_impl() local 811 subclasscheck_check_registry(_abc_data *impl, PyObject *subclass, in subclasscheck_check_registry()
|
| /third_party/icu/icu4c/source/common/ |
| D | characterproperties.cpp | 127 const Normalizer2Impl *impl=Normalizer2Factory::getNFCImpl(errorCode); in initInclusion() local 135 const Normalizer2Impl *impl=Normalizer2Factory::getNFCImpl(errorCode); in initInclusion() local 142 const Normalizer2Impl *impl=Normalizer2Factory::getNFKCImpl(errorCode); in initInclusion() local 149 const Normalizer2Impl *impl=Normalizer2Factory::getNFKC_CFImpl(errorCode); in initInclusion() local 156 const Normalizer2Impl *impl=Normalizer2Factory::getNFCImpl(errorCode); in initInclusion() local
|