HomeSort by relevance Sort by last modified time
    Searched refs:Fixture (Results 1 - 25 of 26) 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");
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 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/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_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...]
  /ndk/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...]
  /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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 1133 milliseconds

1 2