Home
last modified time | relevance | path

Searched refs:Mapping (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
DKeyEntryMap.h42 struct Mapping { struct
47 typedef std::vector<Mapping> KeyEntryPool; argument
167 Mapping mapping; in record()
177 Mapping mapping; in record()
/frameworks/rs/rsov/compiler/
DRSAllocationUtils.cpp74 std::unordered_map<const Value *, const GlobalVariable *> Mapping; in getRSAllocAccesses() local
87 auto It = Mapping.find(U); in getRSAllocAccesses()
88 if (It != Mapping.end()) { in getRSAllocAccesses()
105 Mapping[U] = GV; in getRSAllocAccesses()
/frameworks/base/proto/src/
Dwifi.proto93 // Mapping of error codes to the number of times that scans resulted
122 // Mapping of system state to the number of times that scans were requested in
138 // Mapping of Error/Success codes to the number of background scans that resulted in it
141 // Mapping of system state to the number of times that Background scans were requested in that
/frameworks/compile/slang/
Dslang_rs_reflection.cpp1053 const std::string &NamePrefix, MappingComment Mapping, in getReduceInputStrings() argument
1057 if (Mapping == MappingCommentWithCType) { in getReduceInputStrings()