Home
last modified time | relevance | path

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

/external/python/cpython3/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/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.py256 test_objects = [models.Test.smart_get(test) for test in tests]
258 test_objects = [afe_test_dict_to_test_object(test) for test in tests]
264 test_type = get_consistent_value(test_objects, 'test_type')
273 if test_objects:
274 synch_count = max(test.sync_count for test in test_objects)
280 in models.Label.objects.filter(test__in=test_objects))
283 set.union, [set(test.dependencies) for test in test_objects])
287 return cf_info, test_objects, profiler_objects
Drpc_interface.py887 cf_info, test_objects, profiler_objects = (
891 tests=test_objects, profilers=profiler_objects,
2342 test_objects = []
2398 test_objects.append(test_object)
2400 test_objects = sorted(test_objects, key=lambda x: x.get('name'))
2401 return rpc_utils.prepare_for_serialization(test_objects)
/external/llvm-project/compiler-rt/lib/asan/tests/
DCMakeLists.txt167 function(generate_asan_tests test_objects test_suite testname)
168 generate_compiler_rt_tests(${test_objects} ${test_suite} ${testname} ${arch}
174 set("${test_objects}" "${${test_objects}}" PARENT_SCOPE)
/external/llvm-project/compiler-rt/cmake/Modules/
DAddCompilerRT.cmake395 function(generate_compiler_rt_tests test_objects test_suite testname arch)
401 "${test_objects}" "${source}" "${arch}"
409 set(TEST_DEPS ${${test_objects}})
413 list(APPEND "${test_objects}" $<TARGET_FILE:${TEST_RUNTIME}>)
418 OBJECTS ${${test_objects}}
422 set("${test_objects}" "${${test_objects}}" PARENT_SCOPE)
/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/
DSConstruct485 test_objects = [env.Object(Glob(join(test_build_dir, '*.cc')))]
515 test_objects.append(env.Object(
551 test_objects.append(env.Object(
565 test_objects.append(test_aarch64_examples_obj)
567 test = env.Program(join(test_build_dir, 'test-runner'), test_objects,