/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
D | NumberFormatter.java | 444 return NumberSkeletonImpl.getOrCreate(skeleton); in forSkeleton()
|
D | NumberSkeletonImpl.java | 514 public static UnlocalizedNumberFormatter getOrCreate(String skeletonString) { in getOrCreate() method in NumberSkeletonImpl
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
D | NumberFormatter.java | 574 return NumberSkeletonImpl.getOrCreate(skeleton); in forSkeleton()
|
D | NumberSkeletonImpl.java | 537 public static UnlocalizedNumberFormatter getOrCreate(String skeletonString) { in getOrCreate() method in NumberSkeletonImpl
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Constants.cpp | 1068 return Ty->getContext().pImpl->ArrayConstants.getOrCreate(Ty, V); in get() 1151 return ST->getContext().pImpl->StructConstants.getOrCreate(ST, V); in get() 1165 return Ty->getContext().pImpl->VectorConstants.getOrCreate(Ty, V); in get() 1626 return pImpl->ExprConstants.getOrCreate(Ty, Key); in getFoldedCast() 1933 return pImpl->ExprConstants.getOrCreate(C->getType(), Key); in get() 1992 return pImpl->ExprConstants.getOrCreate(C1->getType(), Key); in get() 2072 return pImpl->ExprConstants.getOrCreate(V1->getType(), Key); in getSelect() 2130 return pImpl->ExprConstants.getOrCreate(ReqTy, Key); in getGetElementPtr() 2155 return pImpl->ExprConstants.getOrCreate(ResultTy, Key); in getICmp() 2180 return pImpl->ExprConstants.getOrCreate(ResultTy, Key); in getFCmp() [all …]
|
D | InlineAsm.cpp | 48 return pImpl->InlineAsms.getOrCreate(PointerType::getUnqual(FTy), Key); in get()
|
D | Metadata.cpp | 157 if (auto *R = ReplaceableMetadataImpl::getOrCreate(MD)) { in track() 313 ReplaceableMetadataImpl *ReplaceableMetadataImpl::getOrCreate(Metadata &MD) { in getOrCreate() function in ReplaceableMetadataImpl
|
D | ConstantsContext.h | 648 ConstantClass *getOrCreate(TypeClass *Ty, ValType V) {
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkDevice.hpp | 107 std::shared_ptr<rr::Routine> getOrCreate(const Key &key, Function &&createRoutine) in getOrCreate() function in vk::Device::SamplingRoutineCache
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | SpirvShaderSampling.cpp | 123 auto routine = cache->getOrCreate(key, createSamplingRoutine); in getImageSampler()
|
D | SpirvShaderDebugger.cpp | 222 V getOrCreate(std::unordered_map<K, V, HASH> &map, const K &key, CREATE &&create) in getOrCreate() function 1434 int index = getOrCreate(traps.byLocationAndScope, locationAndScope, [&] { in setLocation() 1445 getOrCreate(traps.byFunctionName, func->name, [&] { return index; }); in setLocation() 2343 return getOrCreate(locals, block, [&] { in getOrCreateLocals()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Metadata.h | 306 static ReplaceableMetadataImpl *getOrCreate(Metadata &MD);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Metadata.h | 320 static ReplaceableMetadataImpl *getOrCreate(Metadata &MD);
|