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

1234567891011>>

/external/autotest/server/site_tests/firmware_UpdateFirmwareDataKeyVersion/files/
H A Dmake_keys.sh9 make_pair "firmware_data_key" $FIRMWARE_DATAKEY_ALGOID $FKEY_VERSION
10 make_pair "dev_firmware_data_key" $DEV_FIRMWARE_DATAKEY_ALGOID $FKEY_VERSION
/external/autotest/server/site_tests/firmware_UpdateKernelSubkeyVersion/files/
H A Dmake_keys.sh9 make_pair "kernel_subkey" $KERNEL_SUBKEY_ALGOID $KSUBKEY_VERSION
/external/autotest/server/site_tests/firmware_UpdateKernelDataKeyVersion/files/
H A Dmake_keys.sh9 make_pair "kernel_data_key" $KERNEL_DATAKEY_ALGOID $KDATAKEY_VERSION
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp1-0x.cpp23 template<typename T, typename U> pair<T, U> make_pair(T, U);
64 int *ip1 = first_arg_pair(make_pair(ip, 17));
65 int *ip2 = first_arg_pair(make_pair(ip, 17), make_pair(fp, 17));
66 int *ip3 = first_arg_pair(make_pair(ip, 17), make_pair(fp, 17),
67 make_pair(dp, 17));
68 float *fp1 = second_arg_pair(make_pair(ip, 17), make_pair(fp, 17));
69 float *fp2 = second_arg_pair(make_pair(i
[all...]
/external/webrtc/talk/session/media/
H A Dcurrentspeakermonitor_unittest.cc97 info.active_streams.push_back(std::make_pair(kSsrc1, 3));
98 info.active_streams.push_back(std::make_pair(kSsrc2, 7));
106 info.active_streams.push_back(std::make_pair(kSsrc1, 3));
107 info.active_streams.push_back(std::make_pair(kSsrc2, 7));
119 info.active_streams.push_back(std::make_pair(kSsrc1, 3));
120 info.active_streams.push_back(std::make_pair(kSsrc2, 7));
126 info.active_streams.push_back(std::make_pair(kSsrc1, 3));
127 info.active_streams.push_back(std::make_pair(kSsrc2, 7));
133 info.active_streams.push_back(std::make_pair(kSsrc1, 9));
134 info.active_streams.push_back(std::make_pair(kSsrc
[all...]
/external/libcxx/test/std/utilities/utility/pairs/pair.astuple/
H A Dpairs.by.type1.fail.cpp19 auto t1 = std::make_pair<int, double> ( 42, 3.4 );
H A Dpairs.by.type2.fail.cpp19 auto t1 = std::make_pair<int, int> ( 42, 43 );
/external/libcxx/test/std/utilities/utility/pairs/pairs.spec/
H A Dmake_pair.pass.cpp12 // template <class T1, class T2> pair<V1, V2> make_pair(T1&&, T2&&);
22 P1 p1 = std::make_pair(3, 4);
30 P1 p1 = std::make_pair(std::unique_ptr<int>(new int(3)), 4);
36 P1 p1 = std::make_pair(nullptr, 4);
45 constexpr P1 p1 = std::make_pair(3, 4);
/external/vboot_reference/scripts/keygeneration/
H A Dmake_pair.sh23 make_pair $out_keypair $algoid
H A Dcreate_new_keys.sh95 make_pair ec_root_key ${EC_ROOT_KEY_ALGOID}
96 make_pair ec_data_key ${EC_DATAKEY_ALGOID} ${eckey_version}
97 make_pair root_key ${root_key_algoid}
98 make_pair firmware_data_key ${FIRMWARE_DATAKEY_ALGOID} ${fkey_version}
100 make_pair dev_firmware_data_key ${DEV_FIRMWARE_DATAKEY_ALGOID} ${fkey_version}
102 make_pair kernel_subkey ${KERNEL_SUBKEY_ALGOID} ${ksubkey_version}
103 make_pair kernel_data_key ${KERNEL_DATAKEY_ALGOID} ${kdatakey_version}
106 make_pair recovery_key ${recovery_key_algoid}
107 make_pair recovery_kernel_data_key ${recovery_kernel_algoid}
108 make_pair installer_kernel_data_ke
[all...]
/external/llvm/unittests/ADT/
H A DMapVectorTest.cpp21 R = MV1.insert(std::make_pair(1, 2));
46 R = MV.insert(std::make_pair(1, 2));
52 R = MV.insert(std::make_pair(1, 3));
58 R = MV.insert(std::make_pair(4, 5));
72 R = MV.insert(std::make_pair(4, 7));
86 MV.insert(std::make_pair(1, 2));
87 MV.insert(std::make_pair(3, 4));
88 MV.insert(std::make_pair(5, 6));
109 MV.insert(std::make_pair(1, 11));
110 MV.insert(std::make_pair(
[all...]
H A DDAGDeltaAlgorithmTest.cpp66 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));
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp153 return std::make_pair(BinOpToken::Invalid, "");
157 return std::make_pair(BinOpToken::ShiftLeft, Expr.substr(2).ltrim());
159 return std::make_pair(BinOpToken::ShiftRight, Expr.substr(2).ltrim());
165 return std::make_pair(BinOpToken::Invalid, Expr);
180 return std::make_pair(Op, Expr.substr(1).ltrim());
210 return std::make_pair(Expr.substr(0, FirstNonSymbol),
222 return std::make_pair(unexpectedToken(Expr, Expr, "expected '('"), "");
228 return std::make_pair(
233 return std::make_pair(
240 return std::make_pair(OpIdxExp
[all...]
/external/ceres-solver/internal/ceres/
H A Dgraph.h80 edge_weights_.erase(make_pair(vertex, *it));
82 edge_weights_.erase(make_pair(*it, vertex));
106 edge_weights_[make_pair(vertex1, vertex2)] = weight;
108 edge_weights_[make_pair(vertex2, vertex1)] = weight;
129 return FindWithDefault(edge_weights_, make_pair(vertex1, vertex2), 0.0);
131 return FindWithDefault(edge_weights_, make_pair(vertex2, vertex1), 0.0);
H A Dblock_random_access_sparse_matrix_test.cc50 block_pairs.insert(make_pair(0, 0));
53 block_pairs.insert(make_pair(1, 1));
56 block_pairs.insert(make_pair(1, 2));
59 block_pairs.insert(make_pair(2, 0));
130 block_pairs.insert(make_pair(0, 0));
/external/llvm/include/llvm/Target/
H A DTargetSelectionDAGInfo.h100 return std::make_pair(SDValue(), SDValue());
111 return std::make_pair(SDValue(), SDValue());
126 return std::make_pair(SDValue(), SDValue());
139 return std::make_pair(SDValue(), SDValue());
145 return std::make_pair(SDValue(), SDValue());
152 return std::make_pair(SDValue(), SDValue());
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCDuplexInfo.cpp30 std::make_pair((unsigned)V4_SA1_addi, 0),
31 std::make_pair((unsigned)V4_SA1_addrx, 6144),
32 std::make_pair((unsigned)V4_SA1_addsp, 3072),
33 std::make_pair((unsigned)V4_SA1_and1, 4608),
34 std::make_pair((unsigned)V4_SA1_clrf, 6768),
35 std::make_pair((unsigned)V4_SA1_clrfnew, 6736),
36 std::make_pair((unsigned)V4_SA1_clrt, 6752),
37 std::make_pair((unsigned)V4_SA1_clrtnew, 6720),
38 std::make_pair((unsigned)V4_SA1_cmpeqi, 6400),
39 std::make_pair((unsigne
[all...]
/external/webrtc/webrtc/libjingle/xmllite/
H A Dxmlnsstack.cc49 return std::make_pair(NS_XML, true);
51 return std::make_pair(NS_XMLNS, true);
53 return std::make_pair(STR_EMPTY, false);
60 return std::make_pair(*(pos + 1), true);
64 return std::make_pair(STR_EMPTY, true); // default namespace
66 return std::make_pair(STR_EMPTY, false); // none found
78 return std::make_pair(std::string("xml"), true);
80 return std::make_pair(std::string("xmlns"), true);
82 return std::make_pair(STR_EMPTY, true);
89 return std::make_pair(*po
[all...]
/external/libcxx/test/std/containers/associative/map/
H A Dcompare.pass.cpp45 IterBool result = map.insert(std::make_pair(Key(0), 42));
48 IterBool result2 = map.insert(std::make_pair(Key(0), 43));
/external/libcxx/test/std/containers/unord/unord.map/
H A Ddb_iterators_7.pass.cpp32 c.insert(std::make_pair(1, "one"));
44 c.insert(std::make_pair(1, "one"));
H A Ddb_iterators_8.pass.cpp32 c.insert(std::make_pair(1, "one"));
42 c.insert(std::make_pair(1, "one"));
/external/libcxx/test/std/containers/unord/unord.multimap/
H A Ddb_iterators_7.pass.cpp32 c.insert(std::make_pair(1, "one"));
44 c.insert(std::make_pair(1, "one"));
H A Ddb_iterators_8.pass.cpp32 c.insert(std::make_pair(1, "one"));
42 c.insert(std::make_pair(1, "one"));
/external/llvm/lib/Support/
H A DOptions.cpp28 Options.insert(std::make_pair(Key, O));
/external/opencv3/modules/ts/include/opencv2/ts/
H A Dcuda_test.hpp222 #define DEPTH_PAIRS testing::Values(std::make_pair(MatDepth(CV_8U), MatDepth(CV_8U)), \
223 std::make_pair(MatDepth(CV_8U), MatDepth(CV_16U)), \
224 std::make_pair(MatDepth(CV_8U), MatDepth(CV_16S)), \
225 std::make_pair(MatDepth(CV_8U), MatDepth(CV_32S)), \
226 std::make_pair(MatDepth(CV_8U), MatDepth(CV_32F)), \
227 std::make_pair(MatDepth(CV_8U), MatDepth(CV_64F)), \
229 std::make_pair(MatDepth(CV_16U), MatDepth(CV_16U)), \
230 std::make_pair(MatDepth(CV_16U), MatDepth(CV_32S)), \
231 std::make_pair(MatDepth(CV_16U), MatDepth(CV_32F)), \
232 std::make_pair(MatDept
[all...]

Completed in 3187 milliseconds

1234567891011>>