HomeSort by relevance Sort by last modified time
    Searched refs:test_object (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/content/test/plugin/
plugin_delete_plugin_in_deallocate_test.cc 93 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/
elements-transition.js 42 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);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_httpservers.py 51 def __init__(self, test_object, request_handler):
54 self.test_object = test_object
58 self.test_object.PORT = self.server.socket.getsockname()[1]
59 self.test_object.server_started.set()
60 self.test_object = None
test_repr.py 264 def test_object(self): member in class:LongReprTest
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_httpservers.py 51 def __init__(self, test_object, request_handler):
54 self.test_object = test_object
58 self.test_object.PORT = self.server.socket.getsockname()[1]
59 self.test_object.server_started.set()
60 self.test_object = None
test_repr.py 264 def test_object(self): member in class:LongReprTest
  /external/chromium_org/build/android/buildbot/
bb_run_bot.py 34 def BotConfig(bot_id, host_object, test_object=None):
35 return _BotConfig(bot_id, host_object, test_object)
  /external/harfbuzz_ng/test/api/
test-object.c 227 test_object (void) function
376 hb_test_add (test_object);
  /external/chromium_org/v8/test/cctest/
test-api.cc 268 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.accessor = 1;", test_object)
    [all...]

Completed in 716 milliseconds