Searched refs:test_object (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/test/plugin/
H A Dplugin_delete_plugin_in_deallocate_test.cc93 DeletePluginInDeallocateTestNPObject* test_object = local
95 test_object->id_ = id();
96 test_object->host_functions_ = HostFunctions();
140 DeletePluginInDeallocateTestNPObject* test_object = local
142 if (test_object->deallocate_count_ != 1)
145 delete test_object;
/external/chromium_org/v8/test/mjsunit/
H A Delements-transition.js42 function test(test_double, test_object, set, length) {
60 } else if (i == length - 3 && test_object) {
77 } else if (i == length - 3 && test_object) {
93 function run_test(test_double, test_object, set, length) {
94 test(test_double, test_object, set, length);
/external/chromium_org/build/android/buildbot/
H A Dbb_run_bot.py34 def BotConfig(bot_id, host_object, test_object=None):
35 return _BotConfig(bot_id, host_object, test_object)
/external/harfbuzz_ng/test/api/
H A Dtest-object.c227 test_object (void) function
376 hb_test_add (test_object);
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc268 source, "var test_object = %s; test_object", test_objects[i]);
269 Local<Value> test_object = CompileRun(source.start()); local
270 TestSignature("test_object.prop();", test_object);
271 TestSignature("test_object.accessor;", test_object);
272 TestSignature("test_object[accessor_key];", test_object);
273 TestSignature("test_object
[all...]

Completed in 466 milliseconds