HomeSort by relevance Sort by last modified time
    Searched refs:test_function (Results 26 - 50 of 62) sorted by null

12 3

  /external/compiler-rt/test/asan/TestCases/Windows/
dll_aligned_mallocs.cc 16 int test_function() { function
dll_allocators_sanity.cc 9 int test_function() { function
dll_seh.cc 38 int test_function() { function
dll_control_c.cc 120 extern "C" int __declspec(dllexport) test_function() { function
  /external/linux-kselftest/tools/testing/selftests/powerpc/
harness.c 26 int run_test(int (test_function)(void), char *name)
38 exit(test_function());
102 int test_harness(int (test_function)(void), char *name)
115 rc = run_test(test_function, name);
  /external/linux-kselftest/tools/testing/selftests/powerpc/pmu/
lib.h 29 extern pid_t eat_cpu(int (test_function)(void));
lib.c 116 pid_t eat_cpu(int (test_function)(void))
143 rc = test_function();
  /prebuilts/ndk/r11/sources/android/support/tests/minitest/
minitest.cc 13 minitest::TestFunction* test_function; member in struct:__anon111605::TestInfo
167 TestFunction* test_function) {
175 info->test_function = test_function;
192 info->test_function(&testcase);
  /prebuilts/ndk/r13/sources/android/support/tests/minitest/
minitest.cc 13 minitest::TestFunction* test_function; member in struct:__anon111993::TestInfo
167 TestFunction* test_function) {
175 info->test_function = test_function;
192 info->test_function(&testcase);
  /external/linux-kselftest/tools/testing/selftests/powerpc/include/
utils.h 26 int test_harness(int (test_function)(void), char *name);
  /external/valgrind/none/tests/ppc64/
test_isa_3_0.c     [all...]
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_hotplug_test/
cpuset_hotplug_test.sh 206 "$test_function" "$@"
229 test_function="root_cpu_hotplug_test"
245 test_function="general_cpu_hotplug_test"
  /external/libchrome/sandbox/linux/seccomp-bpf/
bpf_tests.h 105 explicit BPFTesterSimpleDelegate(void (*test_function)(void))
106 : test_function_(test_function) {}
  /system/extras/simpleperf/
record_lib_test.cpp 65 auto test_function = [](std::function<void(PerfEventSet*)> set_target_func) { local
84 test_function([](PerfEventSet* perf) {
87 test_function([](PerfEventSet* perf) {
90 test_function([](PerfEventSet* perf) {
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
example-function.cpp 78 void test_function() { function
  /external/libmicrohttpd/src/testcurl/https/
tls_test_common.h 138 (*test_function) (void * cls, const char *cipher_suite,
tls_test_common.c 452 (*test_function) (void * cls, const char *cipher_suite,
470 ret = test_function (NULL, cipher_suite, proto_version);
  /external/clang/test/Sema/
warn-documentation.cpp 649 /*! @function test_function
652 unsigned test_function(Base64Flags inFlags);
    [all...]
warn-absolute-value.c 795 long long test_function() { function
    [all...]
  /external/autotest/server/site_tests/kernel_MemoryRamoop/
kernel_MemoryRamoop.py 53 def _run_test(self, test_function, sig_pattern):
58 @param test_function: fuction to call to reboot / crash DUT
60 or crash by test_function
69 test_function()
  /external/autotest/client/cros/cellular/wardmodem/
at_transceiver_unittest.py 26 def test_function(self, _): member in class:ATTransceiverTestCase.TestMachine
223 raw_map = {'AT=*': ('TestMachine', 'test_function', 0)}
231 command, mox.IgnoreArg(), mock_test_machine.test_function,
  /external/linux-kselftest/tools/testing/selftests/vm/
mlock2-tests.c 652 static int test_mlockall(int (test_function)(bool call_mlock))
661 ret = test_function(false);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_new.py 84 def test_function(self): member in class:NewTest
  /external/python/cpython2/Lib/test/
test_new.py 84 def test_function(self): member in class:NewTest
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_new.py 84 def test_function(self): member in class:NewTest

Completed in 1485 milliseconds

12 3