Home
last modified time | relevance | path

Searched refs:test_object (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/base/mac/
Dobjc_property_releaser_unittest.mm241 ObjCPropertyTestDerived* test_object = [[ObjCPropertyTestDerived alloc] init];
245 EXPECT_EQ(1U, [test_object retainCount]);
257 test_object.baseCvcRetain = [CountVonCount countVonCount];
258 test_object.baseCvcCopy = [CountVonCount countVonCount];
259 test_object.baseCvcAssign = baseAssign;
260 test_object.baseCvcCustom = [CountVonCount countVonCount];
261 [test_object setBaseCvcNotProperty:[CountVonCount countVonCount]];
266 test_object.derivedCvcRetain = [CountVonCount countVonCount];
267 test_object.derivedCvcCopy = [CountVonCount countVonCount];
268 test_object.derivedCvcAssign = derivedAssign;
[all …]
/external/chromium_org/content/test/plugin/
Dplugin_delete_plugin_in_deallocate_test.cc93 DeletePluginInDeallocateTestNPObject* test_object = in SetWindow() local
95 test_object->id_ = id(); in SetWindow()
96 test_object->host_functions_ = HostFunctions(); in SetWindow()
140 DeletePluginInDeallocateTestNPObject* test_object = in Destroy() local
142 if (test_object->deallocate_count_ != 1) in Destroy()
145 delete test_object; in Destroy()
/external/chromium_org/v8/test/mjsunit/
Delements-transition.js39 function test(test_double, test_object, set, length) { argument
56 } else if (i == length - 3 && test_object) {
73 } else if (i == length - 3 && test_object) {
/external/v8/test/mjsunit/
Delements-transition.js39 function test(test_double, test_object, set, length) { argument
56 } else if (i == length - 3 && test_object) {
73 } else if (i == length - 3 && test_object) {
/external/chromium_org/build/android/buildbot/
Dbb_run_bot.py34 def BotConfig(bot_id, host_object, test_object=None): argument
35 return _BotConfig(bot_id, host_object, test_object)
/external/harfbuzz_ng/test/api/
Dtest-object.c227 test_object (void) in test_object() function
376 hb_test_add (test_object); in main()
/external/chromium_org/v8/test/cctest/
Dtest-api.cc310 Local<Value> test_object = CompileRun(source.start()); in THREADED_TEST() local
311 TestSignature("test_object.prop();", test_object); in THREADED_TEST()
312 TestSignature("test_object.accessor;", test_object); in THREADED_TEST()
313 TestSignature("test_object[accessor_key];", test_object); in THREADED_TEST()
314 TestSignature("test_object.accessor = 1;", test_object); in THREADED_TEST()
315 TestSignature("test_object[accessor_key] = 1;", test_object); in THREADED_TEST()
316 if (i >= bad_signature_start_offset) test_object = Local<Value>(); in THREADED_TEST()
317 TestSignature("test_object.prop_sig();", test_object); in THREADED_TEST()
318 TestSignature("test_object.accessor_sig;", test_object); in THREADED_TEST()
319 TestSignature("test_object[accessor_sig_key];", test_object); in THREADED_TEST()
[all …]