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

1 2

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
EnumConstantNotPresentExceptionTest.java 23 public enum Fixture {
36 EnumConstantNotPresentException e = new EnumConstantNotPresentException(Fixture.class, "FOUR");
37 assertEquals(Fixture.class, e.enumType());
41 EnumConstantNotPresentException e = new EnumConstantNotPresentException(Fixture.class, "FOUR");
  /external/harfbuzz_ng/test/api/
hb-test.h 223 typedef G_PASTE (FixturePrefix, _t) Fixture; \
225 void (*) (Fixture*, gconstpointer), \
226 void (*) (Fixture*, gconstpointer), \
227 void (*) (Fixture*, gconstpointer)) \
229 void (*) (Fixture*, gconstpointer), \
230 void (*) (Fixture*, gconstpointer), \
231 void (*) (Fixture*, gconstpointer))) hb_test_add_vtable; \
251 typedef G_PASTE (FixturePrefix, _t) Fixture; \
253 void (*) (Fixture*, gconstpointer), \
254 void (*) (Fixture*, gconstpointer),
    [all...]
  /external/google-benchmark/test/
templated_fixture_test.cc 8 class MyFixture : public ::benchmark::Fixture {
cxx03_test.cc 47 struct BM_Fixture : public ::benchmark::Fixture {
fixture_test.cc 7 class MyFixture : public ::benchmark::Fixture {
map_test.cc 35 class MapFixture : public ::benchmark::Fixture {
multiple_ranges_test.cc 6 class MultipleRangesFixture : public ::benchmark::Fixture {
  /external/libcxx/utils/google-benchmark/test/
templated_fixture_test.cc 8 class MyFixture : public ::benchmark::Fixture {
cxx03_test.cc 47 struct BM_Fixture : public ::benchmark::Fixture {
fixture_test.cc 7 class MyFixture : public ::benchmark::Fixture {
map_test.cc 35 class MapFixture : public ::benchmark::Fixture {
multiple_ranges_test.cc 6 class MultipleRangesFixture : public ::benchmark::Fixture {
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 485 // test fixture classes in the same test case, we need to assign
486 // unique IDs to fixture classes and compare them. The TypeId type is
590 // 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...]
  /bionic/benchmarks/
semaphore_benchmark.cpp 81 class SemaphoreFixture : public benchmark::Fixture {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/test/
fixture_test.cc 7 class MyFixture : public ::benchmark::Fixture {
map_test.cc 34 class MapFixture : public ::benchmark::Fixture {
multiple_ranges_test.cc 6 class MultipleRangesFixture : public ::benchmark::Fixture {
  /external/google-breakpad/src/testing/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/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 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/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 489 // test fixture classes in the same test case, we need to assign
490 // unique IDs to fixture classes and compare them. The TypeId type is
580 // fixture_class_id: ID of the test fixture class
652 // TypeParameterizedTest<Fixture, TestSel, Types>::Register()
659 template <GTEST_TEMPLATE_ Fixture, class TestSel, typename Types>
669 typedef Fixture<Type> FixtureClass;
686 return TypeParameterizedTest<Fixture, TestSel, typename Types::Tail>
692 template <GTEST_TEMPLATE_ Fixture, class TestSel>
693 class TypeParameterizedTest<Fixture, TestSel, Types0> {
701 // TypeParameterizedTestCase<Fixture, Tests, Types>::Register(
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/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...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 383 // test fixture classes in the same test case, we need to assign
384 // unique IDs to fixture classes and compare them. The TypeId type is
474 // fixture_class_id: ID of the test fixture class
547 // TypeParameterizedTest<Fixture, TestSel, Types>::Register()
554 template <GTEST_TEMPLATE_ Fixture, class TestSel, typename Types>
564 typedef Fixture<Type> FixtureClass;
581 return TypeParameterizedTest<Fixture, TestSel, typename Types::Tail>
587 template <GTEST_TEMPLATE_ Fixture, class TestSel>
588 class TypeParameterizedTest<Fixture, TestSel, Types0> {
596 // TypeParameterizedTestCase<Fixture, Tests, Types>::Register(
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/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/test/Bindings/OCaml/
passmgr_builder.ml 28 (*===-- Fixture -----------------------------------------------------------===*)

Completed in 623 milliseconds

1 2