HomeSort by relevance Sort by last modified time
    Searched full:make_pair (Results 1 - 25 of 850) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/src/effects/
SkPorterDuff.cpp 17 #define MAKE_PAIR(mode) { SkPorterDuff::k##mode##_Mode, SkXfermode::k##mode##_Mode }
25 MAKE_PAIR(Clear),
26 MAKE_PAIR(Src),
27 MAKE_PAIR(Dst),
28 MAKE_PAIR(SrcOver),
29 MAKE_PAIR(DstOver),
30 MAKE_PAIR(SrcIn),
31 MAKE_PAIR(DstIn),
32 MAKE_PAIR(SrcOut),
33 MAKE_PAIR(DstOut)
    [all...]
  /external/llvm/lib/Target/PTX/
PTXFPRoundingModePass.cpp 90 Instrs[PTX::FADDrr32] = std::make_pair(1U, (unsigned)RndNearestEven);
91 Instrs[PTX::FADDri32] = std::make_pair(1U, (unsigned)RndNearestEven);
92 Instrs[PTX::FADDrr64] = std::make_pair(1U, (unsigned)RndNearestEven);
93 Instrs[PTX::FADDri64] = std::make_pair(1U, (unsigned)RndNearestEven);
94 Instrs[PTX::FSUBrr32] = std::make_pair(1U, (unsigned)RndNearestEven);
95 Instrs[PTX::FSUBri32] = std::make_pair(1U, (unsigned)RndNearestEven);
96 Instrs[PTX::FSUBrr64] = std::make_pair(1U, (unsigned)RndNearestEven);
97 Instrs[PTX::FSUBri64] = std::make_pair(1U, (unsigned)RndNearestEven);
98 Instrs[PTX::FMULrr32] = std::make_pair(1U, (unsigned)RndNearestEven);
99 Instrs[PTX::FMULri32] = std::make_pair(1U, (unsigned)RndNearestEven)
    [all...]
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p1-0x.cpp 23 template<typename T, typename U> pair<T, U> make_pair(T, U);
63 int *ip1 = first_arg_pair(make_pair(ip, 17));
64 int *ip2 = first_arg_pair(make_pair(ip, 17), make_pair(fp, 17));
65 int *ip3 = first_arg_pair(make_pair(ip, 17), make_pair(fp, 17),
66 make_pair(dp, 17));
67 float *fp1 = second_arg_pair(make_pair(ip, 17), make_pair(fp, 17));
68 float *fp2 = second_arg_pair(make_pair(ip, 17), make_pair(fp, 17),
    [all...]
  /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...]
file_manip_tests.cpp 140 #define MAKE_PAIR(a, b) make_pair(string(a), string(b))
141 { MAKE_PAIR(__FILE__, __FILE__), true },
142 { MAKE_PAIR(__FILE__, "not_existing"), false },
143 { MAKE_PAIR("not_exisiting", __FILE__), false },
144 { MAKE_PAIR("not_exisiting", "not_existing"), false },
145 { MAKE_PAIR("", ""), false }
146 #undef MAKE_PAIR
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/gp_hash_table_map_/
insert_store_hash_fn_imps.hpp 70 std::make_pair(pos, pos_hash_pair.second) :
71 std::make_pair(ins_pos, pos_hash_pair.second));
84 return std::make_pair(pos, pos_hash_pair.second);
95 return std::make_pair(ins_pos, pos_hash_pair.second);
112 return std::make_pair(&p_e->m_value, false);
116 return std::make_pair(insert_new_imp(r_val, pos_hash_pair), true);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/gp_hash_table_map_/
insert_store_hash_fn_imps.hpp 70 std::make_pair(pos, pos_hash_pair.second) :
71 std::make_pair(ins_pos, pos_hash_pair.second));
84 return std::make_pair(pos, pos_hash_pair.second);
95 return std::make_pair(ins_pos, pos_hash_pair.second);
112 return std::make_pair(&p_e->m_value, false);
116 return std::make_pair(insert_new_imp(r_val, pos_hash_pair), true);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/gp_hash_table_map_/
insert_store_hash_fn_imps.hpp 70 std::make_pair(pos, pos_hash_pair.second) :
71 std::make_pair(ins_pos, pos_hash_pair.second));
84 return std::make_pair(pos, pos_hash_pair.second);
95 return std::make_pair(ins_pos, pos_hash_pair.second);
112 return std::make_pair(&p_e->m_value, false);
116 return std::make_pair(insert_new_imp(r_val, pos_hash_pair), true);
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
insert_store_hash_fn_imps.hpp 70 std::make_pair(pos, pos_hash_pair.second) :
71 std::make_pair(ins_pos, pos_hash_pair.second));
84 return std::make_pair(pos, pos_hash_pair.second);
95 return std::make_pair(ins_pos, pos_hash_pair.second);
112 return std::make_pair(&p_e->m_value, false);
116 return std::make_pair(insert_new_imp(r_val, pos_hash_pair), true);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
insert_store_hash_fn_imps.hpp 70 std::make_pair(pos, pos_hash_pair.second) :
71 std::make_pair(ins_pos, pos_hash_pair.second));
84 return std::make_pair(pos, pos_hash_pair.second);
95 return std::make_pair(ins_pos, pos_hash_pair.second);
112 return std::make_pair(&p_e->m_value, false);
116 return std::make_pair(insert_new_imp(r_val, pos_hash_pair), true);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
insert_store_hash_fn_imps.hpp 70 std::make_pair(pos, pos_hash_pair.second) :
71 std::make_pair(ins_pos, pos_hash_pair.second));
84 return std::make_pair(pos, pos_hash_pair.second);
95 return std::make_pair(ins_pos, pos_hash_pair.second);
112 return std::make_pair(&p_e->m_value, false);
116 return std::make_pair(insert_new_imp(r_val, pos_hash_pair), true);
  /frameworks/compile/libbcc/lib/ExecutionEngine/
MCCacheWriter.h 72 mDependencies.insert(std::make_pair(resName,
73 std::make_pair((uint32_t)resType, sha1)));
93 mStringPool.push_back(std::make_pair(str, size));
  /external/llvm/unittests/ADT/
DAGDeltaAlgorithmTest.cpp 66 Deps.push_back(std::make_pair(3, 1));
80 Deps.push_back(std::make_pair(1, 0));
81 Deps.push_back(std::make_pair(2, 0));
82 Deps.push_back(std::make_pair(4, 0));
83 Deps.push_back(std::make_pair(3, 2));
HashingTest.cpp 82 EXPECT_EQ(hash_combine(42, 43), hash_value(std::make_pair(42, 43)));
83 EXPECT_NE(hash_combine(43, 42), hash_value(std::make_pair(42, 43)));
84 EXPECT_NE(hash_combine(42, 43), hash_value(std::make_pair(42ull, 43ull)));
85 EXPECT_NE(hash_combine(42, 43), hash_value(std::make_pair(42, 43ull)));
86 EXPECT_NE(hash_combine(42, 43), hash_value(std::make_pair(42ull, 43)));
91 hash_value(std::make_pair(42, std::make_pair(43, 44))));
92 EXPECT_EQ(hash_value(std::make_pair(42, std::make_pair(43, 44))),
93 hash_value(std::make_pair(std::make_pair(42, 43), 44)))
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/splay_tree_/
insert_fn_imps.hpp 62 return std::make_pair(base_type::insert_imp_empty(r_value), true);
72 return std::make_pair(point_iterator(p_nd), false);
81 return std::make_pair(base_type::insert_leaf_new(r_value, base_type::m_p_head->m_p_right, false), true);
87 return (std::make_pair(base_type::insert_leaf_new(r_value, p_pot, true), true));
92 return std::make_pair(insert_leaf_new(r_value, p_nd, false), true);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/splay_tree_/
insert_fn_imps.hpp 62 return std::make_pair(base_type::insert_imp_empty(r_value), true);
72 return std::make_pair(point_iterator(p_nd), false);
81 return std::make_pair(base_type::insert_leaf_new(r_value, base_type::m_p_head->m_p_right, false), true);
87 return (std::make_pair(base_type::insert_leaf_new(r_value, p_pot, true), true));
92 return std::make_pair(insert_leaf_new(r_value, p_nd, false), true);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/splay_tree_/
insert_fn_imps.hpp 62 return std::make_pair(base_type::insert_imp_empty(r_value), true);
72 return std::make_pair(point_iterator(p_nd), false);
81 return std::make_pair(base_type::insert_leaf_new(r_value, base_type::m_p_head->m_p_right, false), true);
87 return (std::make_pair(base_type::insert_leaf_new(r_value, p_pot, true), true));
92 return std::make_pair(insert_leaf_new(r_value, p_nd, false), true);
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/splay_tree_/
insert_fn_imps.hpp 62 return std::make_pair(base_type::insert_imp_empty(r_value), true);
72 return std::make_pair(point_iterator(p_nd), false);
81 return std::make_pair(base_type::insert_leaf_new(r_value, base_type::m_p_head->m_p_right, false), true);
87 return (std::make_pair(base_type::insert_leaf_new(r_value, p_pot, true), true));
92 return std::make_pair(insert_leaf_new(r_value, p_nd, false), true);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/splay_tree_/
insert_fn_imps.hpp 62 return std::make_pair(base_type::insert_imp_empty(r_value), true);
72 return std::make_pair(point_iterator(p_nd), false);
81 return std::make_pair(base_type::insert_leaf_new(r_value, base_type::m_p_head->m_p_right, false), true);
87 return (std::make_pair(base_type::insert_leaf_new(r_value, p_pot, true), true));
92 return std::make_pair(insert_leaf_new(r_value, p_nd, false), true);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/splay_tree_/
insert_fn_imps.hpp 62 return std::make_pair(base_type::insert_imp_empty(r_value), true);
72 return std::make_pair(point_iterator(p_nd), false);
81 return std::make_pair(base_type::insert_leaf_new(r_value, base_type::m_p_head->m_p_right, false), true);
87 return (std::make_pair(base_type::insert_leaf_new(r_value, p_pot, true), true));
92 return std::make_pair(insert_leaf_new(r_value, p_nd, false), true);
  /external/clang/test/PCH/
objc_literals.mm 47 pair<T, U> make_pair(const T& first, const U& second) {
62 variadic_dictionary_expansion(make_pair(@"Seventeen", @17),
63 make_pair(@"YES", @true));
  /external/openfst/src/extensions/pdt/
pdtreplace.cc 20 using std::pair; using std::make_pair;
54 fst_tuples.push_back(make_pair(root, ifst));
60 fst_tuples.push_back(make_pair(lab, ifst));
  /external/stlport/test/unit/
pair_test.cpp 28 pair<int, int> p = make_pair(1, 10);
  /ndk/tests/device/test-gnustl-full/unit/
pair_test.cpp 28 pair<int, int> p = make_pair(1, 10);
  /ndk/tests/device/test-stlport/unit/
pair_test.cpp 28 pair<int, int> p = make_pair(1, 10);

Completed in 832 milliseconds

1 2 3 4 5 6 7 8 91011>>