Home
last modified time | relevance | path

Searched defs:test_obj (Results 1 – 7 of 7) sorted by relevance

/third_party/cef/tests/ceftests/
Dtranslator_unittest.cc177 CefRefPtr<CefTranslatorTestRefPtrLibrary> test_obj = in TEST() local
204 CefRefPtr<CefTranslatorTestRefPtrLibraryChild> test_obj = in TEST() local
312 CefRefPtr<TranslatorTestRefPtrClient> test_obj = in TEST() local
334 CefRefPtr<TranslatorTestRefPtrClientChild> test_obj = in TEST() local
393 CefOwnPtr<CefTranslatorTestScopedLibrary> test_obj = in TEST() local
420 CefOwnPtr<CefTranslatorTestScopedLibraryChild> test_obj = in TEST() local
519 CefOwnPtr<CefTranslatorTestScopedClient> test_obj( in TEST() local
549 CefOwnPtr<CefTranslatorTestScopedClientChild> test_obj( in TEST() local
584 CefOwnPtr<CefTranslatorTestScopedLibrary> test_obj( in TEST() local
609 CefOwnPtr<CefTranslatorTestScopedLibraryChild> test_obj( in TEST() local
[all …]
/third_party/glib/gobject/tests/
Dproperties.c365 TestObject *test_obj; in properties_testv_with_no_properties() local
389 TestObject *test_obj; in properties_testv_with_valid_properties() local
447 TestObject *test_obj; in properties_testv_with_invalid_property_type() local
471 TestObject *test_obj; in properties_testv_with_invalid_property_names() local
506 TestObject *test_obj; in properties_testv_getv() local
547 TestObject *test_obj; in properties_get_property() local
592 TestObject *test_obj; in properties_testv_notify_queue() local
Dsignals.c1569 GObject *test_obj; in test_clear_signal_handler() local
/third_party/jerryscript/tests/jerry/es2015/
Dstring-prototype-startswith.js31 var test_obj = {toString: function() { return "The world of Eorzea"; } }; variable
Dstring-prototype-includes.js30 var test_obj = {toString: function() { return "The world of Eorzea"; } }; variable
Dstring-prototype-endswith.js31 var test_obj = {toString: function() { return "A realm reborn"; } }; variable
Dnew-target.js73 var test_obj = {}; variable