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

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
EnumConstantNotPresentExceptionTest.java 23 public enum Fixture {
43 EnumConstantNotPresentException e = new EnumConstantNotPresentException(Fixture.class, "FOUR");
44 assertEquals(Fixture.class, e.enumType());
51 EnumConstantNotPresentException e = new EnumConstantNotPresentException(Fixture.class, "FOUR");
StringBuilderTest.java 62 StringBuilder sb = new StringBuilder((CharSequence) "fixture");
63 assertEquals("fixture", sb.toString());
64 assertEquals("fixture".length() + 16, sb.capacity());
66 sb = new StringBuilder((CharSequence) new StringBuffer("fixture"));
67 assertEquals("fixture", sb.toString());
68 assertEquals("fixture".length() + 16, sb.capacity());
82 StringBuilder sb = new StringBuilder("fixture");
83 assertEquals("fixture", sb.toString());
84 assertEquals("fixture".length() + 16, sb.capacity());
331 assertSame(sb, sb.append(Fixture.INSTANCE))
396 final String fixture = "0123456789"; local
537 final String fixture = "0123456789"; local
590 final String fixture = "0123456789"; local
644 final String fixture = "0123456789"; local
715 final String fixture = "0123456789"; local
734 final String fixture = "0123456789"; local
763 final String fixture = "0000"; local
805 final String fixture = "0000"; local
865 final String fixture = "0000"; local
916 final String fixture = "0000"; local
1006 final String fixture = "0000"; local
1049 final String fixture = "0000"; local
1130 final String fixture = "0000"; local
1172 final String fixture = "0000"; local
1214 final String fixture = "0000"; local
1256 final String fixture = "0000"; local
1298 final String fixture = "0000"; local
1340 final String fixture = "0000"; local
1382 final String fixture = "0123456789"; local
1401 final String fixture = "0123456789"; local
1506 final String fixture = "0000"; local
1596 final String fixture = "0123456789"; local
1682 final String fixture = "0000"; local
1719 final String fixture = "0123456789"; local
1792 final String fixture = "0123456789"; local
1833 final String fixture = "0123456789"; local
1867 final String fixture = "0123456789"; local
1908 final String fixture = "0123456789"; local
1930 final String fixture = "0123456789"; local
    [all...]
  /external/harfbuzz_ng/test/api/
hb-test.h 224 typedef G_PASTE (FixturePrefix, _t) Fixture; \
226 void (*) (Fixture*, gconstpointer), \
227 void (*) (Fixture*, gconstpointer), \
228 void (*) (Fixture*, gconstpointer)) \
230 void (*) (Fixture*, gconstpointer), \
231 void (*) (Fixture*, gconstpointer), \
232 void (*) (Fixture*, gconstpointer))) hb_test_add_vtable; \
252 typedef G_PASTE (FixturePrefix, _t) Fixture; \
254 void (*) (Fixture*, gconstpointer), \
255 void (*) (Fixture*, gconstpointer),
    [all...]
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-internal.h 487 // test fixture classes in the same test case, we need to assign
488 // 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...]
  /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
588 // fixture_class_id: ID of the test fixture class
654 // TypeParameterizedTest<Fixture, TestSel, Types>::Register()
661 template <GTEST_TEMPLATE_ Fixture, class TestSel, typename Types>
671 typedef Fixture<Type> FixtureClass;
688 return TypeParameterizedTest<Fixture, TestSel, typename Types::Tail>
694 template <GTEST_TEMPLATE_ Fixture, class TestSel>
695 class TypeParameterizedTest<Fixture, TestSel, Types0> {
703 // TypeParameterizedTestCase<Fixture, Tests, Types>::Register(
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-internal.h 463 // test fixture classes in the same test case, we need to assign
464 // unique IDs to fixture classes and compare them. The TypeId type is
554 // fixture_class_id: ID of the test fixture class
626 // TypeParameterizedTest<Fixture, TestSel, Types>::Register()
633 template <GTEST_TEMPLATE_ Fixture, class TestSel, typename Types>
643 typedef Fixture<Type> FixtureClass;
660 return TypeParameterizedTest<Fixture, TestSel, typename Types::Tail>
666 template <GTEST_TEMPLATE_ Fixture, class TestSel>
667 class TypeParameterizedTest<Fixture, TestSel, Types0> {
675 // TypeParameterizedTestCase<Fixture, Tests, Types>::Register(
    [all...]
  /external/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/libvpx/libvpx/third_party/googletest/src/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 497 // test fixture classes in the same test case, we need to assign
498 // unique IDs to fixture classes and compare them. The TypeId type is
588 // fixture_class_id: ID of the test fixture class
660 // TypeParameterizedTest<Fixture, TestSel, Types>::Register()
667 template <GTEST_TEMPLATE_ Fixture, class TestSel, typename Types>
677 typedef Fixture<Type> FixtureClass;
694 return TypeParameterizedTest<Fixture, TestSel, typename Types::Tail>
700 template <GTEST_TEMPLATE_ Fixture, class TestSel>
701 class TypeParameterizedTest<Fixture, TestSel, Types0> {
709 // TypeParameterizedTestCase<Fixture, Tests, Types>::Register(
    [all...]
  /external/llvm/test/Bindings/Ocaml/
target.ml 27 (*===-- Fixture -----------------------------------------------------------===*)
ipo_opts.ml 27 (*===-- Fixture -----------------------------------------------------------===*)
scalar_opts.ml 26 (*===-- Fixture -----------------------------------------------------------===*)
vmcore.ml 58 (*===-- 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/clang/test/CodeGenCXX/
debug-info-use-after-free.cpp 44 template < template < typename > class Fixture, typename Tests,
50 TypeParameterizedTest < Fixture, Head, Types >::Register;
  /external/ceres-solver/internal/ceres/gtest/
gtest.h     [all...]

Completed in 549 milliseconds