Home
last modified time | relevance | path

Searched refs:Fixture (Results 1 – 25 of 77) sorted by relevance

1234

/external/harfbuzz_ng/test/api/
Dhb-test.h221 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/dbus/test/
Dloopback.c43 } Fixture; typedef
57 Fixture *f = data; in server_message_cb()
70 Fixture *f = data; in new_conn_cb()
83 setup (Fixture *f, in setup()
99 test_connect (Fixture *f, in test_connect()
118 test_message (Fixture *f, in test_message()
162 teardown (Fixture *f, in teardown()
193 g_test_add ("/connect/tcp", Fixture, "tcp:host=127.0.0.1", setup, in main()
195 g_test_add ("/message/tcp", Fixture, "tcp:host=127.0.0.1", setup, in main()
198 g_test_add ("/connect/nonce-tcp", Fixture, "nonce-tcp:host=127.0.0.1", setup, in main()
[all …]
Dsyntax.c35 } Fixture; typedef
191 setup (Fixture *f, in setup()
214 test_syntax (Fixture *f, in test_syntax()
260 teardown (Fixture *f, in teardown()
272 g_test_add ("/syntax/path", Fixture, &paths, setup, test_syntax, teardown); in main()
273 g_test_add ("/syntax/interface", Fixture, &interfaces, in main()
275 g_test_add ("/syntax/error", Fixture, &errors, in main()
277 g_test_add ("/syntax/member", Fixture, &members, in main()
279 g_test_add ("/syntax/bus-name", Fixture, &bus_names, in main()
281 g_test_add ("/syntax/signature", Fixture, &signatures, in main()
[all …]
Dmarshal.c36 } Fixture; typedef
46 setup (Fixture *f, in setup()
145 test_endian (Fixture *f, in test_endian()
203 test_needed (Fixture *f, in test_needed()
237 teardown (Fixture *f, in teardown()
249 g_test_add ("/demarshal/le", Fixture, le_blob, setup, test_endian, teardown); in main()
250 g_test_add ("/demarshal/be", Fixture, be_blob, setup, test_endian, teardown); in main()
251 g_test_add ("/demarshal/needed/le", Fixture, le_blob, setup, test_needed, in main()
253 g_test_add ("/demarshal/needed/be", Fixture, be_blob, setup, test_needed, in main()
Drelay.c57 } Fixture; typedef
71 Fixture *f = data; in server_message_cb()
86 Fixture *f = data; in right_client_message_cb()
99 Fixture *f = data; in new_conn_cb()
120 setup (Fixture *f, in setup()
136 test_connect (Fixture *f, in test_connect()
178 send_one (Fixture *f, in send_one()
198 test_relay (Fixture *f, in test_relay()
229 test_limit (Fixture *f, in test_limit()
268 teardown (Fixture *f, in teardown()
[all …]
Ddbus-daemon-eavesdrop.c90 } Fixture; typedef
185 sender_send_unicast_to_sender (Fixture *f) in sender_send_unicast_to_sender()
207 sender_send_unicast_to_receiver (Fixture *f) in sender_send_unicast_to_receiver()
226 sender_send_broadcast (Fixture *f) in sender_send_broadcast()
250 sender_send_stopper (Fixture *f) in sender_send_stopper()
277 Fixture *f = user_data; in signal_filter()
331 add_receiver_filter (Fixture *f) in add_receiver_filter()
346 add_eavesdropper_filter (Fixture *f) in add_eavesdropper_filter()
361 add_politelistener_filter (Fixture *f) in add_politelistener_filter()
376 setup (Fixture *f, in setup()
[all …]
Dcorrupt.c44 } Fixture; typedef
58 Fixture *f = data; in client_message_cb()
71 Fixture *f = data; in new_conn_cb()
79 setup (Fixture *f, in setup()
95 test_connect (Fixture *f, in test_connect()
120 test_message (Fixture *f, in test_message()
203 test_corrupt (Fixture *f, in test_corrupt()
253 test_byte_order (Fixture *f, in test_byte_order()
332 teardown (Fixture *f, in teardown()
364 g_test_add ("/corrupt/tcp", Fixture, "tcp:host=127.0.0.1", setup, in main()
[all …]
Ddbus-daemon.c56 } Fixture; typedef
178 setup (Fixture *f, in setup()
235 add_echo_filter (Fixture *f) in add_echo_filter()
253 test_echo (Fixture *f, in test_echo()
313 teardown (Fixture *f, in teardown()
363 g_test_add ("/echo/session", Fixture, NULL, setup, test_echo, teardown); in main()
364 g_test_add ("/echo/limited", Fixture, &limited_config, in main()
/external/dbus/test/internals/
Dsyslog.c39 } Fixture; typedef
42 setup (Fixture *f, in setup()
52 test_syslog (Fixture *f, in test_syslog()
85 teardown (Fixture *f, in teardown()
97 g_test_add ("/syslog", Fixture, NULL, setup, test_syslog, teardown); in main()
Drefs.c66 } Fixture; typedef
169 Fixture *f = data; in last_unref()
176 wait_for_all_threads (Fixture *f) in wait_for_all_threads()
189 Fixture *f = data; in new_conn_cb()
198 setup (Fixture *f, in setup()
227 setup_connection (Fixture *f, in setup_connection()
258 test_connection (Fixture *f, in test_connection()
339 test_server (Fixture *f, in test_server()
406 test_message (Fixture *f, in test_message()
454 test_pending_call (Fixture *f, in test_pending_call()
[all …]
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/box2d/
DOneSidedPlatform.java38 import com.badlogic.gdx.physics.box2d.Fixture;
47 Fixture m_platform;
48 Fixture m_character;
96 public boolean shouldCollide (Fixture fixtureA, Fixture fixtureB) { in createWorld()
DConveyorBelt.java27 import com.badlogic.gdx.physics.box2d.Fixture;
34 Fixture m_platform;
79 Fixture fixtureA = contact.getFixtureA(); in preSolve()
80 Fixture fixtureB = contact.getFixtureB(); in preSolve()
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/com/badlogic/gdx/physics/box2d/
DBody.java32 final Array<Fixture> fixtures = new Array<Fixture>();
417 public Fixture createFixture (FixtureDef def) { in createFixture()
419 org.jbox2d.dynamics.Fixture f = body.createFixture(fd); in createFixture()
420 Fixture fixture = new Fixture(this, f); in createFixture()
432 public Fixture createFixture (Shape shape, float density) { in createFixture()
433 org.jbox2d.dynamics.Fixture f = body.createFixture(shape.shape, density); in createFixture()
434 Fixture fixture = new Fixture(this, f); in createFixture()
445 public void destroyFixture (Fixture fixture) { in destroyFixture()
452 public Array<Fixture> getFixtureList () { in getFixtureList()
DFixture.java25 public class Fixture { class
26 org.jbox2d.dynamics.Fixture fixture;
33 protected Fixture (Body body, org.jbox2d.dynamics.Fixture fixture) { in Fixture() method in Fixture
38 protected void reset (Body body, org.jbox2d.dynamics.Fixture fixture) { in reset()
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/contacts/
DContactCreator.java26 import org.jbox2d.dynamics.Fixture;
32 public Contact contactCreateFcn(IWorldPool argPool, Fixture fixtureA, Fixture fixtureB); in contactCreateFcn()
DContact.java36 import org.jbox2d.dynamics.Fixture;
72 public Fixture m_fixtureA;
73 public Fixture m_fixtureB;
100 public void init(Fixture fA, int indexA, Fixture fB, int indexB) { in init()
197 public Fixture getFixtureA() { in getFixtureA()
210 public Fixture getFixtureB() { in getFixtureB()
DCircleContact.java30 import org.jbox2d.dynamics.Fixture;
39 public void init(Fixture fixtureA, Fixture fixtureB) { in init()
DPolygonContact.java30 import org.jbox2d.dynamics.Fixture;
39 public void init(Fixture fixtureA, Fixture fixtureB) { in init()
DPolygonAndCircleContact.java31 import org.jbox2d.dynamics.Fixture;
40 public void init(Fixture fixtureA, Fixture fixtureB) { in init()
DEdgeAndCircleContact.java31 import org.jbox2d.dynamics.Fixture;
41 public void init(Fixture fA, int indexA, Fixture fB, int indexB) { in init()
DEdgeAndPolygonContact.java31 import org.jbox2d.dynamics.Fixture;
41 public void init(Fixture fA, int indexA, Fixture fB, int indexB) { in init()
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/
DContactManager.java67 Fixture fixtureA = proxyA.fixture; in addPair()
68 Fixture fixtureB = proxyB.fixture; in addPair()
87 Fixture fA = edge.contact.getFixtureA(); in addPair()
88 Fixture fB = edge.contact.getFixtureB(); in addPair()
176 Fixture fixtureA = c.getFixtureA(); in destroy()
177 Fixture fixtureB = c.getFixtureB(); in destroy()
237 Fixture fixtureA = c.getFixtureA(); in collide()
238 Fixture fixtureB = c.getFixtureB(); in collide()
DBody.java82 public Fixture m_fixtureList;
184 public final Fixture createFixture(FixtureDef def) { in createFixture()
191 Fixture fixture = new Fixture(); in createFixture()
228 public final Fixture createFixture(Shape shape, float density) { in createFixture()
244 public final void destroyFixture(Fixture fixture) { in destroyFixture()
254 Fixture node = m_fixtureList; in destroyFixture()
255 Fixture last = null; // java change in destroyFixture()
283 Fixture fixtureA = c.getFixtureA(); in destroyFixture()
284 Fixture fixtureB = c.getFixtureB(); in destroyFixture()
334 for (Fixture f = m_fixtureList; f != null; f = f.m_next) { in setTransform()
[all …]
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/callbacks/
DContactFilter.java30 import org.jbox2d.dynamics.Fixture;
47 public boolean shouldCollide(Fixture fixtureA, Fixture fixtureB){ in shouldCollide()
/external/protobuf/gtest/include/gtest/internal/
Dgtest-internal.h668 template <GTEST_TEMPLATE_ Fixture, class TestSel, typename Types>
678 typedef Fixture<Type> FixtureClass; in Register()
695 return TypeParameterizedTest<Fixture, TestSel, typename Types::Tail> in Register()
701 template <GTEST_TEMPLATE_ Fixture, class TestSel>
702 class TypeParameterizedTest<Fixture, TestSel, Types0> {
714 template <GTEST_TEMPLATE_ Fixture, typename Tests, typename Types>
722 TypeParameterizedTest<Fixture, Head, Types>::Register( in Register()
726 return TypeParameterizedTestCase<Fixture, typename Tests::Tail, Types> in Register()
732 template <GTEST_TEMPLATE_ Fixture, typename Types>
733 class TypeParameterizedTestCase<Fixture, Templates0, Types> {

1234