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

/frameworks/compile/mclinker/lib/LD/
H A DSectionMap.cpp46 // Now only check if the mapping exists in the map already
47 // TODO: handle the cases such as overriding the exist mapping and drawing
54 struct Mapping mapping = { local
58 m_SectMap.push_back(mapping);
134 struct Mapping mapping = { m_StdSectionMap[i].from, m_StdSectionMap[i].to}; local
135 m_SectMap.push_back(mapping);
H A DSectionMerger.cpp76 // the mapping rule is not in SectionMap, and this is handled in getOutputSectHdr.
86 struct Mapping mapping = { local
90 m_LDSectionMap.push_back(mapping);
/frameworks/base/core/java/android/view/
H A DViewDebug.java89 * A mapping can be defined to map int values to specific strings. For
91 * actually mean VISIBLE, INVISIBLE and GONE. A mapping can be used to see
95 * @ViewDebug.ExportedProperty(mapping = {
107 IntToString[] mapping() default { };
110 * A mapping can be defined to map array indices to specific strings.
111 * A mapping can be used to see human readable values for the indices
126 * @see #mapping()
131 * A flags mapping can be defined to map flags encoded in an integer to
132 * specific strings. A mapping can be used to see human readable values
179 * Defines a mapping fro
1098 exportUnrolledFlags(BufferedWriter out, FlagToString[] mapping, int intValue, String prefix) argument
[all...]

Completed in 574 milliseconds