HomeSort by relevance Sort by last modified time
    Searched refs:Combine (Results 26 - 50 of 85) sorted by null

12 3 4

  /external/chromium_org/third_party/libvpx/source/libvpx/test/
codec_factory.h 139 ::testing::Combine( \
221 ::testing::Combine( \
  /external/gtest/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/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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
codec_factory.h 139 ::testing::Combine( \
221 ::testing::Combine( \
  /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/components/policy/core/common/
schema_registry.h 122 void Combine(bool has_new_schemas);
  /external/chromium_org/third_party/angle/tests/preprocessor_tests/
space_test.cpp 76 testing::Combine(testing::ValuesIn(kSpaceChars),
  /external/chromium_org/v8/test/cctest/
test-hydrogen-types.cc 76 CHECK(ti.IsSubtypeOf(ti.Combine(tj)));
77 CHECK(tj.IsSubtypeOf(ti.Combine(tj)));
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
data_log_c.cc 30 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/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/v8/src/arm64/
lithium-gap-resolver-arm64.cc 202 cgen_->masm()->FPTmpList()->Combine(kSavedDoubleValue);
205 cgen_->masm()->FPTmpList()->Combine(kSavedDoubleValue);
assembler-arm64-inl.h 160 inline void CPURegList::Combine(const CPURegList& other) {
176 inline void CPURegList::Combine(const CPURegister& other) {
179 Combine(other.code());
194 inline void CPURegList::Combine(int code) {
    [all...]
deoptimizer-arm64.cc 166 saved_registers.Combine(fp);
  /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/chrome/browser/safe_browsing/
preference_validation_delegate_unittest.cc 268 testing::Combine(
  /external/chromium_org/chrome/browser/ui/ash/
accelerator_commands_browsertest.cc 25 using testing::Combine;
  /external/chromium_org/net/test/embedded_test_server/
embedded_test_server_unittest.cc 326 testing::Combine(testing::Bool(), testing::Bool()));
  /external/chromium_org/chrome/browser/chromeos/net/
cert_verify_proc_chromeos_unittest.cc 376 ::testing::Combine(
  /external/vixl/src/a64/
assembler-a64.h 341 // Combine another CPURegList into this one. Registers that already exist in
344 void Combine(const CPURegList& other) {
361 // Variants of Combine and Remove which take a single register.
362 inline void Combine(const CPURegister& other) {
365 Combine(other.code());
374 // Variants of Combine and Remove which take a single register by its code;
376 inline void Combine(int code) {
    [all...]
  /external/chromium_org/chrome/installer/setup/
install_worker_unittest.cc 34 using ::testing::Combine;
535 Combine(Bool(), Bool()));
    [all...]

Completed in 1594 milliseconds

12 3 4