HomeSort by relevance Sort by last modified time
    Searched refs:Fixture (Results 1 - 21 of 21) sorted by null

  /external/harfbuzz_ng/test/api/
hb-test.h 221 typedef G_PASTE (FixturePrefix, _t) Fixture; \
223 void (*) (Fixture*, gconstpointer), \
224 void (*) (Fixture*, gconstpointer), \
225 void (*) (Fixture*, gconstpointer)) \
227 void (*) (Fixture*, gconstpointer), \
228 void (*) (Fixture*, gconstpointer), \
229 void (*) (Fixture*, gconstpointer))) hb_test_add_vtable; \
249 typedef G_PASTE (FixturePrefix, _t) Fixture; \
251 void (*) (Fixture*, gconstpointer), \
252 void (*) (Fixture*, gconstpointer),
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-internal.h 426 // test fixture classes in the same test case, we need to assign
427 // unique IDs to fixture classes and compare them. The TypeId type is
517 // fixture_class_id: ID of the test fixture class
590 // TypeParameterizedTest<Fixture, TestSel, Types>::Register()
597 template <GTEST_TEMPLATE_ Fixture, class TestSel, typename Types>
607 typedef Fixture<Type> FixtureClass;
624 return TypeParameterizedTest<Fixture, TestSel, typename Types::Tail>
630 template <GTEST_TEMPLATE_ Fixture, class TestSel>
631 class TypeParameterizedTest<Fixture, TestSel, Types0> {
639 // TypeParameterizedTestCase<Fixture, Tests, Types>::Register(
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-internal.h 469 // test fixture classes in the same test case, we need to assign
470 // unique IDs to fixture classes and compare them. The TypeId type is
560 // fixture_class_id: ID of the test fixture class
632 // TypeParameterizedTest<Fixture, TestSel, Types>::Register()
639 template <GTEST_TEMPLATE_ Fixture, class TestSel, typename Types>
649 typedef Fixture<Type> FixtureClass;
666 return TypeParameterizedTest<Fixture, TestSel, typename Types::Tail>
672 template <GTEST_TEMPLATE_ Fixture, class TestSel>
673 class TypeParameterizedTest<Fixture, TestSel, Types0> {
681 // TypeParameterizedTestCase<Fixture, Tests, Types>::Register(
    [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 394 // test fixture classes in the same test case, we need to assign
395 // unique IDs to fixture classes and compare them. The TypeId type is
485 // fixture_class_id: ID of the test fixture class
558 // TypeParameterizedTest<Fixture, TestSel, Types>::Register()
565 template <GTEST_TEMPLATE_ Fixture, class TestSel, typename Types>
575 typedef Fixture<Type> FixtureClass;
592 return TypeParameterizedTest<Fixture, TestSel, typename Types::Tail>
598 template <GTEST_TEMPLATE_ Fixture, class TestSel>
599 class TypeParameterizedTest<Fixture, TestSel, Types0> {
607 // TypeParameterizedTestCase<Fixture, Tests, Types>::Register(
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 498 // test fixture classes in the same test case, we need to assign
499 // unique IDs to fixture classes and compare them. The TypeId type is
589 // fixture_class_id: ID of the test fixture class
661 // TypeParameterizedTest<Fixture, TestSel, Types>::Register()
668 template <GTEST_TEMPLATE_ Fixture, class TestSel, typename Types>
678 typedef Fixture<Type> FixtureClass;
695 return TypeParameterizedTest<Fixture, TestSel, typename Types::Tail>
701 template <GTEST_TEMPLATE_ Fixture, class TestSel>
702 class TypeParameterizedTest<Fixture, TestSel, Types0> {
710 // TypeParameterizedTestCase<Fixture, Tests, Types>::Register(
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 469 // test fixture classes in the same test case, we need to assign
470 // unique IDs to fixture classes and compare them. The TypeId type is
560 // fixture_class_id: ID of the test fixture class
632 // TypeParameterizedTest<Fixture, TestSel, Types>::Register()
639 template <GTEST_TEMPLATE_ Fixture, class TestSel, typename Types>
649 typedef Fixture<Type> FixtureClass;
666 return TypeParameterizedTest<Fixture, TestSel, typename Types::Tail>
672 template <GTEST_TEMPLATE_ Fixture, class TestSel>
673 class TypeParameterizedTest<Fixture, TestSel, Types0> {
681 // TypeParameterizedTestCase<Fixture, Tests, Types>::Register(
    [all...]
  /external/llvm/test/Bindings/Ocaml/
passmgr_builder.ml 28 (*===-- Fixture -----------------------------------------------------------===*)
vectorize_opts.ml 29 (*===-- Fixture -----------------------------------------------------------===*)
ipo_opts.ml 30 (*===-- Fixture -----------------------------------------------------------===*)
scalar_opts.ml 29 (*===-- Fixture -----------------------------------------------------------===*)
target.ml 33 (*===-- Fixture -----------------------------------------------------------===*)
vmcore.ml 64 (*===-- Fixture -----------------------------------------------------------===*)
    [all...]
  /external/ceres-solver/internal/ceres/
dogleg_strategy_test.cc 45 class Fixture : public testing::Test {
61 class DoglegStrategyFixtureEllipse : public Fixture {
99 class DoglegStrategyFixtureValley : public Fixture {
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/
chromevox_e2e_test_base.js 6 * Base test fixture for ChromeVox end to end tests.
61 * Used this variant when an |isAsync| fixture wants to temporarily mix in an
63 * @param {string} testFixture Fixture name.
  /external/clang/test/CodeGenCXX/
debug-info-use-after-free.cpp 44 template < template < typename > class Fixture, typename Tests,
50 TypeParameterizedTest < Fixture, Head, Types >::Register;
  /external/chromium_org/chrome/browser/ui/webui/
downloads_ui_browsertest.js 10 * Test C++ fixture for downloads WebUI testing.
17 * Base fixture for Downloads WebUI testing.
155 * Fixture for Downloads WebUI testing when deletions are prohibited.
179 * Fixture for Downloads WebUI testing for a supervised user.
identity_internals_ui_browsertest.js 8 * Test C++ fixture for downloads WebUI testing.
15 * Base fixture for Downloads WebUI testing.
116 * Fixture for Identity Internals Web UI testing with a single token in the
182 * Fixture for Identity Internals Web UI testing with multiple tokens in the
231 * Fixture for asynchronous testing of Identity Internals Web UI with multiple
  /external/chromium_org/chrome/browser/ui/webui/options/
startup_page_list_browsertest.js 6 * Fixture for startup pages WebUI tests.
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
box2d.js     [all...]

Completed in 2237 milliseconds