Searched defs:mapping (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
H A DKeyEntryMap.h37 /// EntryOrPair - A key may mapping to a signal entry or a pair of entries,
57 /// lookUp - look up the entry mapping to pKey
61 /// lookUpFirstEntry - look up the first entry mapping to pKey
65 /// lookUpSecondEntry - look up the second entry mapping to pKey
95 const_iterator mapping, mEnd = m_Pool.end(); local
96 for (mapping = m_Pool.begin(); mapping != mEnd; ++mapping) {
97 if (mapping->key == &pKey) {
98 return mapping
109 iterator mapping, mEnd = m_Pool.end(); local
123 const_iterator mapping, mEnd = m_Pool.end(); local
137 const_iterator mapping, mEnd = m_Pool.end(); local
151 const_iterator mapping, mEnd = m_Pool.end(); local
165 const_iterator mapping, mEnd = m_Pool.end(); local
179 Mapping mapping; local
191 Mapping mapping; local
[all...]
/frameworks/compile/mclinker/include/mcld/Object/
H A DSectionMap.h145 typedef std::pair<Output*, Input*> mapping; typedef in class:mcld::SectionMap
161 mapping find(const std::string& pInputFile,
167 std::pair<mapping, bool>
171 std::pair<mapping, bool>
/frameworks/base/core/java/android/view/
H A DViewDebug.java97 * A mapping can be defined to map int values to specific strings. For
99 * actually mean VISIBLE, INVISIBLE and GONE. A mapping can be used to see
103 * @ViewDebug.ExportedProperty(mapping = {
115 IntToString[] mapping() default { };
118 * A mapping can be defined to map array indices to specific strings.
119 * A mapping can be used to see human readable values for the indices
134 * @see #mapping()
139 * A flags mapping can be defined to map flags encoded in an integer to
140 * specific strings. A mapping can be used to see human readable values
203 * Defines a mapping fro
1338 exportUnrolledFlags(BufferedWriter out, FlagToString[] mapping, int intValue, String prefix) argument
[all...]
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp153 LinkerScript::AddressMap::const_iterator mapping = local
155 if (pScript.addressMap().end() != mapping)
156 return mapping.getEntry()->value();
2249 // use address mapping in script options

Completed in 1544 milliseconds