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

/frameworks/compile/mclinker/include/mcld/Target/
H A DKeyEntryMap.h35 /// EntryOrPair - A key may mapping to a signal entry or a pair of entries,
55 /// lookUp - look up the entry mapping to pKey
59 /// lookUpFirstEntry - look up the first entry mapping to pKey
63 /// lookUpSecondEntry - look up the second entry mapping to pKey
90 const_iterator mapping, mEnd = m_Pool.end(); local
91 for (mapping = m_Pool.begin(); mapping != mEnd; ++mapping) {
92 if (mapping->key == &pKey) {
93 return mapping
102 iterator mapping, mEnd = m_Pool.end(); local
115 const_iterator mapping, mEnd = m_Pool.end(); local
128 const_iterator mapping, mEnd = m_Pool.end(); local
141 const_iterator mapping, mEnd = m_Pool.end(); local
154 const_iterator mapping, mEnd = m_Pool.end(); local
167 Mapping mapping; local
177 Mapping mapping; local
[all...]
/frameworks/rs/
H A DrsClosure.cpp86 auto mapping = mArgDeps[dep]; local
87 if (mapping == nullptr) {
88 mapping = new Map<int, ObjectBaseRef<ScriptFieldID>>();
89 mArgDeps[dep] = mapping;
91 (*mapping)[i].set(const_cast<ScriptFieldID*>(depFieldIDs[i]));
98 auto mapping = mGlobalDeps[dep]; local
99 if (mapping == nullptr) {
100 mapping = new Map<const ScriptFieldID*,
102 mGlobalDeps[dep] = mapping;
105 (*mapping)[fieldID
[all...]
/frameworks/compile/mclinker/include/mcld/Object/
H A DSectionMap.h146 typedef std::pair<Output*, Input*> mapping; typedef in class:mcld::SectionMap
162 mapping find(const std::string& pInputFile, const std::string& pInputSection);
167 std::pair<mapping, bool> insert(
171 std::pair<mapping, bool> insert(const InputSectDesc& pInputDesc,
/frameworks/compile/mclinker/tools/mcld/
H A DMain.cpp680 mcld::StringEntry<uint64_t>* mapping = local
682 mapping->setValue(addr);
695 mcld::StringEntry<uint64_t>* mapping = local
697 mapping->setValue(addr);
710 mcld::StringEntry<uint64_t>* mapping = local
712 mapping->setValue(addr);
725 mcld::StringEntry<uint64_t>* mapping = local
727 mapping->setValue(addr);
/frameworks/base/core/java/android/view/
H A DViewDebug.java98 * A mapping can be defined to map int values to specific strings. For
100 * actually mean VISIBLE, INVISIBLE and GONE. A mapping can be used to see
104 * @ViewDebug.ExportedProperty(mapping = {
116 IntToString[] mapping() default { };
119 * A mapping can be defined to map array indices to specific strings.
120 * A mapping can be used to see human readable values for the indices
135 * @see #mapping()
140 * A flags mapping can be defined to map flags encoded in an integer to
141 * specific strings. A mapping can be used to see human readable values
204 * Defines a mapping fro
1350 exportUnrolledFlags(BufferedWriter out, FlagToString[] mapping, int intValue, String prefix) argument
[all...]
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp149 LinkerScript::AddressMap::const_iterator mapping = local
151 if (pScript.addressMap().end() != mapping)
152 return mapping.getEntry()->value();
2146 // use address mapping in script options
/frameworks/av/services/audioflinger/
H A DThreads.cpp356 static const struct mapping { struct
411 const mapping *entry;
441 static const struct mapping { struct
451 const mapping *entry;
475 static const struct mapping { struct
490 const mapping *entry;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 341 milliseconds