Searched defs:mapping (Results 1 - 10 of 10) 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.cpp88 auto mapping = mArgDeps[dep]; local
89 if (mapping == nullptr) {
90 mapping = new Map<int, ObjectBaseRef<ScriptFieldID>>();
91 mArgDeps[dep] = mapping;
93 (*mapping)[i].set(const_cast<ScriptFieldID*>(depFieldIDs[i]));
100 auto mapping = mGlobalDeps[dep]; local
101 if (mapping == nullptr) {
102 mapping = new Map<const ScriptFieldID*,
104 mGlobalDeps[dep] = mapping;
107 (*mapping)[fieldID
[all...]
/frameworks/base/tools/aapt2/unflatten/
H A DBinaryResourceParser.cpp41 * given a mapping from resource ID to resource name.
50 ReferenceIdToNameVisitor(const std::map<ResourceId, ResourceName>* mapping) : argument
51 mMapping(mapping) {
370 // Add this resource name->id mapping to the index so
/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/base/tools/aapt2/proto/
H A DTableProtoDeserializer.cpp33 ReferenceIdToNameVisitor(const std::map<ResourceId, ResourceNameRef>* mapping) : argument
34 mMapping(mapping) {
/frameworks/compile/mclinker/tools/mcld/
H A DMain.cpp694 mcld::StringEntry<uint64_t>* mapping = local
696 mapping->setValue(addr);
709 mcld::StringEntry<uint64_t>* mapping = local
711 mapping->setValue(addr);
724 mcld::StringEntry<uint64_t>* mapping = local
726 mapping->setValue(addr);
739 mcld::StringEntry<uint64_t>* mapping = local
741 mapping->setValue(addr);
/frameworks/base/core/java/android/view/
H A DViewDebug.java104 * A mapping can be defined to map int values to specific strings. For
106 * actually mean VISIBLE, INVISIBLE and GONE. A mapping can be used to see
110 * @ViewDebug.ExportedProperty(mapping = {
122 IntToString[] mapping() default { };
125 * A mapping can be defined to map array indices to specific strings.
126 * A mapping can be used to see human readable values for the indices
141 * @see #mapping()
146 * A flags mapping can be defined to map flags encoded in an integer to
147 * specific strings. A mapping can be used to see human readable values
210 * Defines a mapping fro
1356 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.cpp447 static const struct mapping { struct
504 const mapping *entry;
534 static const struct mapping { struct
546 const mapping *entry;
570 static const struct mapping { struct
588 const mapping *entry;
2924 // to sink frame mapping.
/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 59 milliseconds