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

  /external/webkit/Tools/QueueStatusServer/model/
queuepropertymixin_unittest.py 42 test_object = ObjectWithQueueName()
44 test_object.queue = mac_ews
45 self.assertEquals(test_object.queue.name(), "mac-ews")
46 self.assertEquals(test_object.queue_name, "mac-ews")
47 test_object.queue = None
48 self.assertEquals(test_object.queue_name, None)
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm_unittest.py 108 def _setup_test_commits(cls, test_object):
110 os.chdir(test_object.svn_checkout_path)
144 def setup(cls, test_object):
146 test_object.svn_repo_path = tempfile.mkdtemp(suffix="svn_test_repo")
147 test_object.svn_repo_url = "file://%s" % test_object.svn_repo_path # Not sure this will work on windows
150 run_command(['svnadmin', 'create', '--pre-1.5-compatible', test_object.svn_repo_path])
153 test_object.svn_checkout_path = tempfile.mkdtemp(suffix="svn_test_checkout")
154 run_command(['svn', 'checkout', '--quiet', test_object.svn_repo_url, test_object.svn_checkout_path]
    [all...]
  /external/bluetooth/glib/tests/gobject/
references.c 60 G_DEFINE_TYPE (TestObject, test_object, G_TYPE_OBJECT);
79 test_object_init (TestObject *test_object)
accumulator.c 180 static DEFINE_TYPE(TestObject, test_object,
ifaceinit.c 369 static DEFINE_TYPE(TestObject, test_object,

Completed in 70 milliseconds