Home
last modified time | relevance | path

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

/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
DStreamReadFeature.java109 private StreamReadFeature(JsonParser.Feature mapTo) { in StreamReadFeature() argument
111 _mappedFeature = mapTo; in StreamReadFeature()
112 _mask = mapTo.getMask(); in StreamReadFeature()
113 _defaultState = mapTo.enabledByDefault(); in StreamReadFeature()
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/json/
DJsonWriteFeature.java124 JsonGenerator.Feature mapTo) { in JsonWriteFeature() argument
127 _mappedFeature = mapTo; in JsonWriteFeature()
DJsonReadFeature.java212 JsonParser.Feature mapTo) { in JsonReadFeature() argument
215 _mappedFeature = mapTo; in JsonReadFeature()
/external/llvm-project/clang/test/OpenMP/
Dtarget_teams_map_codegen.cpp105 void mapTo() { in mapTo() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFRegisters.h131 RegisterRef mapTo(RegisterRef RR, unsigned R) const;
DRDFRegisters.cpp225 RegisterRef PhysicalRegisterInfo::mapTo(RegisterRef RR, unsigned R) const { in mapTo() function in PhysicalRegisterInfo
DRDFLiveness.cpp533 RegisterRef S = PRI.mapTo(RC, UI->first); in computePhiInfo()
647 R = PRI.mapTo(DRs.intersectWith(R), T.first); in computePhiInfo()
/external/dokka/core/src/main/kotlin/Kotlin/
DDocumentationBuilder.kt690 constructorsToDocument.mapTo(result) { ClassMember(it) } in ClassDescriptor()
695 .mapTo(result) { ClassMember(it) } in ClassDescriptor()
698 .mapTo(result) { ClassMember(it, extraModifier = "static") } in ClassDescriptor()
704 descriptorsToDocument.mapTo(result) { in ClassDescriptor()
/external/llvm-project/llvm/include/llvm/CodeGen/
DRDFRegisters.h138 RegisterRef mapTo(RegisterRef RR, unsigned R) const;
/external/llvm-project/llvm/lib/CodeGen/
DRDFRegisters.cpp230 RegisterRef PhysicalRegisterInfo::mapTo(RegisterRef RR, unsigned R) const { in mapTo() function in PhysicalRegisterInfo
DRDFLiveness.cpp573 RegisterRef S = PRI.mapTo(RC, UI->first); in computePhiInfo()
704 R = PRI.mapTo(DRs.intersectWith(R), T.first); in computePhiInfo()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DChannels.common.kt1609 public suspend inline fun <E, R, C : MutableCollection<in R>> ReceiveChannel<E>.mapTo(destination: … in mapTo() method
1630 public suspend inline fun <E, R, C : SendChannel<R>> ReceiveChannel<E>.mapTo(destination: C, transf… in mapTo() method
/external/llvm-project/lldb/tools/lldb-vscode/
Dlldb-vscode.cpp500 auto mapTo = GetAsString((*mapping)[1]); in SetSourceMapFromArguments() local
501 strm << "\"" << mapFrom << "\" \"" << mapTo << "\" "; in SetSourceMapFromArguments()
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/
Dkotlinx-coroutines-core.api709 …public static final fun mapTo (Lkotlinx/coroutines/channels/ReceiveChannel;Ljava/util/Collection;L…
710 …public static final fun mapTo (Lkotlinx/coroutines/channels/ReceiveChannel;Lkotlinx/coroutines/cha…