Home
last modified time | relevance | path

Searched refs:test_objects (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/ctypes/test/
Dtest_objects.py59 import ctypes.test.test_objects
63 failures, tests = doctest.testmod(ctypes.test.test_objects)
67 doctest.testmod(ctypes.test.test_objects)
/third_party/ltp/testcases/kernel/syscalls/symlink/
Dsymlink01.c337 } test_objects[] = { variable
457 SYMLINK, "symlink", 5, &test_objects[0],
459 READLINK, "readlink", 4, &test_objects[5],
461 STAT, "stat", 3, &test_objects[9],
463 STAT_64, "stat64", 3, &test_objects[12],
465 LSTAT, "lstat", 3, &test_objects[15],
467 LSTAT_64, "lstat64", 3, &test_objects[18],
469 MKDIR, "mkdir", 1, &test_objects[21],
472 RMDIR, "rmdir", 1, &test_objects[22],
475 CHDIR, "chdir", 3, &test_objects[23],
[all …]
/third_party/mbedtls/scripts/mbedtls_dev/
Dbignum_common.py251 test_objects = (cls(a, b, bits_in_limb=bil)
258 test_objects = (cls(a, b)
264 chain(test_objects, special_cases)
390 test_objects = (cls(n, a, b, bits_in_limb=bil)
398 test_objects = (cls(n, a, b)
405 chain(test_objects, special_cases)
/third_party/vixl/
DSConstruct492 test_objects = [env.Object(Glob(join(test_build_dir, '*.cc'), exclude=join(test_build_dir, 'test-do…
522 test_objects.append(env.Object(
558 test_objects.append(env.Object(
572 test_objects.append(test_aarch64_examples_obj)
583 test = env.Program(join(test_build_dir, 'test-runner'), test_objects,
/third_party/python/Lib/test/
Dtest_compare.py335 def test_objects(self): member in ComparisonFullTest