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

  /test/vts-testcase/kernel/api/selinux/
VtsKernelSelinuxFileApiTest.py 44 def runSelinuxFileTest(self, test_object):
48 test_object: inherits KernelSelinuxFileTestBase, contains the test functions
50 logging.info("Testing existence of %s" % (test_object.get_path()))
53 target_file_utils.Exists(test_object.get_path(), self.shell),
54 "%s: File does not exist." % test_object.get_path())
56 logging.info("Testing permissions of %s" % (test_object.get_path()))
59 test_object.get_path(), self.shell)
61 test_object.get_permission_checker()(permissions),
63 (test_object.get_path(), permissions))
67 logging.info("Testing format of %s" % (test_object.get_path())
    [all...]
  /toolchain/binutils/binutils-2.27/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]
  /test/vts-testcase/kernel/api/proc/
VtsKernelProcFileApiTest.py 132 def runProcFileTest(self, test_object):
136 test_object: inherits KernelProcFileTestBase, contains the test functions
138 asserts.skipIf(test_object in TEST_OBJECTS_64 and not self.dut.is64Bit,
140 filepath = test_object.get_path()
142 test_object.file_optional(),
145 self.shell, filepath, test_object.get_permission_checker())
150 test_object.prepare_test(self.shell, self.dut), "Setup failed!")
152 if not test_object.test_format():
157 parse_result = test_object.parse_contents(file_content)
161 test_object.result_correct(parse_result), "Results not valid!"
    [all...]
  /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/tensorflow/tensorflow/python/estimator/canned/
optimizers_test.py 68 def test_object(self): member in class:GetOptimizerInstance
  /external/autotest/client/cros/networking/
shill_proxy.py 623 test_object = self.get_dbus_object(dbus_type, path)
624 object_properties = test_object.GetProperties(utf8_strings=True)
630 return test_object
634 # and test_object was removed in shill between the call to get
  /external/python/cpython3/Lib/test/test_importlib/import_/
test_fromlist.py 52 def test_object(self): member in class:HandlingFromlist
  /external/harfbuzz_ng/test/api/
test-object.c 227 test_object (void) function
372 hb_test_add (test_object);
  /external/python/cpython2/Lib/test/
test_httpservers.py 52 def __init__(self, test_object, request_handler):
55 self.test_object = test_object
59 self.test_object.PORT = self.server.socket.getsockname()[1]
60 self.test_object.server_started.set()
61 self.test_object = None
test_repr.py 272 def test_object(self): member in class:LongReprTest
  /external/autotest/frontend/afe/
rpc_interface.py     [all...]
  /external/python/cpython3/Lib/test/
test_httpservers.py 38 def __init__(self, test_object, request_handler):
41 self.test_object = test_object
45 self.test_object.HOST, self.test_object.PORT = self.server.socket.getsockname()
46 self.test_object.server_started.set()
47 self.test_object = None
    [all...]
test_reprlib.py 299 def test_object(self): member in class:LongReprTest

Completed in 534 milliseconds