Searched refs:test_obj (Results 1 – 9 of 9) sorted by relevance
/third_party/cef/tests/ceftests/ |
D | translator_unittest.cc | 177 CefRefPtr<CefTranslatorTestRefPtrLibrary> test_obj = in TEST() local 179 EXPECT_EQ(kTestVal, test_obj->GetValue()); in TEST() 180 int retval = obj->SetRefPtrLibrary(test_obj); in TEST() 182 EXPECT_EQ(kTestVal, test_obj->GetValue()); in TEST() 194 EXPECT_TRUE(test_obj->HasOneRef()); in TEST() 204 CefRefPtr<CefTranslatorTestRefPtrLibraryChild> test_obj = in TEST() local 206 EXPECT_EQ(kTestVal, test_obj->GetValue()); in TEST() 207 EXPECT_EQ(kTestVal2, test_obj->GetOtherValue()); in TEST() 208 int retval = obj->SetRefPtrLibrary(test_obj); in TEST() 210 EXPECT_EQ(kTestVal, test_obj->GetValue()); in TEST() [all …]
|
/third_party/node/test/fixtures/wpt/html/webappapis/structured-clone/ |
D | structured-clone-battery-of-tests.js | 25 function compare_primitive(actual, input, test_obj) { argument 27 if (test_obj) 28 test_obj.done(); 31 return function(actual, input, test_obj) { argument 38 if (test_obj && !callback_is_async) 39 test_obj.done(); 44 return function(actual, input, test_obj) { argument 51 if (test_obj && !callback_is_async) 52 test_obj.done(); 56 function enumerate_props(compare_func, test_obj) { argument [all …]
|
/third_party/jerryscript/tests/jerry/es2015/ |
D | string-prototype-startswith.js | 31 var test_obj = {toString: function() { return "The world of Eorzea"; } }; variable 32 test_obj.startsWith = String.prototype.startsWith; 33 assert (test_obj.startsWith ("The") === true); 34 assert (test_obj.startsWith ("Viera") === false);
|
D | string-prototype-endswith.js | 31 var test_obj = {toString: function() { return "A realm reborn"; } }; variable 32 test_obj.endsWith = String.prototype.endsWith; 33 assert (test_obj.endsWith ("reborn") === true); 34 assert (test_obj.endsWith ("realm") === false);
|
D | string-prototype-includes.js | 30 var test_obj = {toString: function() { return "The world of Eorzea"; } }; variable 31 test_obj.includes = String.prototype.includes; 32 assert (test_obj.includes ("Eorzea") === true); 33 assert (test_obj.includes ("Viera") === false);
|
D | new-target.js | 73 var test_obj = {}; variable 74 new fg (test_obj); 76 assert (test_obj.value === 22);
|
/third_party/node/test/fixtures/wpt/resources/ |
D | testharness.js | 627 var test_obj = new Test(test_name, properties); 628 var value = test_obj.step(func, test_obj, test_obj); 645 if (test_obj.phase === test_obj.phases.STARTED) { 646 test_obj.done(); 674 var test_obj = new Test(test_name, properties); 676 var value = test_obj.step(func, test_obj, test_obj); 701 return test_obj;
|
/third_party/skia/third_party/externals/angle2/src/tests/ |
D | capture_replay_tests.py | 865 test_obj = Test(test_name) 869 single_batch.AddTest(test_obj) 873 batch.AddTest(test_obj)
|
/third_party/glib/patch/ |
D | backport-gtestutils-Add-G_TEST_SUBPROCESS_DEFAULT.patch | 1253 g_object_unref (test_obj); 1261 g_object_unref (test_obj);
|