Home
last modified time | relevance | path

Searched refs:mapValue (Results 1 – 14 of 14) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DSoftCache.java51 Object mapValue = map.get(key); in getInstance() local
52 if(mapValue != null) { in getInstance()
53 if(!(mapValue instanceof CacheValue)) { in getInstance()
55 return (V)mapValue; in getInstance()
57 CacheValue<V> cv = (CacheValue<V>)mapValue; in getInstance()
72 mapValue = (value != null && CacheValue.futureInstancesWillBeStrong()) ? in getInstance()
74 mapValue = map.putIfAbsent(key, mapValue); in getInstance()
75 if(mapValue == null) { in getInstance()
82 if(!(mapValue instanceof CacheValue)) { in getInstance()
84 return (V)mapValue; in getInstance()
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DSoftCache.java49 Object mapValue = map.get(key); in getInstance() local
50 if(mapValue != null) { in getInstance()
51 if(!(mapValue instanceof CacheValue)) { in getInstance()
53 return (V)mapValue; in getInstance()
55 CacheValue<V> cv = (CacheValue<V>)mapValue; in getInstance()
70 mapValue = (value != null && CacheValue.futureInstancesWillBeStrong()) ? in getInstance()
72 mapValue = map.putIfAbsent(key, mapValue); in getInstance()
73 if(mapValue == null) { in getInstance()
80 if(!(mapValue instanceof CacheValue)) { in getInstance()
82 return (V)mapValue; in getInstance()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DValueMapper.cpp144 Value *mapValue(const Value *V);
149 return cast_or_null<Constant>(mapValue(C)); in mapConstant()
339 Value *Mapper::mapValue(const Value *V) { in mapValue() function in Mapper
383 if (Value *LV = mapValue(LAM->getValue())) { in mapValue()
419 auto Mapped = mapValue(V); in mapValue()
491 Function *F = cast<Function>(mapValue(BA.getFunction())); in mapBlockAddress()
501 BB = cast_or_null<BasicBlock>(mapValue(BA.getBasicBlock())); in mapBlockAddress()
795 return wrapConstantAsMetadata(*CMD, mapValue(CMD->getValue())); in mapSimpleMetadata()
847 BasicBlock *BB = cast_or_null<BasicBlock>(mapValue(DBB.OldBB)); in flush()
855 Value *V = mapValue(Op); in remapInstruction()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DValueMapper.h171 Value *mapValue(const Value &V);
210 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapValue(*V);
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DTrieMapTest.java243 Integer mapValue = mapEntry.getValue(); in checkContents() local
245 if (!mapValue.equals(trieValue)) { in checkContents()
246 assertEquals(style + "\tValues match", mapValue, trieValue); in checkContents()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DTrieMapTest.java240 Integer mapValue = mapEntry.getValue(); in checkContents() local
242 if (!mapValue.equals(trieValue)) { in checkContents()
243 assertEquals(style + "\tValues match", mapValue, trieValue); in checkContents()
/third_party/typescript/src/compiler/
DcommandLineParser.ts2140 return forEachEntry(customTypeMap, (mapValue, key) => {
2141 if (mapValue === value) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DIRMover.cpp1465 Mapper.mapValue(*GV); in run()
/third_party/typescript/lib/
Dtsc.js31029 return ts.forEachEntry(customTypeMap, function (mapValue, key) { argument
31030 if (mapValue === value) {
DtypingsInstaller.js38078 return ts.forEachEntry(customTypeMap, function (mapValue, key) { argument
38079 if (mapValue === value) {
Dtsserverlibrary.js38283 return ts.forEachEntry(customTypeMap, function (mapValue, key) { argument
38284 if (mapValue === value) {
Dtypescript.js38283 return ts.forEachEntry(customTypeMap, function (mapValue, key) { argument
38284 if (mapValue === value) {
Dtsserver.js38089 return ts.forEachEntry(customTypeMap, function (mapValue, key) { argument
38090 if (mapValue === value) {
DtypescriptServices.js38283 return ts.forEachEntry(customTypeMap, function (mapValue, key) { argument
38284 if (mapValue === value) {