Home
last modified time | relevance | path

Searched refs:test_obj (Results 1 – 9 of 9) sorted by relevance

/third_party/cef/tests/ceftests/
Dtranslator_unittest.cc177 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/
Dstructured-clone-battery-of-tests.js25 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/
Dstring-prototype-startswith.js31 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);
Dstring-prototype-endswith.js31 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);
Dstring-prototype-includes.js30 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);
Dnew-target.js73 var test_obj = {}; variable
74 new fg (test_obj);
76 assert (test_obj.value === 22);
/third_party/node/test/fixtures/wpt/resources/
Dtestharness.js627 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/
Dcapture_replay_tests.py865 test_obj = Test(test_name)
869 single_batch.AddTest(test_obj)
873 batch.AddTest(test_obj)
/third_party/glib/patch/
Dbackport-gtestutils-Add-G_TEST_SUBPROCESS_DEFAULT.patch1253 g_object_unref (test_obj);
1261 g_object_unref (test_obj);