Home
last modified time | relevance | path

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

/external/python/cpython2/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)
/external/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 …]
/external/autotest/frontend/afe/
Drpc_utils.py274 test_objects = [models.Test.smart_get(test) for test in tests]
276 test_objects = [afe_test_dict_to_test_object(test) for test in tests]
282 test_type = get_consistent_value(test_objects, 'test_type')
291 if test_objects:
292 synch_count = max(test.sync_count for test in test_objects)
298 in models.Label.objects.filter(test__in=test_objects))
301 set.union, [set(test.dependencies) for test in test_objects])
305 return cf_info, test_objects, profiler_objects
Drpc_interface.py735 cf_info, test_objects, profiler_objects = (
739 tests=test_objects, profilers=profiler_objects,
2243 test_objects = []
2297 test_objects.append(test_object)
2299 test_objects = sorted(test_objects, key=lambda x: x.get('name'))
2300 return rpc_utils.prepare_for_serialization(test_objects)
/external/autotest/client/cros/cellular/pseudomodem/
Dpseudomodem.py433 test_objects = (opts.test_modem_class or
436 if not opts.test_module and test_objects:
/external/vixl/
DSConstruct456 test_objects = [env.Object(Glob(join(test_build_dir, '*.cc')))]
486 test_objects.append(env.Object(
518 test_objects.append(env.Object(
531 test_objects.append(test_aarch64_examples_obj)
533 test = env.Program(join(test_build_dir, 'test-runner'), test_objects,