HomeSort by relevance Sort by last modified time
    Searched full:fixture (Results 276 - 300 of 708) sorted by null

<<11121314151617181920>>

  /external/chromium-trace/catapult/third_party/Paste/tests/
test_session.py 2 from paste.fixture import TestApp
test_urlmap.py 2 from paste.fixture import *
  /external/google-breakpad/src/testing/gtest/test/
gtest_catch_exceptions_test.py 78 'in the test fixture\'s constructor'
81 'in the test fixture\'s destructor'
113 'in the test fixture\'s constructor'
126 'in the test fixture\'s destructor'
gtest_output_test_.cc 77 // HasFatalFailure() outside of a TEST, TEST_F, or test fixture.
121 // fixture, the testing::Test:: prefix is not needed.
333 // Tests non-fatal failures in the fixture constructor.
338 ADD_FAILURE() << "Expected failure #1, in the test fixture c'tor.";
342 ADD_FAILURE() << "Expected failure #5, in the test fixture d'tor.";
358 // Tests fatal failures in the fixture constructor.
367 ADD_FAILURE() << "Expected failure #2, in the test fixture d'tor.";
372 << "We should never get here, as the test fixture c'tor "
378 << "We should never get here, as the test fixture c'tor "
384 FAIL() << "Expected failure #1, in the test fixture c'tor."
    [all...]
gtest_output_test_golden_lin.txt 185 Expected failure #1, in the test fixture c'tor.
197 Expected failure #5, in the test fixture d'tor.
204 Expected failure #1, in the test fixture c'tor.
207 Expected failure #2, in the test fixture d'tor.
223 Expected failure #4, in the test fixture d'tor.
236 Expected failure #3, in the test fixture d'tor.
252 All tests in the same test case must use the same test fixture
255 using two different test fixture classes. This can happen if
263 All tests in the same test case must use the same test fixture
266 using two different test fixture classes. This can happen i
    [all...]
  /external/gtest/test/
gtest_catch_exceptions_test.py 91 'in the test fixture\'s constructor'
94 'in the test fixture\'s destructor'
126 'in the test fixture\'s constructor'
139 'in the test fixture\'s destructor'
gtest_output_test_.cc 79 // HasFatalFailure() outside of a TEST, TEST_F, or test fixture.
133 // fixture, the testing::Test:: prefix is not needed.
345 // Tests non-fatal failures in the fixture constructor.
350 ADD_FAILURE() << "Expected failure #1, in the test fixture c'tor.";
354 ADD_FAILURE() << "Expected failure #5, in the test fixture d'tor.";
370 // Tests fatal failures in the fixture constructor.
379 ADD_FAILURE() << "Expected failure #2, in the test fixture d'tor.";
384 << "We should never get here, as the test fixture c'tor "
390 << "We should never get here, as the test fixture c'tor "
396 FAIL() << "Expected failure #1, in the test fixture c'tor."
    [all...]
gtest_output_test_golden_lin.txt 198 Expected failure #1, in the test fixture c'tor.
210 Expected failure #5, in the test fixture d'tor.
217 Expected failure #1, in the test fixture c'tor.
220 Expected failure #2, in the test fixture d'tor.
236 Expected failure #4, in the test fixture d'tor.
249 Expected failure #3, in the test fixture d'tor.
265 All tests in the same test case must use the same test fixture
268 using two different test fixture classes. This can happen if
276 All tests in the same test case must use the same test fixture
279 using two different test fixture classes. This can happen i
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/com/badlogic/gdx/physics/box2d/
Shape.java 47 /** Needs to be called when the shape is no longer used, e.g. after a fixture was created based on the shape. */
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/box2d/
ContactListenerTest.java 44 import com.badlogic.gdx.physics.box2d.Fixture;
209 final Fixture fixtureA = contact.getFixtureA();
210 final Fixture fixtureB = contact.getFixtureB();
212 throw new RuntimeException("No fixture found.");
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_catch_exceptions_test.py 91 'in the test fixture\'s constructor'
94 'in the test fixture\'s destructor'
126 'in the test fixture\'s constructor'
139 'in the test fixture\'s destructor'
gtest_output_test_.cc 79 // HasFatalFailure() outside of a TEST, TEST_F, or test fixture.
133 // fixture, the testing::Test:: prefix is not needed.
345 // Tests non-fatal failures in the fixture constructor.
350 ADD_FAILURE() << "Expected failure #1, in the test fixture c'tor.";
354 ADD_FAILURE() << "Expected failure #5, in the test fixture d'tor.";
370 // Tests fatal failures in the fixture constructor.
379 ADD_FAILURE() << "Expected failure #2, in the test fixture d'tor.";
384 << "We should never get here, as the test fixture c'tor "
390 << "We should never get here, as the test fixture c'tor "
396 FAIL() << "Expected failure #1, in the test fixture c'tor."
    [all...]
gtest_output_test_golden_lin.txt 198 Expected failure #1, in the test fixture c'tor.
210 Expected failure #5, in the test fixture d'tor.
217 Expected failure #1, in the test fixture c'tor.
220 Expected failure #2, in the test fixture d'tor.
236 Expected failure #4, in the test fixture d'tor.
249 Expected failure #3, in the test fixture d'tor.
265 All tests in the same test case must use the same test fixture
268 using two different test fixture classes. This can happen if
276 All tests in the same test case must use the same test fixture
279 using two different test fixture classes. This can happen i
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_catch_exceptions_test.py 78 'in the test fixture\'s constructor'
81 'in the test fixture\'s destructor'
113 'in the test fixture\'s constructor'
126 'in the test fixture\'s destructor'
gtest_output_test_.cc 79 // HasFatalFailure() outside of a TEST, TEST_F, or test fixture.
133 // fixture, the testing::Test:: prefix is not needed.
345 // Tests non-fatal failures in the fixture constructor.
350 ADD_FAILURE() << "Expected failure #1, in the test fixture c'tor.";
354 ADD_FAILURE() << "Expected failure #5, in the test fixture d'tor.";
370 // Tests fatal failures in the fixture constructor.
379 ADD_FAILURE() << "Expected failure #2, in the test fixture d'tor.";
384 << "We should never get here, as the test fixture c'tor "
390 << "We should never get here, as the test fixture c'tor "
396 FAIL() << "Expected failure #1, in the test fixture c'tor."
    [all...]
gtest_output_test_golden_lin.txt 198 Expected failure #1, in the test fixture c'tor.
210 Expected failure #5, in the test fixture d'tor.
217 Expected failure #1, in the test fixture c'tor.
220 Expected failure #2, in the test fixture d'tor.
236 Expected failure #4, in the test fixture d'tor.
249 Expected failure #3, in the test fixture d'tor.
265 All tests in the same test case must use the same test fixture
268 using two different test fixture classes. This can happen if
276 All tests in the same test case must use the same test fixture
279 using two different test fixture classes. This can happen i
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
TestCase.java 26 * A test case defines the fixture to run p2p tests. To define a test case <br>
29 * 2) define instance variables that store the state of the fixture<br>
30 * 3) initialize the fixture state by overriding setUp if needed. At default, p2p channel
  /external/chromium-trace/catapult/third_party/Paste/docs/
testing-applications.txt 42 The methods of the ``app`` object (a ``paste.tests.fixture.TestApp``
97 <./class-paste.fixture.TestResponse.html#click>`_)
147 fixture) is ready to catch unexpected errors by the presence and truth
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/
b2Body.h 129 /// Creates a fixture and attach it to this body. Use this function if you need
130 /// to set some fixture parameters, like friction. Otherwise you can create the
131 /// fixture directly from a shape.
134 /// @param def the fixture definition.
138 /// Creates a fixture from a shape and attach it to this body.
147 /// Destroy a fixture. This removes the fixture from the broad-phase and
148 /// destroys all contacts associated with this fixture. This will
150 /// fixture has positive density.
152 /// @param fixture the fixture to be removed
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/graphics/
ParticleEmitterBox2D.java 27 import com.badlogic.gdx.physics.box2d.Fixture;
50 public float reportRayFixture (Fixture fixture, Vector2 point, Vector2 normal, float fraction) {
  /external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/
after_initialization_fixture.h 156 // This fixture initializes the voice engine in addition to the work
157 // done by the before-initialization fixture. It also registers an error
158 // observer which will fail tests on error callbacks. This fixture is
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/
World.java 81 virtual float32 ReportFixture( b2Fixture* fixture, const b2Vec2& point, const b2Vec2& normal, float32 fraction)
83 return env->CallFloatMethod(obj, reportRayFixtureID, (jlong)fixture, (jfloat)point.x, (jfloat)point.y,
165 virtual bool ReportFixture( b2Fixture* fixture )
167 return env->CallBooleanMethod(obj, reportFixtureID, (jlong)fixture );
199 protected final Pool<Fixture> freeFixtures = new Pool<Fixture>(100, 200) {
201 protected Fixture newObject () {
202 return new Fixture(null, 0);
213 protected final LongMap<Fixture> fixtures = new LongMap<Fixture>(100)
    [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
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/test/
gtest_output_test_golden_lin.txt 185 Expected failure #1, in the test fixture c'tor.
197 Expected failure #5, in the test fixture d'tor.
204 Expected failure #1, in the test fixture c'tor.
207 Expected failure #2, in the test fixture d'tor.
223 Expected failure #4, in the test fixture d'tor.
236 Expected failure #3, in the test fixture d'tor.
246 All tests in the same test case must use the same test fixture
249 using two different test fixture classes. This can happen if
257 All tests in the same test case must use the same test fixture
260 using two different test fixture classes. This can happen i
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/
com.badlogic.gdx.physics.box2d.World.cpp 29 virtual float32 ReportFixture( b2Fixture* fixture, const b2Vec2& point, const b2Vec2& normal, float32 fraction)
31 return env->CallFloatMethod(obj, reportRayFixtureID, (jlong)fixture, (jfloat)point.x, (jfloat)point.y,
113 virtual bool ReportFixture( b2Fixture* fixture )
115 return env->CallBooleanMethod(obj, reportFixtureID, (jlong)fixture );
218 b2Fixture* fixture = (b2Fixture*)(fixtureAddr); local
223 body->DestroyFixture(fixture);

Completed in 437 milliseconds

<<11121314151617181920>>