HomeSort by relevance Sort by last modified time
    Searched full: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/robolectric/.idea/runConfigurations/
AllTests.xml 15 <option name="TEST_OBJECT" value="package" />
  /external/v8/test/mjsunit/
elements-transition.js 39 function test(test_double, test_object, set, length) {
56 } else if (i == length - 3 && test_object) {
73 } else if (i == length - 3 && test_object) {
  /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/harfbuzz_ng/test/api/
test-object.c 227 test_object (void) function
376 hb_test_add (test_object);

Completed in 554 milliseconds