/external/harfbuzz_ng/test/api/ |
D | test-blob.c | 101 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 …]
|
D | test-buffer.c | 60 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/ |
D | gtest_output_test_golden_win.txt | 136 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 …]
|
D | 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 if [all …]
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/ |
D | TestDriver.cs | 48 ANTLRxxxxStreamFixture fixture = new ANTLRxxxxStreamFixture(); in Main() 49 fixture.TestConsumeAllCharactersInAnANTLRInputStream(); in Main()
|
/external/chromium-trace/trace-viewer/third_party/Paste/docs/modules/ |
D | fixture.txt | 1 :mod:`paste.fixture` -- Test applications 6 .. automodule:: paste.fixture
|
/external/chromium-trace/trace-viewer/third_party/Paste/ |
D | README.rst | 27 * 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``
|
D | PKG-INFO | 35 * 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/ |
D | PKG-INFO | 35 * 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/ |
D | 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 if [all …]
|
/external/gtest/test/ |
D | 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 if [all …]
|
/external/chromium-trace/trace-viewer/third_party/Paste/docs/ |
D | developer-features.txt | 7 * 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`
|
D | 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
|
D | news.txt | 177 * 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/ |
D | test_proxy.py | 2 from paste.fixture import TestApp
|
D | test_profilemiddleware.py | 1 from paste.fixture import *
|
D | test_gzipper.py | 1 from paste.fixture import TestApp
|
D | test_fixture.py | 2 from paste.fixture import TestApp
|
D | test_grantip.py | 2 from paste.fixture import *
|
D | test_cgiapp.py | 5 from paste.fixture import *
|
D | test_cgitb_catcher.py | 1 from paste.fixture import *
|
D | test_session.py | 2 from paste.fixture import TestApp
|
D | test_request.py | 4 from paste.fixture import *
|
D | test_urlmap.py | 2 from paste.fixture import *
|
D | test_config.py | 5 from paste.fixture import TestApp
|