Searched refs:make_pair (Results 1 - 25 of 45) sorted by relevance

12

/frameworks/native/cmds/installd/
H A Dsystem_properties.h44 properties_.insert(std::make_pair(key, value));
60 properties_.insert(std::make_pair(key, value));
/frameworks/compile/mclinker/lib/Script/
H A DAssignment.cpp84 std::make_pair(reinterpret_cast<LDSymbol*>(NULL), *this));
126 std::make_pair(reinterpret_cast<LDSymbol*>(NULL), *this));
142 std::make_pair(reinterpret_cast<Fragment*>(NULL), assign));
158 in->dotAssignments().push_back(std::make_pair(
162 std::make_pair(reinterpret_cast<LDSymbol*>(NULL), *this));
/frameworks/compile/mclinker/lib/LD/
H A DMergedStringTable.cpp14 return m_StringMap.insert(std::make_pair(pString, 0)).second;
H A DBranchIslandFactory.cpp101 return std::make_pair(fwd, bwd);
H A DEhFrameHdr.cpp94 search_table.push_back(std::make_pair(fde_pc, fde_addr));
H A DEhFrameReader.cpp216 pEhFrame.getCIEMap().insert(std::make_pair(pToken.file_off, cie));
329 pEhFrame.getCIEMap().insert(std::make_pair(pToken.file_off, cie));
H A DIdenticalCodeFolding.cpp130 std::make_pair(*sect, reinterpret_cast<LDSection*>(NULL)));
195 checksum_map.insert(std::make_pair(checksum, index));
/frameworks/compile/mclinker/lib/MC/
H A DContextFactory.cpp29 f_KeyMap.insert(std::make_pair(pPath, result));
/frameworks/compile/mclinker/lib/Object/
H A DSectionMap.cpp180 return std::make_pair(*out, *in);
183 return std::make_pair((const Output*)NULL, (const Input*)NULL);
193 return std::make_pair(*out, *in);
196 return std::make_pair(reinterpret_cast<Output*>(NULL),
236 return std::make_pair(std::make_pair(*out, *in), false);
240 return std::make_pair(std::make_pair(*out, input), true);
249 return std::make_pair(std::make_pair(outpu
[all...]
/frameworks/compile/mclinker/include/mcld/Support/
H A DUniqueGCFactory.h62 f_KeyMap.insert(std::make_pair(pKey, data));
75 f_KeyMap.insert(std::make_pair(pKey, data));
/frameworks/av/media/utils/
H A DBatteryNotifier.cpp111 std::pair<String8, int> k = std::make_pair(id, uid);
124 std::pair<String8, int> k = std::make_pair(id, uid);
145 std::pair<String8, int> k = std::make_pair(id, uid);
157 std::pair<String8, int> k = std::make_pair(id, uid);
/frameworks/base/tools/aapt2/filter/
H A DConfigFilter.cpp36 mConfigs.insert(std::make_pair(config, diffMask));
/frameworks/minikin/libs/minikin/
H A DFontLanguageListCache.cpp129 inst->mLanguageListLookupTable.insert(std::make_pair(languages, nextId));
150 instance->mLanguageListLookupTable.insert(std::make_pair("", kEmptyListId));
/frameworks/rs/
H A DrsClosure.cpp82 mGlobals[fieldIDs[i]] = make_pair(values[i], sizes[i]);
122 mGlobals[fieldIDs[i]] = make_pair(values[i], sizes[i]);
150 mGlobals[fieldID] = make_pair(value, size);
H A DrsMap.h20 Pair<T1, T2> make_pair(T1 first, T2 second) { function in namespace:android::renderscript
/frameworks/compile/slang/
H A Dslang_rs_pragma_handler.cpp148 KeywordValueMapType KeywordValueMap({std::make_pair(RSExportReduce::KeyReduce, ""),
149 std::make_pair(RSExportReduce::KeyInitializer, ""),
150 std::make_pair(RSExportReduce::KeyAccumulator, ""),
151 std::make_pair(RSExportReduce::KeyCombiner, ""),
152 std::make_pair(RSExportReduce::KeyOutConverter, "")});
158 KeywordValueMap.insert(std::make_pair(RSExportReduce::KeyHalter, ""));
H A Dllvm-rs-cc.cpp180 DepFiles->push_back(std::make_pair(BCOutputFile, DepOutputFile));
183 IOFiles->push_back(std::make_pair(InputFile, OutputFile));
H A Dslang_rs_context.cpp165 mExportForEachMap.insert(std::make_pair(funcName, 0));
167 mExportForEachMap.insert(std::make_pair(funcName, mNextSlot++));
H A Dslang_rs_reflection.h162 mFieldIndexMap.insert(std::make_pair(F, mFieldIndex));
/frameworks/native/libs/gui/
H A DSensorManager.cpp81 sPackageInstances.insert(std::make_pair(String16(), sensorManager));
85 sPackageInstances.insert(std::make_pair(opPackageName, sensorManager));
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMException.cpp42 m_Inputs.insert(std::make_pair(pInput, std::move(pExMap)));
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp270 if (!MDValueMap.insert(std::make_pair(MD, 0)).second)
340 Values.push_back(std::make_pair(V, 1U));
350 Values.push_back(std::make_pair(V, 1U));
357 Values.push_back(std::make_pair(V, 1U));
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp270 if (!MDValueMap.insert(std::make_pair(MD, 0)).second)
340 Values.push_back(std::make_pair(V, 1U));
350 Values.push_back(std::make_pair(V, 1U));
357 Values.push_back(std::make_pair(V, 1U));
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.cpp270 if (!MDValueMap.insert(std::make_pair(MD, 0)).second)
340 Values.push_back(std::make_pair(V, 1U));
350 Values.push_back(std::make_pair(V, 1U));
357 Values.push_back(std::make_pair(V, 1U));
/frameworks/base/tools/aapt2/
H A DStringPool.cpp150 mIndexedStrings.insert(std::make_pair(StringPiece16(entry->value), entry));
165 mIndexedStrings.insert(std::make_pair(StringPiece16(entry->value), entry));
185 mIndexedStrings.insert(std::make_pair(StringPiece16(entry->value), entry));

Completed in 5844 milliseconds

12