Home
last modified time | relevance | path

Searched defs:mapValue (Results 1 – 13 of 13) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DSoftCache.java49 Object mapValue = map.get(key); in getInstance() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DSoftCache.java51 Object mapValue = map.get(key); in getInstance() local
/external/jarjar/src/main/com/tonicsystems/jarjar/
DKeepProcessor.java87 public Object mapValue(Object value) { in mapValue() method in KeepProcessor
DPackageRemapper.java85 public Object mapValue(Object value) { in mapValue() method in PackageRemapper
/external/aac/libSYS/src/
Dsyslib_channelMapDescr.cpp163 UCHAR mapValue = chIdx; /* Pass through by default. */ in FDK_chMapDescr_getMapValue() local
/external/aac/libAACdec/src/
Daacdecoder_lib.cpp1696 UCHAR mapValue = FDK_chMapDescr_getMapValue( in aacDecoder_DecodeFrame() local
1701 UCHAR mapValue = FDK_chMapDescr_getMapValue( in aacDecoder_DecodeFrame() local
Daacdecoder.cpp3434 int mapValue; in CAacDecoder_DecodeFrame() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DTrieMapTest.java243 Integer mapValue = mapEntry.getValue(); in checkContents() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DTrieMapTest.java240 Integer mapValue = mapEntry.getValue(); in checkContents() local
/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp339 Value *Mapper::mapValue(const Value *V) { in mapValue() function in Mapper
1076 Value *ValueMapper::mapValue(const Value &V) { in mapValue() function in ValueMapper
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DValueMapper.cpp340 Value *Mapper::mapValue(const Value *V) { in mapValue() function in Mapper
1097 Value *ValueMapper::mapValue(const Value &V) { in mapValue() function in ValueMapper
/external/spirv-llvm/lib/SPIRV/
DSPIRVWriter.cpp240 SPIRVValue *mapValue(Value *V, SPIRVValue *BV) { in mapValue() function in SPIRV::LLVMToSPIRV
DSPIRVReader.cpp419 Value *mapValue(SPIRVValue *BV, Value *V) { in mapValue() function in SPIRV::SPIRVToLLVM