/external/libvpx/libvpx/test/ |
codec_factory.h | 139 ::testing::Combine( \ 221 ::testing::Combine( \
|
/external/protobuf/gtest/test/ |
gtest-param-test_test.cc | 64 using ::testing::Combine; 430 // Tests that Combine() with two parameters generates the expected sequence. 435 Combine(Values(foo, bar), Values(3, 4)); 443 // Tests that Combine() with three parameters generates the expected sequence. 445 const ParamGenerator<tuple<int, int, int> > gen = Combine(Values(0, 1), 456 // Tests that the Combine() with the first parameter generating a single value 460 const ParamGenerator<tuple<int, int> > gen = Combine(Values(42), 467 // Tests that the Combine() with the second parameter generating a single value 471 const ParamGenerator<tuple<int, int> > gen = Combine(Values(0, 1), 479 // Combine() produces an empty sequence, too [all...] |
/ndk/sources/third_party/googletest/googletest/test/ |
gtest-param-test_test.cc | 66 using ::testing::Combine; 462 // Tests that Combine() with two parameters generates the expected sequence. 467 Combine(Values(foo, bar), Values(3, 4)); 475 // Tests that Combine() with three parameters generates the expected sequence. 477 const ParamGenerator<tuple<int, int, int> > gen = Combine(Values(0, 1), 488 // Tests that the Combine() with the first parameter generating a single value 492 const ParamGenerator<tuple<int, int> > gen = Combine(Values(42), 499 // Tests that the Combine() with the second parameter generating a single value 503 const ParamGenerator<tuple<int, int> > gen = Combine(Values(0, 1), 511 // Combine() produces an empty sequence, too [all...] |
/external/chromium_org/third_party/angle/tests/preprocessor_tests/ |
space_test.cpp | 76 testing::Combine(testing::ValuesIn(kSpaceChars),
|
/external/webrtc/src/system_wrappers/source/ |
data_log_c.cc | 32 std::string combined = webrtc::DataLog::Combine(table_name, table_id);
|
data_log.cc | 284 std::string DataLog::Combine(const std::string& table_name, int table_id) {
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
sync_file_system_custom_bindings.js | 98 // Combine into a single dictionary.
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
attrib.c | 734 unit->Combine.ModeRGB); 736 unit->Combine.ModeA); 742 unit->Combine.SourceRGB[i]); 744 unit->Combine.SourceA[i]); 746 unit->Combine.OperandRGB[i]); 748 unit->Combine.OperandA[i]); 752 1 << unit->Combine.ScaleShiftRGB); 754 1 << unit->Combine.ScaleShiftA); [all...] |
/external/mesa3d/src/mesa/main/ |
attrib.c | 734 unit->Combine.ModeRGB); 736 unit->Combine.ModeA); 742 unit->Combine.SourceRGB[i]); 744 unit->Combine.SourceA[i]); 746 unit->Combine.OperandRGB[i]); 748 unit->Combine.OperandA[i]); 752 1 << unit->Combine.ScaleShiftRGB); 754 1 << unit->Combine.ScaleShiftA); [all...] |
/external/chromium_org/v8/src/ |
type-info.h | 97 static TypeInfo Combine(TypeInfo a, TypeInfo b) {
|
jsregexp.h | [all...] |
/external/v8/src/ |
type-info.h | 97 static TypeInfo Combine(TypeInfo a, TypeInfo b) {
|
/external/chromium_org/net/test/embedded_test_server/ |
embedded_test_server_unittest.cc | 326 testing::Combine(testing::Bool(), testing::Bool()));
|
/external/chromium_org/chrome/installer/setup/ |
install_worker_unittest.cc | 34 using ::testing::Combine; 522 Combine(Bool(), Bool()));
|
/external/chromium/testing/gtest/include/gtest/ |
gtest-param-test.h | 93 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product [all...] |
/external/chromium_org/testing/gtest/include/gtest/ |
gtest-param-test.h | 93 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product [all...] |
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/ |
gtest-param-test.h | 93 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product [all...] |
/external/gtest/include/gtest/ |
gtest-param-test.h | 93 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/ |
gtest-param-test.h | 93 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product [all...] |
/external/mesa3d/src/gtest/include/gtest/ |
gtest-param-test.h | 93 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product [all...] |
/external/open-vcdiff/gtest/include/gtest/ |
gtest-param-test.h | 89 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product [all...] |
/external/protobuf/gtest/include/gtest/ |
gtest-param-test.h | 89 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product [all...] |
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
gtest-param-test.h | 93 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGISel.cpp | 168 "dag combine pass")); 178 "dag combine pass")); 180 ViewDAGCombineLT("view-dag-combine-lt-dags", cl::Hidden, 182 " dag combine pass")); 600 CurDAG->Combine(BeforeLegalizeTypes, *AA, OptLevel); 622 CurDAG->viewGraph("dag-combine-lt input for " + BlockName); 628 CurDAG->Combine(AfterLegalizeTypes, *AA, OptLevel); 648 CurDAG->viewGraph("dag-combine-lv input for " + BlockName); 654 CurDAG->Combine(AfterLegalizeVectorOps, *AA, OptLevel); 676 CurDAG->Combine(AfterLegalizeDAG, *AA, OptLevel) [all...] |
/external/libvpx/libvpx/vp9/common/arm/neon/ |
vp9_short_idct32x32_add_neon.asm | 102 ; Combine-add results with current destination content 136 ; Combine-add results with current destination content 170 ; Combine-add results with current destination content 204 ; Combine-add results with current destination content 300 ; combine-add pointers 528 ; combine 16-19,28-31 643 ; combine 20-23,24-27 [all...] |