Searched refs:mapping (Results 1 - 10 of 10) 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...]
H A DView.java1856 * Array of horizontal layout direction flags for mapping attribute "layoutDirection" to correct
1934 * Array of text direction flags for mapping attribute "textDirection" to correct
2043 * Array of text direction flags for mapping attribute "textAlignment" to correct
3188 @ViewDebug.ExportedProperty(category = "drawing", mapping = {
5699 @ViewDebug.ExportedProperty(mapping = {
5864 @ViewDebug.ExportedProperty(category = "layout", mapping = {
5918 @ViewDebug.ExportedProperty(category = "layout", mapping = {
6719 @ViewDebug.ExportedProperty(category = "accessibility", mapping = {
11176 @ViewDebug.ExportedProperty(mapping = {
16639 @ViewDebug.ExportedProperty(category = "text", mapping
[all...]
H A DViewGroup.java522 @ViewDebug.ExportedProperty(category = "focus", mapping = {
4586 @ViewDebug.ExportedProperty(category = "drawing", mapping = {
5525 @ViewDebug.ExportedProperty(category = "layout", mapping = {
5536 @ViewDebug.ExportedProperty(category = "layout", mapping = {
H A DWindowManager.java187 @ViewDebug.ExportedProperty(mapping = {
/frameworks/base/core/java/android/app/
H A DActionBar.java929 @ViewDebug.ExportedProperty(category = "layout", mapping = {
/frameworks/base/core/java/android/widget/
H A DLinearLayout.java1801 @ViewDebug.ExportedProperty(category = "layout", mapping = {
H A DRelativeLayout.java1167 }, mapping = {
H A DAbsListView.java6054 @ViewDebug.ExportedProperty(category = "list", mapping = {

Completed in 185 milliseconds