Home
last modified time | relevance | path

Searched refs:fixture (Results 1 – 25 of 42) sorted by relevance

12

/external/harfbuzz_ng/test/api/
Dtest-blob.c101 free_up (fixture_t *fixture) in free_up() argument
103 g_assert_cmpint (fixture->freed, ==, 0); in free_up()
104 fixture->freed++; in free_up()
108 free_up_free (fixture_t *fixture) in free_up_free() argument
110 free_up (fixture); in free_up_free()
111 free (fixture->data); in free_up_free()
135 free_up_munmap (fixture_t *fixture) in free_up_munmap() argument
137 free_up (fixture); in free_up_munmap()
138 munmap (fixture->data, get_pagesize ()); in free_up_munmap()
144 fixture_init (fixture_t *fixture, gconstpointer user_data) in fixture_init() argument
[all …]
Dtest-buffer.c60 fixture_init (fixture_t *fixture, gconstpointer user_data) in fixture_init() argument
65 b = fixture->buffer = hb_buffer_create (); in fixture_init()
95 fixture_finish (fixture_t *fixture, gconstpointer user_data) in fixture_finish() argument
97 hb_buffer_destroy (fixture->buffer); in fixture_finish()
102 test_buffer_properties (fixture_t *fixture, gconstpointer user_data) in test_buffer_properties() argument
104 hb_buffer_t *b = fixture->buffer; in test_buffer_properties()
180 test_buffer_contents (fixture_t *fixture, gconstpointer user_data) in test_buffer_contents() argument
182 hb_buffer_t *b = fixture->buffer; in test_buffer_contents()
297 test_buffer_positions (fixture_t *fixture, gconstpointer user_data) in test_buffer_positions() argument
299 hb_buffer_t *b = fixture->buffer; in test_buffer_positions()
[all …]
/external/protobuf/gtest/test/
Dgtest_output_test_golden_win.txt136 Expected failure #1, in the test fixture c'tor.
144 Expected failure #5, in the test fixture d'tor.
150 Expected failure #1, in the test fixture c'tor.
152 Expected failure #2, in the test fixture d'tor.
164 Expected failure #4, in the test fixture d'tor.
174 Expected failure #3, in the test fixture d'tor.
178 (expecting a failure on thrown exception in the test fixture's constructor)
179 unknown file: error: Exception thrown with code 0xc0000005 in the test fixture's constructor.
187 Expected failure #3, in the test fixture d'tor.
196 Expected failure #3, in the test fixture d'tor.
[all …]
Dgtest_output_test_golden_lin.txt185 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 if
[all …]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
DTestDriver.cs48 ANTLRxxxxStreamFixture fixture = new ANTLRxxxxStreamFixture(); in Main()
49 fixture.TestConsumeAllCharactersInAnANTLRInputStream(); in Main()
/external/chromium-trace/trace-viewer/third_party/Paste/docs/modules/
Dfixture.txt1 :mod:`paste.fixture` -- Test applications
6 .. automodule:: paste.fixture
/external/chromium-trace/trace-viewer/third_party/Paste/
DREADME.rst27 * A fixture for testing WSGI applications conveniently and in-process,
28 in ``paste.fixture``
30 * A fixture for testing command-line applications, also in
31 ``paste.fixture``
DPKG-INFO35 * A fixture for testing WSGI applications conveniently and in-process,
36 in ``paste.fixture``
38 * A fixture for testing command-line applications, also in
39 ``paste.fixture``
/external/chromium-trace/trace-viewer/third_party/Paste/Paste.egg-info/
DPKG-INFO35 * A fixture for testing WSGI applications conveniently and in-process,
36 in ``paste.fixture``
38 * A fixture for testing command-line applications, also in
39 ``paste.fixture``
/external/google-breakpad/src/testing/gtest/test/
Dgtest_output_test_golden_lin.txt185 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 if
[all …]
/external/gtest/test/
Dgtest_output_test_golden_lin.txt198 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 if
[all …]
/external/chromium-trace/trace-viewer/third_party/Paste/docs/
Ddeveloper-features.txt7 * A fixture for testing WSGI applications conveniently and in-process,
8 in :class:`paste.fixture.TestApp`
10 * A fixture for testing command-line applications, also in
11 :class:`paste.fixture.TestFileEnvironment`
Dtesting-applications.txt42 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
Dnews.txt177 * Deprecate :func:`paste.fixture.setup_module`
182 * Fixed bug in :class:`paste.fixture.TestApp` that would submit forms
194 * In :class:`paste.fixture.TestApp` Accept MultiDict values for the
213 * :mod:`paste.fixture.TestApp` can store multiple cookie values
256 * In ``paste.fixture.TestApp`` treat ``<image type="image">`` the same
284 * In ``paste.fixture.TestApp`` set ``CONTENT_TYPE`` to
385 * Added REST methods to ``paste.fixture.TestApp``, so you can more
455 * ``paste.fixture.TestApp.get(status=X)`` takes a list of allowed
533 * ``paste.httpserver`` and ``paste.fixture.TestApp`` url-unquote
547 * In ``paste.fixture.TestApp``: ``<form>`` tags that have to
[all …]
/external/chromium-trace/trace-viewer/third_party/Paste/tests/
Dtest_proxy.py2 from paste.fixture import TestApp
Dtest_profilemiddleware.py1 from paste.fixture import *
Dtest_gzipper.py1 from paste.fixture import TestApp
Dtest_fixture.py2 from paste.fixture import TestApp
Dtest_grantip.py2 from paste.fixture import *
Dtest_cgiapp.py5 from paste.fixture import *
Dtest_cgitb_catcher.py1 from paste.fixture import *
Dtest_session.py2 from paste.fixture import TestApp
Dtest_request.py4 from paste.fixture import *
Dtest_urlmap.py2 from paste.fixture import *
Dtest_config.py5 from paste.fixture import TestApp

12