Searched defs:Combine (Results 1 - 10 of 10) sorted by relevance

/external/webrtc/src/system_wrappers/source/
H A Ddata_log_no_op.cc24 std::string DataLog::Combine(const std::string& table_name, int table_id) { function in class:webrtc::DataLog
H A Ddata_log.cc284 std::string DataLog::Combine(const std::string& table_name, int table_id) { function in class:webrtc::DataLog
/external/v8/src/
H A Dtype-info.h97 static TypeInfo Combine(TypeInfo a, TypeInfo b) { function in class:v8::internal::TypeInfo
H A Dhydrogen-instructions.h352 HType Combine(HType other) { function in class:v8::internal::HType
361 return Combine(other).Equals(other);
/external/chromium/testing/gtest/include/gtest/
H A Dgtest-param-test.h93 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
1209 // Combine() function.
1226 // Combine() allows the user to combine two or more sequences to produce
1230 // Combine(gen1, gen2, ..., genN)
1237 // Combine can have up to 10 arguments. This number is currently limited
1254 // Combine(Values("cat", "dog"),
1272 // Combine(Bool(), Bool()));
1275 internal::CartesianProductHolder2<Generator1, Generator2> Combine( function in namespace:testing
1282 internal::CartesianProductHolder3<Generator1, Generator2, Generator3> Combine( function in namespace:testing
1291 Generator4> Combine( function in namespace:testing
1302 Generator4, Generator5> Combine( function in namespace:testing
1313 Generator4, Generator5, Generator6> Combine( function in namespace:testing
1325 Generator4, Generator5, Generator6, Generator7> Combine( function in namespace:testing
1338 Generator4, Generator5, Generator6, Generator7, Generator8> Combine( function in namespace:testing
1352 Generator9> Combine( function in namespace:testing
1367 Generator10> Combine( function in namespace:testing
[all...]
/external/gtest/include/gtest/
H A Dgtest-param-test.h93 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
1208 // Combine() function.
1225 // Combine() allows the user to combine two or more sequences to produce
1229 // Combine(gen1, gen2, ..., genN)
1236 // Combine can have up to 10 arguments. This number is currently limited
1253 // Combine(Values("cat", "dog"),
1271 // Combine(Bool(), Bool()));
1274 internal::CartesianProductHolder2<Generator1, Generator2> Combine( function in namespace:testing
1281 internal::CartesianProductHolder3<Generator1, Generator2, Generator3> Combine( function in namespace:testing
1290 Generator4> Combine( function in namespace:testing
1301 Generator4, Generator5> Combine( function in namespace:testing
1312 Generator4, Generator5, Generator6> Combine( function in namespace:testing
1324 Generator4, Generator5, Generator6, Generator7> Combine( function in namespace:testing
1337 Generator4, Generator5, Generator6, Generator7, Generator8> Combine( function in namespace:testing
1351 Generator9> Combine( function in namespace:testing
1366 Generator10> Combine( function in namespace:testing
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-param-test.h93 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
1213 // Combine() function.
1230 // Combine() allows the user to combine two or more sequences to produce
1234 // Combine(gen1, gen2, ..., genN)
1241 // Combine can have up to 10 arguments. This number is currently limited
1258 // Combine(Values("cat", "dog"),
1276 // Combine(Bool(), Bool()));
1279 internal::CartesianProductHolder2<Generator1, Generator2> Combine( function in namespace:testing
1286 internal::CartesianProductHolder3<Generator1, Generator2, Generator3> Combine( function in namespace:testing
1295 Generator4> Combine( function in namespace:testing
1306 Generator4, Generator5> Combine( function in namespace:testing
1317 Generator4, Generator5, Generator6> Combine( function in namespace:testing
1329 Generator4, Generator5, Generator6, Generator7> Combine( function in namespace:testing
1342 Generator4, Generator5, Generator6, Generator7, Generator8> Combine( function in namespace:testing
1356 Generator9> Combine( function in namespace:testing
1371 Generator10> Combine( function in namespace:testing
[all...]
/external/protobuf/gtest/include/gtest/
H A Dgtest-param-test.h89 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
1173 // Combine() function.
1190 // Combine() allows the user to combine two or more sequences to produce
1194 // Combine(gen1, gen2, ..., genN)
1201 // Combine can have up to 10 arguments. This number is currently limited
1218 // Combine(Values("cat", "dog"),
1236 // Combine(Bool(), Bool()));
1239 internal::CartesianProductHolder2<Generator1, Generator2> Combine( function in namespace:testing
1246 internal::CartesianProductHolder3<Generator1, Generator2, Generator3> Combine( function in namespace:testing
1255 Generator4> Combine( function in namespace:testing
1266 Generator4, Generator5> Combine( function in namespace:testing
1277 Generator4, Generator5, Generator6> Combine( function in namespace:testing
1289 Generator4, Generator5, Generator6, Generator7> Combine( function in namespace:testing
1302 Generator4, Generator5, Generator6, Generator7, Generator8> Combine( function in namespace:testing
1316 Generator9> Combine( function in namespace:testing
1331 Generator10> Combine( function in namespace:testing
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7732 // Combine:
8771 // SelectionDAG::Combine - This is the entry point for the file.
8773 void SelectionDAG::Combine(CombineLevel Level, AliasAnalysis &AA, function in class:SelectionDAG
/external/mesa3d/src/mesa/main/
H A Dmtypes.h1398 struct gl_tex_env_combine_state Combine; member in struct:gl_texture_unit
1408 * \c Combine or \c _EnvMode.

Completed in 1242 milliseconds