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

  /test/vts-testcase/kernel/api/selinux/
VtsKernelSelinuxFileApiTest.py 46 def runSelinuxFileTest(self, test_object):
50 test_object: inherits KernelSelinuxFileTestBase, contains the test functions
52 logging.info("Testing existence of %s" % (test_object.get_path()))
55 file_utils.Exists(test_object.get_path(), self.shell),
56 "%s: File does not exist." % test_object.get_path())
58 logging.info("Testing permissions of %s" % (test_object.get_path()))
61 test_object.get_path(), self.shell)
62 asserts.assertTrue(test_object.get_permission_checker()(permissions),
64 (test_object.get_path(), permissions))
68 logging.info("Testing format of %s" % (test_object.get_path())
    [all...]
  /test/vts-testcase/kernel/api/proc/
KernelProcFileApiTest.py 80 def runProcFileTest(self, test_object):
84 test_object: inherits KernelProcFileTestBase, contains the test functions
86 asserts.skipIf(test_object in TEST_OBJECTS_64 and not self.dut.is64Bit,
88 filepath = test_object.get_path()
90 self.shell, filepath, test_object.get_permission_checker())
95 test_object.prepare_test(self.shell), "Setup failed!")
97 if not test_object.test_format():
102 parse_result = test_object.parse_contents(file_content)
106 test_object.result_correct(parse_result), "Results not valid!")
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
sysroot-prefix.exp 102 foreach test_object $sysroot_prefix_tests_framework_objects {
103 set sname [lindex $test_object 0]
104 set onamebase [lindex $test_object 1]
106 set libnamebase [lindex $test_object 2]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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/gdb/darwin-x86/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/gdb/linux-x86/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/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/autotest/frontend/afe/
rpc_interface.py     [all...]
  /external/autotest/client/cros/networking/
shill_proxy.py 612 test_object = self.get_dbus_object(dbus_type, path)
613 object_properties = test_object.GetProperties(utf8_strings=True)
619 return test_object
623 # and test_object was removed in shill between the call to get
  /external/harfbuzz_ng/test/api/
test-object.c 227 test_object (void) function
372 hb_test_add (test_object);
  /external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/tests/
test_mox.py 211 self.test_object = TestObject()
216 == self.test_object)
220 self.assertFalse(mox.ContainsKeyValue("key", 2) == self.test_object)
224 self.assertFalse(mox.ContainsKeyValue("qux", 1) == self.test_object)
    [all...]

Completed in 1784 milliseconds