HomeSort by relevance Sort by last modified time
    Searched refs:make_pair (Results 576 - 600 of 1971) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/webrtc/modules/video_capture/android/
device_info_android.cc 132 info.resolutions.push_back(std::make_pair(
138 info.mfpsRanges.push_back(std::make_pair(mfpsRange["min_mfps"].asInt(),
  /external/chromium_org/ui/wm/core/
shadow_controller.cc 23 using std::make_pair;
242 window_shadows_.insert(make_pair(window, shadow));
  /external/clang/include/clang/AST/
Mangle.h 79 Result = BlockIds.insert(std::make_pair(BD, BlockIds.size()));
85 Result = AnonStructIds.insert(std::make_pair(TD, AnonStructIds.size()));
  /external/clang/lib/Driver/
Compilation.cpp 60 DerivedArgList *&Entry = TCArgs[std::make_pair(TC, BoundArch)];
202 FailingCommands.push_back(std::make_pair(Res, FailingCommand));
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 55 Unexpanded.push_back(std::make_pair(TL.getTypePtr(), TL.getNameLoc()));
66 Unexpanded.push_back(std::make_pair(T, SourceLocation()));
75 Unexpanded.push_back(std::make_pair(E->getDecl(), E->getLocation()));
86 Unexpanded.push_back(std::make_pair(TTP, SourceLocation()));
188 Unexpanded.push_back(std::make_pair(VD, I->getLocation()));
520 return std::make_pair(TTP->getDepth(), TTP->getIndex());
523 return std::make_pair(NTTP->getDepth(), NTTP->getIndex());
526 return std::make_pair(TTP->getDepth(), TTP->getIndex());
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BasicValueFactory.cpp 254 new (P) FoldNodeTy(std::make_pair(V, Data));
279 new (P) FoldNodeTy(std::make_pair(V1, V2));
  /external/lldb/include/lldb/Expression/
ClangExpressionVariable.h 128 m_parser_vars.insert(std::make_pair(parser_id, ParserVars()));
182 m_jit_vars.insert(std::make_pair(parser_id, JITVars()));
  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 172 return std::make_pair(APInt(), APInt());
236 return std::make_pair(nullptr, nullptr);
  /external/llvm/lib/Transforms/ObjCARC/
DependencyAnalysis.cpp 215 Worklist.push_back(std::make_pair(StartBB, StartPos));
233 Worklist.push_back(std::make_pair(PredBB, PredBB->end()));
  /external/llvm/utils/TableGen/
OptParserEmitter.cpp 121 Prefixes.insert(std::make_pair(PrefixKeyT(), "prefix_0"));
128 if (Prefixes.insert(std::make_pair(prfkey, (Twine("prefix_") +
  /external/openfst/src/include/fst/
equivalent.h 31 using std::pair; using std::make_pair;
212 for (q.push_back(make_pair(s1, s2)); ret && !q.empty(); q.pop_front()) {
flags.h 93 flag_table_.insert(make_pair(name, desc));
155 usage_set->insert(make_pair(desc.file_name, usage));
  /external/openfst/src/include/fst/extensions/pdt/
replace.h 104 fst_final[fst_id].push_back(make_pair(os, ifst->Final(is)));
174 parens->push_back(make_pair(open_paren, close_paren));
  /external/oprofile/libutil++/tests/
string_manip_tests.cpp 66 #define MAKE_PAIR(a, b) make_pair(string(a), string(b))
67 { "ab;cd", MAKE_PAIR("ab", "cd") },
68 { ";cd", MAKE_PAIR("", "cd") },
69 { "ab;", MAKE_PAIR("ab", "") },
70 { "b;d", MAKE_PAIR("b", "d") },
71 { ";d", MAKE_PAIR("", "d") },
72 { "a;", MAKE_PAIR("a", "") },
73 { ";", MAKE_PAIR("", "") },
74 { "", MAKE_PAIR("", "") },
    [all...]
  /external/sfntly/cpp/src/sample/subtly/
font_info.cc 164 font_id_map->insert(std::make_pair(font_id_, font_));
183 (std::make_pair(character,
  /external/srec/tools/grxmlcompile/
grxmldoc.cpp 91 m_NodeKeyWords.insert(make_pair("grammar", NodeTypeGrammar));
92 m_NodeKeyWords.insert(make_pair("rule", NodeTypeRule));
93 m_NodeKeyWords.insert(make_pair("ruleref", NodeTypeRuleReference));
94 m_NodeKeyWords.insert(make_pair("one-of", NodeTypeOneOf));
95 m_NodeKeyWords.insert(make_pair("item", NodeTypeItem));
96 m_NodeKeyWords.insert(make_pair("tag", NodeTypeTag));
97 m_NodeKeyWords.insert(make_pair("count", NodeTypeCount));
98 m_NodeKeyWords.insert(make_pair("meta", NodeTypeMeta));
    [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSInfoReader.cpp 59 pResult.push(std::make_pair(key, value));
124 pResult.push(std::make_pair(name, pItem.signature));
  /frameworks/compile/slang/
llvm-rs-cc.cpp 178 DepFiles.push_back(std::make_pair(BCOutputFile, DepOutputFile));
181 IOFiles->push_back(std::make_pair(InputFile, OutputFile));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
stl_pair.h 256 // 181. make_pair() unintended behavior
262 make_pair(_T1&& __x, _T2&& __y) function
272 make_pair(_T1 __x, _T2 __y) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/bin_search_tree_/
debug_fn_imps.hpp 100 return (std::make_pair((const_pointer)0,(const_pointer)0));
119 return (std::make_pair((l_range.first != 0)? l_range.first :& p_nd->m_value,(r_range.second != 0)? r_range.second :& p_nd->m_value));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/hash_fn/
ranged_hash_fn.hpp 222 return std::make_pair(comb_hash_fn_base::operator()(hash), hash);
236 return std::make_pair(comb_hash_fn_base::operator()(hash), hash);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_pair.h 270 // 181. make_pair() unintended behavior
276 make_pair(_T1&& __x, _T2&& __y) function
286 make_pair(_T1 __x, _T2 __y) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/bin_search_tree_/
debug_fn_imps.hpp 102 return (std::make_pair((const_pointer)0,(const_pointer)0));
121 return std::make_pair((l_range.first != 0) ? l_range.first : &p_nd->m_value,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/hash_fn/
ranged_hash_fn.hpp 222 return std::make_pair(comb_hash_fn_base::operator()(hash), hash);
236 return std::make_pair(comb_hash_fn_base::operator()(hash), hash);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_pair.h 270 // 181. make_pair() unintended behavior
276 make_pair(_T1&& __x, _T2&& __y) function
286 make_pair(_T1 __x, _T2 __y) function

Completed in 843 milliseconds

<<21222324252627282930>>