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

/external/v8/src/
H A Dframe-element.h191 FrameElement* Combine(FrameElement* other) { function in class:v8::internal::BASE_EMBEDDED
H A Dtype-info.h118 static TypeInfo Combine(TypeInfo a, TypeInfo b) { function in class:v8::internal::TypeInfo
H A Dhydrogen-instructions.h315 HType Combine(HType other) { function in class:v8::internal::HType
324 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.h89 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
1172 // Combine() function.
1189 // Combine() allows the user to combine two or more sequences to produce
1193 // Combine(gen1, gen2, ..., genN)
1200 // Combine can have up to 10 arguments. This number is currently limited
1217 // Combine(Values("cat", "dog"),
1235 // Combine(Bool(), Bool()));
1238 internal::CartesianProductHolder2<Generator1, Generator2> Combine( function in namespace:testing
1245 internal::CartesianProductHolder3<Generator1, Generator2, Generator3> Combine( function in namespace:testing
1254 Generator4> Combine( function in namespace:testing
1265 Generator4, Generator5> Combine( function in namespace:testing
1276 Generator4, Generator5, Generator6> Combine( function in namespace:testing
1288 Generator4, Generator5, Generator6, Generator7> Combine( function in namespace:testing
1301 Generator4, Generator5, Generator6, Generator7, Generator8> Combine( function in namespace:testing
1315 Generator9> Combine( function in namespace:testing
1330 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.cpp7048 // Combine:
8019 // SelectionDAG::Combine - This is the entry point for the file.
8021 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 1081 milliseconds